# Add vehicle [PREVIEW] This method allows the client to add a new vehicle for a customer Endpoint: POST /modules/vehicles/customerId/{customerId} Version: 4.3.0 Security: api_key ## Path parameters: - `customerId` (string, required) The customer id ## Request fields (application/json): - `registrationNumber` (string, required) The registration number of the vehicle. - `vin` (string) The Vehicle Identification Number (VIN). - `modelYear` (integer) The model year of the vehicle. - `brandCode` (integer) The code representing the brand of the vehicle. - `brandName` (string) The name of the brand. - `modelName` (string) The name of the model. - `lastRegistrationDate` (string) The date of the last registration. - `nextInspectionDate` (string) The date of the next inspection. - `fuelCode` (integer) The code representing the fuel type. - `fuelName` (string) The name of the fuel type. - `colorCode` (integer) The code representing the color of the vehicle. - `colorName` (string) The name of the color. - `dealerId` (string) The ID of the dealer. - `extendedProperties` (object) A dictionary of extended properties. ## Response 201 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 409 fields