Add Promise

This request allows you to add Promises.

General

If a lender issues a bit of good will towards a customer, they can use Promises to keep track of the customer's end of the deal. Here's what you need to know about adding promises:

For an example of how promises work within the UI, take a look at our Promises Overview article.

Database

For information on promises database tables, see the following articles:

{
     "Promises": {
          "results": [
               {
                    "dueDate": "7/17/2023",
                    "type": "loanpromise.type.payment",
                    "amount": 100,
                    "subject": "API Demo Promise",
                    "note": "<b>This promise was created via the API! <3</b>"
               }
          ]
     }
}

📘

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—expand the object by clicking the "+" symbol and hit Try It to send the request.

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
Authentication
Click Try It! to start a request and see the response here!