POST api/Email/GetAllEmailLog

Request Information

URI Parameters

None.

Body Parameters

GetEmailLogFilter
NameDescriptionTypeAdditional information
From

date

None.

To

date

None.

InvoiceNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "From": "2026-02-03T17:12:55.1223847-05:00",
  "To": "2026-02-03T17:12:55.1223847-05:00",
  "InvoiceNo": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.