POST api/CRMList

Request Information

URI Parameters

None.

Body Parameters

MarketingAutomationAddList
NameDescriptionTypeAdditional information
ListID

string

None.

ListName

string

None.

EmailAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ListID": "sample string 1",
  "ListName": "sample string 2",
  "EmailAddress": "sample string 3"
}

application/xml, text/xml

Sample:
<MarketingAutomationAddList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EngageCL.Engage">
  <EmailAddress>sample string 3</EmailAddress>
  <ListID>sample string 1</ListID>
  <ListName>sample string 2</ListName>
</MarketingAutomationAddList>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseService
NameDescriptionTypeAdditional information
validRequest

boolean

None.

RequestMessage

string

None.

EntityName

string

None.

EntityId

string

None.

URL

string

None.

APIVersion

string

None.

Response Formats

application/json, text/json

Sample:
{
  "validRequest": true,
  "RequestMessage": "sample string 2",
  "EntityName": "sample string 3",
  "EntityId": "sample string 4",
  "URL": "sample string 5",
  "APIVersion": "sample string 6"
}

application/xml, text/xml

Sample:
<ResponseService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EngageCL.Engage">
  <APIVersion>sample string 6</APIVersion>
  <EntityId>sample string 4</EntityId>
  <EntityName>sample string 3</EntityName>
  <RequestMessage>sample string 2</RequestMessage>
  <URL>sample string 5</URL>
  <validRequest>true</validRequest>
</ResponseService>