POST api/Email/AddEmailLog

Request Information

URI Parameters

None.

Body Parameters

AddEmailLogDto
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.