Skip to main content

This end-point updates an item, for a dealer, which are required at the time of appointment checkin. Eg- A dealer could ask customer to submit items like insurance and credit card prior to checkin.

Item could be any document which is required for the customer to sign and send back to the dealer, it could be a video or images of vehicle which dealer requires before checkin or could be anything(like VIN) which dealer wants the customer to scan.

Path Parameters
    supportedItemUuid string required
    ServiceSubscriberDealer string required
Request Body required
    dealerSupportedItem object
    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
    invalidateAllDealerAssociatesWithApprovalAuthority boolean
Responses

OK


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