POST messaging/messagethread/archive
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "c51dfa9d-4a0c-43a5-b640-1068d192afc5", "8a2a89c2-2c1e-4bcb-a0f0-8b2d64d60d9c" ]
text/html
Sample:
["c51dfa9d-4a0c-43a5-b640-1068d192afc5","8a2a89c2-2c1e-4bcb-a0f0-8b2d64d60d9c"]
application/xml, text/xml
Sample:
<Guids> <Guid>c51dfa9d-4a0c-43a5-b640-1068d192afc5</Guid> <Guid>8a2a89c2-2c1e-4bcb-a0f0-8b2d64d60d9c</Guid> </Guids>
Response Information
Resource Description
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. |