Status

OPEN 

Author

Feature No.

HUK-514 - Getting issue details... STATUS

Test Case No.

HUK-829 - Getting issue details... STATUS

Related Features
Tenant

HUK

Version(s)

2025.0.0, 3.4.0-HUK

Conf. for Technical Upgrade

No

General Description of the Feature

In the HUK tenant, the default value of the "Accident Free" field has been updated to "false." This change affects both the creation of Purchase Leads within the DSW system and leads created via the exposed API at HukB2CServices. Previously, the "Accident Free" field had a positive default setting, but with this update, any new Purchase Lead generated through either of these channels will automatically set the "Accident Free" status to false unless manually adjusted by the user.

By setting the default to false, the system now requires explicit action to mark a vehicle as accident-free, which could potentially reduce errors or oversights in lead creation processes.


Business Benefit 

This update standardizes the default behavior of the "Accident Free" field within the HUK tenant, reducing the risk of incorrect data entry and ensuring that all new Purchase Leads are evaluated more carefully regarding their accident history.


Configuration 

N/A


Additional Information

HukB2CServices for Purchase Lead creation:

/Files/Services/HukB2CServices.onesrv?m=CreatePurchaseLead
{
    "model": {
        "Title": null,
        "FirstName": "Weyd",
        "LastName": "Mann",
        "Email": "Weyd.Mann@mailinator.com",
        "MobilePhone": "+1559856324",
        "HomePhone": "+15555987834",
        "Language": null,
        "BranchId": "3MRZBWBUPkOZq_ziIBq8Tg",
        "ScheduleStartDateTime": "2024-08-09T15:00:00+02:00",
        "ScheduleEndDateTime": "2024-08-10T16:00:00+02:00",
        "DateOfBirth": null,
        "Make": "005",
        "Model": "7289",
        "Family": "19772",
        "VIN": null,
        "Mileage": 105000,
        "AnnualMileage": null,
        "EngineNumber": null,
        "FirstRegistrationDate": "2011-02-01T00:00:00+01:00",
        "KBAKey": null,
        "SerialNumber": null,
        "IsCompany": false,
        "HasRegistrationPart1": false,
        "HasRegistrationPart2": false,
        "HasAuthorizationFinancedVehicle": false,
        "HasConfirmationOpenAmount": false,
        "HasAuthorizationVehicleOwner": false,
        "HasAuthorizationHeritageCommunity": false,
        "HasVehicleManual": false,
        "HasCocDocument": false,
        "HasWinterOrSummerTiresOnRims": false,
        "HasNaviDVD": false,
        "HasRimsLock": false,
        "HasServiceBook": false,
        "HasRadionCode": false,
        "HasRemovableNavi": false,
        "HasKeyForTrailerHitch": false,
        "HasConfirmationForTechnicalInspectionAndEmissionTest": false,
        "OtherDocumentOrAccessories": null,
        "HasVehicleHasStandartVAT": false,
        "NumberOfKeys": null,
        "ContactByEmail": false,
        "ContactByPhone": false,
        "ContactBySMS": false,
        "ContactByPost": false,
        "Notes": "test",
        "AgentNumber": null,
        "AgentName": null,
        "BranchNumber": null,
        "AgentPhoneNumber": null,
        "AgentEmail": null,
        "Street": null,
        "StreetNumber": null,
        "ZipCode": null,
        "City": null,
        "VehiclePurchaseSource": "HUK",
        "VehiclePurchaseChannel": "WalkIn"
    }
}

warning The above service of Purchase Lead creation requires first a Login call to receive a AuthTicket and is valid only for the HUK tenant.



Write a comment…