Skip to main content
When a record has been processed through the initial XML path and corrections are needed — such as updated candidate information or corrected charge data — use the resubmission path instead of resubmitting the original XML.

When to Use Resubmission

How Resubmission Differs from Initial Submission

The response shape is identical for both paths.

Step-by-Step

1. Prepare the Corrected Record JSON

The record_json object must include a top-level criminal_search_results key with the corrected criminal data. Important placement rules:
  • candidate_info, submission_type, order_id, and order_number must be sibling fields on record — not nested inside record_json
  • record_json must not contain candidate_info, submission_type, order_id, or order_number

2. Build the Request

3. Submit the Request

4. Interpret the Response

The response uses the same structure as an initial submission. See Evaluate endpoint for the full response reference and Quickstart — Step 5 for field explanations.

Common Mistakes