In this example, two notifications are marked as not 'new' and already 'read'.
Request:
- PUT api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/tables/Notifications
- Accept: text/json
- Accept-Encoding: deflate
- Content-Type: text/json
- Host: localhost:6496
- Cookie: sid=20715d87-29dc-429e-9a86-4b3c60cd8a45
- Content-Length: 124
- Expect: 100-continue
-
- [
- {
- "Id": "634ab5fb-75cb-41a3-b706-704b7a7cf0f3",
- "Properties":
- {
- "new": false,
- "read": true,
- }
- },
- {
- "Id": "ff995444-61ee-4485-8de6-c57e4ed3a602",
- "Properties":
- {
- "new": false,
- "read": true,
- }
- }
- ]
Response:
- Cache-Control: no-store
- Date: Fri, 21 Dec 2012 16:26:51 GMT
- Set-Cookie: sid=20715d87-29dc-429e-9a86-4b3c60cd8a45; path=/;
- Server: Microsoft-HTTPAPI/2.0