{
"sendConfig": {
"sendBeginTime": "同步开始时间",
"sendEndTime": "同步结束时间",
"sendRepeatSet": {
"repeatNum": "0 每周 1每月",
"repeatDay": "设置的同步日期"
},
"type": "0 任意条件 1指定条件",
"queryObj": {}
},
"name": "10产品库存",
"app_token": "HZ7zbjMxUa3cb7sUzjpcrsFOnjg",
"zdTypeSetArr": [
{
"label": "主题",
"value": "ht_title"
},
{
"label": "对应客户",
"value": "ht_customerid"
},
{
"label": "对应机会",
"value": "ht_xshid"
}
]
}
curl --location --request POST 'api/FeiShuMultiTable/SaveMulSheet?msgid=&formKey=150' \
--header 'Content-Type: application/json' \
--data-raw '{
"sendConfig": {
"sendBeginTime": "同步开始时间",
"sendEndTime": "同步结束时间",
"sendRepeatSet": {
"repeatNum": "0 每周 1每月",
"repeatDay": "设置的同步日期"
},
"type": "0 任意条件 1指定条件",
"queryObj": {}
},
"name": "10产品库存",
"app_token": "HZ7zbjMxUa3cb7sUzjpcrsFOnjg",
"zdTypeSetArr": [
{
"label": "主题",
"value": "ht_title"
},
{
"label": "对应客户",
"value": "ht_customerid"
},
{
"label": "对应机会",
"value": "ht_xshid"
}
]
}'
{
"errcode": 0,
"errmsg": "string",
"result": {
"zdTypeArr": [
{
"label": "string",
"value": "string"
}
],
"queryObj": [
{
"queryType": "string",
"dataIndex": "string",
"order": 0,
"title": "string",
"inputType": "string",
"option": [
{
"label": "string",
"value": "string",
"tooltip": "string",
"color": "string",
"rate": 0,
"otherVal": {
"wlprice": 0,
"wlbasemoney": 0,
"wlbaseweight": 0,
"wlminmoney": 0
},
"wlcom": "string"
}
],
"formKey": 0,
"relaData": "string",
"relaDatatype": "string",
"itemKey": 0,
"canQuickSearch": true,
"isTitle": true,
"optionColorEnable": true,
"relazdname": "string",
"validRela": true,
"disabledOption": true,
"extraValue": "string",
"existLdTj": true
}
],
"fsTableApp": [
{
"label": "string",
"value": "string"
}
]
}
}