Difference between revisions of "RegistrationFieldValues"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_DataType_Spec |Description=Represents a registration field value, such as those generated for Genres (Male, Female) |Members= {{{!}} border="2" style="width:800px" ce...")
 
(No difference)

Latest revision as of 15:15, 8 February 2016

Represents a registration field value, such as those generated for Genres (Male, Female)

Members

Field Data Type Description
Title String Title of the field value
Value String Unique value for this registration field value


Example

{

"Title": "Femenino",
"Value": "2"

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementaton Harley Cabral


See also