v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Lien Filing

Upload Lien Submission Attachment Item Attachment

Upload attachments for a specific lien filing submission.

This endpoint allows users to upload one or more PDF attachments to a lien filing submission. The attachments can include documents supporting the lien claim.

post/lien_submissions/{filing_id}/attachments

Path parameters

filing_idstring uuid required

The unique identifier of the lien filing submission.

The unique identifier of the lien filing submission.

Response

The lien filing attachments have been successfully uploaded.

idstring uuid required

The unique identifier of the lien filing attachment.

document_filenamestring required

The filename of the document associated with this lien filing attachment.

Example response

[
  {
    "document_filename": "lien_document.pdf"
  }
]