---
title: "ReOpen"
method: POST
path: "/hb1077-api/reopen"
tags: ["HB-1077 Sanctions Clearance"]
---

# ReOpen

`POST /hb1077-api/reopen`

This method provides the ability to reopen sanctions which were cleared by a Clerk of Court (ClearedbyFCCC) within the last 24 hours. PTS sanctions cannot be cleared reopened using this method.

## Request body

- ReopenRequest — The model of data items included in a Reopen request.
  - `DriverLicenseNumber` string, required — Florida driver license number for the sanction that is being reopened.
  - `Sanctions` SanctionReopenModel[], required — List of Sanction Reopen Model
    - `SanctionId` integer, required — Unique Identifier for the sanction set by FLHSMV.
    - `CountyCode` integer, required — Florida TCATS county number

## Response `200`

OK

## Other responses

- `400`
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `429` — Too Many Requests
- `500`

---

[API](https://skmtc.net/flclerktools/apis/hb1077-dl-sanctions-service-specifications.md) · [All operations](https://skmtc.net/flclerktools/apis/hb1077-dl-sanctions-service-specifications/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flclerktools/hb1077-dl-sanctions-service-specifications/revisions/5131ac773cbc/schema)
