POST api/flight/v2/voidTicket/{flightPNR}/{bookingAccountId}?ticketNOs={ticketNOs}&logTraceId={logTraceId}
廢票(Void)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
flightPNR | string |
Required |
|
bookingAccountId | integer |
Required |
|
ticketNOs |
多個","號分隔 |
string |
Required |
logTraceId |
日志跟蹤ID |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
廢票(Void)
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" }