Calls

User Change Matched Case

Change the matched case for a call (end-user).

Requires the case_match_corrections_enabled feature flag (developers bypass via the developer endpoint). Deletes the old note (if we posted it), regenerates the note against the new case's context, and posts it to the new case.

post/calls/{call_id}/user-change-matched-case

Path parameters

call_idstring uuid required

Request body

case_providerstring nullable

'smartadvocate' or 'filevine'

case_local_idstring uuid nullable

PK in the provider's local table

new_smartadvocate_case_idstring uuid nullable

Legacy SA-only field

Response

Successful Response

successboolean required

Whether the operation was successful

old_note_deletedboolean

Whether the old note was deleted

new_note_postedboolean

Whether a new note was posted

matched_case_numberstring nullable

New case number

matched_case_namestring nullable

New case name

messagestring required

Status message

Changes

No recorded changes to this endpoint across all 1 revision of this API.