POST messaging/messagethread/archive

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "b301cf8a-98ca-4367-a332-f27c2bae6fc8",
  "1c1b55b9-aac3-4ed1-be97-3739272cbf60"
]

text/html

Sample:
["b301cf8a-98ca-4367-a332-f27c2bae6fc8","1c1b55b9-aac3-4ed1-be97-3739272cbf60"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>b301cf8a-98ca-4367-a332-f27c2bae6fc8</Guid>
  <Guid>1c1b55b9-aac3-4ed1-be97-3739272cbf60</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.