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:
"def49f4b-601a-4e96-88d9-3a883069e516"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">def49f4b-601a-4e96-88d9-3a883069e516</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.