curl --request POST \
--url https://demo.enneo.ai/api/mind/aiAgent/outcome \
--header 'Content-Type: application/json' \
--data '{
"ticket": {
"id": 8,
"contractId": "715559"
}
}'
{
"success": true,
"eventId": 1234
}
Cookie-based authentication
The new updated AI agent
The body is of type object
.
Successful operation
The response is of type object
.
curl --request POST \
--url https://demo.enneo.ai/api/mind/aiAgent/outcome \
--header 'Content-Type: application/json' \
--data '{
"ticket": {
"id": 8,
"contractId": "715559"
}
}'
{
"success": true,
"eventId": 1234
}