Skip to main content

fetch servicetype servicecart possible values for a dealer from DMS and store it in Opcode DB

Fetches the servicetype servicecart possible values for a dealer from DMS and stores them in Opcode DB.

Path Parameters
    dealerUUID string required

    The unique identifier of the dealer for which the servicetype servicecart values are to be fetched and stored.

Responses

A ResponseEntity containing an ApiResponse. The ApiResponse will contain information about the success or failure of the fetch and store operation.


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