Skip to main content
Resubmission is optional. Most customers send one evaluate and never use this page. When you do use it: send record.record_json only (no record.xml). Provide exactly one of xml or record_json on every /evaluate call.

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