post On Hold Reservation -> Ignore reservation
POST {{HostName}}/book/v0/hotels/{{HotelCode}}/reservations/{{ConfirmationNum}}/status
Request Body
{"reservations"=>[{"reservationIdList"=>[{"id"=>"{{ConfirmationNum}}", "type"=>"Confirmation", "idContext"=>"Central", "idExtension"=>"1"}], "hotelCode"=>"{{HotelCode1}}", "reservationStatus"=>"Ignore", "lastModifyDateTime"=>"2020-09-17T19:21:00.0Z", "messageId"=>"{{$randomUUID}}"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string | ||
x-channelCode | string | ||
x-app-key | string |