Skip to main content
PUT
Upsert contract records

Authorizations

x-api-key
string
header
required

API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key

Path Parameters

customObjectId
string
required

The unique identifier (UUID) of the custom object

Example:

"550e8400-e29b-41d4-a716-446655440000"

contractId
string
required

The unique identifier (UUID) of the contract

Example:

"550e8400-e29b-41d4-a716-446655440000"

Body

application/json
records
object[]
required

The records to create or update.

Example:

Response

Contract records upserted successfully