Air

Accept schedule change

Accept a schedule change for a PNR

post/v2/air/accept-change

Request body

pnrIdstring required

The unique ID identifying the PNR to which the schedule change is being accepted.

tripIdstring required

The unique ID identifying the trip to which the schedule change is being accepted.

Example request

{
  "pnrId": "2368393981",
  "tripId": "9262583933"
}

Response

OK

successboolean required

Indicates whether the schedule change was successfully accepted.

Example response

{
  "success": true
}

Changes

Changed in 1 of the 5 revisions of this API.1