Vehicles Module API
API reference for vehicle administration endpoints.
BriteCore V2 vehicles API endpoint wrappers.
- britecore_sdk.api.api_calls.v2.vehicles.add_additional_interest(additional_interest=None, **kwargs)[source]
Add Additional Interest.
POST /api/v2/vehicles/add_additional_interest
- Parameters:
additional_interest (Any | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.vehicles.check_vehicle_prefill_fallback_configured(**kwargs)[source]
Check Vehicle Prefill Fallback Configured.
POST /api/v2/vehicles/check_vehicle_prefill_fallback_configured
- Parameters:
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.vehicles.create_vehicle(vehicle=None, **kwargs)[source]
Create Vehicle.
POST /api/v2/vehicles/create_vehicle
- Parameters:
vehicle (Any | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.vehicles.delete_additional_interest(id=None, **kwargs)[source]
Delete Additional Interest.
POST /api/v2/vehicles/delete_additional_interest
- Parameters:
id (Any | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.vehicles.delete_vehicle(id=None, **kwargs)[source]
Delete Vehicle.
POST /api/v2/vehicles/delete_vehicle
- Parameters:
id (Any | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.vehicles.get_additional_interest(id=None, **kwargs)[source]
Get Additional Interest.
POST /api/v2/vehicles/get_additional_interest
- Parameters:
id (Any | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.vehicles.get_vehicle(id=None, **kwargs)[source]
Get Vehicle.
POST /api/v2/vehicles/get_vehicle
- Parameters:
id (Any | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.vehicles.list_additional_interests_for_vehicle(vehicle_id=None, **kwargs)[source]
List Additional Interests For Vehicle.
POST /api/v2/vehicles/list_additional_interests_for_vehicle
- Parameters:
vehicle_id (Any | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.vehicles.list_custom_fields_types(quote_id=None, **kwargs)[source]
List Custom Fields Types.
POST /api/v2/vehicles/list_custom_fields_types
- Parameters:
quote_id (str | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.vehicles.list_vehicles_for_quote(quote_id=None, **kwargs)[source]
List Vehicles For Quote.
POST /api/v2/vehicles/list_vehicles_for_quote
- Parameters:
quote_id (Any | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.vehicles.update_additional_interest(additional_interest=None, **kwargs)[source]
Update Additional Interest.
POST /api/v2/vehicles/update_additional_interest
- Parameters:
additional_interest (Any | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.vehicles.update_vehicle(vehicle=None, **kwargs)[source]
Update Vehicle.
POST /api/v2/vehicles/update_vehicle
- Parameters:
vehicle (Any | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.vehicles.vehicle_prefill_fallback(vehicle_year=None, cost_new=None, api_key=None, quote_id=None, **kwargs)[source]
Vehicle Prefill Fallback.
POST /api/v2/vehicles/vehicle_prefill_fallback
- Parameters:
vehicle_year (int | None)
cost_new (float | int | None)
api_key (str | None)
quote_id (str | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any