RegistrationFieldValues
Jump to navigation
Jump to search
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
- RegistrationField data type
- RegistrationService methods