---
title: "Creates the currency."
method: POST
path: "/Litium/api/admin/globalization/currencies"
tags: ["Globalization currency"]
---

# Creates the currency.

`POST /Litium/api/admin/globalization/currencies`

## Request body

- LitiumGlobalizationCurrency, nullable — Class Currency.
  - `exchangeRate` number, double — Gets or sets the exchange rate.
  - `groupSeparator` string, nullable — Gets or sets the group separator.
  - `id` string, nullable — Gets the identifier.
  - `isBaseCurrency` boolean — Gets or sets a value indicating whether this instance is base currency.
  - `symbol` string, nullable — Gets or sets the symbol.
  - `symbolPosition` 'default' | 'left' | 'leftWithPadding' | 'right' | 'rightWithPadding' — Gets or sets the symbol position.
  - `systemId` string, uuid — Gets the system identifier.
  - `textFormat` string, nullable — Gets or sets the text format.
  - `minorUnitsInStorefront` integer, nullable — Gets or sets the minor units in storefront. Its value should be between 0 and 4.

## Response `201`

Created

---

[API](https://skmtc.dev/litium/apis/litium-admin-web-api.md) · [All operations](https://skmtc.dev/litium/apis/litium-admin-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/litium/litium-admin-web-api/revisions/a65881b0d0c6/schema)
