---
title: "POST /currencies"
method: POST
path: "/currencies"
tags: ["CurrencyController"]
---

# POST /currencies

`POST /currencies`

| Permissions |
| ------- |
| 7025   |

## Request body

- NewCurrency — (tsType: Omit<Currency, 'id'>, schemaOptions: { title: 'NewCurrency', exclude: [ 'id' ] })
  - `currencyCode` string, required
  - `currencyName` string, required
  - `symbol` string
  - `country` string

## Response `200`

Currency model instance

- Currency
  - `id` string
  - `currencyCode` string, required
  - `currencyName` string, required
  - `symbol` string
  - `country` string

---

[API](https://skmtc.dev/sourcefuse/apis/subscription-service.md) · [All operations](https://skmtc.dev/sourcefuse/apis/subscription-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sourcefuse/subscription-service/revisions/8be17bf3acc3/schema)
