Skip to main content

verify Recordings for call

verify Recordings for call

Path Parameters
    departmentUUID string required
Request Body required
    startDate string
    endDate string
    dealerIDs int64[]
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /department/:departmentUUID/verifyRecordings

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
departmentUUID — path required
Body required
{
"startDate": "string",
"endDate": "string",
"dealerIDs": [
0
]
}
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/verifyRecordings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"dealerIDs": [
0
]
}'