Closing
Save closing
Save the authenticated user's closing configuration
post/v6/closing
Request body
Example request
{
"date": "2025-12-31",
"modifications": "DISABLED"
}Response
Success
Example response
{
"data": {
"date": "2025-12-31",
"modifications": "DISABLED"
}
}