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": "c183fbd5-9848-4d9f-a55d-2b00cff19455"
}
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": {}
}