Process the Opcode validation for given dates and opcode count
Process the Opcode validation for given dates and opcode count
Path Parameters
dealerUUID string required
Cookie Parameters
mkid string required
application/json
Request Body required
startDate string
endDate string
opcodeCount int32
Responses
- 200
- 400
- 401
- 403
- 500
OK
*/*
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"
}
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"
}
POST /v1/opcode-validation/dealers/:dealerUUID
Authorization
name: basicAuthtype: httpin: headerscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"opcodeCount": 0
}'
python / requests
curl -L -X POST '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"opcodeCount": 0
}'
go / native
curl -L -X POST '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"opcodeCount": 0
}'
nodejs / axios
curl -L -X POST '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"opcodeCount": 0
}'
ruby / Net::HTTP
curl -L -X POST '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"opcodeCount": 0
}'
csharp / RestSharp
curl -L -X POST '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"opcodeCount": 0
}'
php / cURL
curl -L -X POST '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"opcodeCount": 0
}'
java / OkHttp
curl -L -X POST '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"opcodeCount": 0
}'
powershell / RestMethod
curl -L -X POST '/opcodes/v1/opcode-validation/dealers/:dealerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"opcodeCount": 0
}'