Register an incident with the Suisun Police Department. Include the following fields as parameters:
{ "incident" : {
// caller details
"caller_phone", //formatted like +14258828080
"Caller Full Name",
"Caller DOB",
"Caller Gender",
"Caller Address Line",
"Caller City Line",
"Caller Email Alternate",
"Caller Phone Alternate",
"Caller Driver License State",
"Caller Driver License Number",
// incident details
"Incident Basics",
"Incident Summary",
"Incident Narrative Text",
"Preferred Contact Method",
"Weapons Reported", //bool
"Injuries Reported", //bool
// suspect details
"Suspect Known", //bool
"Suspect Name or Nickname",
"Suspect Relation to Caller",
"Suspect Description",
"Suspect Vehicle Details",
// property / loss
"Properties",
"Property Description",
"Property Photos Available", //bool
"Total Property Value", //int
"Property Value Estimate", //int
// misc
"Insurance Claim Intent", //bool
"Witnesses Contact Info",
"CCTV or Footage Location",
"Willing to Sign Statement", //bool
}
}