Update an existing instance of the CurrencyExchangeDetail object.Copy Pageput https://{server_address}/ResourceServer/api/v10/Currency/Exchange/Detail/{id}Path ParamsidintegerrequiredBody ParamsThis entity represents the individual exhange rates for a particular Currency.currencyIdnumberUnique identifier for the associated Currency object.currencyNamestringThe name of the object associated with the currencyId property.currencyExchangeIdnumberUnique identifier for the associated CurrencyExchange object.currencyExchangeNamestringThe name of the object associated with the currencyExchangeId property.ratenumberResponses 200Update a CurrencyExchangeDetail 400The request could not be processed.Updated 2 months ago