无法使用.Add()方法添加Intuit DataServices

时间:2013-04-26 09:35:27

标签: intuit-partner-platform quickbooks-online

我正在使用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)中存在错误。

0 个答案:

没有答案