Hotel: GreenView
Sample API Requests
A. Without audit mode (for pre-booking/quotes)
{
"expand": ["items"],
"items": [
{
"audit": false,
"type": "hotel",
"methodology": "GREENVIEW",
"external_reference": "string",
"country": "AU",
"city": "Sydney",
"stars": 4,
"number_of_nights": 1
}
]
}B. With audit mode (for finalized/post-booking calculations)
API Request Items
Default Logic
Sample API Response
Notes
Bibliography
Last updated