post https://api.astaraconnect.com/v1/vehicle/versions/create
This endpoint allows you to register a new vehicle version with the specified details.
The following information is required:
- name: The name of the vehicle version.
- doors: Number of doors in the vehicle.
- transmission: Type of transmission (e.g., manual, automatic).
- engine_displacement: Engine displacement of the vehicle in cm3.
- engine_power: Power output of the vehicle's engine in kW.
- motorization_oid: The UUID of the motorization associated with this vehicle version.
- fuel_type_oid: A list of UUID for the fuel types associated with this vehicle version.
- vehicle_models_makes_id: The ID of the associated vehicle model.
Ensure that all required attributes are provided to avoid validation errors.