getLoanerSystemVehicle
getLoanerSystemVehicle
Header Parameters
authorization string required
authorization
application/json
Request Body required
getLoanerSystemVehicleByTripUUIDRequest
dealerDepartmentUUIDList string[]
requesterUserUUID string
source string
Possible values: [DEALER_APP, WEB, PND_API, EXTERNAL_CONTROLLER]
uuid string
Responses
- 200
 - 201
 - 401
 - 403
 - 404
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - Array [
 - ]
 - ]
 - Array [
 - ]
 
error object
errorCode string
errorDescription string
metadata object
property name* string
loanerList object[]
addedDate string
body string
color string
dealerLoanerVehicleList object[]
dealerAssociateUUID string
dealerDepartmentUUID string
dealerName string
dealerUUID string
id int64
uuid string
description string
engine string
isValid boolean
latestMileage string
licensePlate string
licenseStateCode string
loanerKey string
loanerStatus string
Possible values: [AVAILABLE, CHECKED_OUT, RESERVED]
make string
model string
name string
updatedDate string
vin string
year string
statusCode int32
warnings object[]
warningCode string
warningDescription string
{
  "error": {
    "errorCode": "string",
    "errorDescription": "string",
    "metadata": {}
  },
  "loanerList": [
    {
      "addedDate": "string",
      "body": "string",
      "color": "string",
      "dealerLoanerVehicleList": [
        {
          "dealerAssociateUUID": "string",
          "dealerDepartmentUUID": "string",
          "dealerName": "string",
          "dealerUUID": "string",
          "id": 0,
          "uuid": "string"
        }
      ],
      "description": "string",
      "engine": "string",
      "isValid": true,
      "latestMileage": "string",
      "licensePlate": "string",
      "licenseStateCode": "string",
      "loanerKey": "string",
      "loanerStatus": "AVAILABLE",
      "make": "string",
      "model": "string",
      "name": "string",
      "updatedDate": "string",
      "vin": "string",
      "year": "string"
    }
  ],
  "statusCode": 0,
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Created
Unauthorized
Forbidden
Not Found
Loading...