CRM API Upgrade V1 to V2 - Issue with Updating Pick List

CRM API Upgrade V1 to V2 - Issue with Updating Pick List

Hello,

We've (almost) successfully completed our migration from the Zoho CRM API v1 to v2. The majority is working great. The only issue we are having is updating custom pick lists.

Within the Accounts module, we have a custom pick list created in CRM, called Divisions. It has several values in the dropdown.

If we try and update the field "Division" it returns the following (JSON) error;

{"code":"INVALID_DATA","details":{"expected_data_type":"jsonarray","api_name":"Division"},"message":"invalid data","status":"error"}

For the moment I've had to disable it attempting to update this field, but I do need to get this working.

Any ideas on this one please?


Thanks.