{
"searchCondition": {
"taskId": 0,
"spotName": "string",
"spotCode": "string",
"installPosition": {
"siteId": 0,
"buildingId": 0,
"roomId": 0,
"floorId": 0
},
"servicePosition": {
"siteId": 0,
"buildingId": 0,
"roomId": 0,
"floorId": 0
},
"status": [
0
]
}
}
curl --location --request POST 'http://test-cn.your-api-server.com/m/v4/energySpot/taskItem' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchCondition": {
"taskId": 0,
"spotName": "string",
"spotCode": "string",
"installPosition": {
"siteId": 0,
"buildingId": 0,
"roomId": 0,
"floorId": 0
},
"servicePosition": {
"siteId": 0,
"buildingId": 0,
"roomId": 0,
"floorId": 0
},
"status": [
0
]
}
}'
{
"fmcode": 0,
"message": "",
"data": {
"newestDate": 0,
"page": {
"pageNumber": 0,
"totalPage": 0,
"totalCount": 0,
"pageSize": 0
},
"contents": {
"spotId": 0,
"spotName": "",
"spotCode": "",
"status": 0,
"operateTime": 0,
"installPosition": "",
"servicePosition": "",
"tenant": ""
}
}
}