- Unified Orders properties: The model provides a unified representation of Orders properties across different platforms, enabling you to easily access and manage orders data from different platforms.
- Comprehensive orders information: The model provides a comprehensive representation of Orders data, including all the properties and relationships that you can retrieve for an order.
Attributes
Order Attributes
| Property | Type | Description |
|---|---|---|
| rootfi_id | integer | The RootFi ID of the order |
| rootfi_created_at | string | The ISO 8601 timestamp at which the record was created in RootFi |
| rootfi_updated_at | string | The ISO 8601 timestamp at which the record was last updated in RootFi |
| rootfi_company_id | integer | The RootFi company ID associated with the order |
| platform_id | string | The Platform’s ID for the Order |
| platform_unique_id | string | The platform’s unique identifier for the order |
| created_at | string | The date and time the Order was created |
| updated_at | string | The date and time the Order was last updated |
| reference | string | The reference of the order |
| amount | number | The amount of the order |
| amount_due | number | The amount due of the order |
| status | enum | The status of the order (CREATED, ATTEMPTED, PAID, CANCELLED) |
| currency_id | string | The currency of the order |
Properties Supported
| Property | Type | Description |
|---|---|---|
| platform_id | string | The Platform’s ID for the Order |
| created_at | string | The date and time the Order was created |
| updated_at | string | The date and time the Order was last updated |
| reference | string | The reference of the order |
| amount | number | The amount of the order |
| amount_due | number | The amount due of the order |
| status | enum | The status of the order. Allowed values are CREATED, ATTEMPTED, PAID, CANCELLED |
| currency_id | string | The currency of the order |

