Hi Bernard,
You can do it via the API. Example:
PUT https://api.clarizen.com/V2.0/services/data/objects
{
"id": "/CurrencyExchangeRate/",
"BaseCurrency": "USD",
"QuoteCurrency": "EUR",
"ExchangeRate": 1.21,
"EffectiveFrom": "2021-01-01T00:00:00.0000000"
}
I hope this helps.
Roland
Comment actions