POST api/emailcommunications/{id}/communicationcontent

Insert Content for the supplied EmailCommunication id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The primary key of the EmailCommunication record.

integer

Required

Body Parameters

The CommunicationContent object which is passed in via the request body.

CommunicationContentDto
NameDescriptionTypeAdditional information
Content

The communication content.

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Content": "sample string 1"
}

Response Information

Resource Description

The primary key (id) of the EmailCommunication record that uniquely identifies the Content created.

integer

Response Formats

application/json, text/json

Sample:
1