code: ********************timestamp: ********************signature: ********************curl --location --request GET 'https://apiv1.simplifly.tech/api/v1/flight/orders?orderNo&airlinePnr&ticketNo&origin&destination&departureDate&status&orderType&page&pageSize' \
--header 'code: <api-key>' \
--header 'timestamp: <api-key>' \
--header 'signature: <api-key>'{
"code": 0,
"message": "string",
"realMessage": "string",
"data": {
"items": [
{
"id": "string",
"agencyId": 0,
"orderType": "string",
"status": "string",
"isHolding": true,
"lastActionTime": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"agencyInfo": {
"rootAgency": {
"id": 0,
"name": "string",
"logo": "string",
"currency": "string",
"proxyLevel": 0
},
"secondAgency": {
"id": 0,
"name": "string",
"logo": "string",
"currency": "string",
"proxyLevel": 0
}
},
"journeys": [
{
"id": 0,
"orderId": "string",
"origin": "string",
"destination": "string",
"departureDate": "string",
"departureTime": "string",
"arrivalDate": "string",
"arrivalTime": "string",
"duration": "string",
"transferNum": 0,
"segments": [
{
"id": 0,
"journeyId": 0,
"flightNo": "string",
"departure": "string",
"arrival": "string",
"departureDate": "string",
"departureTime": "string",
"arrivalDate": "string",
"arrivalTime": "string",
"flightTime": "string"
}
]
}
],
"passengerNames": [
{
"id": 0,
"orderId": "string",
"name": "string"
}
],
"lockedStatus": 0,
"lockedById": 0,
"lockedByName": "string",
"lockedAt": "2019-08-24T14:15:22.123Z",
"solution": {
"orderId": "string",
"amount": 0,
"income": 0,
"source": 0,
"currency": "string",
"refundPriceStatus": "string"
},
"parentAgencyId": 0,
"parentAgencyPaymentEnable": true,
"agencyProxyLevel": 0,
"cnyRate": 0
}
],
"page": 0,
"pageSize": 0,
"total": 0
}
}