Vehicle Commands

Share

Shares an address, latitude/longitude or video URL to the vehicle.

post/{vin}/command/share

Query parameters

wait_for_completionboolean

Whether to wait for the command to complete before returning a response.

max_attemptsinteger

The maximum number of attempts to make to execute the command.

valuestring required

A street address, latitude/longitude coordinates or a video URL.

localestring

The language and country code locale of the address. Useful for helping addresses translate to the navigation system accurately.

Response

Success

resultboolean

Whether the command was successful.

Changes