---
title: "POST /api/exam/setup/examPeriod"
method: POST
path: "/api/exam/setup/examPeriod"
tags: ["ExamSetup"]
---

# POST /api/exam/setup/examPeriod

`POST /api/exam/setup/examPeriod`

## Request body

- ExamPeriodCreateDTO
  - `ExamName` string, nullable
  - `StartDate` string, date-time, nullable
  - `EndDate` string, date-time, nullable
  - `LateRegistrationStartDate` string, date-time, nullable
  - `LateRegistrationEndDate` string, date-time, nullable
  - `LateRegistrationFee` number, double
  - `IsFlexible` boolean, nullable
  - `FlexibleDateStart` string, date-time, nullable
  - `FlexibleDateEnd` string, date-time, nullable
  - `ExamStartDate` string, date-time, nullable
  - `ExamEndDate` string, date-time, nullable

## Response `200`

Success

## Other responses

- `204` — No Content
- `400` — Bad Request

---

[API](https://skmtc.dev/cipmnigeria/apis/membershipapi.md) · [All operations](https://skmtc.dev/cipmnigeria/apis/membershipapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cipmnigeria/membershipapi/revisions/85c2d3922bb1/schema)
