v1

latestOpenAPI 3.0.32026-07-1441332.8 KB
HB-1077 Sanctions Clearance

Clearance

This method is used to clear sanctions for the different scenarios – Court Requirement Met, Clearance Prior to Effective Date and Clearance After Effective Date.

post/hb1077-api/clearance

Request body

DriverLicenseNumberstring required

Florida driver license number for which the sanction clearance request is being sent.

CountyCodeinteger required

Florida TCATS county number of the sanction. Out of State (OOS) and PTS sanctions will return a 0.

FeeCollectedboolean

This boolean data item indicates if the county has collected the fee to reinstate the driver license.

Example request

{
  "Sanctions": [
    {
      "SanctionType": "DSU or SUS",
      "ReopenAllowed": true,
      "RestoreDateAllowed": true,
      "RequestedActionType": "CRM : CourtRequirementsMet, CLR: Clearance Request",
      "CourtRequirementsMetAllowed": true
    }
  ],
  "FeeCollected": true
}

Response

OK