Skip to main content

publish global events for all valid operations of a dealer (async)

Re-publishes an OPERATIONS event to the global event bus for every valid operation of a dealer. Useful for backfilling consumers after an outage. Runs asynchronously (the response returns immediately while events are published in the background); sends only the global (Kafka) event - not the internal RabbitMQ operation-update message.

Path Parameters
    dealerUUID string required

    The unique identifier of the dealer whose valid operations should be re-emitted.

Responses

A ResponseEntity containing an ApiResponse with the api request id; the work continues asynchronously.


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