Air
Create air pnr
Creates a new air booking with the given itinerary
post/v2/air/create-pnr
Request body
Response
OK
Example response
{
"createPnrApplicationInfo": {
"applicationWarning": [
{
"description": "FREQUENT TRAVELER NUMBER DOES NOT EXIST FOR THIS AIRLINE"
}
]
}
}Changes
Changed in 2 of the 5 revisions of this API.2
- ○
added the new optional request property
new-optional-request-property
- ○
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○