POST api/flight/b2b/issue/closeagent
關閉AGENT自動開票功能
Request Information
URI Parameters
None.
Body Parameters
Pnr
IssueTickeCloseAgengtContractcsName | Description | Type | Additional information |
---|---|---|---|
CompanyCode | string |
None. |
|
Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CompanyCode": "sample string 1", "Token": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
關閉AGENT自動開票功能
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" }