Skip to main content

Get all custom Miles for a dealer

This Java function retrieves all custom miles for a dealer, handling migration and logging messages along the way.

Path Parameters
    dealerUUID string required

    The dealerUuid parameter in the getAllCustomMiles method is a path variable representing the unique identifier of a dealer. This method is used to retrieve all custom miles associated with a specific dealer identified by the dealerUuid.

Responses

A ResponseEntity containing a MileageResponse object 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
    mileageInfoDTOList object[]
  • Array [
  • uuid string
    name string
    source string
    mileageDTOList object[]
  • Array [
  • startMileage int64
    repeatInterval int64
    endMileage int64
  • ]
  • ]
Loading...