getVehiclesIfMultipleCustomersFound
getVehiclesIfMultipleCustomersFound
Path Parameters
departmentUuid string required
customerUserSessionUUID string required
Header Parameters
authorization string required
application/json
Request Body required
googleOrFBid string
email string
firstName string
lastName string
name string
consumerUUID string
provider string
providerId string
authToken string
Responses
- 200
- 204
- 400
- 401
- 500
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- Array [
- ]
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
vehicleWithOrderCloseDateResponse object[]
vehicleInfo object
model string
year string
make string
engine string
bodyStyle string
trim string
vin string
id int64
isValid boolean
uuid string
vehicleKey string
imageUrl string
orderCloseDate string
customer object
id int64
customerKey string
firstName string
middleName string
lastName string
company string
preferredLocale string
emails object[]
emailAddress string
label string
okToEmail boolean
isPreferred boolean
comments string
phoneNumbers object[]
phoneNumber string
label string
okToCall boolean
okToText boolean
isPreferred boolean
comments string
preferredCommunication string
bestTimeToContact object
startTime string
endTime string
addresses object[]
line1 string
line2 string
city string
zip string
addressType string
type string
Possible values: [COMMON
, PRIMARY
, BILLING
, OTHER
]
country string
updateTS date-time
uuid string
isValid boolean
isPreferred boolean
state string
availability int32
isBusiness boolean
customerUuid string
customerId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"vehicleWithOrderCloseDateResponse": [
{
"vehicleInfo": {
"model": "string",
"year": "string",
"make": "string",
"engine": "string",
"bodyStyle": "string",
"trim": "string",
"vin": "string",
"id": 0,
"isValid": true,
"uuid": "string",
"vehicleKey": "string",
"imageUrl": "string"
},
"orderCloseDate": "string",
"customer": {
"id": 0,
"customerKey": "string",
"firstName": "string",
"middleName": "string",
"lastName": "string",
"company": "string",
"preferredLocale": "string",
"emails": [
{
"emailAddress": "string",
"label": "string",
"okToEmail": true,
"isPreferred": true,
"comments": "string"
}
],
"phoneNumbers": [
{
"phoneNumber": "string",
"label": "string",
"okToCall": true,
"okToText": true,
"isPreferred": true,
"comments": "string"
}
],
"preferredCommunication": "string",
"bestTimeToContact": {
"startTime": "string",
"endTime": "string"
},
"addresses": [
{
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2024-11-04T10:14:13.844Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
}
],
"availability": 0,
"isBusiness": true,
"customerUuid": "string",
"customerId": "string"
}
}
]
}
No Content
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Bad Request
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Loading...