/custom-fields

POST {{baseUrl}}/custom-fields

Creates a new custom field

Request Body

{"name"=>"<string>", "itemType"=>"<string>", "label"=>"<string>", "type"=>"text"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;label&quot;:&quot;\u003cstring\u003e&quot;,&quot;itemType&quot;:&quot;\u003cstring\u003e&quot;,&quot;sortOrder&quot;:&quot;\u003cinteger\u003e&quot;}