Update financial period
Update a single financial period
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"id": 1934,
"year": 2026,
"period": 1,
"startDate": "2026-12-01T08:00:00.000Z",
"endDate": "2026-12-31T08:00:00.000Z",
"status": "Open"
}{
"message": "No existing financial period with id: 1931."
}{
"message": "Please provide a valid end date."
}
{
"message": "Please provide a valid start date."
}Last updated
Was this helpful?

