v1

latestSwagger 2.02026-08-0689081.6 KB
Service

Cancel specified reservation

Cancel specified reservation according to parameters

post/hotels/reservation/cancel

Headers

Accept-Languagestring

Advertises which languages the client is able to understand

concur-correlationidstring required

This unique code can be used during troubleshooting as it identifies the API call in the log files.

Request body

Example request

{
  "confirmationCodes": [
    {
      "code": "3704188022P5683"
    }
  ],
  "requestorInfo": {
    "bookingForSelf": true,
    "loginId": "abc@concur.com",
    "posRequestorId": "abc1234",
    "travelerUuid": "123e4567-e89b-12d3-a456-426614174000",
    "pcc": "ABC123"
  }
}

Response

Reservation successfully cancelled

cancellationRemarksstring

Example response

{
  "cancellationRemarks": "Reservation cancelled with no penalty",
  "confirmationCodes": [
    {
      "code": "3704188022P5683"
    }
  ]
}