POST api/cookiereader/confirmbooking
Request Information
URI Parameters
None.
Body Parameters
BookingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| bookingReference | string |
None. |
|
| hotelIdentifier | string |
None. |
|
| domain | string |
None. |
|
| emailAddress | string |
None. |
|
| bookingTypeId | integer |
None. |
|
| description | string |
None. |
|
| haloBooking | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"bookingReference": "sample string 1",
"hotelIdentifier": "sample string 2",
"domain": "sample string 3",
"emailAddress": "sample string 4",
"bookingTypeId": 5,
"description": "sample string 6",
"haloBooking": true
}
application/xml, text/xml
Sample:
<BookingDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HaloTracker.Models.DTOs"> <bookingReference>sample string 1</bookingReference> <bookingTypeId>5</bookingTypeId> <description>sample string 6</description> <domain>sample string 3</domain> <emailAddress>sample string 4</emailAddress> <haloBooking>true</haloBooking> <hotelIdentifier>sample string 2</hotelIdentifier> </BookingDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.