

| 应用类型 | 是否支持 | 权限 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 支持 | 行业化园区管理写权限 | API Explorer |
| 第三方企业应用 | 支持 | 行业化园区管理写权限 | API Explorer |
| 第三方个人应用 | 暂不支持 | 行业化园区管理写权限 | 暂不支持 |
| HttpCode | 错误码 | 错误信息 | 说明 |
|---|---|---|---|
| 500 | system.error.contact | %s | 创建项目失败 |
| 500 | sytem.error | system error %s | 系统错误 |
| 500 | checkParam.invalid.notCampusTenantOrg | %s | 当前组织非园区租户组织 |
| 500 | system.error.campusProjectContactNotInit | %s | 项目通讯录未初始化 |
curl --location --request POST 'https://api.dingtalk.com/v1.0/industry/campuses/projects' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"campusName" : "String",
"belongProjectGroupId" : Long,
"telephone" : "String",
"description" : "String",
"area" : Double,
"country" : "String",
"provId" : Integer,
"cityId" : Integer,
"countyId" : Integer,
"address" : "String",
"capacity" : Integer,
"orderStartTime" : Long,
"orderEndTime" : Long,
"orderInfo" : "String",
"extend" : "String",
"creatorUnionId" : "String",
"location" : "String"
}'{
"campusCorpId": "string",
"campusDeptId": "string"
}
【钉钉】API开发者 微信交流群
用微信扫右侧二维码,加入【钉钉】API开发者 交流群,互助沟通

扫码加入交流群