POST api/flight/v2/cancelPNR/{flightPNR}/{bookingAccountId}?logTraceId={logTraceId}
取消PNR
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
flightPNR |
PNR编号 |
string |
Required |
bookingAccountId |
下单帐户ID |
integer |
Required |
logTraceId |
日志跟蹤ID |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
取消PNR
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" }