findUserToRouteCall
findUserToRouteCall
application/json
Request Body required
callRequest
brokerNumber string
callerDA 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
callerNumber string
dealerUUID string
Responses
- 200
 - 201
 - 401
 - 403
 - 404
 
OK
*/*
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
calleeDA 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
customerUUID string
errors object[]
errorCode string
errorDescription string
metadata object
property name* string
warnings object[]
warningCode string
warningDescription string
{
  "calleeDA": {
    "departmentUuid": "string",
    "name": "string",
    "type": "USER",
    "uuid": "string"
  },
  "customerUUID": "string",
  "errors": [
    {
      "errorCode": "string",
      "errorDescription": "string",
      "metadata": {}
    }
  ],
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Created
Unauthorized
Forbidden
Not Found
Loading...