简体   繁体   English

从v2到v3 QBO的数据迁移

[英]Data-migration from v2 to v3 QBO

We've done all the code-migration from v2 to v3 REST API of QuickBooks Online. 我们已经完成了QuickBooks Online从v2到v3 REST API的所有代码迁移。 The question is - how about the data from v2?** We have a test account v2 with a lot of test data within. 问题是-来自v2的数据如何?**我们有一个测试帐户v2,其中包含很多测试数据。 We store all the QbReferenceIDs in our database, will they stay the same for QBO v3? 我们将所有QbReferenceID存储在我们的数据库中, 它们对于QBO v3是否保持不变?

No, the ID will change. 不,ID会改变。 See the IdType section at https://developer.intuit.com/docs/95_deprecated/qbd_v3/qbd_v3_reference/020_key_concepts/0700_other_topics#IdType for more details on how it changes. 有关其更改方式的更多详细信息,请参见https://developer.intuit.com/docs/95_deprecated/qbd_v3/qbd_v3_reference/020_key_concepts/0700_other_topics#IdType的IdType部分。

Yes. 是。 Data will be intact. 数据将保持不变。 You can test it out from ApiExplorer. 您可以从ApiExplorer进行测试。

https://developer.intuit.com/apiexplorer?apiname=V3QBO https://developer.intuit.com/apiexplorer?apiname=V3QBO

Thanks 谢谢

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM