predict preferred communication mode for customer
predict preferred communication mode for customer
Path Parameters
departmentUUID string required
customerUUID string required
application/json
Request Body required
messageUUID string
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
requestUUID string
isProcessed boolean
errors object[]
warnings object[]
{
"requestUUID": "string",
"isProcessed": true,
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /department/:departmentUUID/customer/:customerUUID/preferredcommunicationmode/predict
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/preferredcommunicationmode/predict' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageUUID": "string"
}'
python / requests
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/preferredcommunicationmode/predict' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageUUID": "string"
}'
go / native
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/preferredcommunicationmode/predict' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageUUID": "string"
}'
nodejs / axios
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/preferredcommunicationmode/predict' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageUUID": "string"
}'
ruby / Net::HTTP
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/preferredcommunicationmode/predict' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageUUID": "string"
}'
csharp / RestSharp
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/preferredcommunicationmode/predict' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageUUID": "string"
}'
php / cURL
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/preferredcommunicationmode/predict' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageUUID": "string"
}'
java / OkHttp
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/preferredcommunicationmode/predict' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageUUID": "string"
}'
powershell / RestMethod
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/preferredcommunicationmode/predict' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageUUID": "string"
}'