Create custom field options

{ "fieldOptions": [ { "orderid": 1, "value": "X", "label": "Option X", "isdefault": false, "field": "62" }, { "orderid": 2, "value": "Y", "label": "Option Y", "isdefault": false, "field": "62" }, { "orderid": 3, "value": "Z", "label": "Option Z", "isdefault": false, "field": "62" } ] }
{ "fieldOptions": [ { "orderid": 1, "value": "X", "label": "Option X", "isdefault": 0, "field": "62", "cdate": "2023-06-08T15:36:49-05:00", "udate": "2023-06-08T15:36:49-05:00", "links": { "field": "https://{{yourAcccount}}.api-us1.com/api/3/fieldOptions/1/field" }, "id": "1" }, { "orderid": 2, "value": "Y", "label": "Option Y", "isdefault": 0, "field": "62", "cdate": "2023-06-08T15:36:49-05:00", "udate": "2023-06-08T15:36:49-05:00", "links": { "field": "https://{{yourAcccount}}.api-us1.com/api/3/fieldOptions/2/field" }, "id": "2" }, { "orderid": 3, "value": "Z", "label": "Option Z", "isdefault": 0, "field": "62", "cdate": "2023-06-08T15:36:49-05:00", "udate": "2023-06-08T15:36:49-05:00", "links": { "field": "https://{{yourAcccount}}.api-us1.com/api/3/fieldOptions/3/field" }, "id": "3" } ] }
Body Params
int32
required

ID of the custom field to add options to

string

Name of the option

string
required

Value of the option

int32

Order for displaying the custom field option

boolean

Whether or not this option is the default value

Responses

Language
Credentials
URL
Choose an example:
application/json