POST api/Email/AddEmailLog
Request Information
URI Parameters
None.
Body Parameters
AddEmailLogDto| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceNo | string |
None. |
|
| Subject | string |
None. |
|
| ToEmail | string |
None. |
|
| DateTime | date |
None. |
|
| Succeed | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvoiceNo": "sample string 1",
"Subject": "sample string 2",
"ToEmail": "sample string 3",
"DateTime": "2025-12-12T17:42:33.7302165-05:00",
"Succeed": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.