GET api/vehicleresidualvaluation?VehicleValuationId={VehicleValuationId}&VehicleValuationProvider={VehicleValuationProvider}&VehicleRegistrationDate={VehicleRegistrationDate}&VehicleMileage={VehicleMileage}&ApplicantLoanTermMonths={ApplicantLoanTermMonths}&ApplicantAnnualMileage={ApplicantAnnualMileage}&ExternalSrc={ExternalSrc}
Returns residual value of the specified vehicle considering the provided loan term and annual mileage
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
VehicleValuationId |
The CAP or Glass's ID of the vehicle or VRM |
string |
Required |
VehicleValuationProvider |
C = CAP | G = Glass's | V = VRM |
string |
Required |
VehicleRegistrationDate |
The date the vehicle was registered |
date |
Required |
VehicleMileage |
The vehicle's current mileage |
integer |
Required |
ApplicantLoanTermMonths |
Loan term in months |
integer |
Required |
ApplicantAnnualMileage |
Expected annual mileage of the vehicle |
integer |
Required |
ExternalSrc |
External SRC code as setup in CRM |
string |
Default value is UNKNOWN |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.