{
"authentication" : {
"sign" : "",
"timestamp" : ""
},
"auxOrderNo" : "",
"partnerOrderNo" : ""
}
curl --location --request POST 'https://flight-test.flightroutes24.com/api/new/ancillaryOrderDetail.do' \
--header 'Accept-Encoding;' \
--header 'appKey;' \
--header 'content-Type: application/json' \
--data-raw '{
"authentication" : {
"sign" : "",
"timestamp" : ""
},
"auxOrderNo" : "",
"partnerOrderNo" : ""
}'
{
"traceId": "",
"code": "",
"message": "",
"processingTime": "",
"data": {
"auxOrderNo": "",
"orderStatus": "",
"partnerOrderNo": "",
"orderNo": "",
"createTime": "",
"currency": "",
"totalPrice": 810,
"ancillary": {
"baggage": [
{
"paxId": 1,
"segmentIds": [
""
],
"auxId": "",
"totalPrice": 810,
"baseFare": 800,
"serviceFee": 10,
"size": " ",
"piece": 1,
"weight": 23,
"quantity": 1
}
]
},
"passengers": [
{
"paxId": "",
"name": ""
}
],
"segments": [
{
"segmentId": "1bd336d0305b04f9d59e9a2d1895034c",
"duration": 1234,
"carrier": "BA",
"flightNo": "1234",
"codeShare": false,
"operatingtCarrier": "",
"operatingFlightNo": "",
"aircraftCode": "",
"depAirport": "",
"depTerminal": "",
"depTime": "",
"arrAirport": "",
"arrTerminal": "",
"arrTime": "",
"stopAirport": [
"",
""
],
"stopDuration": [
1256,
5678
]
}
],
"payDeadline": ""
}
}