When you send in a TEI (Tracked entity instance), something like this:

{
  "trackedEntity": "ID1",
   "orgUnit": "ID2",
   "attributes": [
       { "attribute": "att1", "value": "value" }
  ]
}

And then you send in another time with this payload

{
  "trackedEntity": "ID1",
   "orgUnit": "ID2",
   "attributes": [
  ]
}

It will delete all the attribute values.. you must always make sure you
send the full TEI

--
Morten

On Thu, Feb 5, 2015 at 3:32 PM, channara rin <[email protected]> wrote:

> Hi Morten,
> Could you describe more detail for me, what should i do? for me it is seem
> difficult to understand.
>
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-users
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to