Authorization: ********************
{
"equipmentId": "string",
"offlineType": 0,
"offlineReason": "string"
}
curl --location --request POST '/management/equipmentOffline/markOfflineEquipmentManual' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"equipmentId": "string",
"offlineType": 0,
"offlineReason": "string"
}'
{
"code": "",
"msg": "",
"data": {
"id": 0,
"equipmentId": "",
"addSource": 0,
"offlineType": 0,
"offlineReason": "",
"status": 0
},
"stackTraceMsg": ""
}