POST api/flight/b2b/v2/submitVoidTicket/{token}
廢票
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token |
访问令牌 |
string |
Required |
Body Parameters
SubmitVoidTicketRQContractName | Description | Type | Additional information |
---|---|---|---|
flightPNR | string |
None. |
|
ticketNumbers | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{ "flightPNR": "sample string 1", "ticketNumbers": [ "sample string 1", "sample string 2" ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
廢票
ReturnResultName | Description | Type | Additional information |
---|---|---|---|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2" }