saveVehicleList
saveVehicleList
Path Parameters
serviceSubscriberDepartmentToken string required
customerID string required
application/json
Request Body required
validateVin boolean
callerDealerAssociateUuid string
vehicles object[]
Responses
- 200
- 204
- 400
- 401
- 500
OK
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
savedSuccessfully boolean
newlyAddedVehicleUuids string[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"savedSuccessfully": true,
"newlyAddedVehicleUuids": [
"string"
]
}
No Content
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Bad Request
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
POST /v2/department/:serviceSubscriberDepartmentToken/customer/:customerID/vehicle/list
Request
Request
curl / cURL
curl -L -X POST '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID/vehicle/list' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"validateVin": true,
"callerDealerAssociateUuid": "string",
"vehicles": [
{
"vin": "string",
"vehicleYear": "string",
"vehicleMake": "string",
"vehicleModel": "string",
"estimatedMileage": "string",
"vehicleKey": "string",
"vehicleTrim": "string",
"licensePlate": "string",
"color": "string",
"vehicleUuid": "string",
"vehicleEngine": "string",
"isMatching": true,
"isValid": true
}
]
}'
python / requests
curl -L -X POST '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID/vehicle/list' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"validateVin": true,
"callerDealerAssociateUuid": "string",
"vehicles": [
{
"vin": "string",
"vehicleYear": "string",
"vehicleMake": "string",
"vehicleModel": "string",
"estimatedMileage": "string",
"vehicleKey": "string",
"vehicleTrim": "string",
"licensePlate": "string",
"color": "string",
"vehicleUuid": "string",
"vehicleEngine": "string",
"isMatching": true,
"isValid": true
}
]
}'
go / native
curl -L -X POST '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID/vehicle/list' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"validateVin": true,
"callerDealerAssociateUuid": "string",
"vehicles": [
{
"vin": "string",
"vehicleYear": "string",
"vehicleMake": "string",
"vehicleModel": "string",
"estimatedMileage": "string",
"vehicleKey": "string",
"vehicleTrim": "string",
"licensePlate": "string",
"color": "string",
"vehicleUuid": "string",
"vehicleEngine": "string",
"isMatching": true,
"isValid": true
}
]
}'
nodejs / axios
curl -L -X POST '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID/vehicle/list' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"validateVin": true,
"callerDealerAssociateUuid": "string",
"vehicles": [
{
"vin": "string",
"vehicleYear": "string",
"vehicleMake": "string",
"vehicleModel": "string",
"estimatedMileage": "string",
"vehicleKey": "string",
"vehicleTrim": "string",
"licensePlate": "string",
"color": "string",
"vehicleUuid": "string",
"vehicleEngine": "string",
"isMatching": true,
"isValid": true
}
]
}'
ruby / Net::HTTP
curl -L -X POST '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID/vehicle/list' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"validateVin": true,
"callerDealerAssociateUuid": "string",
"vehicles": [
{
"vin": "string",
"vehicleYear": "string",
"vehicleMake": "string",
"vehicleModel": "string",
"estimatedMileage": "string",
"vehicleKey": "string",
"vehicleTrim": "string",
"licensePlate": "string",
"color": "string",
"vehicleUuid": "string",
"vehicleEngine": "string",
"isMatching": true,
"isValid": true
}
]
}'
csharp / RestSharp
curl -L -X POST '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID/vehicle/list' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"validateVin": true,
"callerDealerAssociateUuid": "string",
"vehicles": [
{
"vin": "string",
"vehicleYear": "string",
"vehicleMake": "string",
"vehicleModel": "string",
"estimatedMileage": "string",
"vehicleKey": "string",
"vehicleTrim": "string",
"licensePlate": "string",
"color": "string",
"vehicleUuid": "string",
"vehicleEngine": "string",
"isMatching": true,
"isValid": true
}
]
}'
php / cURL
curl -L -X POST '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID/vehicle/list' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"validateVin": true,
"callerDealerAssociateUuid": "string",
"vehicles": [
{
"vin": "string",
"vehicleYear": "string",
"vehicleMake": "string",
"vehicleModel": "string",
"estimatedMileage": "string",
"vehicleKey": "string",
"vehicleTrim": "string",
"licensePlate": "string",
"color": "string",
"vehicleUuid": "string",
"vehicleEngine": "string",
"isMatching": true,
"isValid": true
}
]
}'
java / OkHttp
curl -L -X POST '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID/vehicle/list' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"validateVin": true,
"callerDealerAssociateUuid": "string",
"vehicles": [
{
"vin": "string",
"vehicleYear": "string",
"vehicleMake": "string",
"vehicleModel": "string",
"estimatedMileage": "string",
"vehicleKey": "string",
"vehicleTrim": "string",
"licensePlate": "string",
"color": "string",
"vehicleUuid": "string",
"vehicleEngine": "string",
"isMatching": true,
"isValid": true
}
]
}'
powershell / RestMethod
curl -L -X POST '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID/vehicle/list' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"validateVin": true,
"callerDealerAssociateUuid": "string",
"vehicles": [
{
"vin": "string",
"vehicleYear": "string",
"vehicleMake": "string",
"vehicleModel": "string",
"estimatedMileage": "string",
"vehicleKey": "string",
"vehicleTrim": "string",
"licensePlate": "string",
"color": "string",
"vehicleUuid": "string",
"vehicleEngine": "string",
"isMatching": true,
"isValid": true
}
]
}'