---
title: "PUT /api/SetUp/UpdateQualification"
method: PUT
path: "/api/SetUp/UpdateQualification"
tags: ["SetUp"]
---

# PUT /api/SetUp/UpdateQualification

`PUT /api/SetUp/UpdateQualification`

## Query parameters

- `id` integer

## Request body

- Qualification
  - `id` integer
  - `QualificationId` integer
  - `QualificationName` string, nullable
  - `Score` integer
  - `CreatedBy` string, nullable
  - `ModifiedBy` string, nullable
  - `CreateDate` string, date-time
  - `LastModified` string, date-time
  - `ActiveStatus` boolean
  - `IsApprovalRequired` boolean, nullable
  - `LevelBy` integer
  - `ApprovalTypeId` integer, nullable
  - `IsDeleted` boolean, 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)
