---
title: "RegulatoryActionsBaseResponse"
url: "https://developer.agentsync.io/apis/producer-sync-api/versions/bdfe7300-4ebb-41e2-95d6-66cc697404bc/schemas/RegulatoryActionsBaseResponse"
---

> Full API specification: https://developer.agentsync.io/apis/producer-sync-api/versions/bdfe7300-4ebb-41e2-95d6-66cc697404bc.md

# RegulatoryActionsBaseResponse

Common regulatory actions fields shared across versions.

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: ProducerSync API
  version: v2.85.1
servers:
  - url: https://api.sandbox.agentsync.io
    description: Sandbox
components:
  schemas:
    RegulatoryActionsBaseResponse:
      type: object
      description: Common regulatory actions fields shared across versions.
      properties:
        id:
          type: integer
          format: int64
          example: 1234567
          description: Unique identifier for the regulatory actions.
        npn:
          type: string
          example: "18551108"
          description: National Producer Number associated with the regulatory actions.
        transactionId:
          type: string
          format: uuid
          example: ae51f10b-8b5e-40ba-98a9-8f860392b344
        forState:
          type: string
          example: AL
          minLength: 2
          maxLength: 2
          description: State where the regulatory action applies.
        actionId:
          type: string
          example: "13537078"
          description: Identification of the regulatory action.
        actionDate:
          type: string
          format: date
          example: 2017-07-10
          description: The date the regulatory action occurred.
        effectiveDate:
          type: string
          format: date
          example: 2017-07-10
          description: The date the regulatory action is effective
        enterDate:
          type: string
          format: date
          example: 2018-02-08
          description: The date the regulatory action was entered in the jurisdiction
            system.
        createdAt:
          type: string
          format: date
          example: 2021-04-04
          description: Date of the creation of this record in AgentSync.
        updatedAt:
          type: string
          format: date
          example: 2024-12-02
          description: Date of the most recent update to this record in AgentSync.
        penaltyFineForfeiture:
          type: integer
          example: 150
          description: Amount in USD of fine, if applicable.
        lengthOfOrder:
          type: integer
          example: 30
          description: The sanction period.
```
