我正在使用HelloIntuitAnywhere示例应用程序将值插入QuickBook online。
代码:
OAuthRequestValidator oauthValidator = new OAuthRequestValidator(token,secret,consumerKey,consumerSecret);
ServiceContext context = new ServiceContext(oauthValidator,realmId, intuitServiceType);
DataServices 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)中存在错误。