POST api/Email/GetAllEmailLog
Request Information
URI Parameters
None.
Body Parameters
GetEmailLogFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| From | date |
None. |
|
| To | date |
None. |
|
| InvoiceNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"From": "2025-12-12T17:44:04.0540789-05:00",
"To": "2025-12-12T17:44:04.0540789-05:00",
"InvoiceNo": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.