0
有沒有辦法區分單幣種和多幣種的QBO用戶?如何檢查用戶是多種貨幣還是單一貨幣?
有沒有辦法區分單幣種和多幣種的QBO用戶?如何檢查用戶是多種貨幣還是單一貨幣?
檢查細節這裏 - https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/020_key_concepts/currency
您需要查詢首endpoint-
<Preferences domain="QBO" sparse="false">
<Id>1</Id>
...
<TaxPrefs>
<UsingSalesTax>false</UsingSalesTax>
</TaxPrefs>
<CurrencyPrefs>
<MultiCurrencyEnabled>true</MultiCurrencyEnabled>
<HomeCurrency>AUD</HomeCurrency>
</CurrencyPrefs>
...
</Preferences>