应用类型 | 是否支持 | 权限 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 支持 | 金智CRM数据管理权限 | API Explorer |
第三方企业应用 | 支持 | 金智CRM数据管理权限 | API Explorer |
第三方个人应用 | 暂不支持 | 金智CRM数据管理权限 | 暂不支持 |
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | saveFail | 保存数据发生错误 | 保存数据发生错误 |
400 | invalidRequestMethod | 请求方式错误,必须为post请求! | 请求方式错误,必须为post请求! |
400 | invalidParameter | 请求参数缺失或无效! | 请求参数缺失或无效! |
400 | invalidSeCretKey | 无效的SeCretKey | 无效的SeCretKey |
400 | invalidSign | 签名无效 | 签名无效 |
curl --location --request POST 'https://api.dingtalk.com/v1.0/jzcrm/goods' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"datatype" : Long,
"stamp" : Long,
"msgid" : Long,
"data" : {
"data_userid" : "String",
"cpname" : "String",
"cpunit" : "String",
"unitrate" : "String",
"cp_parentid" : "String",
"cptype" : "String",
"cpguige" : "String",
"typeid" : "String",
"cpno" : "String",
"isstop" : "String",
"addedtime" : "String",
"cparea" : "String",
"cpbrand" : "String",
"cbprice" : "String",
"issnmanage" : "String",
"ispicimanage" : "String",
"gysid" : "String",
"cpimg" : "String",
"cpbarcode" : "String",
"cpweight" : "String",
"preprice1" : "String",
"preprice2" : "String",
"preprice3" : "String",
"preprice4" : "String",
"isstock" : "String",
"stockup" : "String",
"stockdown" : "String",
"cpcontent" : "String",
"cpremark" : "String"
}
}'
{
"time" : "2021-06-01 17:55:04",
"msgid" : 1
}
【钉钉】API开发者 微信交流群
用微信扫右侧二维码,加入【钉钉】API开发者 交流群,互助沟通