---
title: "Create Exchange Rates"
method: POST
path: "/v1/workgroups/{workgroup_id}/exchangeRate"
tags: ["Exchange Rate"]
---

# Create Exchange Rates

`POST /v1/workgroups/{workgroup_id}/exchangeRate`

Create Exchange Rates

## Path parameters

- `workgroup_id` string, required

## Request body

- MultiExchangeRatePersistListVO — Java type: com.noosh.domain.nooshapi.persist.vo.MultiExchangeRatePersistListVO
  - `exchange_rates` MultiExchangeRatePersisitVO[]
    - `activate_date` string, date
    - `buClientWorkgroupId` integer
    - `currency` string
    - `rate` unknown
    - `target` string

## Response `200`

Successful updated

- unknown

## Other responses

- `404` — There are not any result matching your search condition
- `500` — Internal server error

---

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