=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml'
--- src/docbkx/en/dhis2_user_man_web_api.xml 2014-04-10 16:49:22 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-04-11 08:25:11 +0000
@@ -590,6 +590,53 @@
hence need to reference the code property instead of the identfier property, and can do so
using the dataElementIScheme and orgUnitIdScheme paramaters.
+
+ Generating template XML for bulk sending of data values
+ To generate the XML for a certain dataSet, you can use the new /api/dataSets/ID/dvs resource,
+ which will generate the XML for you, there are also some parameters you can use to further adjust the output.
+
+ Data values query parameters
+
+
+
+
+
+
+ Query parameter
+ Required
+ Description
+
+
+
+
+ period
+ No
+ Period to use, will be included without any checks.
+
+
+ orgUnit
+ No
+ Organisation unit to use, supports multiple orgUnits, both id and code can be used.
+
+
+ comment
+ No
+ Should comments be include, default: Yes.
+
+
+ orgUnitIdScheme
+ No
+ Organisation unit scheme to use, supports id | code.
+
+
+ dataElementIdScheme
+ No
+ Data-element scheme to use, supports id | code.
+
+
+
+
+
Sending individual data values
This example will show how to send individual data values to be saved in a request. This