Skip to main content

Update operation settings for a dealer

This function updates operation settings for a dealer in a Java application.

Path Parameters
    dealerUUID string required

    The dealerUuid parameter in the updateDealerOperationSettings method is a path variable representing the unique identifier of a dealer. It is extracted from the URL path and used to identify the specific dealer for which the operation settings are being updated.

Cookie Parameters
    mkid string required

    The mkid parameter in the updateDealerOperationSettings method is annotated with @Deprecated and is retrieved from a cookie value named "mkid". This parameter is likely used to identify a specific user or session associated with the request.

Request Body required

The request parameter in the updateDealerOperationSettings method is of type SaveDealerOperationSettingsRequest. It is used to pass the data needed to update the operation settings for a dealer. This data could include information such as the settings to be updated, the dealer's UUID, and

    requesterUserUUID string
    dealerUuid string
    useDmsPrice boolean
Responses

A ResponseEntity object containing an ApiResponse is being returned.


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