api/databases/{dbid}/entities/{entity}/{id}/edit/cancel
Argument | Type | Description |
---|---|---|
dbid | GUID | The ID of the database |
entity | String | The name of the entity |
id | GUID | The ID of the entity |
- POST api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/aa58df7b-af54-4eb1-bc08-6681836c4cf8/edit
- Accept: text/json
- Accept-Encoding: deflate
- Content-Type: text/json
- Host: localhost:6496
- Cookie: sid=96e252b0-3147-4a01-819c-16d434b581fa
- Content-Length: 63
- Expect: 100-continue
- {
- "Properties":
- {
- "Name": "New invalid task name"
- }
- }
- Transfer-Encoding: chunked
- Content-Encoding:
- Cache-Control: no-store
- Content-Type: text/json; charset=utf-8
- Date: Wed, 26 Dec 2012 12:12:06 GMT
- ETag: "634921279269445897"
- Last-Modified: Wed, 26 Dec 2012 12:12:06 GMT
- Set-Cookie: sid=96e252b0-3147-4a01-819c-16d434b581fa; path=/;
- Server: Microsoft-HTTPAPI/2.0
- {
- "Id": "aa58df7b-af54-4eb1-bc08-6681836c4cf8",
- "Url": "api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/aa58df7b-af54-4eb1-bc08-6681836c4cf8/edit"
- }
- PUT api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/aa58df7b-af54-4eb1-bc08-6681836c4cf8/edit
- Accept: text/json
- Accept-Encoding: deflate
- Content-Type: text/json
- Host: localhost:6496
- Cookie: sid=96e252b0-3147-4a01-819c-16d434b581fa
- Content-Length: 63
- Expect: 100-continue
- {
- "Properties":
- {
- "Name": "Changed task name"
- }
- }
- Cache-Control: no-store
- Date: Mon, 24 Dec 2012 16:32:11 GMT
- ETag: "634919706670587030"
- Server: Microsoft-HTTPAPI/2.0
- POST api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/aa58df7b-af54-4eb1-bc08-6681836c4cf8/edit/cancel
- 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:12:17 GMT
- Set-Cookie: sid=96e252b0-3147-4a01-819c-16d434b581fa; path=/;
- Server: Microsoft-HTTPAPI/2.0