| order_id |
string |
Unique identifier for the booking order |
| status |
string |
Current status of the order |
| accommodation_id |
integer |
Identifier of the booked accommodation |
| accommodation_name |
string |
Name of the booked accommodation |
| checkin |
string |
Check-in date in YYYY-MM-DD format |
| checkout |
string |
Check-out date in YYYY-MM-DD format |
| booker |
object |
|
| guests |
object |
|
| products |
array |
Products (rooms/rates) included in the order |
| total_price |
object |
|
| payment |
object |
|
| cancellation_policy |
object |
|
| special_requests |
string |
Any special requests from the guest |
| created_at |
string |
Timestamp when the order was created |
| modified_at |
string |
Timestamp when the order was last modified |
| cancelled_at |
string |
Timestamp when the order was cancelled, if applicable |