Skip to main content

LocationVisitResponse

count integer<int32>
tenantId stringnullable
locations object[]nullable
  • Array [
  • id stringnullable
    vehicleId stringnullable
    vehicleName stringnullable
    driverId stringnullable
    driverName stringnullable
    locationId stringnullable
    locationName stringnullable
    startDate stringnullable
    startTime string<date-time>
    endTime string<date-time>
    arrivalDate stringnullable
    arrivalTime object
    ticks integer<int64>
    days integer<int32>
    hours integer<int32>
    milliseconds integer<int32>
    minutes integer<int32>
    seconds integer<int32>
    totalDays number<double>
    totalHours number<double>
    totalMilliseconds number<double>
    totalMinutes number<double>
    totalSeconds number<double>
    departureDate stringnullable
    departureTime object
    ticks integer<int64>
    days integer<int32>
    hours integer<int32>
    milliseconds integer<int32>
    minutes integer<int32>
    seconds integer<int32>
    totalDays number<double>
    totalHours number<double>
    totalMilliseconds number<double>
    totalMinutes number<double>
    totalSeconds number<double>
    stopDuration number<double>
    stationaryDuration number<double>
    turnAroundDuration number<double>
    currentBpFlag stringnullable
    weekStartDay stringnullable
    position stringnullable
    tolerance number<double>
    tag stringnullable
    category stringnullable
    geoZone stringnullable
    stillAtSiteFlag stringnullable
    distance number<double>
  • ]
  • LocationVisitResponse
    {
    "count": 0,
    "tenantId": "string",
    "locations": [
    {
    "id": "string",
    "vehicleId": "string",
    "vehicleName": "string",
    "driverId": "string",
    "driverName": "string",
    "locationId": "string",
    "locationName": "string",
    "startDate": "string",
    "startTime": "2024-07-29T15:51:28.071Z",
    "endTime": "2024-07-29T15:51:28.071Z",
    "arrivalDate": "string",
    "arrivalTime": {
    "ticks": 0,
    "days": 0,
    "hours": 0,
    "milliseconds": 0,
    "minutes": 0,
    "seconds": 0,
    "totalDays": 0,
    "totalHours": 0,
    "totalMilliseconds": 0,
    "totalMinutes": 0,
    "totalSeconds": 0
    },
    "departureDate": "string",
    "departureTime": {
    "ticks": 0,
    "days": 0,
    "hours": 0,
    "milliseconds": 0,
    "minutes": 0,
    "seconds": 0,
    "totalDays": 0,
    "totalHours": 0,
    "totalMilliseconds": 0,
    "totalMinutes": 0,
    "totalSeconds": 0
    },
    "stopDuration": 0,
    "stationaryDuration": 0,
    "turnAroundDuration": 0,
    "currentBpFlag": "string",
    "weekStartDay": "string",
    "position": "string",
    "tolerance": 0,
    "tag": "string",
    "category": "string",
    "geoZone": "string",
    "stillAtSiteFlag": "string",
    "distance": 0
    }
    ]
    }