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-list' \
--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": {
"countId": "string",
"current": 0,
"maxLimit": 0,
"optimizeCountSql": true,
"orders": [
{
"asc": true,
"column": "string"
}
],
"pages": 0,
"records": [
{
"assetCode": "string",
"brand": "string",
"departmentName": "string",
"frontViewUrl": "string",
"officeName": "string",
"partitionName": "string",
"regionName": "string",
"shopOrVirtually": 0,
"shopOrVirtuallyAddress": "string",
"shopOrVirtuallyCode": "string",
"shopOrVirtuallyContactMobile": "string",
"shopOrVirtuallyContactName": "string",
"shopOrVirtuallyLat": 0,
"shopOrVirtuallyLon": 0,
"shopOrVirtuallyName": "string",
"specification": "string"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"message": "string",
"success": true
}