POST api/flight/b2b/sendIssueTicketFail/{transactionId}/{lang}
發送出票失敗郵箱(客戶通知)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
transactionId | string |
Required |
|
lang | string |
Default value is zh-HK |
Body Parameters
None.
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" }