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