Update a custom field
PUT/api/2.0/crm/{entityType:(contact|person|company|opportunity|case)}/customfield/{id:[0-9]+}
Updates the selected custom field with the parameters (entity type, field title, type, etc.) specified in the request.
Note: You can update field if there are no related elements. If such elements exist, only label and mask will be updated. Other parameters will be ignored.
Request
Responses
- 200
- 401
Updated custom field
Unauthorized