Status

DONE

Author

Feature No.

ODP-7959 - Getting issue details... STATUS

Test Case No.

ODP-7961 - Getting issue details... STATUS

General Description of the Feature

When create inquiry "Unknown Vehicles" system Auto Qualified and automatically Generate Lead 

If setup key IsUnknownInquiryCreatedAsQualified value is Yes

Create an API Inquiry with Interest Type "Unknown Vehicle" and Source Site with BP Exact Match Values, which exists only once in the BP Grid List, (FirstName, LastName, etc.)

https://od-qa-sql-current.onedealer.com/Files/Services/ODInquiryServices.onesrv?m=CreateInquiryInterestByCase


Body of API
{
   "inquiry": {
        "Interest": "I'm interested for the new Opel Corsa.",
        "FirstName": "onegeo",
        "LastName": "onegeo",
        "CompanyName": null,
        "Email": "onegeo@email.com",
        "Phone1": "+306986666663",
        "Phone2": "+306986666663",
        "MobilePhone": "+306986666663",
        "CaseType": 0,
        "BranchCode": "8B959960FB020039E10200000A4104",
        "PreferredUserId": null,
        "MakeCode": "aRO4kF_aMU6pfjQz3v77Dw",
        "InboundKey": "Unknown_InboundKey",
        "Street": "Leoforos Kifisias",
        "StreetNo": "44",
        "ZipCode": "15125",
        "City": "Marousi",
        "CountryCode": "GR",
        "Block": "B",
        "BuildingFloorRoom": "3",
        "State": null,
        "PlaceType": 3,
        "Notes": "Testing API",
        "ContactDataPrivacy": {
            "AllowContactBySMS": null,
            "AllowContactByPhone": null,
            "AllowContactByEmail": null,
            "AllowContactByPost": null
        }
    }
}
   

When inquiry created user gets bell notification message

Inquiry created auto qualified

Lead Created automatically

 

If setup key IsUnknownInquiryCreatedAsQualified value is No

Inquiry created auto qualificate but Lead not generated



Business Benefit

With this feature, the Lead creation process from qualified inquiry is automated



Configuration 

Setup Keys:

  • IsUnknownInquiryCreatedAsQualified 

Additional Information

Feature availability

This feature is mainly developed for version 3.12.0 but it is also patched in:

  • 3.8.13
  • 3.4.23



Write a comment…