POST api/v2/flight/getBackendEmail/{orderNO}/{lang}
获得后台订单电邮模板
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderNO |
訂單編號 |
string |
Required |
lang |
語言 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获得后台订单电邮模板
ReturnResultOfInvoiceFlightBackendSendRSContractName | Description | Type | Additional information |
---|---|---|---|
data | InvoiceFlightBackendSendRSContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "Subject": "sample string 1", "Body": "sample string 2", "To": "sample string 3", "CC": "sample string 4", "BCC": "sample string 5" }, "code": 1, "message": "sample string 2" }