access-token: ********************
{
"assetCode": "string",
"belongTo": 0,
"channelKey": "string",
"customerSearchKey": "string",
"dealerSearchKey": "string",
"departmentId": 0,
"depositType": 0,
"deptId": 0,
"devPosStatus": 0,
"deviceType": 0,
"isBorrow": 0,
"lockFlag": 0,
"officeId": 0,
"onlineFlag": 0,
"pageNum": 0,
"pageSize": 0,
"partitionId": 0,
"purchaseYear": 0,
"regionId": 0,
"repairFlag": 0,
"settlementCenterId": 0,
"warehouseSearchKey": "string",
"warehouseType": "string"
}
curl --location --request POST '/list-echo/asset-list-new' \
--header 'Content-Type: application/json' \
--header 'access-token;' \
--data-raw '{
"assetCode": "string",
"belongTo": 0,
"channelKey": "string",
"customerSearchKey": "string",
"dealerSearchKey": "string",
"departmentId": 0,
"depositType": 0,
"deptId": 0,
"devPosStatus": 0,
"deviceType": 0,
"isBorrow": 0,
"lockFlag": 0,
"officeId": 0,
"onlineFlag": 0,
"pageNum": 0,
"pageSize": 0,
"partitionId": 0,
"purchaseYear": 0,
"regionId": 0,
"repairFlag": 0,
"settlementCenterId": 0,
"warehouseSearchKey": "string",
"warehouseType": "string"
}'
{
"code": "string",
"data": {
"rows": [
{}
],
"total": 0
},
"message": "string",
"success": true
}