POST api/flight/b2b/sendVoidTicket/{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
發送廢票(成功、失敗)郵箱
ReturnResult| Name | Description | Type | Additional information | 
|---|---|---|---|
| code | 
                         状态码:100成功,其他自定义  | 
                    integer | 
                             None.  | 
                
| message | 
                         提示消息  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "code": 1,
  "message": "sample string 2"
}