GET api/flight/b2b/getVoucher/{transactionId}/{lang}
獲取憑證內容
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
transactionId |
交易號 |
string |
Required |
lang |
語言 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
獲取憑證內容
ReturnResultOfStringName | Description | Type | Additional information |
---|---|---|---|
data | string |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": "sample string 1", "code": 2, "message": "sample string 3" }