Skip to main content

push motor operations to ES for a dealer

This function pushes motor operations to Elasticsearch for a specific dealer.

Path Parameters
    dealerUUID string required

    The dealerUUID parameter is a unique identifier for a dealer, typically used to identify a specific dealer in the system. In the given code snippet, this parameter is extracted from the path variable in the URL and then used to push motor operations to Elasticsearch for the specified dealer.

Responses

The method pushMotorOperationsToES is returning a ResponseEntity object 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...