【问题标题】:QuickBooks: Invalid Reference Id : Accounts element id 725 not foundQuickBooks:无效的参考 ID:找不到帐户元素 id 725
【发布时间】:2021-06-24 12:54:32
【问题描述】:

我正在将我的服务与 QuickBooks 集成并收到此错误:
QuickBooks: Invalid Reference Id : Accounts element id 725 not found.

有没有人知道或知道为什么会发生这种情况?
我得到了一次,现在无法重复:也许有关于如何重新创建它的任何想法?

【问题讨论】:

    标签: quickbooks quickbooks-online intuit


    【解决方案1】:

    缺少有关您打算做什么的信息。
    但无论如何,那个时候帐号可能会丢失。

    建议:如果那不是复制 - 也许它不是错误;)
    但无论如何,都可能出现这样的错误。

    【讨论】:

      【解决方案2】:

      请参阅 Intuit Developer 上的 ACCOUNT 文档:
      https://developer.intuit.com/app/developer/qbo/docs/api/accounting/most-commonly-used/account

      您可以尝试查询帐户。

      示例请求 URL 和示例查询:

      GET /v3/company/<realmID>/query?query=<selectStatement>
      
      Content type:text/plain
      Production Base URL:https://quickbooks.api.intuit.com
      Sandbox Base URL:https://sandbox-quickbooks.api.intuit.com
      
      select * from Account where Metadata.CreateTime > '2014-12-31'
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2013-03-22
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多