Geofence


Service URLs:


JSON Response Example

{
  "Id": 1,
  "DivisionId": 1,
  "Name": "StringValue",
  "Description": "StringValue",
  "Created": "2024-04-23T10:36:35Z",
  "Updated": "2024-04-23T10:36:35Z",
  "LineColor": "StringValue",
  "FillColor": "StringValue",
  "Visible": false,
  "AvailableToChildDivisions": false,
  "GeographyData": {
    "WellKnownText": "StringValue"
  }
}

XML Response Example

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