Skip to main content

LocationVisitResponse

count int32
tenantId stringnullable
locations object[]nullable
  • Array [
  • id stringnullable
    vehicleId stringnullable
    vehicleName stringnullable
    driverId stringnullable
    driverName stringnullable
    locationId stringnullable
    locationName stringnullable
    startDate stringnullable
    startTime date-time
    endTime date-time
    arrivalDate stringnullable
    arrivalTime object
    ticks int64
    days int32
    hours int32
    milliseconds int32
    minutes int32
    seconds int32
    totalDays double
    totalHours double
    totalMilliseconds double
    totalMinutes double
    totalSeconds double
    departureDate stringnullable
    departureTime object
    ticks int64
    days int32
    hours int32
    milliseconds int32
    minutes int32
    seconds int32
    totalDays double
    totalHours double
    totalMilliseconds double
    totalMinutes double
    totalSeconds double
    stopDuration double
    stationaryDuration double
    turnAroundDuration double
    currentBpFlag stringnullable
    weekStartDay stringnullable
    position stringnullable
    tolerance double
    tag stringnullable
    category stringnullable
    geoZone stringnullable
    stillAtSiteFlag stringnullable
    distance 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
    }
    ]
    }