To know which systemId to use for requesting geofencing zones, it must be included on the vehicle.
Note that for the future, it could be considered to also add this on vehicleBasic:
system {
id
}
This would allow the app to know the systemId immediately onClick rather than after the /vehicle call, however would also add about 30% more data to the /vehicles response.
To know which
systemId
to use for requesting geofencing zones, it must be included on the vehicle.Note that for the future, it could be considered to also add this on
vehicleBasic
:This would allow the app to know the
systemId
immediately onClick rather than after the/vehicle
call, however would also add about 30% more data to the/vehicles
response.Resolves https://github.com/AtB-AS/kundevendt/issues/17614