API – Update Loan Alert
General
Loan alerts are small, important messages displayed on the loan header and the Loan Summary tab inside a loan. This article explains how to use the API to update loan alerts. For more information on the LMS UI side of things, take a look at our Loan Alerts article.
Only one loan alert can be set at a time.
Update Loan Alert
To update a Loan Alert through the API, send a PUT request to the following endpoint. Remember to replace "id" with the ID of the loan you are planning on updating.
PUT https://loanpro.simnang.com/api/public/api/1/odata.svc/Loans(id)
Here is an example of the payload you will need to use:
{ "loanAlert":"Sample Alert"}
When writing your request, replace "Sample Alert" with the desired alert you would like to have on the loan account.