Create Period
This endpoint allows an admin user to create a new period with a specified name, start date, and end date.
POST
/Period/CreatePeriodAuthorization
AuthorizationRequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
NamestringThe name of the period to be created.
StartDatestringThe start date of the period to be created.
Format:
"date-time"EndDatestringThe end date of the period to be created.
Format:
"date-time"Returns the created period.