POST Api/PromoteEmail/InsertIntoEmails
Request Information
URI Parameters
None.
Body Parameters
InsertEmailsCond| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmailerId": "facc3f37-b16d-44fe-b844-b54b6961e2fe"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}