latestOpenAPI 3.1.02026-08-10390815.4 KB
e5f3dccae7ca
Orders
Orders with accommodation details
This endpoint returns all information for given accommodation orders, sorted by bookingDate in descending order
post/orders/details/accommodations
Headers
X-Affiliate-Idinteger required
Include here your Affiliate identifier number
Request body
Example request
{
"currency": "EUR",
"language": "en-us"
}Response
Successful response.
Example response
{
"data": [
{
"accommodation_details": {
"location": {
"country": "nl"
}
},
"currency": {
"accommodation": "EUR",
"booker": "EUR"
}
}
]
}