{
"location": {
"address": {
"country": "<string>",
"postalCode": "<string>",
"city": "<string>",
"state": "<string>",
"addressTwo": "<string>",
"addressOne": "<string>"
},
"externalIds": [
{
"value": "<string>"
}
],
"id": "<string>",
"name": "<string>",
"contacts": [
{
"id": "<string>",
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"role": "<string>"
}
],
"hours": {}
},
"event": "location.updated"
}Locations
On Location Updated
Sent by Vooma to your server when a location is updated.
WEBHOOK
onLocationUpdated
{
"location": {
"address": {
"country": "<string>",
"postalCode": "<string>",
"city": "<string>",
"state": "<string>",
"addressTwo": "<string>",
"addressOne": "<string>"
},
"externalIds": [
{
"value": "<string>"
}
],
"id": "<string>",
"name": "<string>",
"contacts": [
{
"id": "<string>",
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"role": "<string>"
}
],
"hours": {}
},
"event": "location.updated"
}
