Currently only Custom Objects are supported in the Records API. Support for standard objects (Contacts, Companies) will be added in a future release.
Endpoint
Path parameters
Request body
To remove a field value, pass
null as its value: { "properties": { "ticket_name": null } }Multi-value fields — add/remove pattern
Fields that support multiple values must use theadd/remove object pattern so you can add and remove values in a single call:
- Owner
- Followers
- Dropdown (Multiple)
- Checkbox
- File Upload