Updates and saves the given record of the given entity table

PUT
api/databases/{dbid}/entities/{entity}/{id}/{table}/{tid}
This request is used to update the given record of the given entity table. It opens the given entity for editing, changes property(-ies') value(s) of entity table record and saves the given entity.

Request:

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

Content

Name Type Options Description
Properties Array of name: value  List of properties of an object

Response:

Request:
  1. PUT api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/08a11e00-188f-45d0-b767-d8620bedbad2/TaskScheduleItems/a3570b1d-3a72-427e-ac38-c3324fb97031
  2. Accept: text/json
  3. Accept-Encoding: deflate
  4. Content-Type: text/json
  5. Host: localhost:6496
  6. Cookie: sid=41f1cc3d-2701-4185-8d3c-8dcd60be24dc
  7. Content-Length: 69
  8. Expect: 100-continue
  9.  
  10. {
  11. "Properties":
  12. {
  13. "finish": "2013-01-01T17:00:00+02:00"
  14. }
  15. }
Response:
  1. Cache-Control: no-store
  2. Date: Wed, 26 Dec 2012 13:42:02 GMT
  3. ETag: "634921333223490762"
  4. Server: Microsoft-HTTPAPI/2.0