Skip to main content
POST
Create Fiscal Period

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
name
string
required
startDate
string<date>
required
endDate
string<date>
required
status
enum<string> | null
default:open
Available options:
open,
closing,
closed

Response

Successful Response

id
string
required
orgId
string
required
name
string
required
startDate
string<date>
required
endDate
string<date>
required
status
enum<string>
required
Available options:
open,
closing,
closed
lockedAt
string<date-time> | null
lockedBy
string | null
createdAt
string<date-time> | null
updatedAt
string<date-time> | null