DC Reservation Session
Confirm a Held Reservation
Confirm held but uncommitted new or modified DC Reservation.
Authentication type: Application & Application User
POST https://kapip-s.hilton.io/hospitality-partner/v2/dcres/{confNumber}/confirm
| Hilton-Crs-SessionId | required | Provides ability for client to modify the state of a specific booking which has been held in an unconfirmed state. | string(uuid) |
| confNumber | required | Confirmation Number | string |
| confirm | optional | Body information | Confirm-DcRes |
Responses
| 204 | Successful with no content | No Content |
| 400 | Bad Request | ErrorDetail-DcRes |
Example Request
https://kapip-s.hilton.io/hospitality-partner/v2/dcres/{confNumber}/confirm
{
"externalResId" : "string",
"primaryGdsCode" : "string"
}
Example Response
{ }
Release a Held Reservation
Release held but uncommitted new or modified DC Reservation. A new reservation will not be created, or any held changes to a reservation will be discarded.
Authentication type: Application & Application User
POST https://kapip-s.hilton.io/hospitality-partner/v2/dcres/{confNumber}/release
| Hilton-Crs-SessionId | required | Provides ability for client to modify the state of a specific booking which has been held in an unconfirmed state. | string(uuid) |
| confNumber | required | Confirmation Number | string |
Responses
| 204 | Successful with no content | No Content |
| 400 | Bad Request | ErrorDetail-DcRes |
Example Request
https://kapip-s.hilton.io/hospitality-partner/v2/dcres/{confNumber}/releaseExample Response
{ }
Definitions
Confirm-DcRes
| externalResId | optional | The external ReservationId. Pattern : ^((?![|=;])[\p{N}\p{L}\p{P}]){1,20}$ Example : "string" |
string |
| primaryGdsCode | optional | The primary GDS code identifies a Global Distribution System (GDS). Pattern : ^[A-Z0-9]{2}$ Example : "string" |
string |
ErrorDetail-DcRes
| code | required | Example : 0 |
integer |
| context | required | Example : "string" |
string |
| message | required | Example : "string" |
string |
| notifications | optional | Example : ErrorNotification-DcRes |
< ErrorNotification-DcRes > array |
ErrorNotification-DcRes
| code | optional | Error Notification Code or identifier Example : "string" |
string |
| fields | optional | Example : [ "string" ] |
< string > array |
| message | required | Example : "string" |
string |
| otaErrorCode | optional | Online travel agency error code. Example : 0 |
integer |