post https://api.aerocrs.com/v5/getAncillaries
This method will provide ancillaries available for a flight
Request parameters
Parameter | Type | Description |
---|---|---|
flightid | Number* | Flight internal code |
bookingid | Number* | Booking id received from createBooking |
currency | String* | Currency ISO code |
- Mandatory parameters
Response
Parameter | Type | Description |
---|---|---|
name | String | Ancillary name |
description | String | Ancillary description |
image | Link | Link to image |
ssrcode | String | SSR code |
items | Array | List of ancillary items and their information |
itemid | Number | Ancillary Number (to use on createAncillary method) |
itemname | String | Ancillary-item name |
quantityforitem | Number | The factor of quantity taken from the total quantity allowed on the ancillary |
fare | Number | Ancillary-item fare |
tax1 | Number | Ancillary-item tax |
tax2 | Number | Ancillary-item tax |
tax3 | Number | Ancillary-item tax |
tax4 | Number | Ancillary-item tax |
vat | Number | Ancillary-item vat |