{
"fenceName": "test1",
"fenceType": "alarm",
"mapId": 1770365739798421506,
"mapName": "test map",
"borderColor": "rgba(218, 24, 24, 1)",
"fillColor": "rgba(207, 67, 67, 1)",
"polygonPointsArray": [
[
26.68,
6.78
],
[
38.51,
6.78
],
[
38.51,
1.69
],
[
26.68,
1.69
],
[
26.68,
6.78
]
],
"fenceShape": 0
}{
"fenceName": "test",
"fenceType": "alarm",
"mapId": 1770365739798421506,
"mapName": "test map",
"borderColor": "rgba(218, 24, 24, 1)",
"fillColor": "rgba(207, 67, 67, 1)",
"centerPoints": "[26.68,6.78]",
"radius": 12.2,
"fenceShape": 1
}{
"fenceId": 1,
"fenceName": "test1",
"fenceType": "alarm",
"mapId": 1770365739798421506,
"mapName": "test map",
"borderColor": "rgba(218, 24, 24, 1)",
"fillColor": "rgba(207, 67, 67, 1)",
"polygonPointsArray": [
[
26.68,
6.78
],
[
38.51,
6.78
],
[
38.51,
1.69
],
[
26.68,
1.69
],
[
26.68,
6.78
]
],
"fenceShape": 0
}curl --location '/system/fence' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJ0a0J1VFJvZVhuWG1SRU9Wd0tBM0w1QTdxQ1RqUEFOayIsImNsaWVudGlkIjoiZTVjZDdlNDg5MWJmOTVkMWQxOTIwNmNlMjRhN2IzMmUiLCJ0ZW5hbnRJZCI6IjAwMDAwMCIsInVzZXJJZCI6MSwiZGVwdElkIjoxMDN9.H9xMLtZUW_mS78ir2mTS6EyXYFTIJvzUM1hqFXr-23E' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Content-Type: application/json' \
--data '{
"fenceId": 1,
"fenceName": "test1",
"fenceType": "alarm",
"mapId": 1770365739798421506,
"mapName": "test map",
"borderColor": "rgba(218, 24, 24, 1)",
"fillColor": "rgba(207, 67, 67, 1)",
"polygonPointsArray": [
[
26.68,
6.78
],
[
38.51,
6.78
],
[
38.51,
1.69
],
[
26.68,
1.69
],
[
26.68,
6.78
]
],
"fenceShape": 0
}'{
"code": 0,
"msg": "string",
"data": {},
"tran": true
}