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": "07f3ecff-1d8a-4b69-856a-884b9f4240b3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": {}
}