POST appi/Interface/SaveEmailLog
Request Information
URI Parameters
None.
Body Parameters
EmailObj| Name | Description | Type | Additional information |
|---|---|---|---|
| emailId | integer |
None. |
|
| title | string |
None. |
|
| content | string |
None. |
|
| fromEmail | string |
None. |
|
| toEmail | string |
None. |
|
| sendTime | string |
None. |
|
| sheetCode | string |
None. |
|
| sample | string |
None. |
|
| uId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"emailId": 1,
"title": "sample string 2",
"content": "sample string 3",
"fromEmail": "sample string 4",
"toEmail": "sample string 5",
"sendTime": "sample string 6",
"sheetCode": "sample string 7",
"sample": "sample string 8",
"uId": 9
}
application/xml, text/xml
Sample:
<EmailObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StationAPI.Utils"> <content>sample string 3</content> <emailId>1</emailId> <fromEmail>sample string 4</fromEmail> <sample>sample string 8</sample> <sendTime>sample string 6</sendTime> <sheetCode>sample string 7</sheetCode> <title>sample string 2</title> <toEmail>sample string 5</toEmail> <uId>9</uId> </EmailObj>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
QueryResultWithTable| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | integer |
None. |
|
| MsgGrade | integer |
None. |
|
| Msg | string |
None. |
|
| Tag | DataTable |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.