POST AdminApi/PromoteEmail/InsertIntoEmails

Request Information

URI Parameters

None.

Body Parameters

InsertEmailsCond
NameDescriptionTypeAdditional information
EmailerId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "EmailerId": "75e2b462-5493-4dfa-b02e-fd2008c27dcd"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {}
}