Mutation
Unknown
Arguments
input· CreateConnectedVehicleInputvehicle_id· IDprovider· CarConnectivityProviderlabel· PlainStringoptions· CreateConnectedVehicleOptionsredirect_uri· PlainStringscope· ConnectScopeFields
id· IDvehicle_id· IDstatus· ConnectedVehicleStatusprovider· CarConnectivityProviderscope· ConnectScopelabel· Stringvin· StringErrors
Operations can fail. To handle all errors correctly, consider implementing the following error scenario’s.
auth_token_expiredauth_token_invalidconnect_provider_not_allowedconnected_vehicle_per_make_limit_reachedconnected_vehicle_removal_not_allowedenode_proxy_exceptionnew_connected_vehicle_invalid_options_enodeoperation_not_allowedrate_limit_exceededvehicle_already_connected
- The token you provided is expired.
- The token you provided is invalid.
- The Connect provider $PROVIDER is not configured for your client id. Please contact customer support to enable it!
- The maximum number of vehicles per make ($LIMIT) was reached.
- You cannot remove a vehicle with status $STATUS.
- Enode remote did throw an exception that could not be handled.
- Provided options are invalid. Enode requires the following options: redirect_uri, scope.
- You are not allowed to execute this operation. Enable it for the current application in the dashboard or reach out to customer support.
- Rate limit exceeded.
- This vehicle has already been connected to a provider for this user.
Was this helpful?