POST api/users/me/messages/markasunread
Request Information
URI Parameters
None.
Body Parameters
GuidListModelName | Description | Type | Additional information |
---|---|---|---|
Ids | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Ids": [ "196ad6df-6a3c-4dc6-a54a-d5c72f1ab3cb", "40b22685-de73-4be2-b464-5f983a84fe42" ] }
text/html
Sample:
{"Ids":["196ad6df-6a3c-4dc6-a54a-d5c72f1ab3cb","40b22685-de73-4be2-b464-5f983a84fe42"]}
application/xml, text/xml
Sample:
<GuidListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.Models"> <Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>196ad6df-6a3c-4dc6-a54a-d5c72f1ab3cb</d2p1:guid> <d2p1:guid>40b22685-de73-4be2-b464-5f983a84fe42</d2p1:guid> </Ids> </GuidListModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.