Skip to main content

Zone Change

Represents a zone that is created, changed, or deleted.

Event Name

zone_changed

Payload

KeyTypeDescription
ChangeTypestringThe type of change (created, updated, deleted).
ZoneZoneThe zone info that was changed.
ReferenceIdGuidThe id of the event.
SenderSenderInformation regarding the initiator of the event.
AccountIdGuidThe id of the affected Account.
OrganizationIdintThe id of the affected Organization.

Example

{
"ChangeType": "deleted",
"Zone": {
"Id": "000b792f-0000-0000-0000-000000000000",
"FieldId": "00054e3b-0000-0000-0000-000000000000",
"Name": "end",
"Status": false,
"Wkt": "MULTIPOLYGON(((-87.617026120658 41.862799218563,-87.616409212584 41.862831179543,-87.616403848166 41.862747281937,-87.617026120658 41.862719316043,-87.617026120658 41.862799218563)))",
"ProjectionWkt": "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]]",
"Area": 0.12,
"BillableArea": null,
"Notes": null,
"CreatedDateTime": "2016-04-26T19:36:47.264677+00:00",
"PartnerZoneId": null,
"OrderedArea": 0.12
},
"ReferenceId": "993366dc-722b-45b5-9c51-17e38af62378",
"Sender": {
"Username": null,
"UserId": 2853
},
"AccountId": "0002fbb6-0000-0000-0000-000000000000",
"OrganizationId": 100
}