TicketCreate
Create a Ticket
Request
- crs (m)— reservation system, 'HitchHiker|LH', 'Sabre|ABC', 'Sabre|TEST',...
aFlight.pvr.namCrs - bcd (m)— booking code, Sabre PNR/Filekey, NDC OrderID
aFlight.pvr.OrderID - Cmr (o)— only for HitchHiker NDC needed
- alc (o)— validating airline code, only for SABRE needed
- pqn (o)— PQ number, only for SABRE
- idc (o)— to use cached data, for developing
{
"crs": "HitchHiker|LH",
"bcd": "ABC123",
"Cmr": { // customer
"gen": "m",
"fna": "Christian",
"lna": "Maier",
"cny": "DE", // country
"adr": "Hauptstrasse", // address street
"wgnr": "40", // house number
"zip": "68309", // Postal code
"cty": "Mannheim", // city
"tel": "+49 1234567890" // number with country dial code
// format '+NNN NNN', only one space allowed
}
}
Response
same as in OrderRetrieve-Response