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