GET api/CheckInGeoZone?firmaBenutzername={firmaBenutzername}&benutzername={benutzername}&passwort={passwort}&lat={lat}&lon={lon}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
firmaBenutzername

string

Required

benutzername

string

Required

passwort

string

Required

lat

decimal number

Required

lon

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

ResultOfBoolean
NameDescriptionTypeAdditional information
Value

boolean

None.

Success

boolean

None.

Alerts

Collection of Alert

None.

Response Formats

application/json, text/json

Sample:
{
  "Value": true,
  "Success": true,
  "Alerts": null
}

application/xml, text/xml

Sample:
<ResultOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PDZeiterfassungCommonComponents.Helpers">
  <Alerts i:nil="true" />
  <Success>true</Success>
  <Value>true</Value>
</ResultOfboolean>