findCallerAndCalleeForExternalCall
findCallerAndCalleeForExternalCall
application/json
Request Body required
callRequest
accountSid string
brokerNumber string
callSid string
callerCommunicationValue string
dealerUuid string
departmentUUID string
numberType string
Possible values: [DRIVER_AND_CUSTOMER DRIV_CALL
, TM_AND_CUSTOMER PDM_CALL
, SA_AND_CUSTOMER SA_CALL
, DRIVER_AND_SA DRIV_SA
, DRIVER_AND_TM DRIV_TM
]
Responses
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
calleeCommunicationValue string
calleeUser object
departmentUuid string
Unique department identifier for user, not mandatory
name string
name of the user
type string
Possible values: [USER
, CUSTOMER
]
Types of users of mykaarma USER/CUSTOMER
uuid string
Unique identifier for the user of mykaarma
callerUser object
departmentUuid string
Unique department identifier for user, not mandatory
name string
name of the user
type string
Possible values: [USER
, CUSTOMER
]
Types of users of mykaarma USER/CUSTOMER
uuid string
Unique identifier for the user of mykaarma
errors object[]
errorCode string
errorDescription string
metadata object
property name* string
warnings object[]
warningCode string
warningDescription string
{
"calleeCommunicationValue": "string",
"calleeUser": {
"departmentUuid": "string",
"name": "string",
"type": "USER",
"uuid": "string"
},
"callerUser": {
"departmentUuid": "string",
"name": "string",
"type": "USER",
"uuid": "string"
},
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"metadata": {}
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
Loading...