getCustomer
getCustomer
Path Parameters
customerUUID string required
Query Parameters
excludeOrderType boolean
application/json
Request Body required
requesterUserUUID string
dealerUUIDList string[]
Responses
- 200
- 204
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
customerInfo object
dealerOrderInfoList object[]
addressListV2 object[]
addressList object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"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
}
]
},
"dealerOrderInfoList": [
{
"dealerOrder_id": 0,
"dealer_id": 0,
"customer_id": 0,
"dealerassociate_id": 0,
"vehicle_id": 0,
"order_number": "string",
"order_type": "string",
"order_date": "string",
"order_amount": 0,
"order_status": "string",
"description": "string",
"created_date": "string",
"close_date": "string",
"dealerOrder_uuid": "string",
"tag_or_hat": "string",
"dealerOrderStatusFilter": [
"string"
],
"updated_date": "string",
"transactions": [
{
"tenderDataId": 0,
"dealerOrderId": 0,
"customerId": 0,
"transactionId": 0,
"deviceId": 0,
"transactionTypeId": 0,
"transactionAmount": 0,
"ccNumber": "string"
}
],
"customer_uuid": "string",
"vehicle_uuid": "string",
"dealerAssociate_uuid": "string"
}
],
"addressListV2": [
{
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-04-07T07:51:23.970Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
}
],
"addressList": [
{
"id": 0,
"dealerID": 0,
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"zipExt": "string",
"addressType": "string",
"phone": "string",
"stateCode": "string",
"stateDescription": "string",
"countryCode": "string",
"country": "string"
}
]
}
No Content
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Bad Request
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
POST /v2/customer/:customerUUID
Request
Request
curl / cURL
curl -L -X POST '/customer/v2/customer/:customerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"requesterUserUUID": "string",
"dealerUUIDList": [
"string"
]
}'
python / requests
curl -L -X POST '/customer/v2/customer/:customerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"requesterUserUUID": "string",
"dealerUUIDList": [
"string"
]
}'
go / native
curl -L -X POST '/customer/v2/customer/:customerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"requesterUserUUID": "string",
"dealerUUIDList": [
"string"
]
}'
nodejs / axios
curl -L -X POST '/customer/v2/customer/:customerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"requesterUserUUID": "string",
"dealerUUIDList": [
"string"
]
}'
ruby / Net::HTTP
curl -L -X POST '/customer/v2/customer/:customerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"requesterUserUUID": "string",
"dealerUUIDList": [
"string"
]
}'
csharp / RestSharp
curl -L -X POST '/customer/v2/customer/:customerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"requesterUserUUID": "string",
"dealerUUIDList": [
"string"
]
}'
php / cURL
curl -L -X POST '/customer/v2/customer/:customerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"requesterUserUUID": "string",
"dealerUUIDList": [
"string"
]
}'
java / OkHttp
curl -L -X POST '/customer/v2/customer/:customerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"requesterUserUUID": "string",
"dealerUUIDList": [
"string"
]
}'
powershell / RestMethod
curl -L -X POST '/customer/v2/customer/:customerUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"requesterUserUUID": "string",
"dealerUUIDList": [
"string"
]
}'