API – Update Loan Alert
General
Loan alerts are important messages that will always be accessible from the loan header and will be displayed prominently on the Loan Summary tab inside a loan. The purpose of the Loan Alert is to be a conspicuous reminder when servicing a loan, of important information for that loan. There is only one Loan Alert at a time. Loan Alerts can be updated via the UI or the API. Reference the Update Loan Alert article to update the alert through the UI.
How To
In order to update a Loan Alert through the API, you will send a PUT request to the endpoint: https://loanpro.simnang.com/api/public/api/1/odata.svc/Loans(441). In the example URL the Loan Alert will be updated in Loan id: 441. You will send the following as the payload.
Example Payload:
{ "loanAlert":"Sample Alert"}
In place of "Sample Alert" enter in the desired alert you would like to have on the loan account.