POST messaging/messagethread/archive

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "4a838ee0-8427-4b60-b18b-b348c8af3d65",
  "5b2c4228-c262-4251-b917-bd0c5aaf7838"
]

text/html

Sample:
["4a838ee0-8427-4b60-b18b-b348c8af3d65","5b2c4228-c262-4251-b917-bd0c5aaf7838"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>4a838ee0-8427-4b60-b18b-b348c8af3d65</Guid>
  <Guid>5b2c4228-c262-4251-b917-bd0c5aaf7838</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.