Booking
POST {{endpoint}}/hotel-api/1.2/bookings
Standard Booking operation. In 'examples' you can find different cases of requests and responses.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-key | string | API Key used in the request | |
X-Signature | string | SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds | |
Accept | string | Defines response format, posible values: application/xml, application/json | |
Accept-Encoding | string | Defines type of encoding used on the data | |
Content-Type | string | Defines request format, posible values: application/xml, application/json |