POST api/v1/setting_EmailSender

Request Information

URI Parameters

None.

Body Parameters

Setting_EmailSenderVM
NameDescriptionTypeAdditional information
emailSenderId

integer

None.

smtp

string

None.

smtpPort

string

None.

senderMail

string

None.

senderPassword

string

None.

senderLabel

string

None.

tenantId

integer

None.

createdBy

integer

None.

dateTimeCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "emailSenderId": 1,
  "smtp": "sample string 2",
  "smtpPort": "sample string 3",
  "senderMail": "sample string 4",
  "senderPassword": "sample string 5",
  "senderLabel": "sample string 6",
  "tenantId": 1,
  "createdBy": 1,
  "dateTimeCreated": "2024-09-19T09:20:32.3444825-07:00"
}

application/xml, text/xml

Sample:
<Setting_EmailSenderVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <createdBy>1</createdBy>
  <dateTimeCreated>2024-09-19T09:20:32.3444825-07:00</dateTimeCreated>
  <emailSenderId>1</emailSenderId>
  <senderLabel>sample string 6</senderLabel>
  <senderMail>sample string 4</senderMail>
  <senderPassword>sample string 5</senderPassword>
  <smtp>sample string 2</smtp>
  <smtpPort>sample string 3</smtpPort>
  <tenantId>1</tenantId>
</Setting_EmailSenderVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.