GET api/flight/b2b/order/detail/{transId}
查看出票詳細
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
transId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
查看出票詳細
ReturnResultOfTicketOrderInfoContractName | Description | Type | Additional information |
---|---|---|---|
data | TicketOrderInfoContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "fareInfos": [ { "gdsFare": 1.0, "gdsTax": 2.0, "passengerType": "sample string 3" }, { "gdsFare": 1.0, "gdsTax": 2.0, "passengerType": "sample string 3" } ] }, "code": 1, "message": "sample string 2" }