This request retrieves statement due date change history.
Users can determine when a line of credit account's statements come due and change due dates if needed. Note the following when using 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 theProduct 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:
Database - Line of Credit Statements (line_of_credit_statement_template_entity)