POST api/Geofence/get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GeofenceViewResponse
NameDescriptionTypeAdditional information
StatusCode

integer

None.

status

string

None.

statusText

string

None.

TDS

GeofenceView

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusCode": 1,
  "status": "sample string 2",
  "statusText": "sample string 3",
  "TDS": {
    "GeofencePath": "sample string 1"
  }
}

application/xml, text/xml

Sample:
<GeofenceViewResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APCO_APP.MODAL.EmployeeModal">
  <StatusCode>1</StatusCode>
  <TDS>
    <GeofencePath>sample string 1</GeofencePath>
  </TDS>
  <status>sample string 2</status>
  <statusText>sample string 3</statusText>
</GeofenceViewResponse>