getMergeStatus
getMergeStatus
Path Parameters
customer_uuid string required
Primary Customer UUID
dealer_uuid string required
Dealer UUID
Header Parameters
authorization string required
authorization
application/json
Request Body required
request
dealerDepartmentUuidList string[]
requesterUserUuid string
Responses
- 200
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
error object
isProcessed boolean
statusCode int32
warnings object[]
{
"error": {
"code": "string",
"description": "string",
"metadata": {}
},
"isProcessed": true,
"statusCode": 0,
"warnings": [
{
"code": "string",
"description": "string"
}
]
}
Unauthorized
Forbidden
Not Found
GET /customer-merge/dealer/:dealer_uuid/customer/:customer_uuid
Request
Request
curl / cURL
curl -L -X GET '//api.mykaarma.com/mobile-service/customer-merge/dealer/:dealer_uuid/customer/:customer_uuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'
python / requests
curl -L -X GET '//api.mykaarma.com/mobile-service/customer-merge/dealer/:dealer_uuid/customer/:customer_uuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'
go / native
curl -L -X GET '//api.mykaarma.com/mobile-service/customer-merge/dealer/:dealer_uuid/customer/:customer_uuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'
nodejs / axios
curl -L -X GET '//api.mykaarma.com/mobile-service/customer-merge/dealer/:dealer_uuid/customer/:customer_uuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'
ruby / Net::HTTP
curl -L -X GET '//api.mykaarma.com/mobile-service/customer-merge/dealer/:dealer_uuid/customer/:customer_uuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'
csharp / RestSharp
curl -L -X GET '//api.mykaarma.com/mobile-service/customer-merge/dealer/:dealer_uuid/customer/:customer_uuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'
php / cURL
curl -L -X GET '//api.mykaarma.com/mobile-service/customer-merge/dealer/:dealer_uuid/customer/:customer_uuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'
java / OkHttp
curl -L -X GET '//api.mykaarma.com/mobile-service/customer-merge/dealer/:dealer_uuid/customer/:customer_uuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'
powershell / RestMethod
curl -L -X GET '//api.mykaarma.com/mobile-service/customer-merge/dealer/:dealer_uuid/customer/:customer_uuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'