POST api/v1/EmailSave
Request Information
URI Parameters
None.
Body Parameters
EmailSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Salutation | string |
None. |
|
| ReceiverName | string |
None. |
|
| Emailid | string |
None. |
|
| CompanyName | string |
None. |
|
| Category | string |
None. |
|
| CategoryName | string |
None. |
|
| MobileNo | string |
None. |
|
| json | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Salutation": "sample string 2",
"ReceiverName": "sample string 3",
"Emailid": "sample string 4",
"CompanyName": "sample string 5",
"Category": "sample string 6",
"CategoryName": "sample string 7",
"MobileNo": "sample string 8",
"json": "sample string 9"
}
application/xml, text/xml
Sample:
<EmailSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <Category>sample string 6</Category> <CategoryName>sample string 7</CategoryName> <CompanyName>sample string 5</CompanyName> <Emailid>sample string 4</Emailid> <ID>1</ID> <MobileNo>sample string 8</MobileNo> <ReceiverName>sample string 3</ReceiverName> <Salutation>sample string 2</Salutation> <json>sample string 9</json> </EmailSaveInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |