应用类型 | 是否支持 | 权限 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 支持 | 维护CRM主数据的接口写入权限 | API Explorer |
第三方企业应用 | 支持 | 维护CRM主数据的接口写入权限 | API Explorer |
第三方个人应用 | 暂不支持 | 维护CRM主数据的接口写入权限 | 暂不支持 |
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | fieldId.not.exists | %s | 联系人表结构字段缺失 |
400 | invalid.content | %s | 内容存在违禁词 |
400 | no.permission | %s | 无权限 |
400 | operatorUserId.not.exist | operatorUserId not exist | 操作者不存在 |
400 | crmApp.not.installed | crm app is not installed | CRM应用未安装 |
400 | system.busy | system busy | 请求过于频繁 |
400 | daily.call.limit | daily call limit | 单日调用数量已达上限,请择日再次调用 |
500 | unknown.error | unknownError | 未知错误 |
curl --location --request POST 'https://api.dingtalk.com/v1.0/crm/contacts/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"operatorUserId" : "String",
"relationList" : [ {
"bizDataList" : [ {
"key" : "String",
"value" : "String",
"extendValue" : "String"
} ],
"bizExtMap" : {
"key" : "String"
}
} ]
}'
{
"results" : [ {
"success" : true,
"errorCode" : "1002",
"errorMsg" : "查重失败",
"relationId" : "gads1ag-sfgasdfxcvxb"
} ]
}
【钉钉】API开发者 微信交流群
用微信扫右侧二维码,加入【钉钉】API开发者 交流群,互助沟通