dhis2-users team mailing list archive
-
dhis2-users team
-
Mailing list archive
-
Message #11495
Data sets complete registrations throught web api
Hi all,
I’m trying to complete data sets registration using DHIS2 web api, I’m currently using curl as below:
curl -x POST “server/api/completeDataSetRegistrations?ds=xxx&pe=2011&ou=xxx” -u user:password -v
And I’m always getting a http error code 406 , could not find acceptable representation.
Does anyone know what I’m doing wrong?
Thank you
Marc Garnica
Follow ups