API Add Existing Person to Case
API URL
https://securelb.trackerproducts.com/api/people/addpersontocase/X
Where X = CaseID
Before you can add any person to an existing case, you are going to need several pieces of information.
PersonID: ID of Person you want to attach. See Find Existing Person or Create New Person
ID of Case you want to attach to. See Find Existing Case
Type of Person
For a list of Person Types https://securelb.trackerproducts.com/api/persontypes (1 = Suspect, 2 = Victim, Many more shown in API call)
Example JSON Post
{"personId":96,
"typeId":43}