Update journal as rejected Technical Preview

POST /api/v1.0/engagements/{engagementSid}/journal-entries/{journalId}/reject

Endpoint to update journal as rejected

Path parameters

application/json

Body Required Beta

The details of the journal

Responses

POST journalRejected
Request examples
{
  "rejectReason": "string",
  "rejectedDate": "2025-05-04T09:42:00+00:00"
}
Response examples (400)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}
Response examples (409)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}
Response examples (default)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}