Data Types
This section describes the data types and formats used consistently in the API.
Data Type | Format | Example |
---|---|---|
Dates | Dates (without time/timezone information) in YYYY-MM-DD format. Sample use cases: due_date | 2023-08-28 |
Timestamps | Date and time with timezone information in YYYY-MM-DDTHH:mm:ssZ format. Sample use cases: created | 2023-08-22T15:31:40Z |
Country Codes | Two-letter ISO 3166-2 country code. | US |
Currency Codes | Three-letter ISO 4217 currency code. | USD |
Updated 9 months ago