post https://loanpro.simnang.com/api/public/api/1/odata.svc/SystemNotes()
This request adds a system note.
Click here to learn more about this request
The system logs notes on the actions taken by your users. Here's what you need to know about this system notes:
- Audit logs are used to view changes to settings and entities within your account. This part of the software tracks creations, updates, and deletions made to the settings, loans, customers, source companies, and defaults of your company.
- This request will manually create a system note. It does not complete the action that the note is describing, however. As such, caution should be taken when manually adding system notes since it could create confusion when auditing the actions taken on loans.
- System notes cannot be manually made within the UI—only the API.
- When manually logging a system note,
System
will be logged as the user and0.0.0.0
will be logged as the IP address.
For an example of how audit logs work within the UI, take a look at our Global System Notes and System Notes History Changes articles.
Database
For information on audit trail database tables, see the following article:
{
"entityType": "Entity.Loan",
"entityId": 9118,
"referenceType": "Entity.Collateral",
"referenceId": 897,
"operationType": "UPDATE",
"operationSubType": "systemNote.operationSubtype.crud",
"noteTitle": "This global system note was made via the API.",
"noteData": "{\"d\":{\"newValue\":\"Sport\",\"oldValue\":\"Base\"}}"
}