APIs & Integrations

jijoamt
Participant

Deal currency via API

SOLVE

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

0 Upvotes
1 Accepted solution
weiliang_lee
Solution
Top Contributor | Diamond Partner
Top Contributor | Diamond Partner

Deal currency via API

SOLVE

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:

https://community.hubspot.com/t5/APIs-Integrations/Get-currency-from-Deals-API-when-using-multi-curr...

 

Cheers

WL

View solution in original post

1 Reply 1
weiliang_lee
Solution
Top Contributor | Diamond Partner
Top Contributor | Diamond Partner

Deal currency via API

SOLVE

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:

https://community.hubspot.com/t5/APIs-Integrations/Get-currency-from-Deals-API-when-using-multi-curr...

 

Cheers

WL