# Update application currency Endpoint: PUT /api/application/currency/{id} Version: v1 ## Path parameters: - `id` (integer, required) Currency id ## Request fields (application/json): - `Id` (integer) - `Code` (string) - `Name` (string) Read only name from core - `IsActive` (boolean) - `IsPrimary` (boolean) - `ExchangeRate` (number) Read only exchange rate from ClientCurrency. - `Changed` (string) - `ChangedBy` (string)