api/databases/{dbid}/entities/{entity}/{id}/edit/{table}/{tid}
Argument | Type | Description |
---|---|---|
dbid | GUID | The ID of the database |
entity | String | The name of the entity |
id | GUID | The ID of the entity |
table | String | The name of the entity table |
tid | GUID | The ID of the entity table record |
Open the copy of the given entity 'Task' for editing
- POST api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/08a11e00-188f-45d0-b767-d8620bedbad2/edit
- Accept: text/json
- Accept-Encoding: deflate
- Host: localhost:6496
- Cookie: sid=96e252b0-3147-4a01-819c-16d434b581fa
- Transfer-Encoding: chunked
- Content-Encoding:
- Cache-Control: no-store
- Content-Type: text/json; charset=utf-8
- Date: Wed, 26 Dec 2012 12:22:04 GMT
- ETag: "634921260718020940"
- Last-Modified: Wed, 26 Dec 2012 11:41:11 GMT
- Set-Cookie: sid=96e252b0-3147-4a01-819c-16d434b581fa; path=/;
- Server: Microsoft-HTTPAPI/2.0
- {
- "Id": "08a11e00-188f-45d0-b767-d8620bedbad2",
- "Url": "api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/08a11e00-188f-45d0-b767-d8620bedbad2/edit"
- }
Delete given task schedule item from the copy of the task that is being edited
- DELETE api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/08a11e00-188f-45d0-b767-d8620bedbad2/edit/TaskScheduleItems/703f4be7-ec96-43e5-8d75-897746673961
- Accept: text/json
- Accept-Encoding: deflate
- Host: localhost:6496
- Cookie: sid=96e252b0-3147-4a01-819c-16d434b581fa
- Cache-Control: no-store
- Date: Wed, 26 Dec 2012 12:22:42 GMT
- Set-Cookie: sid=96e252b0-3147-4a01-819c-16d434b581fa; path=/;
- Server: Microsoft-HTTPAPI/2.0
Save changes made to the copy of the task that is being edited
- POST api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/08a11e00-188f-45d0-b767-d8620bedbad2/edit/save
- Accept: text/json
- Accept-Encoding: deflate
- Host: localhost:6496
- Cookie: sid=96e252b0-3147-4a01-819c-16d434b581fa
- Cache-Control: no-store
- Date: Wed, 26 Dec 2012 12:23:10 GMT
- Set-Cookie: sid=96e252b0-3147-4a01-819c-16d434b581fa; path=/;
- Server: Microsoft-HTTPAPI/2.0