POST api/flight/b2b/techson/checkTicketStatus/{configId}
查出Techson票號
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
configId | integer |
Required |
Body Parameters
CheckTicketingStatusRQContractName | Description | Type | Additional information |
---|---|---|---|
processId | string |
None. |
|
logTrackGuid | string |
None. |
|
flightPNR | string |
None. |
|
gdsType | string |
None. |
|
bookingPCC | string |
None. |
|
providerAccountId | integer |
None. |
|
autoTicketProvider | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "processId": "sample string 1", "logTrackGuid": "sample string 2", "flightPNR": "sample string 3", "gdsType": "sample string 4", "bookingPCC": "sample string 5", "providerAccountId": 6, "autoTicketProvider": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
查出Techson票號
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" }