v1

latestOpenAPI 3.1.02026-08-0630894634.3 KB
Trip PNRs

Suspend the given pnr.

This endpoint suspends the PNR, transitioning it into a read-only state. Once suspended, updates via OBT will be restricted. This API serves various use cases, such as price optimization and rebooking.

post/v3/trips/{tripId}/pnrs/{pnrId}/suspend

Request body

reason'AIR_PRICE_OPTIMIZATION' | 'EXCHANGE' | 'GDS_EXCHANGE' required

Reason for suspending the pnr

Example request

{
  "reason": "AIR_PRICE_OPTIMIZATION"
}

Response

OK