POST messaging/messagethread/archive

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "65fae53e-b5d5-4fd5-9436-6dc937912455",
  "2f007a1b-a06c-45c7-8daa-37eab2ba6cfb"
]

text/html

Sample:
["65fae53e-b5d5-4fd5-9436-6dc937912455","2f007a1b-a06c-45c7-8daa-37eab2ba6cfb"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>65fae53e-b5d5-4fd5-9436-6dc937912455</Guid>
  <Guid>2f007a1b-a06c-45c7-8daa-37eab2ba6cfb</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.