v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
ContactField

Update contact field setting

Update an existing contact field setting

put/ContactCustomFieldSetting/{contactCustomFieldSettingId}

Path parameters

contactCustomFieldSettingIdinteger required

ID of contact field setting you want to update

Request body

namestring

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

idstring

Id of the contact field

objectNamestring

Internal object name which is 'ContactCustomFieldSetting'.

createstring date-time

Date of contact field creation

updatestring date-time

Date of contact field updated

namestring

name of the contact fields

identifierstring

Unique identifier for the contact field

descriptionstring

The description of the contact field

Example response

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