api/databases/{dbid}/entities/{entity}/{id}/edit
Argument | Type | Description |
---|---|---|
dbid | GUID | The ID of the database |
entity | String | The name of the entity |
id | GUID | The ID of the entity |
Name | Type | Options | Description |
---|---|---|---|
Properties | Array of name: value | List of properties of an object |
Create new task in edit mode
- POST api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/edit
- Accept: text/json
- Accept-Encoding: deflate
- Host: localhost:6496
- Cookie: sid=ebc5de07-e167-43a7-8191-2450f48ec2d1
- Transfer-Encoding: chunked
- Content-Encoding:
- Cache-Control: no-store
- Content-Type: text/json; charset=utf-8
- Date: Fri, 21 Dec 2012 09:37:55 GMT
- ETag: "634916866756485264"
- Last-Modified: Fri, 21 Dec 2012 09:37:55 GMT
- Location: http://localhost:6496/api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/d477e7c8-4d62-4051-8fea-03252d481370/edit
- Server: Microsoft-HTTPAPI/2.0
- {
- "Id": "d477e7c8-4d62-4051-8fea-03252d481370",
- "Url": "api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/d477e7c8-4d62-4051-8fea-03252d481370/edit"
- }
Edit the copy of the original new task
- PUT api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/d477e7c8-4d62-4051-8fea-03252d481370/edit
- Accept: text/json
- Accept-Encoding: deflate
- Content-Type: text/json
- Host: localhost:6496
- Cookie: sid=ebc5de07-e167-43a7-8191-2450f48ec2d1
- Content-Length: 62
- Expect: 100-continue
- {
- "Properties":
- {
- "Name": "Name of the new task"
- }
- }
- Cache-Control: no-store
- Date: Fri, 21 Dec 2012 09:38:13 GMT
- ETag: "634916866938795264"
- Server: Microsoft-HTTPAPI/2.0
Save all changes
- POST api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/d477e7c8-4d62-4051-8fea-03252d481370/edit/save
- Accept: text/json
- Accept-Encoding: deflate
- Host: localhost:6496
- Cookie: sid=dc07f9d9-6ea5-44cc-bfe9-b951347786e8
- Cache-Control: no-store
- Date: Fri, 21 Dec 2012 14:16:04 GMT
- Server: Microsoft-HTTPAPI/2.0