Send Destination

API

Routeer chauffeurs naar uw bedrijf wanneer het er het meest toe doet

Haal meer klanten naar je bedrijfslocaties door een bestemming rechtstreeks naar het ingebouwde navigatiescherm van een voertuig te sturen. Met de Send Destination API kun je klanten op het juiste moment routeren op basis van specifieke voertuigtriggers.

Hoe bedrijven de verzendbestemming gebruiken

Autodelen en huren

Zorg voor een naadloos inleverproces voor auto's door huurders rechtstreeks naar de inleverlocatie van een voertuig te leiden.

Autoreparatie en -onderhoud

Verhoog het winkelbezoek en de verkoop door klanten naar de dichtstbijzijnde locatie te sturen. U kunt de Smartcar-API ook gebruiken om automatisch onderhoudsgebeurtenissen te detecteren, zodat klanten precies weten wanneer een auto onderhoud nodig heeft.

EV-opladen

Verhoog het gebruik en de vindbaarheid van EV-laadstations door ze de locatie van een oplader in de buurt te sturen. Elimineer de actieradius en stuur de laadstations automatisch naar bestemmingen wanneer de actieradius van de bestuurder onder een bepaald niveau is gezakt.

An illustration of a connected vehicle on a winding road.

Bestemming verzenden

Stuur bestemmingscoördinaten naar het navigatiesysteem van het voertuig.

const smartcar = require('smartcar');

// Get all vehicles associated with this access token
const {vehicles} = await smartcar.getVehicles("<access-token>");

// Construct a new vehicle instance using the first vehicle's id
const vehicle = new smartcar.Vehicle(vehicles[0], "<access-token>");

// Send the destination to the vehicle
const sendDestination = await vehicle.sendDestination(51.5007, 0.1246);


// Example http response from Smartcar (set charge limit)
{
  "status": "success"
}

import smartcar

# Get all vehicles associated with this access token
response = smartcar.get_vehicles("<access-token>")

# Construct a new vehicle instance using the first vehicle's id
vehicle = smartcar.Vehicle(response.vehicles[0], "<access-token>")

# Send the destination to the vehicle
send_destination_response = vehicle.send_destination(51.5007, 0.1246)


// Example http response from Smartcar (set charge limit)
{
  "status": "success"
}

import com.smartcar.sdk.*;

// Get all vehicles associated with this access token
VehicleIds response = Smartcar.getVehicles("<access-token>");
String[] vehicleIds = response.getVehicleIds();

// Construct a new vehicle instance using the first vehicle's id
Vehicle vehicle = new Vehicle(vehicleIds[0], "<access-token>");

// Send the destination to the vehicle
SendDestinationResponse sendDestinationResponse = vehicle.sendDestination(51.5007, 0.1246);


// Example http response from Smartcar (set charge limit)
{
  "status": "success"
}


// Example http response from Smartcar (set charge limit)
{
  "status": "success"
}

require 'smartcar'

# Get all vehicles associated with this access token
all_vehicles =  Smartcar.get_vehicles(token: token)

# Construct a new vehicle instance using the first vehicle's id
vehicle = Smartcar::Vehicle.new(
  token: "<access-token>",
  id: all_vehicles.vehicles.first
)

# Send the destination to the vehicle
vehicle.send_destination(51.5007, 0.1246)


// Example http response from Smartcar (set charge limit)
{
  "status": "success"
}

Bekijk de API-documenten

Kenmerken van het product

  • Compatibel met 36 automerken

    Compatibel met 39 automerken

  • Vriendelijke toestemmingsstroom van gebruikers

    Vriendelijke toestemmingsstroom van gebruikers

  • Werkt op voertuigen uit 2015 en nieuwer

    Werkt op voertuigen uit 2015 en nieuwer

  • Vertrouwd en veilig

    Vertrouwd en veilig

  • Live data ophalen en acties activeren

    Toegang tot actuele autogegevens

  • SDK's voor Go, Java, Node.js, Python en Ruby

    SDK's voor Go, Java, Node.js, Python en Ruby

Meer informatie over de API's van Smartcar

Gerelateerde industrieën

Laadnetwerken voor elektrische voertuigen

Geef geschatte oplaadtijden, automatische laadschema's en EV-reisplanning op in je app.

Diensten op aanvraag

Nodig klanten uit om een onderhoudsbezoek in te plannen wanneer de motorolie van hun voertuig het einde van de aanbevolen levensduur heeft bereikt.

Wat we aan het bouwen zijn

De latentie en frequentie van de beschikbaarheid van gegevens kunnen per merk en model verschillen.