POST api/invoice/flight/orderEmailContent/{docNO}/{itemType}/{companyId}/{lang}
獲取機票訂單郵件內容
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| docNO | 
                         訂單號  | 
                    string | 
                                 Required  | 
                
| itemType | 
                         模板類型  | 
                    string | 
                                 Required  | 
                
| companyId | 
                         公司編號  | 
                    string | 
                                 Required  | 
                
| lang | 
                         語言  | 
                    string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
獲取機票訂單郵件內容
ReturnResultOfString| Name | Description | Type | Additional information | 
|---|---|---|---|
| data | string | 
                             None.  | 
                |
| code | 
                         状态码:100成功,其他自定义  | 
                    integer | 
                             None.  | 
                
| message | 
                         提示消息  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "data": "sample string 1",
  "code": 2,
  "message": "sample string 3"
}