v1
latestOpenAPI 3.1.02026-08-0630894634.3 KBTrip 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
Example request
{
"reason": "AIR_PRICE_OPTIMIZATION"
}Response
OK