| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 是 | 开发者后台申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"request": {
"agentid": 836390886,
"form_component_values": [
{
"name": "单行输入框",
"value": "a"
}
],
"title": "给你的审批",
"process_code": "PROC-9FFE8121-xxxx-xxxx-xxxx-19658EB7CA3A",
"originator_user_id": "user123",
"url": "http://www.dingtalk.com"
}
}curl --location --request POST 'http://127.0.0.1/topapi/process/workrecord/create?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": {
"agentid": 836390886,
"form_component_values": [
{
"name": "单行输入框",
"value": "a"
}
],
"title": "给你的审批",
"process_code": "PROC-9FFE8121-xxxx-xxxx-xxxx-19658EB7CA3A",
"originator_user_id": "user123",
"url": "http://www.dingtalk.com"
}
}'{
"request_id": "string",
"success": true,
"errcode": 0,
"errmsg": "string",
"result": {
"process_instance_id": "string"
}
}