put https://qa.connect.calamp.com/connect/services/geozones/
Returns the updated Geozone
Log in to see full request history
Response
Returns the updated Geozone
xxxxxxxxxx
18curl --request PUT \
--url https://qa.connect.calamp.com/connect/services/geozones/id \
--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: