GET api/flight/b2b/queryTicketReceipt/{invoiceNum}/{randomNum}?displayFlag={displayFlag}
查詢收據
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
invoiceNum | string |
Required |
|
randomNum | string |
Required |
|
displayFlag |
1=返回URL憑證地址,非1返回憑證數據 |
string |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
查詢收據
ReturnResultOfObjectName | Description | Type | Additional information |
---|---|---|---|
data | Object |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": {}, "code": 2, "message": "sample string 3" }