put https://loanpro.simnang.com/api/public/api/1/odata.svc/Loans()
This request deletes Promises.
Click here to learn more about this request
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:
- Deleted promises are removed from the UI but remain in the database. A deleted promise in the database will have its
deleted
status set to1
. - Deleting a promise requires its ID. To pull promise history, send a GET request.
For an example of how promises work within the UI, take a look at our Promises Overview article.
{
"Promises": {
"results": [
{
"__id": 372,
"__destroy": true
}
]
}
}
Database
For information on promises database tables, see the following articles: