---
title: "Update Bulk Fee Due"
method: PUT
path: "/api/v1/fee_dues/update_bulk_dues"
tags: ["fee_dues"]
---

# Update Bulk Fee Due

`PUT /api/v1/fee_dues/update_bulk_dues`

API to update multiple fee due entries for a given student

## Request body

- UpdateStudentFeeDuesRequest[]
  - `fee_due_id` integer, required — Fee due ID is required
  - `student_id` integer, required — Student ID is required
  - `due_date` string — Due date is optional
  - `due_amount` number — Due amount is optional
  - `fee_type` string — Fee type is optional
  - `description` string — Description is optional

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/leo1/apis/leofees-backend.md) · [All operations](https://skmtc.net/leo1/apis/leofees-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/leo1/leofees-backend/versions/cace8144ecd9/schema)
