APIs & Integrations

jijoamt
参加者

Deal currency via API

解決

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 いいね!
1件の承認済みベストアンサー
weiliang_lee
解決策
トップ投稿者 | Diamond Partner
トップ投稿者 | Diamond Partner

Deal currency via API

解決

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

元の投稿で解決策を見る

1件の返信
weiliang_lee
解決策
トップ投稿者 | Diamond Partner
トップ投稿者 | Diamond Partner

Deal currency via API

解決

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