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 Me gusta
1 Soluciones aceptada
weiliang_lee
Solución
Colaborador líder | Partner nivel Diamond
Colaborador líder | Partner nivel Diamond

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

Ver la solución en mensaje original publicado

1 Respuesta 1
weiliang_lee
Solución
Colaborador líder | Partner nivel Diamond
Colaborador líder | Partner nivel Diamond

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