我正在使用 HelloIntuitAnywhere 示例应用程序在线将值插入 QuickBook。
代码:
OAuthRequestValidator oauthValidator = new OAuthRequestValidator(token, secret, consumerKey, consumerSecret);
ServiceContext context = new ServiceContext(oauthValidator, realmId, intuitServiceType);
数据服务 commonService = new DataServices(context);
Intuit.Ipp.Data.Qbo.Customer qboCustomer = new Intuit.Ipp.Data.Qbo.Customer();
qboCustomer.Name = "测试名称";
qboCustomer.DBAName = "测试 DBA";
commonService.Add(qboCustomer);
错误: XML 文档 (1, 1) 中存在错误。