API Example Create Case
API URL
https://securelb.trackerproducts.com/api/casesRequired fields
- CaseOfficerId [Required Integer]
- GET https://securelb.trackerproducts.com/api/users/typeahead?hideOverlay=true&search=emailaddress (this search will return the ID for the user)
- OffenseTypeId [Required Integer]
- GET https://securelb.trackerproducts.com/api/offensetypes?belongToOrganization=false to see a list of Text values and ID's.
- CaseNumber [Required Unique Text]
- OffenseDescription [Optional Text]
- OffenseLocation [Optional Text]
- OffenseDate [Optional DateTime]
- Active [Required Text]
- True or False Value
- formData [Required]
- See example and leave blank
- Tags [Required]
- See example and leave blank
Example JSON Submit (you can use this exact JSON info)
{
"caseNumber":"20171129D",
"offenseDescription":"Test
"offenseDate":"2017-11-29", (If no time is supplied it will default to system time)
"active":true,
"formData":[],
"tags":[],
}
Postman Header Example

Postman JSON Body Example
