{
"authentication" : {
"sign" : "",
"timestamp" : ""
},
"offerId" : ""
}
curl --location --request POST 'https://flight-test.flightroutes24.com/api/new/presaleAncillaryShopping.do' \
--header 'Accept-Encoding;' \
--header 'appKey;' \
--header 'content-Type: application/json' \
--data-raw '{
"authentication" : {
"sign" : "",
"timestamp" : ""
},
"offerId" : ""
}'
{
"traceId": "",
"code": "",
"message": "",
"processingTime": 123421,
"data": {
"currency": "",
"auxes": [
{
"segmentIds": [
""
],
"auxId": "",
"baseFare": 150,
"serviceFee": 10,
"size": "",
"piece": 1,
"weight": 10,
"limitPerPax": 5,
"availability": 99
}
],
"segment": [
{
"segmentId": "",
"duration": "",
"carrier": "",
"flightNo": "",
"aircraftCode": "",
"depAirport": "",
"depTerminal": "",
"depTime": "",
"arrAirport": "",
"arrTerminal": "",
"arrTime": "",
"stopAirport": [],
"stopDuration": []
}
]
}
}