POST api/v1/communications/{code}/recordAsOpened
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
Required |
Body Parameters
MarkAsOpenedDto| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganizationCode | string |
None. |
|
| Code | string |
None. |
|
| CustomerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"organizationCode": "sample string 1",
"code": "sample string 2",
"customerId": "dc17c9b5-99c4-4ab6-a0f2-724ab2b9da4c"
}
application/xml, text/xml
Sample:
<MarkAsOpenedDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.Services.Dtos"> <Code>sample string 2</Code> <CustomerId>dc17c9b5-99c4-4ab6-a0f2-724ab2b9da4c</CustomerId> <OrganizationCode>sample string 1</OrganizationCode> </MarkAsOpenedDto>
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.