It serves as an additional description of the response result. Especially when the interface reports an error (status !=0), it is usually a human-readable error message. Note: Do not use this field in any programming scenarios. For example, do not judge whether the interface responds successfully based on this field. Instead, you should only determine it by checking whether the status is equal to0at any time.
page
string
required
pageSize
string
required
totalRecords
string
required
orders
array [object {14}]
required
orderNo
string
required
Atlas order number
pnrCode
string
required
Atlas internal reference code
airlinePNRs
array[string]|null
optional
Airline PNRs in the order
orderStatus
enum<integer>
required
Order status
Allowed values:
012-3
depDate
string
required
Date of departure. The format is:YYYYMMDD
airlines
array[string]
required
The IATA codes of all airlines in the order
orderCreateTimestamp
string
required
The time of order creation. This is in UTC. Format:yyyy-MM-dd'T'HH:mm:ss'Z'
paymentTimestamp
string
required
The time payment was made. This is in UTC. Format:yyyy-MM-dd'T'HH:mm:ss'Z'
paxNames
array[string]
required
The names of all passengers in the order
contactEmail
string
required
Contact email provided by the customer
fromCity
string
required
IATA code of departure city
toCity
string
required
IATA code of arrival city
errorCode
string|null
optional
The error code returned for a cancelled order. This will only be displayed for cancelled orders.