{
"appId":"620b446ee4b0dbc2f97d8210",
"formId":"620b4b41e4b0dbc2f97d85f2",
"currentPage": 1,
"pageSize": 20,
"sortList": [
{
"fieldId": "applyTime",
"direction": "desc"
}
],
"filterInfoList": [
{
"conditionList": [
{
"method": "eq",
"value": [
"20220215"
],
"field": "chanpinpici",
"fixedValue": "fixed_value"
},
{
"method": "like",
"value": [
"仓库"
],
"field": "cangkuming",
"fixedValue": "fixed_value"
}
]
},
{
"conditionList": [
{
"method": "eq",
"value": [
"20220215"
],
"field": "chanpinpici",
"fixedValue": "fixed_value"
},
{
"method": "like",
"value": [
"西安"
],
"field": "cangkuming",
"fixedValue": "fixed_value"
}
]
},
{
"conditionList": [
{
"method": "eq",
"value": [
"RUNNING"
],
"field": "formRunStatus",
"fixedValue": "fixed_value"
}
]
}
],
"data": {
"cangkuming": "仓库Y5"
},
"mutiHandle": "NO"
}
curl --location --request POST 'https://api.pro.surongyun.cn/apaas/openapi/v2/app/form/advance/data_updateBatch' \
--header 'Authorization: {{auth}}' \
--header 'accept: application/json, text/plain, */*' \
--header 'x-apaas-accessToken;' \
--header 'content-type: application/json;charset=UTF-8' \
--data-raw '{
"appId":"620b446ee4b0dbc2f97d8210",
"formId":"620b4b41e4b0dbc2f97d85f2",
"currentPage": 1,
"pageSize": 20,
"sortList": [
{
"fieldId": "applyTime",
"direction": "desc"
}
],
"filterInfoList": [
{
"conditionList": [
{
"method": "eq",
"value": [
"20220215"
],
"field": "chanpinpici",
"fixedValue": "fixed_value"
},
{
"method": "like",
"value": [
"仓库"
],
"field": "cangkuming",
"fixedValue": "fixed_value"
}
]
},
{
"conditionList": [
{
"method": "eq",
"value": [
"20220215"
],
"field": "chanpinpici",
"fixedValue": "fixed_value"
},
{
"method": "like",
"value": [
"西安"
],
"field": "cangkuming",
"fixedValue": "fixed_value"
}
]
},
{
"conditionList": [
{
"method": "eq",
"value": [
"RUNNING"
],
"field": "formRunStatus",
"fixedValue": "fixed_value"
}
]
}
],
"data": {
"cangkuming": "仓库Y5"
},
"mutiHandle": "NO"
}'
{
"code": 0,
"msg": "success",
"result": null,
"resultInfo": null
}