POST messaging/messagethread/archive

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "574a7a2b-fffc-4863-a023-a253264e7d63",
  "109ea476-42ba-4cbe-8643-1169275a0ca9"
]

text/html

Sample:
["574a7a2b-fffc-4863-a023-a253264e7d63","109ea476-42ba-4cbe-8643-1169275a0ca9"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>574a7a2b-fffc-4863-a023-a253264e7d63</Guid>
  <Guid>109ea476-42ba-4cbe-8643-1169275a0ca9</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.