=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2014-07-10 06:55:48 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-07-10 12:19:57 +0000 @@ -733,23 +733,36 @@ dataElementIdScheme id | name | code - Which property on the data element object to reference from the XML attribute + Which property on the data element object to reference from the XML + attribute. orgUnitIdScheme id | name | code - Which property on the org unit object to reference from the XML attribute + Which property on the org unit object to reference from the XML + attribute. dryRun false | true - Whether to save changes on the server or just return the import summary + Whether to save changes on the server or just return the import summary. importStrategy - new_and_updates | new | updates - Save objects of all, new or update import status on the server + NEW_AND_UPDATES | NEW | UPDATES | DELETES + Save objects of all, new or update import status on the server. + + async + false | true + Import data asynchronously and return the request immeditately. + + + skipExistingCheck + false | true + Skip checks for existing data values. Improves performance. Only use for empty + databases or when the data values to import do not exist already. +