ZohoAPI集成指南:创建审批意见和参数配置
Source: Qeasy Cloud76 views
接口文档与参数配置指南
接口文档
访问以下链接查看接口文档:Zoho API v4 创建笔记
参数配置
请求方式为 POST,用于创建审批意见示例。下面是具体的请求参数:
{
"version": "v3",
"module_api_name": "CustomModule18",
"record_id": "142094000003150942",
"noteContentWithRegex": "202311130002",
"Note_Title": "Contacted",
"Note_Content": "Needtodofurthertracking"
}
Zoho指定模块配置指南
前端模拟提交后得到提交参数,如下图所示:

生成的提交参数如下:

{
"data": [
{
"Owner": {
"id": "142094000000356001",
"full_name": "admin"
},
"field1": {
"id": "142094000003815808",
"name":"测试活动(测试)"
},
"$zia_owner_assignment":"owner_recommendation_unavailable",
"$zia_suggested_users": {}
}
],
"skip_mandatory": false
}
参数转化与适配器配置
将上述参数转化为轻易去适配器所需格式:
{
"version":"v3",
"module_api_name":"CustomModule26",
"$zia_owner_assignment":"owner_recommendation_unavailable",
"$zia_suggested_users":{"id":"142094000003815808","name":"湖南医院测试活动(测试)"},
}Copyright Notice
The article "ZohoAPI集成指南:创建审批意见和参数配置" is original content owned by 广东轻亿云软件科技有限公司. Reposting, quoting, copying or mirroring is strictly prohibited without written authorization. Please contact us for authorization and credit the author and source (including the original link) prominently.