Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

SubAccounts #135

Open
jimiguru opened this issue May 6, 2014 · 2 comments
Open

SubAccounts #135

jimiguru opened this issue May 6, 2014 · 2 comments

Comments

@jimiguru
Copy link

jimiguru commented May 6, 2014

I can't seem to ferret out how to list SubAccounts.

I would have thought that the Account service would list all accounts, but it only seems to list Parent accounts.

@ruckus
Copy link
Owner

ruckus commented May 11, 2014

Is this for Online or Desktop?

@ruckus
Copy link
Owner

ruckus commented May 11, 2014

On my Desktop sample company I am not seeing this. I made a dummy SubAccount, synced and can now see it when I retrieve all Accounts with quickeebooks:

<Account>
  <Id idDomain="QB">40</Id>
  <SyncToken>1</SyncToken>
  <MetaData>
    <CreatedBy>app</CreatedBy>
    <CreatedById>1</CreatedById>
    <CreateTime>2014-05-11T07:24:56.0Z</CreateTime>
    <LastModifiedBy>app</LastModifiedBy>
    <LastModifiedById>1</LastModifiedById>
    <LastUpdatedTime>2014-05-11T07:24:56.0Z</LastUpdatedTime>
  </MetaData>
  <ExternalKey idDomain="QB">40</ExternalKey>
  <Synchronized>true</Synchronized>
  <Name>CodyTestSubAccount2</Name>
  <AccountParentId idDomain="QB">6</AccountParentId>
  <AccountParentName>Consulting Income</AccountParentName>
  <Active>true</Active>
  <Type>Revenue</Type>
  <Subtype>Income</Subtype>
  <CurrentBalance>0</CurrentBalance>
</Account>      

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants