Skip to main content
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 the add/remove object pattern so you can add and remove values in a single call:
  • Owner
  • Followers
  • Dropdown (Multiple)
  • Checkbox
  • File Upload

Example request body


Field types reference

Last modified on March 7, 2026