Hi,
I am trying to declare required custom fields when generating a key with the JSON API method, but I always get an error.
Here is the JSON object :
{
“api_key”: “MY_API_KEY”,
“cust_field_id[]”: [
300,
302
],
“cust_field_value[]”: [
“Undefined”,
“XXX”
],
“version_id”: “VERSION_ID”
}
Hi always received this reply :
{
“error”: {
“code”: “107”,
“message”: “Missing custom field ids and values!”
},
“success”: false
}
There is no other required custom fields than 300 and 302. Could you help me to find what is wrong ?
Regards,