fenceInfo
POST
/v2/openapi/fence/infoRequest
Body Params application/json
fenceId
string | null
required
Default:
null
Example
{
"fenceId": "null"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer | null
optional
Default:
null
data
object (ApiFenceInfoVO)
optional
id
string | null
optional
Default:
null
fenceName
string | null
optional
Default:
null
customerId
string | null
optional
Default:
null
remark
string | null
optional
Default:
null
fenceType
integer | null
optional
0-circle 1- irregular shape
Default:
null
fenceRange
string | null
optional
Default:
null
msg
string | null
optional
Default:
null
Example
{
"code": 0,
"data": {
"id": "",
"fenceName": "",
"customerId": "",
"remark": "",
"fenceType": 0,
"fenceRange": ""
},
"msg": ""
}
Last modified: 1 年前