Skip to main content

getCustomerProfileData

getCustomerProfileData

Path Parameters
    departmentUuid string required
    customerProfileViewRequestToken string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorDescription string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • customerProfileDataRequestDTO object
    customerInfo object
    id int64
    fname string
    lname string
    customerKey string
    uuid string
    company string
    dealerId int64
    communications object[]
  • Array [
  • commValue string
    commType string
    commLabel string
    preferred boolean
    id int64
  • ]
  • vehicles object[]
  • Array [
  • model string
    year string
    make string
    engine string
    bodyStyle string
    trim string
    vin string
    id int64
    isValid boolean
    uuid string
    vehicleKey string
    imageUrl string
  • ]
  • secondaryCustomerData object[]
  • Array [
  • fname string
    lname string
    customerKey string
    guid string
    customerId int64
  • ]
  • dealerInfo object
    name string
    dealerUUID string
    vehicleInfo object
    model string
    year string
    make string
    engine string
    bodyStyle string
    trim string
    vin string
    id int64
    isValid boolean
    uuid string
    vehicleKey string
    imageUrl string
    vaultDataRequestUUID string
    items object[]
  • Array [
  • uuid string
    type string
    name string
    action string
    description string
    required boolean
    approvalNeeded boolean
    maintainHistory boolean
    vaultSupportedDataUuid string
    dealerAssociatesWithApprovalAuthority object[]
  • Array [
  • id int64
    userUuid string
    departmentUuid string
    dealerSupportedItemUuid string
    isValid boolean
  • ]
  • dealerSupportedItemMetaData object
    dealerSupportedItemUuid string
    fileText string
    fileUrl string
    status string

    Possible values: [SCHEDULED, REQUESTED, PENDING_APPROVAL, COMPLETED, DECLINED]

    vaultPiiDataUuid string
    reviews object[]
  • Array [
  • reviewStatus string

    Possible values: [APPROVED, DECLINED, REQUESTED_AGAIN]

    reviewerUserUuid string
    reviewerName string
    reason string
    reviewedAtDateTime string
  • ]
  • isBackPageSupported boolean
  • ]
  • departmentUuid string
    attributes object
    property name* string
Loading...