---
title: "PUT /api/services/app/ServiceApplyConfig/Update"
method: PUT
path: "/api/services/app/ServiceApplyConfig/Update"
tags: ["ServiceApplyConfig"]
---

# PUT /api/services/app/ServiceApplyConfig/Update

`PUT /api/services/app/ServiceApplyConfig/Update`

## Request body

- CRUServiceApplyConfigDto
  - `id` integer
  - `idService` integer
  - `idClinicArea` integer
  - `idGroupDoctorLevel` integer, nullable
  - `idDoctorLevel` integer, nullable
  - `idClinic` integer, nullable
  - `patientTypeIds` integer[], nullable
  - `desc` string, nullable — Length 0–256
  - `isActive` boolean

## Response `200`

Success

- ServiceApplyConfigDto
  - `id` integer
  - `creationTime` string, date-time
  - `creatorUserId` integer, nullable
  - `lastModificationTime` string, date-time, nullable
  - `lastModifierUserId` integer, nullable
  - `idService` integer
  - `serviceName` string, nullable
  - `idClinicArea` integer
  - `areaName` string, nullable
  - `idGroupDoctorLevel` integer, nullable
  - `groupDoctorLevelName` string, nullable
  - `idDoctorLevel` integer, nullable
  - `doctorLevelName` string, nullable
  - `idClinic` integer, nullable
  - `clinicName` string, nullable
  - `desc` string, nullable
  - `isActive` boolean
  - `displayIndex` integer, nullable

---

[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)
