Skip to main content

return the validated opcodes

return the validated opcodes

Path Parameters
    dealerUUID string required
Cookie Parameters
    mkid string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorName string
    errorMessage string
    errorCode int32
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningTitle string
    warningMessage string
  • ]
  • statusCode int32
    apiRequestId string
    opcodes object[]
  • Array [
  • laborOpCode string
    usageCount string
    description string
  • ]
  • opcodeValidationTriggerInfo object
    userUuid string
    userFName string
    userLName string
    email string
    startDate string
    endDate string
    opcodeCount int32
GET /v1/opcode-validation/dealers/:dealerUUID/opcodes

Authorization

name: basicAuthtype: httpin: headerscheme: basic

Request

Base URL
/opcodes
Username
Password
dealerUUID — path required
mkid — cookie required
curl / cURL
curl -L -X GET '/opcodes/v1/opcode-validation/dealers/:dealerUUID/opcodes' \
-H 'Accept: */*'