Create a new custom attribute

POST {{baseUrl}}/extended_attributes/:extended_attribute_id/custom-attributes

Create a new custom attribute for the extended model

Request Body

{"Name"=>"<string>", "Identifier"=>"<string>", "Description"=>"<string>", "Behaviour"=>3, "DropdownValues"=>"<string>", "ValidationRegExp"=>"<string>", "AddToKeyMetadata"=>"<boolean>", "Required"=>"<boolean>", "ShowOnSignUp"=>"<boolean>", "WriteOnceReadMany"=>"<boolean>", "Type"=>4}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;Name&quot;:&quot;\u003cstring\u003e&quot;,&quot;Identifier&quot;:&quot;\u003cstring\u003e&quot;,&quot;Description&quot;:&quot;\u003cstring\u003e&quot;,&quot;Behaviour&quot;:2,&quot;DropdownValues&quot;:&quot;\u003cstring\u003e&quot;,&quot;ValidationRegExp&quot;:&quot;\u003cstring\u003e&quot;,&quot;AddToKeyMetadata&quot;:&quot;\u003cboolean\u003e&quot;,&quot;Required&quot;:&quot;\u003cboolean\u003e&quot;,&quot;ShowOnSignUp&quot;:&quot;\u003cboolean\u003e&quot;,&quot;WriteOnceReadMany&quot;:&quot;\u003cboolean\u003e&quot;,&quot;ID&quot;:&quot;\u003cinteger\u003e&quot;,&quot;Type&quot;:3}