Skip to main content

findCallerAndCalleeForExternalCall

findCallerAndCalleeForExternalCall

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

OK


Schema
    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[]
  • Array [
  • errorCode string
    errorDescription string
    metadata object
    property name* string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...