POST api/flight/b2b/ticket/voidTicket
退票(VoidTicket)
Request Information
URI Parameters
None.
Body Parameters
VoidTicketReqContractName | Description | Type | Additional information |
---|---|---|---|
flightpnr | string |
None. |
|
configid | integer |
None. |
|
ticketNOList | Collection of string |
None. |
|
logTrackGuid | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "flightpnr": "sample string 1", "configid": 2, "ticketNOList": [ "sample string 1", "sample string 2" ], "logTrackGuid": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
退票(VoidTicket)
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" }