POST api/v1/setting_MailType

Request Information

URI Parameters

None.

Body Parameters

Setting_MailTypeVM
NameDescriptionTypeAdditional information
mailTypeId

integer

None.

mailType

string

None.

tenantId

integer

None.

createdBy

integer

None.

dateTimeCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "mailTypeId": 1,
  "mailType": "sample string 2",
  "tenantId": 1,
  "createdBy": 1,
  "dateTimeCreated": "2024-09-19T09:36:45.7133572-07:00"
}

application/xml, text/xml

Sample:
<Setting_MailTypeVM 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:36:45.7133572-07:00</dateTimeCreated>
  <mailType>sample string 2</mailType>
  <mailTypeId>1</mailTypeId>
  <tenantId>1</tenantId>
</Setting_MailTypeVM>

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.