Upsert contract records
Custom Objects
Upsert contract records
Creates or updates contract records for a given custom object.
PUT
Upsert contract records
Authorizations
API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key
Path Parameters
The unique identifier (UUID) of the custom object
Example:
"550e8400-e29b-41d4-a716-446655440000"
The unique identifier (UUID) of the contract
Example:
"550e8400-e29b-41d4-a716-446655440000"
Body
application/json
The records to create or update.
Example:
[
{
"id": null,
"fromCatalogRecordId": null,
"fields": [
{
"smartFieldId": "550e8400-e29b-41d4-a716-446655440000",
"value": "INV-2026-001"
}
]
}
]Response
Contract records upserted successfully