Skip to main content

Fetch list of opcode categories for a dealer

Fetches the list of available opcode categories for a specific dealer. First tries to fetch from DSO dealerapp.settings.opcode.category.list, falls back to enum categories if DSO is null or empty.

Path Parameters
    dealerUUID string required

    The dealer UUID

Responses

A ResponseEntity containing a list of OpcodeCategories with their values.


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