post https://qa.connect.calamp.com/connect/services/geozones
Create a Geozone
Log in to see full request history
Responses
400Invalid request.
405Geozone can only be created via the entity URI that the preferences are for.
500Server error
Create a Geozone
400Invalid request.
405Geozone can only be created via the entity URI that the preferences are for.
500Server error
xxxxxxxxxx
18curl --request POST \
--url https://qa.connect.calamp.com/connect/services/geozones \
--header 'accept: */*' \
--header 'content-type: application/json' \
--data '
{
"geozone": {
"address": {
"addressType": "BILLING"
},
"inheritable": true,
"geoLocation": {
"shape": "CIRCLE"
},
"version": 0
}
}
'
Try It!
to start a request and see the response here! Or choose an example: