Skip to main content

gets license history for given dealer and Product

gets license history for given dealer and Product

Path Parameters
    ServiceSubscriberDealer string required
    productUuid string required
Query Parameters
    page int32 required

    page number

    maxResults int32 required

    max result size

Request Body required
    changeTypes string[]

    Possible values: [TOTAL, ASSIGNMENT]

Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    licenseHistories object[]
  • Array [
  • businessLicenseUuid string
    changedByUserUuid string
    serviceSubscriberUuid string
    serviceSubscriberName string
    changeType string

    Possible values: [TOTAL, ASSIGNMENT]

    changedOn string
    oldValue string
    oldValueName string
    changeValue string
    changeByName string
    changeToName string
    action string

    Possible values: [ASSIGN, UNASSIGN, COUNT]

  • ]
  • totalPages int32
    totalElements int64
Loading...