Skip to main content

This end-point fetches list of items on the basis of dealer uuids and item uuids

If list of item uuids is not present, then all items of dealers present in dealer uuids list are returned.If list of item uuids is present then only items corresponding to uuids

Request Body required
    uuids string[]
    dealerUuids string[]
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    dealerSupportedItems object
    property name* object[]
  • Array [
  • id int64
    uuid string
    type string
    name string
    action string
    description string
    dealerUuid string
    required boolean
    approvalNeeded boolean
    maintainHistory boolean
    vaultSupportedDataUuid string
    isValid boolean
    dealerAssociatesWithApprovalAuthority object[]
  • Array [
  • userUuid string
    departmentUuid string
    dealerSupportedItemUuid string
    isValid boolean
  • ]
  • dealerSupportedItemMetaData object
    dealerSupportedItemUuid string
    fileText string
    fileUrl string
    isBackPageSupported boolean
  • ]
Loading...