Create a lien for a business

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

business_idstringRequired
Business ID

Request

This endpoint expects an object.
debtorslist of objectsRequired
Array of debtor details
stateenumOptional

State where the lien will be filed. Use state for a single state or states for multiple states. If both are provided, states takes precedence.

stateslist of enumsOptional

Array of states to file the lien in. Creates one lien per state. Returns a list response. Either state or states is required.

secured_partieslist of objectsOptional

Array of secured party details (optional - uses account defaults if not provided)

secured_partyobjectOptional

Single secured party (alternative to secured_parties array)

collateralstringOptional

Collateral description (optional - uses account default if not provided)

loan_principal_amount_centsintegerOptional
Loan principal amount in cents
packet_numberstringOptional

Packet number for the filing (optional - auto-generated if not provided)

alternative_designationstringOptional

Alternative designation (for Tennessee filings)

Response

lien created using account defaults

Errors

400
Post V1businesses Business ID Liens Request Bad Request Error
403
Post V1businesses Business ID Liens Request Forbidden Error
404
Post V1businesses Business ID Liens Request Not Found Error