v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBUpdate account calendar strategy
Update an account calendar strategy. After a program calendar strategy is defined using Create program calendar strategy, you must use this endpoint to assign the strategy to an account. If you have more than one program calendar strategy defined for a program, you can also use this endpoint to change the strategy assigned to an account.
This endpoint generates a Balance account changed event.
<b>Note:</b> This endpoint cannot be used to update a fixed due date calendar.
Path parameters
Account ID
Headers
Tenant ID
The Correlation Identifier field is used to link related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. You can find the x-cid field in the response header of an API endpoint call. If the x-cid value isn't passed, one is automatically generated.
Request body
Example request
{
"program_calendar_strategy_id": 67854322,
"apply_to_current_cycle": true
}Response
OK
Example response
{
"program_calendar_strategy_id": 67854322,
"created_at": "2024-09-12T16:46:16.43663522",
"updated_at": "2024-09-12T16:46:16.43663522"
}