1

私は HelloIntuitAnywhere サンプル アプリケーションを使用して QuickBook オンラインに値を挿入しています。

コード:

OAuthRequestValidator oauthValidator = 新しい OAuthRequestValidator(トークン、シークレット、consumerKey、consumerSecret);

ServiceContext context = new ServiceContext(oauthValidator, realmId, intuitServiceType);

DataServices commonService = 新しい 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)。

4

0 に答える 0