GET api/flight/b2b/order/checkOrderToTicketing/{flightPNR}
檢查是否可開票(檢查是否存在已開票或在處理中的訂單)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
flightPNR | string |
Required |
Body Parameters
None.
Response Information
Resource Description
檢查是否可開票(檢查是否存在已開票或在處理中的訂單)
ReturnResultOfBooleanName | Description | Type | Additional information |
---|---|---|---|
data | boolean |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": true, "code": 2, "message": "sample string 3" }