Skip to main content

Create a note on a case

POST 

/cases/:id/notes

Creates a new note/comment on a collection case.

Use Case: Use this endpoint to document activities, record conversations, add reminders, or log any relevant information about the case. Notes are automatically shared with the creditor.

Validation:

  • Description is required (max 10000 characters)
  • EventDate must not be in the future (if provided)

EventDate: Supply EventDate to back-date the note to the time the event actually occurred. For example, if a phone call happened three days ago, pass that date so the timeline reflects the real event order. Omit for real-time notes.

Request

Responses

Note created successfully