Update or Add the CurrencyExchange object and optionally make changes to any child objects.Copy Pagepatch https://{server_address}/ResourceServer/api/v10/Currency/Exchange/{id}Path ParamsidintegerrequiredUnique identifier for the CurrencyExchange object.Body ParamsThis entity represents the container that holds exchange rates for a particular Currency.namestringeffectivedate-timeWhen do these exchange rates come into effect. Date and time values are specified in the ISO 8601 format.createdByUserIdnumberUnique identifier for the associated User object.createdByUserNamestringThe name of the object associated with the createdByUserId property.Responses 200Patch end points allow for adding/updating multiple related entities and the results of those changes will be reported in the response JSON payload in the items array. 400The request could not be processed.Updated 2 months ago