POST api/phonecommunications/{id}/communicationcontent
Insert Content for the supplied PhoneCommunication id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The primary key of the PhoneCommunication record. |
integer |
Required |
Body Parameters
The CommunicationContent object which is passed in via the request body.
CommunicationContentDto| Name | Description | Type | Additional 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 PhoneCommunication record that uniquely identifies the Content created.
integerResponse Formats
application/json, text/json
Sample:
1