POST api/flight/v3/checkTicketingStatus
查看票號
Request Information
URI Parameters
None.
Body Parameters
CheckTicketingStatusRQContractName | Description | Type | Additional information |
---|---|---|---|
processId |
Process ID |
string |
None. |
flightPNR |
PNR |
string |
None. |
gdsType |
Uapi/Amadeus/Sabre |
string |
None. |
bookingPCC |
下單PCC |
string |
None. |
providerAccountId |
出票API配置ID |
integer |
None. |
autoTicketProvider |
出票提供商(WTL/Techson/Lotus) |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "processId": "sample string 1", "flightPNR": "sample string 2", "gdsType": "sample string 3", "bookingPCC": "sample string 4", "providerAccountId": 5, "autoTicketProvider": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
查看票號
ReturnResultOfCheckTicketingStatusRSContractName | Description | Type | Additional information |
---|---|---|---|
data | CheckTicketingStatusRSContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "status": 0, "tickets": [ { "PaxName": "sample string 1", "TktNo": "sample string 2", "currency": "sample string 3", "fare": 1.0, "tax": 1.0, "totalPrice": 1.0 }, { "PaxName": "sample string 1", "TktNo": "sample string 2", "currency": "sample string 3", "fare": 1.0, "tax": 1.0, "totalPrice": 1.0 } ] }, "code": 1, "message": "sample string 2" }