This request changes a line of credit account's statement date.
Click here to learn more about this request
Each billing cycle has an associated statement date. If necessary, statement dates can be changed:
This endpoint has two capabilities: changing due dates and changing statement dates. These two actions are separate from each other, and determining which action you'd like to make is achieved with the type
field within the payload. For information on how to change a statement date, see Change account due date ↗
Statement date changes take effect on the apply date. The system will verify which period the apply date is in and change the statement date that's associated with that period.
Changing a statement date does not also change the account due date. Due dates must be changed manually.
Here's an example of how changing a statement date affects the account:
Database
For more information regarding due date database tables, see the following articles:
- Database – Line of Credit Change Statement Due Date Entity (line_of_credit_change_statement_due_date_entity)
- Database - Line of Credit Statements (line_of_credit_statement_template_entity)
{
"lineOfCreditId": 8382,
"info": "Due Date Change",
"type": "lineOfCreditChangeStatementDueChange.type.statementChanged",
"applyDate": "2023-02-01",
"newDate": "2023-02-05"
}