object
(Offer)
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 |
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
is optional
Type: string[]
cannot be null
defined in: JsonLead
string[]
The offered amount, in the local currency
amount
is optional
Type: number
cannot be null
defined in: JsonLead
number
The description of the offer
description
is optional
Type: string
cannot be null
defined in: JsonLead
string
The creation date of the offer. Should follow ISO 8601 (2024-02-06T15:26:17.683Z)
created_at
is optional
Type: string
cannot be null
defined in: JsonLead
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
Custom fields for the offer
custom
object
(Details)