Price Sales Transaction - how to use override currency conversion rate?
Summary:
Hi,
we are using price sales transaction (PST) REST-API calls in order to show price before order submission, aka document price
In the PST payload we pass the following values that relevant for the conversion:
for example: our price list is in ILS for example, we want to have conversion rate and display the price in EUR
(we have checkbox for currency override in the strategy)
"AllowCurrencyOverrideFlag":true,
"DefaultCurrencyCode": "ILS",
"AppliedCurrencyCode":"EUR",
"PricingServiceParameter":{
"PricingContext":"SALES",
"CalculateRollupFlag": false,
"PerformValueIdConversionsFlag":true
}
can you help us in order to get conversion rate in this rest-api call?
Content (required):
Version (include the version you are using, if applicable):
Tagged:
0