Skip to main content

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

OK


Schema
    errors object[]
  • Array [
  • errorName string
    errorMessage string
    errorCode int32
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningTitle string
    warningMessage string
  • ]
  • statusCode int32
    apiRequestId string
    validationStatus string

    Possible values: [NOT_STARTED, IN_PROGRESS, COMPLETE, FAILED]

    opcodeValidationTriggerInfo object
    userUuid string
    userFName string
    userLName string
    email string
    startDate string
    endDate string
    opcodeCount int32
    opcodeValidationPullInfo object
    orderPullSuccessful boolean
    orderPullDate string
    opcodePullSuccessful boolean
    opcodePullDate string
Loading...