This request changes a line of credit account's statement date.
Each billing cycle has an associated statement date. If necessary, statement dates can be changed. Note the following when using this request:
This request changes the date on which statements come due moving forward. Making this change will have a lasting effect on subsequent billing periods as well. For example, moving a statement date to the 15th day of the current month will ensure that all statement dates moving forward will land on the 15th of future months.
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 the POST
Change due date request.
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. To change a due date, see the POST
Change due date request.
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 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",
"ignoreGuardrailWarnings": false
}