Get Dealer Details
Get Dealer Details
Path Parameters
dealerUuid string required
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
dealerDTO object
id int64
name string
contractName string
number string
comments string
isValid boolean
phoneNumber string
emailID string
website string
mapUrl string
pickupOffered boolean
dropoffOffered boolean
shuttleOffered boolean
couponOffered boolean
loanerOffered boolean
serviceDeptHoursText string
partsDeptHoursText string
salesDeptHoursText string
fiDeptHoursText string
inNetwork boolean
latitude float
longitude float
altitude float
isSystemDealer boolean
nickName string
uuid string
addressDTO object
line1 string
line2 string
city string
zip string
zipExt string
addressType string
phone string
stateCode string
stateDescription string
countryCode string
country string
latitude float
longitude float
altitude float
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"dealerDTO": {
"id": 0,
"name": "string",
"contractName": "string",
"number": "string",
"comments": "string",
"isValid": true,
"phoneNumber": "string",
"emailID": "string",
"website": "string",
"mapUrl": "string",
"pickupOffered": true,
"dropoffOffered": true,
"shuttleOffered": true,
"couponOffered": true,
"loanerOffered": true,
"serviceDeptHoursText": "string",
"partsDeptHoursText": "string",
"salesDeptHoursText": "string",
"fiDeptHoursText": "string",
"inNetwork": true,
"latitude": 0,
"longitude": 0,
"altitude": 0,
"isSystemDealer": true,
"nickName": "string",
"uuid": "string"
},
"addressDTO": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"zipExt": "string",
"addressType": "string",
"phone": "string",
"stateCode": "string",
"stateDescription": "string",
"countryCode": "string",
"country": "string",
"latitude": 0,
"longitude": 0,
"altitude": 0
}
}
Bad Request
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Loading...