{
"orderNo": "",
"airlinePNRs": [
"FT759J",
"8HFT67"
],
"paxName": "",
"contactEmail": "",
"fromCity": "",
"toCity": "",
"depDate": "20250101",
"createTimeRangeFrom": "2024-10-31T19:57:46Z",
"createTimeRangeTo": "2024-11-01T19:57:46Z",
"orderStatus": [
0,
1,
2,
-3
],
"airlines": [
"SL",
"TF"
],
"page": 1,
"pageSize": 20
}
curl --location --request POST 'https://sandbox.atriptech.com/orderList.do' \
--header 'Accept: application/json' \
--header 'Accept;' \
--header 'Accept-Encoding: gzip' \
--header 'Accept-Encoding;' \
--header 'x-atlas-client-id: <YOUR_CLIENT_ID>' \
--header 'x-atlas-client-id;' \
--header 'x-atlas-client-secret: <YOUR_CLIENT_SECRET>' \
--header 'x-atlas-client-secret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "",
"airlinePNRs": [
"FT759J",
"8HFT67"
],
"paxName": "",
"contactEmail": "",
"fromCity": "",
"toCity": "",
"depDate": "20250101",
"createTimeRangeFrom": "2024-10-31T19:57:46Z",
"createTimeRangeTo": "2024-11-01T19:57:46Z",
"orderStatus": [
0,
1,
2,
-3
],
"airlines": [
"SL",
"TF"
],
"page": 1,
"pageSize": 20
}'
{
"status": 0,
"msg": null,
"page": 1,
"pageSize": 20,
"totalRecords": 2,
"orders": [
{
"orderNo": "TESTA20241122090710695",
"pnrCode": "Z27T5B",
"airlinePNRs": [
"FT759J"
],
"orderStatus": 2,
"depDate": "20250101",
"airlines": [
"SL"
],
"orderCreateTimestamp": "2024-11-22T01:07:10Z",
"paymentTimestamp": "2024-11-22T01:07:11Z",
"paxNames": [
"YIJING/tFGo"
],
"contactEmail": "test@test.com",
"fromCity": "CNX",
"toCity": "BKK",
"errorCode": null,
"errorMessage": null
},
{
"orderNo": "TESTA20241122080618700",
"pnrCode": "LLQNYJ",
"airlinePNRs": [
"8HFT67|8HFT67"
],
"orderStatus": 2,
"depDate": "20250101",
"airlines": [
"TF"
],
"orderCreateTimestamp": "2024-11-22T00:06:18Z",
"paymentTimestamp": "2024-11-22T00:06:19Z",
"paxNames": [
"YIJING/gAMM",
"JIXING/gAMM"
],
"contactEmail": "test@test.com",
"fromCity": "VBY",
"toCity": "STO",
"errorCode": null,
"errorMessage": null
}
]
}