[Beta] AddressDeleted Event Schema
[Beta] AddressDeleted Webhook Payload
Example
{
"eventId": "017db07f-6e95-470e-8cc0-a371f9deed2b",
"eventTime": "1970-01-20T06:39:05.683Z",
"eventType": "AddressDeleted",
"orgId": 20936,
"webhookId": "1411751028848270",
"data": {
"address": {
"externalIds": {
"maintenanceId": "250020",
"payrollId": "ABFS18600"
},
"id": "494123",
"name": "Company Office #1"
}
}
}
Reference
Property Name | Description |
---|---|
address object | A minified Address object |
externalIds object | A map of external ids |
id string | Id of the address |
name string | Name of the address |
Updated 11 months ago