predict whether message is opt-out type
predict whether message is opt-out type
Path Parameters
departmentUUID string required
messageUUID string required
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
hitOrakleApi boolean
requestUUID string
messageReactionDealerType boolean
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"hitOrakleApi": true,
"requestUUID": "string",
"messageReactionDealerType": true,
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...