0
我使用下面的查詢按類型獲取帳戶獲取帳戶,但我得到異常:QuickBooks的API V3的類型,子類型和分類
String query1 = select($(account)).where($(account.getAccountType()).eq(AccountTypeEnum.EXPENSE)).generate();
FMSException Message: ERROR CODE:10000, ERROR MESSAGE:An application error has occurred while processing your request, ERROR DETAIL:System Failure Error: Services V3 Query Value for Account.AccountType must be a valid enumeration value
如何通過分類,分型和亞型得到帳戶?例如。我想要擁有與費用分類相關的所有帳戶。