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:
"7a7a6ed8-c830-43e9-b6a9-d6035c864234"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7a7a6ed8-c830-43e9-b6a9-d6035c864234</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.