Zoho数据插入错误:"Unable to process your request. Please verify whether you have entered proper method nam



我想使用insertrecords方法将数据插入Zoho,但不幸的是我遇到了此错误。

这是我的代码:

$insertArrayCon = array();
$zohoData = array();
$module = 'Contacts';
$insertArrayCon['First Name'] = trim($_REQUEST['con_first_name_v']);
$insertArrayCon['Last Name'] = trim($_REQUEST['con_last_name_v']);
$insertArrayCon['Email'] = trim($_REQUEST['con_email_v']);
$insertArrayCon['Mobile'] = trim($_REQUEST['con_mobile_v']);
$zohoData[0] = $insertArrayCon;
$insertZoho = $this->Nzoho->insertRecords($zohoData, $module);

任何建议都将受到赞赏。

您检查了所有参数的exe-exe-exe-exe-exe-exe-entionication令牌,范围,XMLDATA,数据格式,版本,版本,CRM字段类型,发布url ......

流动此文档以创建您的帖子数据 - insertrecords方法

如果您确定数据还可以,则可以尝试此过程 - 此过程来自Zoho论坛。

Zoho论坛链接:Zoho CRM-> Zoho CRM开发人员API

相关内容

最新更新