Get dealer status
Get dealer status
Query Parameters
brandUuid string required
productName string required
responseFormat string required
Responses
- 200
- 400
- 401
- 403
- 500
OK
application/json
application/xml
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
oemCompanyInfo object
name string
id string
dealerInfoList object[]
dealerName string
dealerCode string
activationDate string
oemDealerUrls object[]
portalName string
url string
{
"oemCompanyInfo": {
"name": "string",
"id": "string",
"dealerInfoList": [
{
"dealerName": "string",
"dealerCode": "string",
"activationDate": "string",
"oemDealerUrls": [
{
"portalName": "string",
"url": "string"
}
]
}
]
}
}
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
oemCompanyInfo object
name string
id string
dealerInfoList object[]
dealerName string
dealerCode string
activationDate string
oemDealerUrls object[]
portalName string
url string
<oemCompanyInfo>
<name>string</name>
<id>string</id>
<dealerInfoList>
<dealerName>string</dealerName>
<dealerCode>string</dealerCode>
<activationDate>string</activationDate>
<oemDealerUrls>
<portalName>string</portalName>
<url>string</url>
</oemDealerUrls>
</dealerInfoList>
</oemCompanyInfo>
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Unauthorized
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Forbidden
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Internal Server Error
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Loading...