Skip to main content

get preferred communication mode protocol for multiple customers

get preferred communication mode protocol for multiple customers

Path Parameters
    departmentUUID string required
Request Body required
    customerUUIDList string[]
Responses

OK


Schema
    customerPreferredCommunicationModeMap object
    property name* string
    requestUUID string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /department/:departmentUUID/customers/preferredcommunicationmode/protocol

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
departmentUUID — path required
Body required
{
"customerUUIDList": [
"string"
]
}
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/customers/preferredcommunicationmode/protocol' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUIDList": [
"string"
]
}'