POST messaging/messagethread/archive

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "c883e08b-6101-4a86-8ad2-79ae314c769e",
  "4ba25b20-78f4-41a8-b957-9b5095f6b33e"
]

text/html

Sample:
["c883e08b-6101-4a86-8ad2-79ae314c769e","4ba25b20-78f4-41a8-b957-9b5095f6b33e"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>c883e08b-6101-4a86-8ad2-79ae314c769e</Guid>
  <Guid>4ba25b20-78f4-41a8-b957-9b5095f6b33e</Guid>
</Guids>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.