---
title: "saveCurrencyRatio"
method: POST
path: "/currencyratio/v1/saveCurrencyRatio"
tags: ["Currency Ratio Service"]
---

# saveCurrencyRatio

`POST /currencyratio/v1/saveCurrencyRatio`

Create a new currency exchange rate. 
 Update a currency exchange rate details.

## Headers

- `authenticationtoken` string, required
- `password` string, required
- `sitename` string, required
- `userid` string, required
- `X-B3-TraceId` string

## Request body

- CurrencyRatioDetailsList — CurrencyRatioDetailsList description
  - `currencyRatioDetails` CurrencyRatioDetails[]
    - `currencyRatioDetailDetails` CurrencyRatioDetailsDto[]
      - `exchangeRate` number — "Exchange Rate" from Currency Ratio
      - `fromCurrencyCode` string, required — "From Currency" Code from Currency Ratio
      - `fromFactor` integer — "From" Factor from Currency Ratio
      - `toCurrencyCode` string, required — "To Currency" Code from Currency Ratio
      - `toFactor` integer, required — "To" Factor from Currency Ratio
  - `locationCode` string, required — "Code" from Company setup screen

## Response `200`

Success

- object

## Other responses

- `400` — Validation Error
- `401` — Authorization
- `429` — Too Many Requests
- `500` — Unexpected Error
- `503` — System under maintenance
- `504` — Timeout

---

[API](https://skmtc.net/crunchtime/apis/inventory-labor.md) · [All operations](https://skmtc.net/crunchtime/apis/inventory-labor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchtime/inventory-labor/versions/0af8e380ff2c/schema)
