• I’m trying to post a Sales Order from CF7 into Zoho CRM

    There are Sales Orders details that I should post to Zoho and can’t make it work anyway.?

    “data”: [

    { …..,

    “Ordered_Items”: [

    {

    “Product_Name”: {

    “name”: “Convenio 1.5”,

    “id”: “5478190000018109056”

    }

    } ]

    }]

    [{“code”:”INVALID_DATA”,”details”:{“expected_data_type”:”jsonarray”,”api_name”:”Ordered_Items”,”json_path”:”$.data[0].Ordered_Items”},”message”:”invalid data”,”status”:”error”}]

    How should I write it?

  • The topic ‘Posting – Nested APIS’ is closed to new replies.