Skip to content

Create Or Update Custom Object Instance Request Payload

Payload to create or update a Custom Object instance

external_idstring

A unique identifier for the Custom Object instance in the external system it originated from.

external_created_atinteger or null, (date-time)

The time when the Custom Object instance was created in the external system it originated from.

Example:1571672154
external_updated_atinteger or null, (date-time)

The time when the Custom Object instance was last updated in the external system it originated from.

Example:1571672154
custom_attributesobject or null

The custom attributes which are set for the Custom Object instance.

{ "external_id": "string", "external_created_at": 1571672154, "external_updated_at": 1571672154, "custom_attributes": { "property1": "string", "property2": "string" } }