get https://loanpro.simnang.com/api/public/api/1/odata.svc/LineOfCreditChangeStatementDueChanges
This request pulls statement due date change history.
Click here to learn more about this request
Users can determine when a line of credit account's statements come due and change due dates if needed. Here's what you need to know about this request:
- This request pulls the entire statement due date change history of your tenant account. If you'd like to pull a specific due date change or due date changes for a specific line of credit account, take a look at our examples below.
- Statement due dates are a default setting determined by the Product configuration. Statement due date defaults are located within the
ProductLineOfCreditSetup
entity.
For an example of how statement due date changes work in the UI, take a look at our Line of Credit – Change Statement/Due Date ↗ article.
Query Examples
Pull a specific due date change:
{base URL}/odata.svc/LineOfCreditChangeStatementDueDateChanges({due-date-change-id})
Pull due date changes for a specific line of credit account:
{base URL}/odata.svc/LineOfCreditChangeStatementDueDateChanges?$filter=lineOfCreditId eq {line-of-credit-id}
Database
For more information about statement database tables, see the following articles: