POST api/v1/EmailTemplate/PostEmailTemplate

Request Information

URI Parameters

None.

Body Parameters

EmailTemplate
NameDescriptionTypeAdditional information
_EmailTemplateID

integer

None.

_SiteId

integer

None.

_Subject

string

None.

_Sender

string

None.

_Contents

string

None.

_Status

byte

None.

_TemplateType

TEMPLATE_TYPE

None.

_SysNumber

integer

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "_EmailTemplateID": 1,
  "_SiteId": 2,
  "_Subject": "sample string 3",
  "_Sender": "sample string 4",
  "_Contents": "sample string 5",
  "_Status": 64,
  "_TemplateType": 0,
  "_SysNumber": 7,
  "_CreationDate": "2025-12-06T17:39:44.9389557+00:00",
  "_UpdatedDate": "2025-12-06T17:39:44.9389557+00:00"
}

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.