Skip to main content

Migrate motor operations for a dealer

This function migrates motor operations for a dealer.

Path Parameters
    dealerUUID string required

    The dealerUUID parameter in the migrateMotorOperations method is a path variable representing the unique identifier of a dealer. This method is responsible for migrating motor operations for a specific dealer identified by the dealerUUID.

Responses

The method migrateMotorOperations is returning a ResponseEntity object with the body containing an ApiResponse object.


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