Create Custom Field

POST {{apiBaseUrl}}/v1/customField/create

This API facilitates the creation of custom fields by allowing users to input essential details like field name, field description, field order, and form field. These parameters are crucial for generating custom fields tailored to specific requirements, ensuring precise customization.

Request Body

{"fieldName"=>"SC - Approved Supplement", "fieldDescription"=>"This is the custom field creation", "fieldOrder"=>1, "brandId"=>"af5dc120-xxxx-xxxx-xxxx-21e3844aa81c", "sharedField"=>true, "formField"=>{"fieldType"=>"Signature", "width"=>125, "height"=>35, "isRequired"=>true, "idPrefix"=>"Sign", "restrictIdPrefixChange"=>false}}

RESPONSES

status: OK

{"customFieldId":"e33502d4-xxxx-xxxx-xxxx-6v3n85d51948","message":"Custom field saved successfully."}