{
"authentication": {
"sign": "{{sign}}",
"timestamp": "{{timestamp}}"
},
"auxOrderNo": "18599058925555712",
"partnerAuxOrderNo": ""
}
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": "18599058925555712",
"partnerAuxOrderNo": ""
}'
{
"traceId": "auxOrderDetail_NEWAPI2501171152160400814",
"code": "000000",
"message": "成功",
"processingTime": 1661,
"data": {
"auxOrderNo": "18599058925555712",
"auxOrderStatus": "2",
"partnerAuxOrderNo": null,
"orderNo": "18599020016177152",
"createTime": "2025-01-17T11:49",
"currency": "CNY",
"totalPrice": 7757,
"ancillary": {
"baggage": [
{
"paxId": "1",
"segmentIds": [
"4453068fd343a3eb89b823fc48cc2cd9"
],
"auxId": "e59705c27c684477bee39a55dd84b245SINHKG",
"totalPrice": 7757,
"baseFare": 7757,
"serviceFee": 0,
"size": "e",
"piece": 1,
"weight": 20,
"quantity": 1,
"type": "CHECK_IN"
}
],
"seatInfos": null
},
"passengers": [
{
"paxId": "1",
"name": "VJKOX/SBLUE"
}
],
"segments": [
{
"segmentId": "4453068fd343a3eb89b823fc48cc2cd9",
"duration": 255,
"carrier": "CX",
"flightNo": "636",
"codeShare": false,
"operatingCarrier": null,
"operatingFlightNo": null,
"aircraftCode": "333",
"depAirport": "SIN",
"depTerminal": "4",
"depTime": "2025-04-15T20:10",
"arrAirport": "HKG",
"arrTerminal": "1",
"arrTime": "2025-04-16T00:25",
"stopAirport": null,
"stopDuration": null
}
],
"payDeadline": null
}
}