APIs & Integrations

jijoamt
Participant

Deal currency via API

Résolue

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 Votes
1 Solution acceptée
weiliang_lee
Solution
Contributeur de premier rang | Partenaire solutions Diamond
Contributeur de premier rang | Partenaire solutions Diamond

Deal currency via API

Résolue

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

Voir la solution dans l'envoi d'origine

1 Réponse
weiliang_lee
Solution
Contributeur de premier rang | Partenaire solutions Diamond
Contributeur de premier rang | Partenaire solutions Diamond

Deal currency via API

Résolue

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