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:
"720ed3f1-1a1b-4959-ab60-64aeecabd6af"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">720ed3f1-1a1b-4959-ab60-64aeecabd6af</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.