Breadcrumb
- Reservation Services
- Create Reservation
- Use Cases
- Brand, Chain, Hotel
Brand, Chain, Hotel
Include the Brand, Hotel, and Chain of the hotel in the reservation.
Parameter | Description | Type | Required |
---|---|---|---|
Brand/@Id | Unique number identifies a specific brand in SynXis CR. | Integer | No |
Chain/@Id | Unique number identifies a hotel chain or management group in SynXis CR. | Integer | Yes |
Hotel/@Id | Unique number identifies a single hotel property in SynXis CR. | Integer | Yes |
"Brand": {
"Id": "14545"
},
"Chain": {
"Id": "12723"
},
"Hotel": {
"Id": "13098"
}