POST document/web/track/{id}
Track a share event.
Request Information
URI
https://mtm-api.xaitcpq.net/document/web/track/{id}
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The identifier. |
globally unique identifier |
Required |
Body Parameters
The ev.
ShareTrackingEvent| Name | Description | Type | Additional information |
|---|---|---|---|
| Share | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Share": "9353c621-823d-4ddb-9809-bdacfabc1586"
}
text/html
Sample:
{"Share":"9353c621-823d-4ddb-9809-bdacfabc1586"}
application/xml, text/xml
Sample:
<ShareTrackingEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.DataModels"> <Share>9353c621-823d-4ddb-9809-bdacfabc1586</Share> </ShareTrackingEvent>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
A http status.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |