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
- 200
 - 400
 - 401
 - 403
 - 500
 
The method migrateMotorOperations is returning a ResponseEntity object with the body containing an
ApiResponse object.
*/*
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
errors object[]
errorName string
errorMessage string
errorCode int32
warnings object[]
warningCode string
warningTitle string
warningMessage string
statusCode int32
apiRequestId string
{
  "errors": [
    {
      "errorName": "string",
      "errorMessage": "string",
      "errorCode": 0
    }
  ],
  "warnings": [
    {
      "warningCode": "string",
      "warningTitle": "string",
      "warningMessage": "string"
    }
  ],
  "statusCode": 0,
  "apiRequestId": "string"
}
Bad Request
*/*
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
errors object[]
errorName string
errorMessage string
errorCode int32
warnings object[]
warningCode string
warningTitle string
warningMessage string
statusCode int32
apiRequestId string
{
  "errors": [
    {
      "errorName": "string",
      "errorMessage": "string",
      "errorCode": 0
    }
  ],
  "warnings": [
    {
      "warningCode": "string",
      "warningTitle": "string",
      "warningMessage": "string"
    }
  ],
  "statusCode": 0,
  "apiRequestId": "string"
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
errors object[]
errorName string
errorMessage string
errorCode int32
warnings object[]
warningCode string
warningTitle string
warningMessage string
statusCode int32
apiRequestId string
{
  "errors": [
    {
      "errorName": "string",
      "errorMessage": "string",
      "errorCode": 0
    }
  ],
  "warnings": [
    {
      "warningCode": "string",
      "warningTitle": "string",
      "warningMessage": "string"
    }
  ],
  "statusCode": 0,
  "apiRequestId": "string"
}
Forbidden
*/*
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
errors object[]
errorName string
errorMessage string
errorCode int32
warnings object[]
warningCode string
warningTitle string
warningMessage string
statusCode int32
apiRequestId string
{
  "errors": [
    {
      "errorName": "string",
      "errorMessage": "string",
      "errorCode": 0
    }
  ],
  "warnings": [
    {
      "warningCode": "string",
      "warningTitle": "string",
      "warningMessage": "string"
    }
  ],
  "statusCode": 0,
  "apiRequestId": "string"
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
errors object[]
errorName string
errorMessage string
errorCode int32
warnings object[]
warningCode string
warningTitle string
warningMessage string
statusCode int32
apiRequestId string
{
  "errors": [
    {
      "errorName": "string",
      "errorMessage": "string",
      "errorCode": 0
    }
  ],
  "warnings": [
    {
      "warningCode": "string",
      "warningTitle": "string",
      "warningMessage": "string"
    }
  ],
  "statusCode": 0,
  "apiRequestId": "string"
}
Loading...