PUT api/v1/setting_EmailSender/{emailSenderId}/emailSenderId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| emailSenderId | integer |
Required |
Body Parameters
Setting_EmailSenderVM| Name | Description | Type | Additional 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": "2025-11-03T12:08:42.3299848-08: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>2025-11-03T12:08:42.3299848-08: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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.