update message prediction table for predictions made on incoming text message
update message prediction table for predictions made on incoming text message
Path Parameters
departmentUUID string required
application/json
Request Body required
messageID int64 deprecated
predictionFeature string
prediction string
metadata string
messageUUID string
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /department/:departmentUUID/message/prediction
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/message/prediction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"predictionFeature": "string",
"prediction": "string",
"metadata": "string",
"messageUUID": "string"
}'
python / requests
curl -L -X POST '/communications/department/:departmentUUID/message/prediction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"predictionFeature": "string",
"prediction": "string",
"metadata": "string",
"messageUUID": "string"
}'
go / native
curl -L -X POST '/communications/department/:departmentUUID/message/prediction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"predictionFeature": "string",
"prediction": "string",
"metadata": "string",
"messageUUID": "string"
}'
nodejs / axios
curl -L -X POST '/communications/department/:departmentUUID/message/prediction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"predictionFeature": "string",
"prediction": "string",
"metadata": "string",
"messageUUID": "string"
}'
ruby / Net::HTTP
curl -L -X POST '/communications/department/:departmentUUID/message/prediction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"predictionFeature": "string",
"prediction": "string",
"metadata": "string",
"messageUUID": "string"
}'
csharp / RestSharp
curl -L -X POST '/communications/department/:departmentUUID/message/prediction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"predictionFeature": "string",
"prediction": "string",
"metadata": "string",
"messageUUID": "string"
}'
php / cURL
curl -L -X POST '/communications/department/:departmentUUID/message/prediction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"predictionFeature": "string",
"prediction": "string",
"metadata": "string",
"messageUUID": "string"
}'
java / OkHttp
curl -L -X POST '/communications/department/:departmentUUID/message/prediction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"predictionFeature": "string",
"prediction": "string",
"metadata": "string",
"messageUUID": "string"
}'
powershell / RestMethod
curl -L -X POST '/communications/department/:departmentUUID/message/prediction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"predictionFeature": "string",
"prediction": "string",
"metadata": "string",
"messageUUID": "string"
}'