offer Type

object (Offer)

offer Properties

Property Type Required Nullable Defined by
ids array Optional cannot be null JsonLead
amount number Optional cannot be null JsonLead
description string Optional cannot be null JsonLead
created_at string Optional cannot be null JsonLead
custom object Optional cannot be null JsonLead

ids

A list of unique identifiers that originates from an external database or system. It is meant to cross-reference the offer on the destination database with the external system.

ids

ids Type

string[]

amount

The offered amount, in the local currency

amount

amount Type

number

description

The description of the offer

description

description Type

string

created_at

The creation date of the offer. Should follow ISO 8601 (2024-02-06T15:26:17.683Z)

created_at

created_at Type

string

created_at Constraints

date time: the string must be a date time string, according to RFC 3339, section 5.6

custom

Custom fields for the offer

custom

custom Type

object (Details)