v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Lien Filing

Create New Ucc3 Lien Filing Submission

Create a new UCC-3 lien filing submission to amend an existing UCC-1 filing.

This endpoint allows users to initiate an amendment process for an existing UCC-1 lien filing. It creates a new UCC-3 filing submission, which can be used to modify, continue, or terminate the original UCC-1 filing.

The filing_id in the URL represents the unique identifier of the original UCC-1 filing that is being amended. The request body contains the necessary information to create the new UCC-3 filing, including details such as the submission filing name and any reference data.

Upon successful creation, a draft UCC-3 lien filing submission record is generated, allowing for further modifications before final submission.

post/lien_submissions/{filing_id}/amend

Path parameters

filing_idstring uuid required

The unique identifier of the lien filing submission to amend.

Example:0c78cdc6-c5f6-47e7-94fb-c2f3412de623

The unique identifier of the lien filing submission to amend.

Request body

reference_datastring nullable

Reference text that will show up in the UCC form under box 8 (OPTIONAL FILER REFERENCE DATA).

submission_filing_namestring nullable

A custom name for the filing (only filer's reference).

search_to_reflectboolean nullable

When set to true, a search will be conducted on the debtor post-filing to verify that the filing has been properly registered by the filing office.

email_contactstring nullable

This email will receive all correspondence concerning this lien filing.

miscellaneous_infostring nullable

Miscellaneous information associated with the lien filing submission.

filing_type'UCC3' required

Amendment or continuation of a previously filed financing statement.

Example request

{
  "reference_data": "Filing for a 1967 Ford Mustang",
  "submission_filing_name": "My Lien Filing",
  "real_estate_info": {
    "real_estate_record_owner": {
      "mailing_address": "123 Main St",
      "city": "Springfield",
      "postal_code": "62701",
      "organization_name": "Acme Inc"
    }
  },
  "amendment_action": {
    "assignment": {
      "secured_parties": [
        {
          "mailing_address": "123 Main St",
          "city": "Springfield",
          "postal_code": "62701",
          "organization_name": "Acme Inc"
        }
      ],
      "collateral_statements": {
        "text": "Commercial real estate located at 123 Business Blvd, Tech City, TX"
      }
    }
  }
}

Response

Successfully created a draft UCC-3 lien filing submission record.

reference_datastring nullable

Reference text that will show up in the UCC form under box 8 (OPTIONAL FILER REFERENCE DATA).

submission_filing_namestring nullable

A custom name for the filing (only filer's reference).

search_to_reflectboolean nullable

When set to true, a search will be conducted on the debtor post-filing to verify that the filing has been properly registered by the filing office.

email_contactstring nullable

This email will receive all correspondence concerning this lien filing.

miscellaneous_infostring nullable

Miscellaneous information associated with the lien filing submission.

filing_type'UCC3' required

Amendment or continuation of a previously filed financing statement.

idstring uuid

The unique identifier for the lien filing submission.

filing_status'Draft' | 'Requested' | 'InReview' | 'NeedsAttention' | 'Submitted' | 'Filed' | 'Cancelled'

Enum class delineating the various stages of a lien filing submission's lifecycle.

filing_numberstring nullable

The filing number assigned to the lien, when the lien filing has been recorded by the jurisdiction. This is a unique identifier for the lien, and is used to reference the lien in subsequent transactions.

filing_datestring date nullable

The date when the lien filing was submitted to the jurisdiction.

lapse_datestring date nullable

The date when the lien will lapse. Assigned when the lien filing is submitted to the jurisdiction.

has_downloadable_documentboolean

Indicates whether a downloadable document (e.g., the filed lien in PDF format) is available for this lien filing submission. This is typically true when the lien filing has been officially recorded by the jurisdiction.

Example response

{
  "reference_data": "Filing for a 1967 Ford Mustang",
  "submission_filing_name": "My Lien Filing",
  "real_estate_info": {
    "real_estate_record_owner": {
      "mailing_address": "123 Main St",
      "city": "Springfield",
      "postal_code": "62701",
      "organization_name": "Acme Inc"
    }
  },
  "amendment_action": {
    "assignment": {
      "secured_parties": [
        {
          "mailing_address": "123 Main St",
          "city": "Springfield",
          "postal_code": "62701",
          "organization_name": "Acme Inc"
        }
      ],
      "collateral_statements": {
        "text": "Commercial real estate located at 123 Business Blvd, Tech City, TX"
      }
    }
  },
  "authorizing_party": {
    "mailing_address": "123 Main St",
    "city": "Springfield",
    "postal_code": "62701",
    "organization_name": "Acme Inc"
  },
  "filing_number": "UCC1-1234567890",
  "filing_date": "2023-01-01",
  "lapse_date": "2024-04-20",
  "amending_filing": {
    "reference_data": "Filing for a 1967 Ford Mustang",
    "submission_filing_name": "My Lien Filing",
    "real_estate_info": {
      "real_estate_record_owner": {
        "mailing_address": "123 Main St",
        "city": "Springfield",
        "postal_code": "62701",
        "organization_name": "Acme Inc"
      }
    },
    "assigned_business_debtor": {
      "mailing_address": "123 Main St",
      "city": "Springfield",
      "postal_code": "62701",
      "organization_name": "Acme Inc"
    },
    "assigned_debtor": {
      "mailing_address": "123 Main St",
      "city": "Springfield",
      "postal_code": "62701",
      "organization_name": "Acme Inc"
    },
    "debtors": [
      {
        "capacity": "ESTATE",
        "city": "Springfield",
        "id": "1663a025-cc7f-4d76-bc86-507827c71e53",
        "mailing_address": "123 Main St",
        "organization_name": "Acme Inc",
        "organization_type": "COOPERATIVE",
        "postal_code": "62701",
        "role": "Debtor",
        "state": "IL",
        "type": "ORGANIZATION"
      }
    ],
    "secured_parties": [
      {
        "city": "Springfield",
        "id": "60ed3211-fe62-4ef5-9256-c0c235adfd19",
        "is_assignor": null,
        "mailing_address": "123 Main St",
        "masked": null,
        "organization_name": "Acme Inc",
        "organization_type": "COOPERATIVE",
        "postal_code": "62701",
        "role": "Secured Party",
        "state": "IL",
        "type": "ORGANIZATION"
      }
    ],
    "collateral_statements": {
      "text": "Commercial real estate located at 123 Business Blvd, Tech City, TX"
    },
    "filing_number": "UCC1-1234567890",
    "filing_date": "2023-01-01",
    "lapse_date": "2024-04-20"
  }
}