Geofences


Service URLs:


JSON Response Example

[
  {
    "Id": 1,
    "DivisionId": 1,
    "Name": "StringValue",
    "Description": "StringValue",
    "Created": "2024-03-29T08:09:03Z",
    "Updated": "2024-03-29T08:09:03Z",
    "LineColor": "StringValue",
    "FillColor": "StringValue",
    "Visible": false,
    "AvailableToChildDivisions": false,
    "GeographyData": {
      "WellKnownText": "StringValue"
    }
  }
]

XML Response Example

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfGeofence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Geofence>
    <Id>1</Id>
    <DivisionId>1</DivisionId>
    <Name>StringValue</Name>
    <Description>StringValue</Description>
    <Created>2024-03-29T08:09:03Z</Created>
    <Updated>2024-03-29T08:09:03Z</Updated>
    <LineColor>StringValue</LineColor>
    <FillColor>StringValue</FillColor>
    <Visible>false</Visible>
    <AvailableToChildDivisions>false</AvailableToChildDivisions>
    <GeographyData>
      <WellKnownText>StringValue</WellKnownText>
    </GeographyData>
  </Geofence>
</ArrayOfGeofence>