Enneo

General

Create a reminder

POST /reminder

POST /reminder

Request body

ticketIdintegerbody

The id of the ticket against which to compare the intent examples

typeenumbody

Options: reOpenTicket, freeText

datestringbody

No description.

Request Example

{
  "ticketId": 1,
  "type": "reOpenTicket",
  "date": "2024-08-29 14:38:12"
}

Responses

201 — Reminder created

Response Example

{
  "id": 123,
  "ticketId": 321,
  "type": "reOpenTicket",
  "date": "2024-08-29 14:38:12",
  "status": "open"
}

403 — Unauthorized

500 — Internal error