We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Dec 7, 2022 11:21 PM
If the company have set up multple currencies and each deal might be having different currencies, how can we get the currency corresponding to a deal via API? We need the currency of the deal in the "v3/objects/deals/search" API
Solved! Go to Solution.
Dec 8, 2022 2:19 AM
Hi @jijoamt
Try this:
{{baseUrl}}/crm/v3/objects/deals/:dealId?properties=deal_currency_code
It's kinda undocumented at this point, but I found this reference from the post here:
Cheers
WL
Dec 8, 2022 2:19 AM
Hi @jijoamt
Try this:
{{baseUrl}}/crm/v3/objects/deals/:dealId?properties=deal_currency_code
It's kinda undocumented at this point, but I found this reference from the post here:
Cheers
WL