Booking

Retrieve the status of a booking check

The status of a booking check with specified checkId will be returned.

If the segmentGroups from the check request are available for booking with respect to the information of passengers, the a success checkStatus of will be returned along with a totalAmount in particular currency.

For any reason for which the check failed, a error checkStatus will be returned.

See response of 200 OK for status definitions.

get/booking/checks/{checkId}/status

Path parameters

checkIdstring required

UUID

Example:23246c8e-11ad-4105-845b-07ad855649c3

Response

OK

messagestring

message returned by server side if there is any

Changes