POST api/IncomingSecureMessages/{id}?read={read}
Mark as Read / Unread an incoming secure message.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID of the incoming secure message |
globally unique identifier |
Required |
| read | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.