GET api/flight/b2b/order/getOrderBsp?flightPNRs={flightPNRs}
获取订单BSP
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
flightPNRs |
多个PNR“,”分隔 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取订单BSP
ReturnResultOfListOfOrderCommissionRSContractName | Description | Type | Additional information |
---|---|---|---|
data | Collection of OrderCommissionRSContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "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 } ], "code": 1, "message": "sample string 2" }