access-token: ********************
{
"assetCode": "string",
"createBy": 0,
"createDateEnd": "string",
"createDateStart": "string",
"createUser": "string",
"deptId": 0,
"devPosStatus": 0,
"displayResult": 0,
"euserId": 0,
"flag": 0,
"keyword": "string",
"level": 0,
"pageNum": 0,
"pageSize": 0,
"pcFlag": 0,
"positionReasonList": [
0
],
"positionResult": 0,
"shopOrVirtuallyCode": "string",
"statusList": [
0
],
"todoDateEnd": "string",
"todoDateStart": "string",
"typeList": [
0
],
"userDeptId": 0,
"userLevel": 0
}
curl --location --request POST '/device-stocktaking/fetch-todo-count' \
--header 'Content-Type: application/json' \
--header 'access-token;' \
--data-raw '{
"assetCode": "string",
"createBy": 0,
"createDateEnd": "string",
"createDateStart": "string",
"createUser": "string",
"deptId": 0,
"devPosStatus": 0,
"displayResult": 0,
"euserId": 0,
"flag": 0,
"keyword": "string",
"level": 0,
"pageNum": 0,
"pageSize": 0,
"pcFlag": 0,
"positionReasonList": [
0
],
"positionResult": 0,
"shopOrVirtuallyCode": "string",
"statusList": [
0
],
"todoDateEnd": "string",
"todoDateStart": "string",
"typeList": [
0
],
"userDeptId": 0,
"userLevel": 0
}'
{
"code": "string",
"data": 0,
"message": "string",
"success": true
}