
Hello experts,
There is a currency data type field price per unit in Quote line. When I fill the value in that field, a currency symbol is shown. Why is that symbol not displayed in the dynamics 365 api?
The value of the field includes the currency symbol right?
Then it should be visible in the api also right?
It's a little confusing to understand.
Kindly help me with this
Thanks
Hi,
Thank you for your query.
You need to expand your query to retrieve the Transaction Currency Details.
Here is an example:
yourorg.api.crm.dynamics.com/api/data/v9.1/accounts?$select=_transactioncurrencyid_value&$expand=transactioncurrencyid($select=currencyname)
Here is the full article:
Getting Lookup Fields from Dynamics 365 Web API URL - Carl de Souza