GET api/flight/b2b/order/getAutoProcessTicket?flightPNRs={flightPNRs}
自动出票处理中订单
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
flightPNRs |
多个PNR“,”分隔 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
自动出票处理中订单
ReturnResultOfListOfIssueOrderRSContractName | Description | Type | Additional information |
---|---|---|---|
data | Collection of IssueOrderRSContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "transactionID": "sample string 1", "orderNO": "sample string 2", "companyCode": "sample string 3", "configId": 4, "flightPNR": "sample string 5", "gSType": "sample string 6", "validatingCarrier": "sample string 7", "totalAmt": 8.0, "airLineCommission": [ { "transactionID": "sample string 1", "passengerType": "sample string 2", "markupType": "sample string 3", "markupValue": 4.0, "taxMarkupType": "sample string 5", "taxMarkupValue": 6.0, "isOverWrite": true }, { "transactionID": "sample string 1", "passengerType": "sample string 2", "markupType": "sample string 3", "markupValue": 4.0, "taxMarkupType": "sample string 5", "taxMarkupValue": 6.0, "isOverWrite": true } ], "createTime": "2025-04-24T16:49:52.2444194+08:00" }, { "transactionID": "sample string 1", "orderNO": "sample string 2", "companyCode": "sample string 3", "configId": 4, "flightPNR": "sample string 5", "gSType": "sample string 6", "validatingCarrier": "sample string 7", "totalAmt": 8.0, "airLineCommission": [ { "transactionID": "sample string 1", "passengerType": "sample string 2", "markupType": "sample string 3", "markupValue": 4.0, "taxMarkupType": "sample string 5", "taxMarkupValue": 6.0, "isOverWrite": true }, { "transactionID": "sample string 1", "passengerType": "sample string 2", "markupType": "sample string 3", "markupValue": 4.0, "taxMarkupType": "sample string 5", "taxMarkupValue": 6.0, "isOverWrite": true } ], "createTime": "2025-04-24T16:49:52.2444194+08:00" } ], "code": 1, "message": "sample string 2" }