CRM API V2

CRM API V2

Hi,
I'm migrating to the new ZohoCRM API and I found a case with tags addition/deletion to the contact. With the old API we could include the tag setup with resource insertRecords/updateRecords calls.

For example updateRecords:
newFormat=2&version=2&id=[some_contact_id]&xmlData=<contacts><row no="1"><FL val="Tag">Tag1,Tag2</FL></row></contacts>

Can we do the same thing with the API V2 (by insert/update record endpoints) ?

I found only a way to update tags setup using POST `module/actions/add_tags` and POST `module/actions/remove_tags`, but this is less effective way (requires additional API calls per resource create/update).