POST api/EmailNotification/SaveEmailNotificationMaster
Request Information
URI Parameters
None.
Body Parameters
emailNotificationMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| clientId | integer |
None. |
|
| clientName | string |
None. |
|
| emailNotificationTypeId | integer |
None. |
|
| emailNotificationTypeName | string |
None. |
|
| sendTo | string |
None. |
|
| sendCC | string |
None. |
|
| recordType | string |
None. |
|
| status | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"clientId": 1,
"clientName": "sample string 2",
"emailNotificationTypeId": 1,
"emailNotificationTypeName": "sample string 3",
"sendTo": "sample string 4",
"sendCC": "sample string 5",
"recordType": "sample string 6",
"status": true
}
application/xml, text/xml
Sample:
<emailNotificationMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Committed_API"> <clientId>1</clientId> <clientName>sample string 2</clientName> <emailNotificationTypeId>1</emailNotificationTypeId> <emailNotificationTypeName>sample string 3</emailNotificationTypeName> <id>1</id> <recordType>sample string 6</recordType> <sendCC>sample string 5</sendCC> <sendTo>sample string 4</sendTo> <status>true</status> </emailNotificationMaster>
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.