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:
"248351fc-7433-488d-94b9-46bd37066cbf"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">248351fc-7433-488d-94b9-46bd37066cbf</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.