Hotel Custom Data Dump
https://api.worldota.net/api/b2b/v3/hotel/custom/dump/
The call gets the dump customized by the request body.
Request example
curl --user '<KEY_ID>:<API_KEY>' 'https://api.worldota.net/api/b2b/v3/hotel/custom/dump/' \
--header 'Content-Type: application/json'
Request body
The fields are individual and provided to the partner personally.
Response
Response example
{
"data": {
"last_update": "2020-07-01T00:38:13Z",
"url": "https://example.com/dump_en.json.zst"
},
"debug": null,
"error": null,
"status": "ok"
}