ContactField

Contact field is a list of field that are asked upon registration

Fields

FieldDescription
id
int 
(required)

Id of this ContactField

Example value:1
name
string 
(required)

Name of this contactfield

Example value:"firstname"
caption
string 
(required)

Caption of this contactfield

Example value:"First name"

Example

1{
2    "id": 1,
3    "name": "firstname",
4    "caption": "First name"
5}