| Package | Description |
|---|---|
| com.autocheckinsurance.sdk | |
| com.autocheckinsurance.sdk.api |
| Modifier and Type | Method and Description |
|---|---|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Empty> |
AutoCheckInsuranceApi.brickftpWithHttpInfo(String xApiKey,
String xAutotecId)
Webhook for BrickFTP implementations
The method used as webhook for BrickFTP implementations
|
ApiResponse<RiskCalculationPlusResponse> |
VehicleApi.calcRiskPlusWithHttpInfo(String xApiKey,
String xAutotecId,
RiskCalculationRequest request)
Calculate Risk of Loss and return Full History for Requested Vehicles
Method for calculating Loss Risk Prediction and returning Full History for a list of vehicles.
|
ApiResponse<RiskCalculationResponse> |
VehicleApi.calcRiskWithHttpInfo(String xApiKey,
String xAutotecId,
RiskCalculationRequest request)
Calculate Risk of Loss for Requested Vehicles
Method for calculating Loss Risk Prediction for a list of vehicles.
|
ApiResponse<HistoryResponse> |
VehicleHistoryApi.historyFullWithHttpInfo(String xApiKey,
String xAutotecId,
HistoryRequest request)
Retrieve Historical Activity for Requested Vehicles
Method to retrieve vehicle history and ownership data (if authorized) for a list of vehicles.
|
Copyright © 2019. All rights reserved.