APIs & Integrations

jijoamt
Participante

Deal currency via API

resolver

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 Avaliação positiva
1 Solução aceita
weiliang_lee
Solução
Top colaborador(a) | Parceiro Diamante
Top colaborador(a) | Parceiro Diamante

Deal currency via API

resolver

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

Exibir solução no post original

1 Resposta 1
weiliang_lee
Solução
Top colaborador(a) | Parceiro Diamante
Top colaborador(a) | Parceiro Diamante

Deal currency via API

resolver

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