Add Custom Field
Request
POST /customFieldsQuery Parameters
{
"assignedCategoryIds": null,
"defaultValue": null,
"id": 0,
"isHidden": false,
"isRequired": false,
"isSensitiveData": false,
"name": "Client Comment",
"placeholder": "Client Comment",
"possibleValues": null,
"type": "text_input"
}Response
Last updated
Was this helpful?