Skip to main content

Bulk delete operations for a dealer

This function handles bulk delete operations for a dealer in a Java Spring application.

Path Parameters
    dealerUUID string required

    The dealerUuid parameter in the bulkDeleteOperations method represents the unique identifier of the dealer for which bulk delete operations are being performed. This identifier is used to specify the dealer whose operations are to be deleted in the system.

Query Parameters
    requester_user_uuid string required

    The requesterUserUuid parameter is a required parameter of type String that is passed as a request parameter in the bulkDeleteOperations method. It is used to identify the user making the request to perform bulk delete operations for a dealer. This parameter is essential for tracking and logging purposes within

Cookie Parameters
    mkid string required

    The mkid parameter in the bulkDeleteOperations method is annotated with @Deprecated and is retrieved from a cookie value named "mkid". This parameter is not used within the method logic and is likely a legacy parameter that is no longer needed. The comment `-- To be

Responses

The method bulkDeleteOperations is returning a ResponseEntity object containing an ApiResponse entity.


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