Updates a custom object’s data fields. The request body must include a
data object — this is a full replacement of the object’s field data,
not a merge. Include all fields you want the object to have after the update.
Relationship fields are not accepted in data — use the dedicated
relationship management endpoints instead.
Required permission: company.fmv1_custom_object:update
API key authentication. Include your API key in the Authorization header.
Company identifier
Custom object type in snake_case format (e.g., vehicle, building_info)
Custom object identifier
Field values keyed by referenceId (full replacement)
Custom object updated successfully
A custom object entity. The data field contains regular field values
and the relationships field contains IDs of related entities keyed by
field reference ID.
Custom object identifier
Company identifier
The object type in snake_case format
Computed display name based on the type's display name expression
Dynamic field data for the custom object. Keys are field referenceIds
defined in the company's field configuration. Only includes regular
(non-relationship) fields.
Relationship data keyed by field referenceId. Values are either a
single UUID string (for single-cardinality relationships) or an array
of UUID strings (for multi-cardinality relationships).
When the custom object was created
When the custom object was last updated
User ID who created the custom object
User ID who last updated the custom object