GET api/phonecommunications/{id}/communicationcontent

Get the Content of the supplied PhoneCommunication id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The primary key of the PhoneCommunication 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"
}