diff --git a/dist/index.html b/dist/index.html index 8211b3f..3246f92 100644 --- a/dist/index.html +++ b/dist/index.html @@ -637,15 +637,13 @@
accessToken required | string Access token to your API. - |
required | string or integer Your hotel id. |
required | object (Hotel) |
Array of objects (RoomType) Updated room types. |
{- "accessToken": "string",
- "hotelId": "string",
- "hotel": {
- "id": "123456",
- "name": "Hotel Example",
- "address": {
- "street": "Pernerova 691",
- "city": "Praha 8",
- "country": "CZ"
}
}, - "roomTypes": [
- {
- "id": "123456",
- "name": "Double room",
- "beds": 2,
- "extraBeds": 1,
- "roomsCount": 10,
- "rooms": [
- {
- "id": "125",
- "name": "Room 125"
}
]
}
]
}
{- "success": true
}
{- "accessToken": "string",
- "hotel": {
- "id": "123456",
- "name": "Hotel Example",
- "address": {
- "street": "Pernerova 691",
- "city": "Praha 8",
- "country": "CZ"
}
}, - "roomTypes": [
- {
- "id": "123456",
- "name": "Double room",
- "beds": 2,
- "extraBeds": 1,
- "roomsCount": 10,
- "rooms": [
- {
- "id": "125",
- "name": "Room 125"
}
]
}
]
}
{- "success": true
}
Provides same information as /hotel endpoint, but in reversed direction. This endpoint is called by CM to load room types created on Termino side and set up mapping.
accessToken required | string Access token to your API. @@ -807,7 +805,7 @@Usage:" class="sc-iJCSeZ sc-cBornZ gJcGEt AiHgN sc-ciSkmu iZNUXd">Expected error Request samples
Content type application/json { Response samples
Content type application/json { |