get https://api.quicko.com/advisory/contacts//orders/
Response
Order
Param | Type | Description |
---|---|---|
id | string | A unique identifier for the order. |
created_at | long | Timestamp indicating when the order was created (in milliseconds since epoch). |
updated_at | long | Timestamp indicating when the order was last updated (in milliseconds since epoch). |
@entity | string | The entity type, indicating this is an order. |
status | string (Enum) | The current status of the order. Values: CREATED | CONFIRMED | FAILED | COMPLETED | CANCELLED . |
order_time | long | Timestamp indicating the time of the order (in milliseconds since epoch). |
total_price | float | The total price of the order including GST. |
sub_total | float | The price of the order excluding GST. |
gst_amount | float | The amount of GST applied to the order. |
price_including_gst | boolean | A boolean flag indicating whether the price includes GST. |