Check if Opcode validation request exists or in progress, fetch Historical RO, Opcode pull status
Check if Opcode validation request exists or in progress, fetch Historical RO, Opcode pull status
Path Parameters
dealerUUID string required
Cookie Parameters
mkid string required
Responses
- 200
- 400
- 401
- 403
- 500
OK
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
statusCode int32
apiRequestId string
validationStatus string
Possible values: [NOT_STARTED
, IN_PROGRESS
, COMPLETE
, FAILED
]
opcodeValidationTriggerInfo object
opcodeValidationPullInfo object
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string",
"validationStatus": "NOT_STARTED",
"opcodeValidationTriggerInfo": {
"userUuid": "string",
"userFName": "string",
"userLName": "string",
"email": "string",
"startDate": "string",
"endDate": "string",
"opcodeCount": 0
},
"opcodeValidationPullInfo": {
"orderPullSuccessful": true,
"orderPullDate": "string",
"opcodePullSuccessful": true,
"opcodePullDate": "string"
}
}
Bad Request
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
Forbidden
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
GET /v1/opcode-validation/dealers/:dealerUUID
Authorization
name: basicAuthtype: httpin: headerscheme: basic
Request
Request
curl / cURL
curl -L -X GET '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Accept: */*'
python / requests
curl -L -X GET '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Accept: */*'
go / native
curl -L -X GET '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Accept: */*'
ruby / Net::HTTP
curl -L -X GET '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Accept: */*'
csharp / RestSharp
curl -L -X GET '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Accept: */*'
php / cURL
curl -L -X GET '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Accept: */*'
powershell / RestMethod
curl -L -X GET '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Accept: */*'