=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2014-03-19 08:30:44 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-03-19 08:57:30 +0000 @@ -4020,8 +4020,22 @@
+ Tracked entity management + Tracked entity have full CRUD (create, read, update, delete) support in the Web-API. A tracked entity only have two required + property, name and description. + + { + "name": "Name of tracked entity", + "description": "Description of tracked entity" +} + + This payload can be sent to the trackedEntities resource, both POST and PUT are supported. For deleting a tracked entity you must use the DELETE method at the /api/trackedEntities/UID resource. +
+
Tracked entity instance management - Persons have full CRUD (create, read, update, delete) support in the Web-API. Together with the API for enrollment most operations + Tracked entity instances have full CRUD (create, read, update, delete) support in the Web-API. Together with the API for enrollment most operations needed for working with tracked entity instances and programs are supported.
Creating a new tracked entity instance