返回码 | 返回消息 | 描述 |
---|---|---|
200 | 成功 | |
510001 | 参数错误 | 必填项为空、参数长度不符合等参数异常情况 |
curl --location --request GET 'https://api2.hik-cloud.com/api/v1/estate/system/rooms/actions/info' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"communityId": "string",
"buildingNumber": "string",
"unitNumber": "string",
"roomNumber": "string"
}'
{
"code": 200,
"message": "操作成功",
"data": {
"roomId": "00a795f4a25d4de09edd091f28747eb4",
"path": "2fbc0d66e9494631a029a1159de2beb7/2189c2bee4dd40638aa130a74e697307/ce8b953c52ed46ea92f3cb930869ea74/00a795f4a25d4de09edd091f28747eb4",
"address": "地址,例:3幢2单元101"
}
}