Order number. It can be an order for ticketing, or an order for add bags. The format of each kind of order is different.
userName
string
required
This is to identifier the operator's name in client's system, Atlas will grant access to this operator and track his/her actions in Atlas customer service portal.
role
string
required
This is to identify the operator's role. Atlas will grant access to this operator according to the role assigned. Here are the acceptable options:Customer service : Access to manage orders and request post ticketing servicesFinance : Access to manage the balance and check statementsDeveloper : Access to manage the system configurationsAdmin : Full access
A url with token to access to Atlas customer service portal.
status
integer
required
0: success2: System error3: unauthorized access
msg
string|null
optional
Error message.The 'msg' element is for description of the results. Please DO NOT use this field to check the success or failure of the request. Only use the 'status' code to check the result.