@@ -91,29 +91,29 @@ List or read one account, customer, vendor, item, or employee
9191| ↳ ` MetaData ` | json | Entity creation and update timestamps |
9292| ↳ ` CreateTime ` | string | Entity creation timestamp |
9393| ↳ ` LastUpdatedTime ` | string | Entity last-updated timestamp |
94- | ↳ ` Name ` | string | Item name |
94+ | ↳ ` Name ` | string | Account or item name |
9595| ↳ ` SubAccount ` | boolean | Whether this is a subaccount |
96- | ↳ ` ParentRef ` | json | Parent item or category reference |
96+ | ↳ ` ParentRef ` | json | Parent account, item, or category reference |
9797| ↳ ` value ` | string | QuickBooks entity ID |
9898| ↳ ` name ` | string | QuickBooks entity display name |
99- | ↳ ` FullyQualifiedName ` | string | Hierarchical qualified item name |
99+ | ↳ ` FullyQualifiedName ` | string | Hierarchical qualified account or item name |
100100| ↳ ` Classification ` | string | Account classification |
101101| ↳ ` AccountType ` | string | Account type |
102102| ↳ ` AccountSubType ` | string | Account subtype |
103103| ↳ ` CurrentBalance ` | number | Account current balance |
104- | ↳ ` CurrencyRef ` | json | Vendor currency reference |
104+ | ↳ ` CurrencyRef ` | json | Account, customer, or vendor currency reference |
105105| ↳ ` value ` | string | QuickBooks entity ID |
106106| ↳ ` name ` | string | QuickBooks entity display name |
107- | ↳ ` DisplayName ` | string | Employee display name |
108- | ↳ ` CompanyName ` | string | Vendor company name |
107+ | ↳ ` DisplayName ` | string | Customer, vendor, or employee display name |
108+ | ↳ ` CompanyName ` | string | Customer or vendor company name |
109109| ↳ ` GivenName ` | string | Given name |
110110| ↳ ` FamilyName ` | string | Family name |
111- | ↳ ` Taxable ` | boolean | Whether the item is taxable |
112- | ↳ ` PrimaryEmailAddr ` | json | Employee primary email address |
113- | ↳ ` PrimaryPhone ` | json | Employee primary phone number |
114- | ↳ ` BillAddr ` | json | Vendor billing address |
111+ | ↳ ` Taxable ` | boolean | Taxable status for the customer or item |
112+ | ↳ ` PrimaryEmailAddr ` | json | Customer, vendor, or employee primary email address |
113+ | ↳ ` PrimaryPhone ` | json | Customer, vendor, or employee primary phone number |
114+ | ↳ ` BillAddr ` | json | Customer or vendor billing address |
115115| ↳ ` ShipAddr ` | json | Customer shipping address |
116- | ↳ ` Balance ` | number | Vendor balance |
116+ | ↳ ` Balance ` | number | Customer or vendor balance |
117117| ↳ ` PrintOnCheckName ` | string | Name printed on checks |
118118| ↳ ` Vendor1099 ` | boolean | Whether the vendor is tracked for 1099 reporting |
119119| ↳ ` AcctNum ` | string | Vendor account number |
@@ -143,29 +143,29 @@ List or read one account, customer, vendor, item, or employee
143143| ↳ ` MetaData ` | json | Entity creation and update timestamps |
144144| ↳ ` CreateTime ` | string | Entity creation timestamp |
145145| ↳ ` LastUpdatedTime ` | string | Entity last-updated timestamp |
146- | ↳ ` Name ` | string | Item name |
146+ | ↳ ` Name ` | string | Account or item name |
147147| ↳ ` SubAccount ` | boolean | Whether this is a subaccount |
148- | ↳ ` ParentRef ` | json | Parent item or category reference |
148+ | ↳ ` ParentRef ` | json | Parent account, item, or category reference |
149149| ↳ ` value ` | string | QuickBooks entity ID |
150150| ↳ ` name ` | string | QuickBooks entity display name |
151- | ↳ ` FullyQualifiedName ` | string | Hierarchical qualified item name |
151+ | ↳ ` FullyQualifiedName ` | string | Hierarchical qualified account or item name |
152152| ↳ ` Classification ` | string | Account classification |
153153| ↳ ` AccountType ` | string | Account type |
154154| ↳ ` AccountSubType ` | string | Account subtype |
155155| ↳ ` CurrentBalance ` | number | Account current balance |
156- | ↳ ` CurrencyRef ` | json | Vendor currency reference |
156+ | ↳ ` CurrencyRef ` | json | Account, customer, or vendor currency reference |
157157| ↳ ` value ` | string | QuickBooks entity ID |
158158| ↳ ` name ` | string | QuickBooks entity display name |
159- | ↳ ` DisplayName ` | string | Employee display name |
160- | ↳ ` CompanyName ` | string | Vendor company name |
159+ | ↳ ` DisplayName ` | string | Customer, vendor, or employee display name |
160+ | ↳ ` CompanyName ` | string | Customer or vendor company name |
161161| ↳ ` GivenName ` | string | Given name |
162162| ↳ ` FamilyName ` | string | Family name |
163- | ↳ ` Taxable ` | boolean | Whether the item is taxable |
164- | ↳ ` PrimaryEmailAddr ` | json | Employee primary email address |
165- | ↳ ` PrimaryPhone ` | json | Employee primary phone number |
166- | ↳ ` BillAddr ` | json | Vendor billing address |
163+ | ↳ ` Taxable ` | boolean | Taxable status for the customer or item |
164+ | ↳ ` PrimaryEmailAddr ` | json | Customer, vendor, or employee primary email address |
165+ | ↳ ` PrimaryPhone ` | json | Customer, vendor, or employee primary phone number |
166+ | ↳ ` BillAddr ` | json | Customer or vendor billing address |
167167| ↳ ` ShipAddr ` | json | Customer shipping address |
168- | ↳ ` Balance ` | number | Vendor balance |
168+ | ↳ ` Balance ` | number | Customer or vendor balance |
169169| ↳ ` PrintOnCheckName ` | string | Name printed on checks |
170170| ↳ ` Vendor1099 ` | boolean | Whether the vendor is tracked for 1099 reporting |
171171| ↳ ` AcctNum ` | string | Vendor account number |
0 commit comments