---
title: "POST /api/services/app/ShiftConfig/Create"
method: POST
path: "/api/services/app/ShiftConfig/Create"
tags: ["ShiftConfig"]
---

# POST /api/services/app/ShiftConfig/Create

`POST /api/services/app/ShiftConfig/Create`

## Request body

- CRUShiftConfigDto
  - `id` integer
  - `idClinic` integer, nullable
  - `idDoctor` integer, nullable
  - `idShift` integer
  - `fromTime` string, nullable
  - `toTime` string, nullable
  - `stopTime` integer, nullable
  - `holidayFromTime` string, nullable
  - `holidayToTime` string, nullable
  - `patientLimit` integer, nullable
  - `patientLimitOnline` integer, nullable
  - `effectiveDate` string, date-time
  - `examinationTimePerPatient` integer, nullable
  - `errorMargin` integer, nullable

## Response `200`

Success

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
