Request:
- POST api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task
- Accept: text/json
- Accept-Encoding: deflate
- Content-Type: text/json
- Host: localhost:6496
- Cookie: sid=d8ee1782-edf8-4ca0-88df-514db7d23043
- Content-Length: 236
- Expect: 100-continue
-
- {
- "Properties":
- {
- "Name": "Celebrate the end of the world",
- "DueDate": "2012.12.21T08:00:00+02:00",
- "IsHaveDueDate": true,
- "Estimate": "@d16h",
- "Remain": "@d16h",
- "Note": "Comments to the end of the world"
- }
- }
Response:
- Transfer-Encoding: chunked
- Content-Encoding:
- Cache-Control: no-store
- Content-Type: text/json; charset=utf-8
- Date: Fri, 21 Dec 2012 14:53:24 GMT
- ETag: "1"
- Last-Modified: Fri, 21 Dec 2012 14:53:24 GMT
- Location: http://localhost:6496/api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/bd4bec9c-84bf-4647-80d0-775150a0c881
- Server: Microsoft-HTTPAPI/2.0
-
- {
- "Id": "bd4bec9c-84bf-4647-80d0-775150a0c881",
- "Url": "api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/bd4bec9c-84bf-4647-80d0-775150a0c881"
- }