Breadcrumb
- Reservation Services
- Create Reservation
- Use Cases
- Access Code - Corporate, Promotion
Access Code - Corporate, Promotion
Use an Access Code to apply a special rate to the reservation. Types associated with access codes are: Corporate or Promotion.
Note: For a Corporate code search, the system will look for a Hotel-level company profile first and if not found then a Chain-level profile.
Parameter | Description | Type | Required |
---|---|---|---|
accessCode | Access code | String | No |
accessType | Access code type. Values: Corporate, Promotion | String | No |
Sample Request for Corporate Code
"Promotion": {
"AccessKey": {
"Password": "DELL"
},
"Type": "Corporate"
}
Sample Request for Promotion
"Promotion": {
"AccessKey": {
"Password": "5PCOFF"
},
"Type": "Promotion"
}
Full Request for Promotion
{
"Promotion": {
"AccessKey": {
"Password": "5PCOFF"
},
"Type": "Promotion"
},
"Chain": {
"Id": 14161022
},
"Channels": {
"PrimaryChannel": {
"Code": "WEB"
},
"SecondaryChannel": {
"Code": "SYNXISWS_BE"
}
},
"Hotel": {
"Id": 100319
},
"Guests": [
{
"PersonName": {
"GivenName": "John",
"Surname": "Public"
},
"Payments": [
{
"PaymentCard": {
"CardCode": "VI",
"CardHolder": "John Public",
"CardNumber": "444444444444444",
"CardSecurityCode": "123",
"ExpireDate": "1225"
},
"Type": "CreditCard"
}
],
"ContactNumbers": [
{
"Number": "555-123-2717"
}
],
"EmailAddress": [
{
"Value": "john.public@email.com"
}
]
}
],
"RoomStay": {
"StartDate": "2023-06-07",
"EndDate": "2023-06-08",
"GuestCount": [
{
"AgeQualifyingCode": "Adult",
"NumGuests": 1
}
],
"NumRooms": 1,
"Products": [
{
"Product": {
"RateCode": "BAR",
"RoomCode": "LUXQ"
}
}
]
},
"status": "Confirmed"
}