如果未提供应用程序标识符,则只能打开样本公司

时间:2019-03-18 09:58:46

标签: c# .net sdk integration

我正在尝试使用SDK访问Peachtree会计中的公司列表,但我正在获取公司列表,但是当我打开任何一家公司时,其抛出的错误均低于错误。

When application identifier is not supplied, only sample companies can be opened.

下面是代码

companyIdList = apiSession.CompanyList(apiSession.Configuration.ServerName);
 if (companyIdList.Count > 0)
 {
   companyId = companyIdList[0];
  //Here i am getting error
  AuthResult = apiSession.VerifyAccess(companyId);
 } 

0 个答案:

没有答案