Create a form attribute
POST {{baseUrl}}/form_attributes
This endpoint can create a form attribute
Request Body
{"form_attribute"=>{"form_id"=>"ac4aae0b-4140-49a4-a84c-126762fd0c8f", "ne_attribute_id"=>"ac4aae0b-4140-49a4-a84c-126762fd0c8f", "attr_type"=>"ne_attribute", "order"=>1}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"form_attribute":{"form_id":"ac4aae0b-4140-49a4-a84c-126762fd0c8f","ne_attribute_id":"ac4aae0b-4140-49a4-a84c-126762fd0c8f","attr_type":"ne_attribute","order":1,"id":"ac4aae0b-4140-49a4-a84c-126762fd0c8f"}}