GET api/othercommunications/{id}/communicationcontent

Get the Content of the supplied OtherCommunication id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The primary key of the OtherCommunication record.

integer

Required

Body Parameters

None.

Response Information

Resource Description

CommunicationContentDto
NameDescriptionTypeAdditional information
Content

The communication content.

string

Required

Response Formats

application/json, text/json

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