v1

latestSwagger 2.02026-07-13107214235.7 KB
Exchange Rate

Create Exchange Rates

Create Exchange Rates

post/v1/workgroups/{workgroup_id}/exchangeRate

Path parameters

workgroup_idstring required

Request body

Example request

{
  "exchange_rates": [
    {
      "currency": "sample currency",
      "target": "sample target"
    }
  ]
}

Response

Successful updated

{"stackTrail":"components:schemas:HTTPStatus","oasType":"schema","type":"unknown","description":"Java type: com.noosh.domain.constant.HTTPStatus"}