POST api/v1/communications/{code}/markAsOpened
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
Required |
Body Parameters
globally unique identifierRequest Formats
application/json, text/json
Sample:
"15ff419e-f755-4c06-be6b-b288f01c0d06"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">15ff419e-f755-4c06-be6b-b288f01c0d06</guid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.