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": "bf4896c5-1e68-45ea-9a50-9b9cab1fde87"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'InsertEmailsCond'.

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": {}
}