POST api/CommonMaster/MailTemplateMaster/AddMailSentConfiguration

Request Information

URI Parameters

None.

Body Parameters

MailSentConfigurationViewModel
NameDescriptionTypeAdditional information
ClientName

string

None.

SentEmployee

string

None.

SentHr

string

None.

SentManager

string

None.

SentLineManager

string

None.

SpecificPerson

string

None.

MailSentConfigurationId

integer

None.

ClientId

integer

None.

MailTemplateId

integer

None.

IsSentHr

boolean

None.

IsSentManager

boolean

None.

IsSentEmployee

boolean

None.

IsSentLineManager

boolean

None.

IsSpecificPerson

boolean

None.

ToMaxCount

integer

None.

CcMaxCount

integer

None.

BccMaxCount

integer

None.

IsActive

boolean

None.

CreatedDate

date

None.

CreatedBy

integer

None.

ModifyDate

date

None.

ModifyBy

integer

None.

IpAddress

string

None.

LocalIpAddress

string

None.

DbUserAccount

string

None.

RequestType

RequestTypeEnum

None.

ModeLogic

string

None.

LogicValue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientName": "sample string 1",
  "SentEmployee": "sample string 2",
  "SentHr": "sample string 3",
  "SentManager": "sample string 4",
  "SentLineManager": "sample string 5",
  "SpecificPerson": "sample string 6",
  "MailSentConfigurationId": 7,
  "ClientId": 1,
  "MailTemplateId": 1,
  "IsSentHr": true,
  "IsSentManager": true,
  "IsSentEmployee": true,
  "IsSentLineManager": true,
  "IsSpecificPerson": true,
  "ToMaxCount": 1,
  "CcMaxCount": 1,
  "BccMaxCount": 1,
  "IsActive": true,
  "CreatedDate": "2026-01-07T07:13:02.0175123+05:30",
  "CreatedBy": 9,
  "ModifyDate": "2026-01-07T07:13:02.0175123+05:30",
  "ModifyBy": 1,
  "IpAddress": "sample string 10",
  "LocalIpAddress": "sample string 11",
  "DbUserAccount": "sample string 12",
  "RequestType": 0,
  "ModeLogic": "sample string 13",
  "LogicValue": "sample string 14"
}

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.