POST api/v1/setting_MailType
Request Information
URI Parameters
None.
Body Parameters
Setting_MailTypeVMName | Description | Type | Additional 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-11-24T08:29:55.0048399-08: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-11-24T08:29:55.0048399-08: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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.