Status

DONE

Author

Feature No.

BB-584 - Getting issue details... STATUS   

Test Case No.

BB-601 - Getting issue details... STATUS

General Description of the Feature

This feature allows filling in or updating the fields Gear Type, Fuel Type, Production Year and Body Style of a vehicle in the inventory where the model exists in the model tree.

 Model Tree                                                                                                                                     

   

Inventory                                                                                                                                      


Business Benefit

With this feature, the correct completion or updating of the Gear Type, Fuel Type, Production Year and Body Style fields is achieved in accordance with the data available for the specific model in the Model Tree 


Configuration 




Additional Information

To conduct the Test we used the following Service: https://od-qa-sql-current.onedealer.com/Files/Services/ODVehicleServices.onesrv?m=CreateOrUpdateVehicle

The Body of API:

/Files/Services/ODVehicleServices.onesrv?m=CreateOrUpdateVehicle
{
    "vehicle": {
        "VIN": "1GYS3CKJ0GR245002",
        "Code": null,
        "VehicleCode": {
            "InternalCode": null,
            "ExternalCode": null,
            "DMSCode": "BB-584_01",
            "ExternalSystemType": null
        },
        "ModelAsAComment": "2.0-l-VVTi Hybrid GR Sport Black Edition",
        "KBA": null,
        "TypeKey": null,
        "CarStatusCode": "NewVehicle",
        "CarStatusDescription": "New Vehicle",
        "CarStatusClassificationCode": "NewVehicle",
        "CarStatusClassificationDescription": "New Vehicle",
        "Engine": null,
        "Mileage": 15000,
        "FirstRegistrationDate": null,
        "LicenseNumber": "KOR-1111",
        "ProductionYear": null,
        "ProductionDate": null,
        "OwnerBpCode": null,
        "OwnerBpName": null,
        "WarrantyEndDate": null,
        "WarrantyLimitationKm": null,
        "NumberOfPreviousOwners": 0,
        "NonSmokerVehicle": false,
        "Damaged": false,
        "Notes": null,
        "Enable": true,
        "IsSalable": true,
        "VatReclaimable": false,
        "ExternalSystemCode": null,
        "AvailabilityStatus": null,
        "PurchaseCost": null,
        "PurchaseDate": "2023-01-23T23:00:00Z",
        "SalesSegment": null,
        "Labortype": null,
        "LaborCondition": null,
        "SalesInvoiceDate": null,
        "PurchaseReceiptDate": null,
        "PurchaseInvoiceDate": null,
        "VatProductGroupCode": "QLVLoucBv021HRJYVsq7PA",
        "ExteriorColorGroupCode": null,
        "ExteriorColorGroupDescription": null,
        "ExteriorColorManufacturerCode": null,
        "ExteriorColorManufacturerDescription": null,
        "InteriorColorGroupCode": null,
        "InteriorColorGroupDescription": null,
        "InteriorColorManufacturerCode": null,
        "InteriorColorManufacturerDescription": null,
        "InteriorTypeGroupCode": null,
        "InteriorTypeGroupDescription": null,
        "InteriorTypeManufacturerCode": null,
        "InteriorTypeManufacturerDescription": null,
        "LastMaintenanceDate": null,
        "LastMaintenanceOdometer": null,
        "NextTechnicalInspectionDate": null,
        "HasFullServiceHistory": false,
        "ModelConfiguration": {
            "MakeCode": "TOY",
            "MakeDescription": "Toyota",
            "FamilyCode": "TOYCHR",
            "FamilyDescription": "C-HR",
            "ModelParentCode": "NnVteBFb8Em735pMshDxCA",
            "Code": "TOYCHRSp",
            "PresentationCode": "TOYCHRSp",
            "Name": "2.0-l-VVTi Hybrid GR Sport Black Edition",
            "ModelYear": "2023",
            "ModelYearTo": null,
            "FuelTypeCode": null,
            "FuelTypeDescription": null,
            "EmissionClassCode": null,
            "EmissionClassDescription": null,
            "EngineDisplacement": 0.0,
            "FuelConsumptionCombined": 0.0,
            "FuelConsumptionUrban": 0.0,
            "FuelConsumptionExtraUrban": 0.0,
            "GearNumber": null,
            "GearTypeCode": null,
            "GearTypeDescription": null,
            "DriveTypeCode": null,
            "DriveTypeDescription": null,
            "NumberOfCylinders": "0",
            "CarTypeCode": "nVl5_cpv6UmpMipJTt2JOg",
            "CarTypeDescription": null,
            "TransmissionCode": null,
            "TransmissionDescription": null,
            "BodystyleCode": null,
            "BodystyleDescription": null,
            "TireSizeCode": null,
            "TireSizeDescription": null,
            "NumberOfDoors": null,
            "NumberOfDoorsCode": null,
            "NumberOfDoorsDescription": null,
            "EmissionStickerCode": null,
            "EmissionStickerDescription": null,
            "CO2EmissionCombined": 0.0,
            "CO2EmissionCity": 0.0,
            "CO2EmissionLongDistance": 0.0,
            "SeatsNumber": null,
            "Axles": null,
            "TopSpeed": 0,
            "Acceleration": "0",
            "PowerKW": null,
            "PowerPS": null,
            "PowerHP": 0,
            "PhotoFileLink": null,
            "DisableFromConfigurator": false,
            "AvailableOptions": [],
            "Prices": [
                {
                    "PriceListCode": "2",
                    "PriceListName": "Sales pricelist",
                    "Amount": 285760.0,
                    "CurrencyCode": "EUR",
                    "CurrencyName": null
                }
            ],
            "TaxGroupCode": null,
            "TaxGroupDescription": null
        },
        "SelectedOptions": [],
        "CarImages": [],
        "Prices": [
            {
                "PriceListCode": "2",
                "PriceListName": null,
                "Amount": 285760.0,
                "CurrencyCode": "EUR",
                "CurrencyName": null
            }
        ],
        "TaxGroupCode": null,
        "TaxGroupDescription": null,
        "EstimatedArrivalDate": "2023-01-09T23:00:00Z",
        "SalesIncentiveCodes": [],
        "DimensionCompany": "ODQADC",
        "DimensionBranch": "1",
        "DimensionLocation": "BR1L1",
        "DimensionMake": "kwBZDpcvbkKdXYC9xehkbg",
        "DimensionMarketSegment": null,
        "ExclusionLevel": null
    }
}




Write a comment…