Looking up vehicle information through a REST API service
Configure a REST API service to fetch vehicle information based on the vehicle identification number. As a service manager, you can quickly retrieve the details of a vehicle as it enters the service bay.
- Log in to Pega Warranty as a supplier manager.
- In the navigation panel of Dev Studio, click
- In the Explorer panel, go to .
- In the Service package name column header, click the Filter icon, and then enter Inquiry.
- Click Apply.
- Click each of the rules in the following table based on your requirement.
URI Template Description VehicleInfo/{VIN} Configure a REST API service to fetch vehicle information based on the vehicle identification number. As a service manager, you can quickly retrieve the details of a vehicle as it enters the service bay. CampaignDetails/{SerialNumber} View all the service bulletins, recalls, recommended services, and marketing offers for a customer from the Original equipment manufacturer (OEM) to offer the customer the most informed consultation. WarrantyInfo_Auto/{VIN} Look up the warranties and extended service contracts for a vehicle to offer an informed consultation to the customer. RepairHistory/{Serialnumber} View completed work and paid claims by using a REST API service to understand repeated concerns. - In the Resource properties section, note the Service endpoint
URL.
You can use the Service endpoint URL in your connect REST rule to fetch vehicle information.
- To configure additional options and to test the method, in the Processing
options section, in the Service package (includes additional
processing options) area, click Inquiry.
For more information, see About Service Package data instances.
Previous topic Displaying data on a single screen in an inquiry Next topic Setting up claim processing