Skip to main content
POST
Create New Ucc3 Lien Filing Submission

Authorizations

X-API-Key
string
header
required

Path Parameters

filing_id
string<uuid>
required

The unique identifier of the lien filing submission to amend.

Example:

"27bf2b9b-e4ee-4d1d-b5be-f1681d9f84e5"

Body

application/json

The request object containing all the Lien Filing Submission details, specifically for UCC-3 filings.

filing_type
string
default:UCC3
required

Amendment or continuation of a previously filed financing statement.

Allowed value: "UCC3"
reference_data
string | null

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

Maximum string length: 128
Example:

"Filing for a 1967 Ford Mustang"

submission_filing_name
string | null

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

Maximum string length: 128
Example:

"My Lien Filing"

search_to_reflect
boolean | null

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_contact
string | null

This email will receive all correspondence concerning this lien filing.

Maximum string length: 256
real_estate_info
LienFilingRealEstateInfo (v1) · object

This model represents the real estate record in a lien filing submission.

miscellaneous_info
string | null

Miscellaneous information associated with the lien filing submission.

Maximum string length: 256
amendment_action
LienFilingUCC3TerminationAction (v1) · object

Represents a UCC-3 termination filing.

This model defines the structure for a termination action in a UCC-3 filing. It is used to indicate the termination of a previously filed UCC-1 financing statement, signifying that the secured party no longer claims a security interest under that statement.

authorizing_party
LienFilingUCC3AuthorizingPartyDebtor (v1) · object

Represents an authorizing debtor in a UCC-3 filing which may also be an assignor, if the amendment action is an assignment.

Response

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

filing_type
string
default:UCC3
required

Amendment or continuation of a previously filed financing statement.

Allowed value: "UCC3"
reference_data
string | null

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

Maximum string length: 128
Example:

"Filing for a 1967 Ford Mustang"

submission_filing_name
string | null

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

Maximum string length: 128
Example:

"My Lien Filing"

search_to_reflect
boolean | null

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_contact
string | null

This email will receive all correspondence concerning this lien filing.

Maximum string length: 256
real_estate_info
LienFilingRealEstateInfo (v1) · object

This model represents the real estate record in a lien filing submission.

miscellaneous_info
string | null

Miscellaneous information associated with the lien filing submission.

Maximum string length: 256
amendment_action
LienFilingUCC3TerminationAction (v1) · object

Represents a UCC-3 termination filing.

This model defines the structure for a termination action in a UCC-3 filing. It is used to indicate the termination of a previously filed UCC-1 financing statement, signifying that the secured party no longer claims a security interest under that statement.

authorizing_party
LienFilingOrganizationSecuredPartyResponse (v1) · object

Represents the response structure for an organization acting as a secured party in a lien filing.

This model encapsulates detailed information about an organizational secured party, including their identification, contact details, and specific attributes relevant to their role in the lien. It is designed to provide a comprehensive view of the secured party's information as returned by the API in response to lien-related queries or operations.

id
string<uuid>

The unique identifier for the lien filing submission.

filing_status
enum<string>

The current state of the lien filing submission.

Available options:
Draft,
Requested,
InReview,
NeedsAttention,
Submitted,
Filed,
Cancelled
filing_number
string | null

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.

Maximum string length: 128
Example:

"UCC1-1234567890"

filing_date
string<date> | null

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

Example:

"2023-01-01"

lapse_date
string<date> | null

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

Example:

"2024-04-20"

has_downloadable_document
boolean
default:false

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.

origin
enum<string>
default:filed_via_baselayer

How the organization came to own this lien filing: it was filed through Baselayer, or imported by the organization from a filing that already exists in the public record.

Available options:
filed_via_baselayer,
imported
state
enum<string> | null

The state abbreviation for the jurisdiction where the amendment is to be filed. It is the jurisdiction of the filing being amended, copied when the amendment is created through POST /lien_submissions/{filing_id}/amend, and is not recomputed afterwards.

Available options:
AL,
AK,
AZ,
AR,
CA,
CO,
CT,
DE,
DC,
FL,
GA,
HI,
ID,
IL,
IN,
IA,
KS,
KY,
LA,
ME,
MD,
MA,
MI,
MN,
MS,
MO,
MT,
NE,
NV,
NH,
NJ,
NM,
NY,
NC,
ND,
OH,
OK,
OR,
PA,
RI,
SC,
SD,
TN,
TX,
UT,
VT,
VA,
WA,
WV,
WI,
WY,
PR,
VI,
AE,
AA,
AP,
GU,
AS
amending_filing
Amending Filing · object

The filing that is being amended.