Get Dealer Details
ApiScope: payment.dealer.fetch
API Scope Level: ServiceSubscriberScope
Path Parameters
dealerUuid string required
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
dealerDTO object
addressDTO object
{
"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
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"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
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
GET /kpayment/v1/dealer/:dealerUuid
Request
Request
curl / cURL
curl -L -X GET '/payment/kpayment/v1/dealer/:dealerUuid' \
-H 'Accept: application/json'
python / requests
curl -L -X GET '/payment/kpayment/v1/dealer/:dealerUuid' \
-H 'Accept: application/json'
go / native
curl -L -X GET '/payment/kpayment/v1/dealer/:dealerUuid' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET '/payment/kpayment/v1/dealer/:dealerUuid' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X GET '/payment/kpayment/v1/dealer/:dealerUuid' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X GET '/payment/kpayment/v1/dealer/:dealerUuid' \
-H 'Accept: application/json'
php / cURL
curl -L -X GET '/payment/kpayment/v1/dealer/:dealerUuid' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X GET '/payment/kpayment/v1/dealer/:dealerUuid' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X GET '/payment/kpayment/v1/dealer/:dealerUuid' \
-H 'Accept: application/json'