Edit Loan Document

This request allows you to edit a loan document.

General

Loan documents are often used in lending to keep copies of a borrower's loan agreement and more. Here's what you need to know about this request:

  • This request edits the information of a specific customer document saved within your account.
  • You will need to know the ID of the document, and this ID is not found in the UI. You will need to use a GET request to find a document's ID.
  • Loan documents differ from customer documents, but the two differ only in where they are saved. Thus, the two types of documents use different endpoints.

To see how loan documents work within the UI, take a look at our Loan Documents article.

Database

For information on loan document database tables, see the following articles:

{
     "sectionId": 1,
     "fileName": "Updated Document",
     "active": 1,
     "archived": 0,
     "customerVisible": 1,
     "__id": 344,
     "__update": true
}

📘

Try It Instructions

Our requests often provide sample payload information so that you can receive a 200 response from simply hitting the Try It button. This request is ready for you—hit Try It to send the request.

However, if you would like to try this request with your own tenant account, make sure to change the headers to match your own authentication information.

Language
Authorization
Click Try It! to start a request and see the response here!