POST api/Settings/SendPromotionMail
Request Information
URI Parameters
None.
Body Parameters
SettingValues| Name | Description | Type | Additional information |
|---|---|---|---|
| Key1 | string |
None. |
|
| Key2 | string |
None. |
|
| Key3 | string |
None. |
|
| LongStr | string |
None. |
|
| KeyValue | string |
None. |
|
| SNo | integer |
None. |
|
| string |
None. |
||
| Subject | string |
None. |
|
| Content | string |
None. |
|
| LOT | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Key1": "sample string 1",
"Key2": "sample string 2",
"Key3": "sample string 3",
"LongStr": "sample string 4",
"KeyValue": "sample string 5",
"SNo": 6,
"Email": "sample string 7",
"Subject": "sample string 8",
"Content": "sample string 9",
"LOT": "sample string 10"
}
application/xml, text/xml
Sample:
<SettingValues xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NSMS_WebAPI.Models"> <Content>sample string 9</Content> <Email>sample string 7</Email> <Key1>sample string 1</Key1> <Key2>sample string 2</Key2> <Key3>sample string 3</Key3> <KeyValue>sample string 5</KeyValue> <LOT>sample string 10</LOT> <LongStr>sample string 4</LongStr> <SNo>6</SNo> <Subject>sample string 8</Subject> </SettingValues>
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.