The basics of identifying objects and requests
x-request-id
response header. Our support team may ask you for request IDs when handling a ticket.
string
values are generally limited to 255 charactersint
an signed integer number limited to 32 bitsdate
is an ISO string, YYYY-MM-DD
money
: decimal as a string (not an integer or a float number to avoid round error), up to 4 digits in the fraction partpercent
: decimal as s string (not an integer or a float number to avoid round error), up to 4 digits in the fraction part<type> | null
, can be omitted[]