# Insert application currency Endpoint: POST /api/application/currency Version: v1 ## 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)