{
"tenantId": "string",
"projectCode": "string",
"projectCodeList": [
"string"
],
"channelCode": "string",
"deviceNo": "string"
}
curl --location --request POST '/new/device/checkDeviceIsValid' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantId": "string",
"projectCode": "string",
"projectCodeList": [
"string"
],
"channelCode": "string",
"deviceNo": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"projectCode": "",
"deviceNo": "",
"runStatus": 0,
"runStatusText": "",
"productName": "",
"productIconUrl": "",
"syncTime": "",
"deviceTypeText": "",
"deviceType": "",
"custNum": "",
"custName": "",
"custIdentity": "",
"installArea": 0,
"installAreaText": "",
"bluetoothNumber": "",
"bindStatus": 0
}
}