Authorization: ********************{
"targetTenantId": "string",
"targetStationId": "string",
"operatorId": "string",
"items": [
{
"equipmentId": "string",
"targetStationPoint": "string"
}
]
}curl --location '/management/equipment/batchMigrateTenant' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"targetTenantId": "string",
"targetStationId": "string",
"operatorId": "string",
"items": [
{
"equipmentId": "string",
"targetStationPoint": "string"
}
]
}'{
"code": "",
"msg": "",
"data": {
"taskId": 0,
"successCount": 0,
"failCount": 0,
"failItems": [
{
"equipmentId": "",
"reason": ""
}
]
},
"stackTraceMsg": ""
}