Create Period
This endpoint allows an admin user to create a new period with a specified name, start date, and end date.
AuthorizationBearer <token>
Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
Name?string
The name of the period to be created.
StartDate?string
The start date of the period to be created.
Format
date-timeEndDate?string
The end date of the period to be created.
Format
date-timeResponse Body
curl -X POST "https://loading/Period/CreatePeriod"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z"
}Empty
Empty
Empty