Exact Match search

In case of exact match, this API will respond with "YES" or "NO" in JSON format to indicate occurence of a match.

post/v1/crime_search/decision/exact/search

Request body

namestring
father_namestring
addressstring
dobstring date
sourcestring
case_categorystring
typestring

Response

200

statusinteger
cs_idstring

Example response

{
  "status": 1,
  "cs_id": "653a57fc70a85e01d7acfd17__decision__exact"
}