{
"moduleId": 430975492448320,
"moduleType": 1,
"customerId": "",
"title": "标题",
"content": "内容",
"priority": 2,
"followUsers": [
{
"unitId": 471895895726400,
"name": "关注人",
"type": 2
}
],
"salesId": "",
"userId": 459662865780800,
"departmentId": 217106,
"orderList": [],
"appendix": [
{
"fileType": "jpg",
"fileName": "飞书20220801-114323",
"url": "https://dev.tanmarket.cn/fdfsServer/group3/M00/90/6B/rBHTdWMJwc6AXfHBAAAlhCoZUpM614.jpg",
"fileSize": "9.38KB"
}
],
"fieldDefine": [
{
"多行字段": "撒"
}
]
}
curl --location --request POST '/api/v3/work/sheet/create' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"moduleId": 430975492448320,
"moduleType": 1,
"customerId": "",
"title": "标题",
"content": "内容",
"priority": 2,
"followUsers": [
{
"unitId": 471895895726400,
"name": "关注人",
"type": 2
}
],
"salesId": "",
"userId": 459662865780800,
"departmentId": 217106,
"orderList": [],
"appendix": [
{
"fileType": "jpg",
"fileName": "飞书20220801-114323",
"url": "https://dev.tanmarket.cn/fdfsServer/group3/M00/90/6B/rBHTdWMJwc6AXfHBAAAlhCoZUpM614.jpg",
"fileSize": "9.38KB"
}
],
"fieldDefine": [
{
"多行字段": "撒"
}
]
}'
{}