Skip to main content
POST
/
case-refresh
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "response": {
    "cnrNumber": "MHPN010123456789",
    "refreshStatus": "updated",
    "refreshedAt": "2024-01-15T10:30:00.000Z",
    "changesDetected": false,
    "changes": [
      {
        "field": "caseStatus",
        "oldValue": "<unknown>",
        "newValue": "<unknown>"
      }
    ],
    "currentData": {
      "cnrNumber": "MHPN010123456789",
      "caseStatus": "Pending",
      "nextHearingDate": "<string>",
      "nextHearingPurpose": "<string>",
      "stage": null,
      "lastUpdated": "2024-01-15T10:30:00.000Z"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
cnrNumber
string
required

CNR number of the case to refresh.

Minimum string length: 1
force
boolean

When true, bypasses the recency check and always triggers a live sync regardless of when the case was last refreshed.

Response

Refresh complete

success
boolean
required
Example:

true

response
object
required