---
title: "Update fee model"
method: PUT
path: "/v1/fee/models/{model_id}"
tags: ["Fee models"]
---

# Update fee model

`PUT /v1/fee/models/{model_id}`

Update a fee model

## Path parameters

- `model_id` string, required

## Request body

- FeeModel
  - `model_description` string, required — Model description.
  - `fees` Fee[], required
    - object[] — List of applied fees on this calculation.
      - `type` string — Type of applied fee. For example, fixed, percentage, or any other type.
      - `amount` number — Calculated amount of this fee.
      - `rate` number — When using a percentage fee, this is the percentage rate used for calculating this fee. For example, the value `10` indicates 10%.

## Response `200`

OK

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `404` — Fee model not found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
