getCustomerProfileData
getCustomerProfileData
Path Parameters
departmentUuid string required
customerProfileViewRequestToken string required
Responses
- 200
- 204
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
errors object[]
errorCode int32
errorTitle string
errorDescription string
errorMessage string
warnings object[]
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[]
commValue string
commType string
commLabel string
preferred boolean
id int64
vehicles 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
secondaryCustomerData object[]
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[]
uuid string
type string
name string
action string
description string
required boolean
approvalNeeded boolean
maintainHistory boolean
vaultSupportedDataUuid string
dealerAssociatesWithApprovalAuthority object[]
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[]
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
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorDescription": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"customerProfileDataRequestDTO": {
"customerInfo": {
"id": 0,
"fname": "string",
"lname": "string",
"customerKey": "string",
"uuid": "string",
"company": "string",
"dealerId": 0,
"communications": [
{
"commValue": "string",
"commType": "string",
"commLabel": "string",
"preferred": true,
"id": 0
}
],
"vehicles": [
{
"model": "string",
"year": "string",
"make": "string",
"engine": "string",
"bodyStyle": "string",
"trim": "string",
"vin": "string",
"id": 0,
"isValid": true,
"uuid": "string",
"vehicleKey": "string",
"imageUrl": "string"
}
],
"secondaryCustomerData": [
{
"fname": "string",
"lname": "string",
"customerKey": "string",
"guid": "string",
"customerId": 0
}
]
},
"dealerInfo": {
"name": "string",
"dealerUUID": "string"
},
"vehicleInfo": {
"model": "string",
"year": "string",
"make": "string",
"engine": "string",
"bodyStyle": "string",
"trim": "string",
"vin": "string",
"id": 0,
"isValid": true,
"uuid": "string",
"vehicleKey": "string",
"imageUrl": "string"
},
"vaultDataRequestUUID": "string",
"items": [
{
"uuid": "string",
"type": "string",
"name": "string",
"action": "string",
"description": "string",
"required": true,
"approvalNeeded": true,
"maintainHistory": true,
"vaultSupportedDataUuid": "string",
"dealerAssociatesWithApprovalAuthority": [
{
"id": 0,
"userUuid": "string",
"departmentUuid": "string",
"dealerSupportedItemUuid": "string",
"isValid": true
}
],
"dealerSupportedItemMetaData": {
"dealerSupportedItemUuid": "string",
"fileText": "string",
"fileUrl": "string"
},
"status": "SCHEDULED",
"vaultPiiDataUuid": "string",
"reviews": [
{
"reviewStatus": "APPROVED",
"reviewerUserUuid": "string",
"reviewerName": "string",
"reason": "string",
"reviewedAtDateTime": "string"
}
],
"isBackPageSupported": true
}
],
"departmentUuid": "string",
"attributes": {}
}
}
No Content
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Bad Request
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Loading...