Aller au contenu

/api/workspaces/me/period-closings (POST)

POST
/api/workspaces/me/period-closings
curl --request POST \
--url https://example.com/api/workspaces/me/period-closings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "periodStart": "2026-04-15", "periodEnd": "2026-04-15", "deadline": "2026-04-15", "clientId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" }'
Media type application/json
object
periodStart
string format: date
periodEnd
string format: date
deadline
string format: date
clientId
string format: uuid
nullable
Example generated
{
"periodStart": "2026-04-15",
"periodEnd": "2026-04-15",
"deadline": "2026-04-15",
"clientId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"
}

OK