v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
ContactField

Create contact field setting

Create contact field setting

post/ContactCustomFieldSetting

Request body

namestring required

name of the contact fields

descriptionstring

The description of the contact field

objectNamestring

Internal object name which is 'ContactCustomFieldSetting'.

Example request

{
  "objectName": "ContactCustomFieldSetting"
}

Response

Successful operation

Example response

{
  "objects": [
    {
      "id": "1",
      "objectName": "ContactCustomFieldSetting",
      "sevClient": {
        "id": "0",
        "objectName": "SevClient"
      }
    }
  ]
}