createOpenService

This method will add an open service to the reservation

Request parameters

❗️

Important notice

Need to call this API after confirmBooking

ParameterTypeDescription
bookingconfirmationString*Booking confirmation (from confirmBooking Response)
servicetypeString*Service type from the airline
supplierString*Open Service supplier
servicedateString*Date time value in YYYY-MM-DD HH:mm format
adultsNumeric*Number of adult passengers
childNumeric*Number of child passengers
infantNumeric*Number of infant passengers
currencyString*Currency code
fareNumericBase fare amount
taxNumericTax amount
vatNumericVAT amount - Must be a decimal between 0.0 and 0.99 (e.g., 0.1 for 10%)
chargevatontaxBooleanCharge VAT value on tax (TRUE/FALSE)
remarkStringOptional free text
❗️

* Mandatory parameters

Response

ParameterTypeDescription
bookingidNumberAs requested (same as from createBooking Response)
successBooleanTrue if the open service was added successfully, False otherwise

Language