Calls

Manual Case Match

Manually match a call to a specific case (developer).

post/calls/{call_id}/manual-case-match

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

smartadvocate_case_idstring uuid nullable

Legacy SA-only field

note_textstring nullable

Case note text to post (if any)

Response

Successful Response

successboolean required

Whether the match was successful

matched_case_numberstring nullable

Case number if matched

matched_case_namestring nullable

Case name if matched

case_note_postedboolean

Whether a case note was posted

case_note_external_idstring nullable

External note ID if posted

messagestring required

Status message

Changes

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