# QuickBooks Reports parameters

If you need to filter, sort, or adjust the representation of your QuickBooks report dataflow, you may use the following additional parameters.

#### Account List Detailed

<table><thead><tr><th width="177.14453125">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>account_type</td><td>Account type from which transactions are included in the report.<br>Supported Values: AccountsPayable, AccountsReceivable, Bank, CostOfGoodsSold, CreditCard, Equity, Expense, FixedAsset, Income, LongTermLiability, NonPosting, OtherAsset, OtherCurrentAsset, OtherCurrentLiability, OtherExpense, OtherIncome<br><em>Example</em>: <code>account_type: AccountsPayable</code></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date.</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range.</td></tr><tr><td>start_moddate</td><td>If not specified value of moddate_macro is used. Specify an explicit account modification report date range, in the format YYYY-MM-DD. Use if you want the report to cover an explicit date range; otherwise, use the moddate_macro to cover a standard report date range.</td></tr><tr><td>end_moddate</td><td>If not specified value of moddate_macro is used. Specify an explicit account modification report date range, in the format YYYY-MM-DD. Use if you want the report to cover an explicit date range; otherwise, use the moddate_macro to cover a standard report date range.</td></tr><tr><td>moddate_macro</td><td>Predefined report account modification date range. Use if you want the report to cover a standard report date range when accounts were modified; otherwise, use the start_moddate and end_moddate to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>sort_by</td><td>The column type used in sorting report rows. Specify a column type as defined with the columns query parameter.</td></tr><tr><td>sort_order</td><td>The sort order.<br>Supported Values: ascend, descend</td></tr><tr><td>account_status</td><td>The account status. Supported values include: Deleted, Not_Deleted<br><em>Example</em>: <code>account_status: Deleted</code></td></tr><tr><td>createdate_macro</td><td>Predefined report account create date range. Use if you want the report to cover a standard create report date range; otherwise, use start_createdate and end_createdate to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr></tbody></table>

#### AP Aging Detail

<table><thead><tr><th width="179.12890625">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>shipvia</td><td>Filter by the shipping method as stored in Invoice.ShipMethodRef.Name.<br>Supported Values: Any shipping method as sent in the Invoice.ShipMethodRef.Name attribute at Invoice create- or update-time.</td></tr><tr><td>term</td><td><p>Filters report contents based on term or terms supplied.<br>Supported Values: One or more comma-separated term IDs as returned in the attribute, Term.Id of the Term object response code.<br><em>Example:</em> <code>term: 10000000045,100000000067</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>end_duedate</td><td>The range of dates over which receivables are due, in the format YYYY-MM-DD. If not specified, all data is returned.</td></tr><tr><td>start_duedate</td><td>The range of dates over which receivables are due, in the format YYYY-MM-DD. start_duedate must be less than end_duedate. If not specified, all data is returned.</td></tr><tr><td>accounting_method</td><td>The accounting method used in the report. Supported Values:Cash, Accrual<br><em>Example:</em> <code>accounting_method: Cash</code></td></tr><tr><td>custom1</td><td>Filter by the specified custom field as defined by the CustomField attribute in transaction entities where supported.<br>Supported Values: Name of the custom field.</td></tr><tr><td>custom2</td><td>Filter by the specified custom field as defined by the CustomField attribute in transaction entities where supported.<br>Supported Values: Name of the custom field.</td></tr><tr><td>custom3</td><td>Filter by the specified custom field as defined by the CustomField attribute in transaction entities where supported.<br>Supported Values: Name of the custom field.</td></tr><tr><td>report_date</td><td>Start date to use for the report, in the format YYYY-MM-DD.</td></tr><tr><td>num_periods</td><td>The number of periods to be shown in the report.<br>Supported Values: A numeric value.<br><em>Example:</em> <code>num_periods: 3</code></td></tr><tr><td>vendor</td><td><p>Filters report contents to include information for specified vendors.<br>Supported Values: One or more comma separated vendor IDs as returned in the attribute, Vendor.Id, of the Vendor object response code.<br><em>Example:</em> <code>vendor: 1000000000000045,10000000000067</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>past_due</td><td>Filters report contents based on minimum days past due.<br>Supported Values: Integer number of days. no filtering</td></tr><tr><td>aging_period</td><td>The number of days in the aging period.<br>Supported Values: A numeric value.<br><em>Example:</em> <code>aging_period: 60</code></td></tr></tbody></table>

#### AP Aging Summary

<table><thead><tr><th width="138.57421875">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>customer</td><td><p>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma-separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.<br><em>Example:</em> <code>customer: 10000000045,100000000067</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>qzurl</td><td>Specifies whether Quick Zoom URL information should be generated for rows in the report. Quick Zoom URL is a hyperlink to another report containing further details about the particular column of data.<br>Supported Values: true, false<br><em>Example:</em> <code>qzurl: true</code></td></tr><tr><td>vendor</td><td><p>Filters report contents to include information for specified vendors.<br>Supported Values: One or more comma-separated vendor IDs as returned in the attribute, Vendor.Id, of the Vendor object response code.<br><em>Example:</em> <code>vendor: 1000000000000045,10000000000067</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma-separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br><em>Example:</em> <code>department: 1000000000000045,10000000000067</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>report_date</td><td>Start date to use for the report, in the format YYYY-MM-DD.</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr><tr><td>aging_method</td><td>The date upon which aging is determined.<br>Supported Values:Report_Date, Current<br><em>Example:</em> <code>aging_method: Report_Date</code></td></tr></tbody></table>

#### AR Aging Detail

<table><thead><tr><th width="153.546875">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>customer<br></td><td><p>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma-separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.<br><em>Example:</em> <code>customer: 10000000045,100000000067</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>shipvia</td><td>Filter by the shipping method as stored in Invoice.ShipMethodRef.Name.<br>Supported Values: Any shipping method as sent in the Invoice.ShipMethodRef.Name attribute at Invoice create- or update-time.</td></tr><tr><td>term</td><td><p>Filters report contents based on term or terms supplied.<br>Supported Values: One or more comma-separated term IDs as returned in the attribute, Term.Id of the Term object response code.<br><em>Example:</em> <code>term: 1000000000000045,10000000000067</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>end_duedate</td><td>The range of dates over which receivables are due, in the format YYYY-MM-DD. If not specified, all data is returned.</td></tr><tr><td>start_duedate</td><td>The range of dates over which receivables are due, in the format YYYY-MM-DD. start_duedate must be less than end_duedate. If not specified, all data is returned.</td></tr><tr><td>custom1</td><td>Filter by the specified custom field as defined by the CustomField attribute in transaction entities where supported.<br>Supported Values: Name of the custom field.</td></tr><tr><td>custom2</td><td>Filter by the specified custom field as defined by the CustomField attribute in transaction entities where supported.<br>Supported Values: Name of the custom field.</td></tr><tr><td>custom3</td><td>Filter by the specified custom field as defined by the CustomField attribute in transaction entities where supported.<br>Supported Values: Name of the custom field.</td></tr><tr><td>report_date</td><td>Start date to use for the report, in the format YYYY-MM-DD.</td></tr><tr><td>num_periods</td><td>The number of periods to be shown in the report.<br>Supported Values: A numeric value.<br><em>Example:</em> <code>num_periods: 3</code></td></tr><tr><td>aging_method</td><td>The date upon which aging is determined.<br>Supported Values:Report_Date, Current<br><em>Example:</em> <code>aging_method: Current</code></td></tr><tr><td>past_due</td><td>Filters report contents based on minimum days past due.<br>Supported Values: Integer number of days. no filtering<br><em>Example:</em> <code>past_due: 90</code></td></tr><tr><td>aging_period</td><td>The number of days in the aging period.<br>Supported Values: A numeric value.<br><em>Example:</em> <code>aging_period: 30</code></td></tr></tbody></table>

#### AR Aging Summary

<table><thead><tr><th width="154.62109375">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>customer</td><td>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma-separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.</td></tr><tr><td>qzurl</td><td>Specifies whether Quick Zoom URL information should be generated for rows in the report. Quick Zoom URL is a hyperlink to another report containing further details about the particular column of data.<br>Supported Values: true, false<br><em>Example:</em> <code>qzurl: false</code></td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma-separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br><em>Example:</em> <code>department: 10000000000045,100000000067</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>report_date</td><td>Start date to use for the report, in the format YYYY-MM-DD.</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr><tr><td>aging_method</td><td>The date upon which aging is determined.<br>Supported Values:Report_Date, Current<br><em>Example:</em> <code>aging_method: Current</code></td></tr></tbody></table>

#### Balance Sheet

<table><thead><tr><th width="198.91015625">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>customer</td><td><p>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma-separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.<br>Example:  <code>customer: 400000000000590202,400000000000590200</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>qzurl</td><td>Specifies whether Quick Zoom URL information should be generated for rows in the report. Quick Zoom URL is a hyperlink to another report containing further details about the particular column of data.<br>Supported Values: true, false<br><em>Example:</em> <code>qzurl: false</code></td></tr><tr><td>accounting_method</td><td>The accounting method used in the report. Supported Values:Cash, Accrual<br>Example:  <code>accounting_method: Cash</code></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>adjusted_gain_loss</td><td>Specifies whether unrealized gain and losses are included in the report. Supported Values: true, false<br><em>Example:</em> <code>adjusted_gain_loss: false</code></td></tr><tr><td>class</td><td><p>Filters report contents to include information for specified classes if so configured in the company file. Supported Values: One or more comma-separated class IDs as returned in the attribute, Class.Id, of the Class entity response code.<br>Example:  <code>class: 400000000000745452,400000000000590202</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>item</td><td><p>Filters report contents to include information for specified items. Supported Values: One or more comma separated item IDs as returned in the attribute, Item.Id,of the Item entity response code.<br>Example:  <code>item: 4000000000007567431,400000000000678020</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br>Example:  <code>department: 400000000000113445,400000000000778332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>summarize_column_by</td><td>The criteria by which to group the report results. Supported Values: Total, Month, Week, Days, Quarter, Year, Customers, Vendors, Classes, Departments, Employees, ProductsAndServices</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr><tr><td>vendor</td><td><p>Filters report contents to include information for specified vendors. Supported Values: One or more comma separated vendor IDs as returned in the attribute, Vendor.Id, of the Vendor object response code.<br>Example:  <code>vendor: 400000000000765453,400000000000672313</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr></tbody></table>

#### Cash Flow

<table><thead><tr><th width="196.3046875">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>customer</td><td><p>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.<br>Example:  <code>customer: 400000000000590202,400000000000590200</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>class</td><td><p>Filters report contents to include information for specified classes if so configured in the company file. Supported Values: One or more comma separated class IDs as returned in the attribute, Class.Id, of the Class entity response code.<br>Example:  <code>class: 400000000000113775,400000000000898332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>item</td><td><p>Filters report contents to include information for specified items. Supported Values: One or more comma separated item IDs as returned in the attribute, Item.Id,of the Item entity response code.<br>Example:  <code>item: 400000000000113345,400000000000128332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br>Example:  <code>department: 400000000000111145,400000000000700332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>summarize_column_by</td><td>The criteria by which to group the report results. Supported Values: Total, Month, Week, Days, Quarter, Year, Customers, Vendors, Classes, Departments, Employees, ProductsAndServices</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr><tr><td>vendor</td><td><p>Filters report contents to include information for specified vendors. Supported Values: One or more comma separated vendor IDs as returned in the attribute, Vendor.Id, of the Vendor object response code.<br>Example:  <code>vendor: 400000000000115345,400000000000778212</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr></tbody></table>

#### Customer Balance

<table><thead><tr><th width="198.3125">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>customer</td><td>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.</td></tr><tr><td>accounting_method</td><td>The accounting method used in the report. Supported Values:Cash, Accrual<br><em>Example:</em> <code>accounting_method: Accrual</code></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>arpaid</td><td>Supported Values: All, Paid, Unpaid<br>Example:  <code>arpaid: Unpaid</code></td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma-separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br>Example:  <code>department: 400000000000111145,400000000000700332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>summarize_column_by</td><td>The criteria by which to group the report results. Supported Values: Total, Month, Week, Days, Quarter, Year, Customers, Vendors, Classes, Departments, Employees, ProductsAndServices</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr><tr><td>report_date</td><td>Start date to use for the report, in the format YYYY-MM-DD.</td></tr></tbody></table>

#### Customer Balance Detail

<table><thead><tr><th width="175.63671875">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>customer<br><br><br><br></td><td>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.</td></tr><tr><td>shipvia</td><td>Filter by the shipping method as stored in Invoice.ShipMethodRef.Name.<br>Supported Values: Any shipping method as sent in the Invoice.ShipMethodRef.Name attribute at Invoice create- or update-time.</td></tr><tr><td>term</td><td><p>Filters report contents based on term or terms supplied.<br>Supported Values: One or more comma separated term IDs as returned in the attribute, Term.Id of the Term object response code.<br>Example:  <code>term: 400000000000111145,400000000000700332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>end_duedate</td><td>The range of dates over which receivables are due, in the format YYYY-MM-DD. If not specified, all data is returned.</td></tr><tr><td>start_duedate</td><td>The range of dates over which receivables are due, in the format YYYY-MM-DD. start_duedate must be less than end_duedate. If not specified, all data is returned.</td></tr><tr><td>custom1</td><td>Filter by the specified custom field as defined by the CustomField attribute in transaction entities where supported.<br>Supported Values: Name of custom field.</td></tr><tr><td>sort_by</td><td>The column type used in sorting report rows. Specify a column type as defined with the columns query parameter.</td></tr><tr><td>arpaid</td><td>Supported Values:All, Paid, Unpaid<br>Example:  <code>arpaid: Paid</code></td></tr><tr><td>report_date</td><td>Start date to use for the report, in the format YYYY-MM-DD.</td></tr><tr><td>sort_order<br><br></td><td>The sort order.<br>Supported Values: ascend, descend</td></tr><tr><td>aging_method</td><td>The date upon which aging is determined.<br>Supported Values:Report_Date, Current<br>Example:  <code>aging_method: Current</code></td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma-separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br>Example:  <code>department: 400000000000111145,400000000000700332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr></tbody></table>

#### Customer Income

<table><thead><tr><th width="184.53515625">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>customer</td><td><p>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.<br>Example:  <code>customer: 400000000000111145,400000000000700332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>term</td><td><p>Filters report contents based on term or terms supplied. Supported Values: One or more comma-separated term IDs as returned in the attribute, Term.Id of the Term object response code.<br>Example: <code>term: 400000000000111145,400000000000700332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>accounting_method</td><td>The accounting method used in the report. Supported Values:Cash, Accrual<br>Example:  <code>accounting_method: Cash</code></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>class</td><td><p>Filters report contents to include information for specified classes if so configured in the company file. Supported Values: One or more comma-separated class IDs as returned in the attribute, Class.Id, of the Class entity response code.<br>Example:  <code>class: 400000000000111145,400000000000700332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma-separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br>Example:  <code>department: 400000000000111145,400000000000700332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr><tr><td>vendor</td><td><p>Filters report contents to include information for specified vendors. Supported Values: One or more comma separated vendor IDs as returned in the attribute, Vendor.Id, of the Vendor object response code.<br>Example:  <code>vendor: 400000000000111145,400000000000700332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr></tbody></table>

#### Expenses by Vendor

<table><thead><tr><th width="183.1953125">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>customer</td><td><p>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.<br>Example:  <code>customer: 400000000000111145,400000000000700332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>accounting_method</td><td>The accounting method used in the report. Supported Values:Cash, Accrual<br>Example:  <code>accounting_method: Cash</code></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>class</td><td><p>Filters report contents to include information for specified classes if so configured in the company file. Supported Values: One or more comma separated class IDs as returned in the attribute, Class.Id, of the Class entity response code.<br>Example:  <code>class: 400000000000111145,400000000000700332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br>Example:  <code>department: 400000000000111145,400000000000700332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>summarize_column_by</td><td>The criteria by which to group the report results. Supported Values: Total, Month, Week, Days, Quarter, Year, Customers, Vendors, Classes, Departments, Employees, ProductsAndServices</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr><tr><td>vendor</td><td><p>Filters report contents to include information for specified vendors. Supported Values: One or more comma separated vendor IDs as returned in the attribute, Vendor.Id, of the Vendor object response code.<br>Example: <code>vendor: 400000000000111145,400000000000700332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr></tbody></table>

#### General Ledger Detail

<table><thead><tr><th width="196.3515625">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>customer</td><td><p>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.<br>Example:  <code>customer: 400000000000111145,400000000000700332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>account</td><td>Filters report contents to include information for specified accounts.<br>Supported Values: One or more comma separated account IDs as returned in the attribute, Account.Id, of the Account object response code.<br><em>Example:</em> <code>account: 12,55</code></td></tr><tr><td>accounting_method</td><td>The accounting method used in the report. Supported Values:Cash, Accrual<br>Example:  <code>accounting_method: Cash</code></td></tr><tr><td>source_account</td><td>Filters report contents to include information for specified source accounts.<br>Supported Values: One or more comma separated account IDs as returned in the attribute, Account.Id, of the Account object response code.</td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>account_type</td><td>(source_account_type) Account type from which transactions are included in the report.<br>Supported Values: AccountsPayable, AccountsReceivable, Bank, CostOfGoodsSold, CreditCard, Equity, Expense, FixedAsset, Income, LongTermLiability, NonPosting, OtherAsset, OtherCurrentAsset, OtherCurrentLiability, OtherExpense, OtherIncome</td></tr><tr><td>sort_by</td><td>The column type used in sorting report rows. Specify a column type as defined with the columns query parameter.</td></tr><tr><td>class</td><td>Filters report contents to include information for specified classes if so configured in the company file. Supported Values: One or more comma-separated class IDs as returned in the attribute, Class.Id, of the Class entity response code.</td></tr><tr><td>department</td><td>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma-separated department IDs as returned in the attribute, Department.Id of the Department object response code.</td></tr><tr><td>summarize_column_by</td><td>The criteria by which to group the report results. Supported Values: Total, Month, Week, Days, Quarter, Year, Customers, Vendors, Classes, Departments, Employees, ProductsAndServices</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr><tr><td>vendor</td><td><p>Filters report contents to include information for specified vendors. Supported Values: One or more comma-separated vendor IDs as returned in the attribute, Vendor.Id, of the Vendor object response code.<br><em>Example:</em> <code>vendor: 1090000000045,1900000000056</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr></tbody></table>

#### Inventory Valuation Summary

<table><thead><tr><th width="197.8046875">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>qzurl</td><td>Specifies whether Quick Zoom URL information should be generated for rows in the report. Quick Zoom URL is a hyperlink to another report containing further details about the particular column of data.<br>Supported Values: true, false<br><em>Example:</em> <code>qzurl: false</code></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>item</td><td><p>Filters report contents to include information for specified items. Supported Values: One or more comma separated item IDs as returned in the attribute, Item.Id,of the Item entity response code.<br><em>Example:</em> <code>item: 1000000000045,10000000067</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>summarize_column_by</td><td>The criteria by which to group the report results. Supported Values: Total, Month, Week, Days, Quarter, Year, Customers, Vendors, Classes, Departments, Employees, ProductsAndServices</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr><tr><td>report_date</td><td>Start date to use for the report, in the format YYYY-MM-DD.</td></tr></tbody></table>

#### Journal Report

<table><thead><tr><th width="147.7734375">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>sort_by</td><td>The column type used in sorting report rows. Specify a column type as defined with the columns query parameter.</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr></tbody></table>

#### Profit And Loss Summary

<table><thead><tr><th width="199.94921875">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>customer</td><td>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.<br>Example: <code>customer: 400000000000590202,400000000000590200&#x3C;br></code></td></tr><tr><td>qzurl</td><td>Specifies whether Quick Zoom URL information should be generated for rows in the report. Quick Zoom URL is a hyperlink to another report containing further details about the particular column of data.<br>Supported Values: true, false<br><em>Example:</em> <code>qzurl: false</code></td></tr><tr><td>accounting_method</td><td>The accounting method used in the report. Supported Values:Cash, Accrual<br><em>Example:</em> <code>accounting_method: Accrual</code></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>adjusted_gain_loss</td><td>Specifies whether unrealized gain and losses are included in the report. Supported Values: true, false<br><em>Example:</em> <code>adjusted_gain_loss: false</code></td></tr><tr><td>class</td><td><p>Filters report contents to include information for specified classes if so configured in the company file. Supported Values: One or more comma-separated class IDs as returned in the attribute, Class.Id, of the Class entity response code.<br><em>Example</em>: <code>class: 400000000000113445,400000000000778332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>item</td><td><p>Filters report contents to include information for specified items. Supported Values: One or more comma-separated item IDs as returned in the attribute, Item.Id,of the Item entity response code.<br><em>Example</em>: <code>item: 400000000000113445,400000000000778332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma-separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br><em>Example</em>: <code>department: 400000000000113445,400000000000778332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>summarize_column_by</td><td>The criteria by which to group the report results. Supported Values: Total, Month, Week, Days, Quarter, Year, Customers, Vendors, Classes, Departments, Employees, ProductsAndServices</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr><tr><td>vendor</td><td><p>Filters report contents to include information for specified vendors. Supported Values: One or more comma-separated vendor IDs as returned in the attribute, Vendor.Id, of the Vendor object response code.<br><em>Example</em>: <code>vendor: 400000000000113445,400000000000778332</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr></tbody></table>

#### Profit And Loss Detail

<table><thead><tr><th width="177.55078125">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>customer</td><td><p>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma-separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.<br><em>Example</em>: <code>customer: 400000000000590202,400000000000590200</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values. </p></div></td></tr><tr><td>account</td><td>(source_account_type) Filters report contents to include information for specified accounts.<br>Supported Values: One or more comma-separated account IDs as returned in the attribute, Account.Id, of the Account object response code.<br><em>Example:</em> <code>account: 12,55</code></td></tr><tr><td>accounting_method</td><td>The accounting method used in the report. Supported Values:Cash, Accrual<br>Example:  <code>accounting_method: Cash</code></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>adjusted_gain_loss</td><td>Specifies whether unrealized gains and losses are included in the report. Supported Values: true, false<br><em>Example:</em> <code>adjusted_gain_loss: false</code></td></tr><tr><td>class</td><td><p>Filters report contents to include information for specified classes if so configured in the company file. Supported Values: One or more comma-separated class IDs as returned in the attribute, Class.Id, of the Class entity response code.<br><em>Example</em>: <code>class: 400000000000590202,400000000000590200</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br><em>Example</em>: <code>department: 400000000000590202,400000000000590200</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>sort_by</td><td>The column type used in sorting report rows. Specify a column type as defined with the columns query parameter.</td></tr><tr><td>payment_method</td><td>Filters report contents based on payment method.<br>Supported Values: Cash, Check, Dinners Club, American Express, Discover, MasterCard, Visa<br><em>Example:</em> <code>payment_method: Check</code></td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr><tr><td>vendor</td><td><p>Filters report contents to include information for specified vendors. Supported Values: One or more comma-separated vendor IDs as returned in the attribute, Vendor.Id, of the Vendor object response code.<br><em>Example</em>: <code>vendor: 400000000000590202,400000000000590200</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>employee</td><td><p>Filters report contents to include information for specified employees.<br>Supported Values: One or more comma-separated account IDs as returned in the attribute, Employee.Id, of the Employee entity response code.<br><em>Example</em>: <code>employee: 400000000000590202,400000000000590200</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>account_type</td><td>Account type from which transactions are included in the report.<br>Supported Values: AccountsPayable, AccountsReceivable, Bank, CostOfGoodsSold, CreditCard, Equity, Expense, FixedAsset, Income, LongTermLiability, NonPosting, OtherAsset, OtherCurrentAsset, OtherCurrentLiability, OtherExpense, OtherIncome<br><em>Example</em>: <code>account_type: AccountsPayable</code></td></tr></tbody></table>

#### Sales by Class Summary

<table><thead><tr><th width="196.109375">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>customer</td><td><p>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma-separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.<br><em>Example</em>: <code>customer: 400000000000590202,400000000000590200</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>accounting_method</td><td>The accounting method used in the report. Supported Values:Cash, Accrual<br><em>Example</em>: <code>accounting_method: Accrual</code></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>class</td><td><p>Filters report contents to include information for specified classes if so configured in the company file. Supported Values: One or more comma separated class IDs as returned in the attribute, Class.Id, of the Class entity response code.<br><em>Example</em>: <code>class: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>item</td><td><p>Filters report contents to include information for specified items. Supported Values: One or more comma separated item IDs as returned in the attribute, Item.Id,of the Item entity response code.<br><em>Example</em>: <code>item: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br><em>Example</em>: <code>department: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>summarize_column_by</td><td>The criteria by which to group the report results. Supported Values: Total, Month, Week, Days, Quarter, Year, Customers, Vendors, Classes, Departments, Employees, ProductsAndServices</td></tr></tbody></table>

#### Sales by Customer

<table><thead><tr><th width="178.39453125">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>customer</td><td><p>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.<br><em>Example</em>: <code>customer: 400000000000590202,400000000000590200</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>qzurl</td><td>Specifies whether Quick Zoom URL information should be generated for rows in the report. Quick Zoom URL is a hyperlink to another report containing further details about the particular column of data.<br>Supported Values: true, false<br><em>Example</em>: <code>qzurl: false</code></td></tr><tr><td>accounting_method</td><td>The accounting method used in the report. Supported Values: Cash, Accrual<br><em>Example</em>: <code>accounting_method: Cash</code></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>class</td><td><p>Filters report contents to include information for specified classes if so configured in the company file. Supported Values: One or more comma separated class IDs as returned in the attribute, Class.Id, of the Class entity response code.<br><em>Example</em>: <code>class: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>item</td><td><p>Filters report contents to include information for specified items. Supported Values: One or more comma separated item IDs as returned in the attribute, Item.Id,of the Item entity response code.<br><em>Example</em>: <code>item: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br><em>Example</em>: <code>department: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>summarize_column_by</td><td>The criteria by which to group the report results. Supported Values: Total, Month, Week, Days, Quarter, Year, Customers, Vendors, Classes, Departments, Employees, ProductsAndServices</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr></tbody></table>

#### Sales by Department

<table><thead><tr><th width="177.8828125">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>customer</td><td><p>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.<br><em>Example</em>: <code>customer: 400000000000590202,400000000000590200</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>accounting_method</td><td>The accounting method used in the report. Supported Values:Cash, Accrual<br><em>Example</em>: <code>accounting_method: Accrual</code></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>class</td><td><p>Filters report contents to include information for specified classes if so configured in the company file. Supported Values: One or more comma separated class IDs as returned in the attribute, Class.Id, of the Class entity response code.<br><em>Example</em>: <code>class: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>item</td><td><p>Filters report contents to include information for specified items. Supported Values: One or more comma separated item IDs as returned in the attribute, Item.Id,of the Item entity response code.<br><em>Example</em>: <code>item: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br><em>Example</em>: <code>department: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>summarize_column_by</td><td>The criteria by which to group the report results. Supported Values: Total, Month, Week, Days, Quarter, Year, Customers, Vendors, Classes, Departments, Employees, ProductsAndServices</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr></tbody></table>

#### Sales by Product

<table><thead><tr><th width="196.12109375">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>customer</td><td><p>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma-separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.<br><em>Example</em>: <code>customer: 400000000000590202,400000000000590200</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>accounting_method</td><td>The accounting method used in the report. Supported Values: Cash, Accrual<br><em>Example</em>: <code>accounting_method: Cash</code></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>start_duedate</td><td>The range of dates over which receivables are due, in the format YYYY-MM-DD. start_duedate must be less than end_duedate. If not specified, all data is returned.</td></tr><tr><td>end_duedate</td><td>The range of dates over which receivables are due, in the format YYYY-MM-DD. start_duedate must be less than end_duedate. If not specified, all data is returned.</td></tr><tr><td>class</td><td><p>Filters report contents to include information for specified classes if so configured in the company file. Supported Values: One or more comma-separated class IDs as returned in the attribute, Class.Id, of the Class entity response code.<br><em>Example</em>: <code>class: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>item</td><td><p>Filters report contents to include information for specified items. Supported Values: One or more comma separated item IDs as returned in the attribute, Item.Id,of the Item entity response code.<br><em>Example</em>: <code>item: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma-separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br><em>Example</em>: <code>department: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>summarize_column_by</td><td>The criteria by which to group the report results. Supported Values: Total, Month, Week, Days, Quarter, Year, Customers, Vendors, Classes, Departments, Employees, ProductsAndServices</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr></tbody></table>

#### Tax Summary

<table><thead><tr><th width="192.03515625">Query attribute</th><th>String</th></tr></thead><tbody><tr><td><p>agency_id</p><blockquote><p><strong>Required attribute</strong></p></blockquote></td><td>The Id of the agency for which to generate the report. Supported Values:1, 2</td></tr><tr><td>accounting_method</td><td>The accounting method used in the report. Supported Values:Cash, Accrual<br><em>Example</em>: <code>accounting_method: Cash</code></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr></tbody></table>

#### Transaction List

<table><thead><tr><th width="184.6796875">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>payment_method</td><td>Filters report contents based on payment method.<br>Supported Values: Cash, Check, Dinners Club, American Express, Discover, MasterCard, Visa<br><em>Example:</em> <code>payment_method: Check</code></td></tr><tr><td>duedate_macro</td><td>Predefined date range of due dates for balances to include in the report; otherwise, use the start_duedate and end_duedate to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>arpaid</td><td>Supported Values:All, Paid, Unpaid<br><em>Example:</em> <code>arpaid: Unpaid</code></td></tr><tr><td>bothamount</td><td>Filters report contents to include information for specified transaction amount. For example, bothamount=1233.45 limits report contents to transactions of amount 1233.45.<br><em>Example</em>: <code>bothamount: 1233.45</code></td></tr><tr><td>transaction_type</td><td>Filters report contents based transaction type. Supported values include:<br>CreditCardCharge, Check, Invoice, ReceivePayment, JournalEntry, Bill, CreditCardCredit, VendorCredit, Credit, BillPaymentCheck, BillPaymentCreditCard, Charge, Transfer, Deposit, Statement, BillableCharge, TimeActivity, CashPurchase, SalesReceipt, CreditMemo, CreditRefund, Estimate, InventoryQuantityAdjustment, PurchaseOrder, GlobalTaxPayment, GlobalTaxAdjustment, Service Tax Refund, Service Tax Gross Adjustment, Service Tax Reversal, Service Tax Defer, Service Tax Partial Utilisation<br><em>Example</em>: <code>transaction_type: Invoice</code></td></tr><tr><td>docnum</td><td>Filters report contents to include information for specified transaction number, as found in the docnum parameter of the transaction object.</td></tr><tr><td>start_moddate</td><td>(Account List Detail) Specify an explicit account modification report date range, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use the moddate_macro to cover a standard report date range.</td></tr><tr><td>source_account_type</td><td>Account type from which transactions are included in the report.<br>Supported Values: AccountsPayable, AccountsReceivable, Bank, CostOfGoodsSold, CreditCard, Equity, Expense, FixedAsset, Income, LongTermLiability, NonPosting, OtherAsset, OtherCurrentAsset, OtherCurrentLiability, OtherExpense, OtherIncome<br><em>Example</em>: <code>source_account_type: Invoice</code></td></tr><tr><td>group_by</td><td>The field in the transaction by which to group results. Supported Values: Name, Account, Transaction Type, Customer, Vendor, Employee, Location, Payment Method, Day, Week, Month, Quarter, Year, None</td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>start_duedate</td><td>The range of dates over which receivables are due, in the format YYYY-MM-DD. start_duedate must be less than end_duedate. If not specified, all data is returned.</td></tr><tr><td>end_duedate</td><td>The range of dates over which receivables are due, in the format YYYY-MM-DD. start_duedate must be less than end_duedate. If not specified, all data is returned.</td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br><em>Example</em>: <code>department: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>vendor</td><td><p>Filters report contents to include information for specified vendors.<br>Supported Values: One or more comma separated vendor IDs as returned in the attribute, Vendor.Id, of the Vendor object response code.<br><em>Example</em>: <code>vendor: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>memo</td><td>Filters report contents to include information for specified memo.<br>Supported Values: One or more comma separated memo IDs.</td></tr><tr><td>appaid</td><td>Status of the balance.<br>Supported Values: Paid, Unpaid, All<br><em>Example</em>: <code>appaid: Paid</code></td></tr><tr><td>moddate_macro</td><td>Predefined report account modification date range. Use if you want the report to cover a standard report date range when accounts were modified; otherwise, use the start_moddate and end_moddate to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>printed</td><td>Filters report contents based on whether checks are printed or not.<br>Supported Values: Printed, To_be_printed<br><em>Example</em>: <code>printed: Printed</code></td></tr><tr><td>createdate_macro</td><td>Predefined report account create date range. Use if you want the report to cover a standard create report date range; otherwise, use start_createdate and end_createdate to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>cleared</td><td>Filters report contents to include information for specified check status.<br>Supported Values: Cleared, Uncleared, Reconciled, Deposited<br><em>Example</em>: <code>cleared: Cleared</code></td></tr><tr><td>customer</td><td><p>Filters report contents to include information for specified customers.<br>Supported Values: One or more comma separated customer IDs as returned in the attribute, Customer.Id, of the Customer object response code.<br><em>Example</em>: <code>customer: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>qzurl</td><td>Specifies whether Quick Zoom URL information should be generated for rows in the report. Quick Zoom URL is a hyperlink to another report containing further details about the particular column of data.<br>Supported Values: true, false<br><em>Example</em>: <code>qzurl: false</code></td></tr><tr><td>term</td><td><p>Filters report contents based on term or terms supplied.<br>Supported Values: One or more comma separated term IDs as returned in the attribute, Term.Id of the Term object response code.<br><em>Example</em>: <code>term: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>end_createdate</td><td>Specify an explicit account create report date range, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use createdate_macro to cover a standard report date range.</td></tr><tr><td>name</td><td>Filters report contents based on the specified comma-separated list of ids for the name list customer, vendor, or employee objects.<br>Query the Customer, Vendor, or Employee name list resource to determine the list of objects for this reference. Specify values found in Customer.Id, Vendor.Id, and Employee.Id. For example, name=1,4,7 includes data in the report for namelist ids 1, 4, and 7. vendor and employee objects</td></tr><tr><td>sort_by</td><td>The column type used in sorting report rows. Specify a column type as defined with the columns query parameter.</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr><tr><td>start_createdate</td><td>Specify an explicit account create report date range, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use createdate_macro to cover a standard report date range.</td></tr><tr><td>end_moddate</td><td>(Account List Detail) Specify an explicit account modification report date range, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use the moddate_macro to cover a standard report date range.</td></tr></tbody></table>

#### Trial Balance

<table><thead><tr><th width="198.234375">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>accounting_method</td><td>The accounting method used in the report. Supported Values:Cash, Accrual<br><em>Example</em>: <code>accounting_method: Cash</code></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr><tr><td>summarize_column_by</td><td>The criteria by which to group the report results. Supported Values: Total, Month, Week, Days, Quarter, Year, Customers, Vendors, Classes, Departments, Employees, ProductsAndServices</td></tr></tbody></table>

#### Vendor Balance

<table><thead><tr><th width="197.2578125">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>qzurl</td><td>Specifies whether Quick Zoom URL information should be generated for rows in the report. Quick Zoom URL is a hyperlink to another report containing further details about the particular column of data.<br>Supported Values: true, false<br><em>Example</em>: <code>qzurl: true</code></td></tr><tr><td>accounting_method</td><td>The accounting method used in the report. Supported Values:Cash, Accrual<br><em>Example</em>: <code>accounting_method: Cash</code></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>appaid</td><td>Status of the balance. Supported Values: Paid, Unpaid, All<br><em>Example</em>: <code>appaid: Unpaid</code></td></tr><tr><td>report_date</td><td>Start date to use for the report, in the format YYYY-MM-DD.</td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br><em>Example</em>: <code>department: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>summarize_column_by</td><td>The criteria by which to group the report results. Supported Values: Total, Month, Week, Days, Quarter, Year, Customers, Vendors, Classes, Departments, Employees, ProductsAndServices</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr><tr><td>vendor</td><td>Filters report contents to include information for specified vendors. Supported Values: One or more comma separated vendor IDs as returned in the attribute, Vendor.Id, of the Vendor object response code.<br><em>Example</em>: <code>vendor: 2342343240000000333,3232423434000000012121</code><br>Note: please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.<br></td></tr></tbody></table>

#### Vendor Balance Detail

<table><thead><tr><th width="185.86328125">Query attribute</th><th>String</th></tr></thead><tbody><tr><td>term</td><td>Filters report contents based on term or terms supplied. Supported Values: One or more comma separated term IDs as returned in the attribute, Term.Id of the Term object response code.<br><em>Example</em>: <code>term: 2342343240000000333,3232423434000000012121</code><br>Note: please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</td></tr><tr><td>duedate_macro</td><td>Predefined date range of due dates for balances to include in the report; otherwise, use the start_duedate and end_duedate to cover an explicit report date range. Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>start_duedate</td><td>The range of dates over which receivables are due, in the format YYYY-MM-DD. start_duedate must be less than end_duedate. If not specified, all data is returned.</td></tr><tr><td>end_duedate</td><td>The range of dates over which receivables are due, in the format YYYY-MM-DD. start_duedate must be less than end_duedate. If not specified, all data is returned.</td></tr><tr><td>accounting_method</td><td>The accounting method used in the report. Supported Values:Cash, Accrual<br><em>Example</em>: <code>accounting_method: Cash</code></td></tr><tr><td>start_date</td><td>The start date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>end_date</td><td>The end date of the report, in the format YYYY-MM-DD. start_date must be less than end_date. Use if you want the report to cover an explicit date range; otherwise, use date_macro to cover a standard report date range. If not specified value of date_macro is used</td></tr><tr><td>date_macro</td><td>Predefined date range. Use if you want the report to cover a standard report date range; otherwise, use the start_date and end_date to cover an explicit report date range.<br>Supported Values: Today, Yesterday, This Week, Last Week, This Week-to-date, Last Week-to-date, Next Week, Next 4 Weeks, This Month, Last Month, This Month-to-date, Last Month-to-date, Next Month, This Fiscal Quarter, Last Fiscal Quarter, This Fiscal Quarter-to-date, Last Fiscal Quarter-to-date, Next Fiscal Quarter, This Fiscal Year, Last Fiscal Year, This Fiscal Year-to-date, Last Fiscal Year-to-date, Next Fiscal Year</td></tr><tr><td>appaid</td><td>Status of the balance. Supported Values: Paid, Unpaid, All<br><em>Example</em>: <code>appaid: Paid</code></td></tr><tr><td>report_date</td><td>Start date to use for the report, in the format YYYY-MM-DD.</td></tr><tr><td>department</td><td><p>Filters report contents to include information for specified departments if so configured in the company file.<br>Supported Values: One or more comma-separated department IDs as returned in the attribute, Department.Id of the Department object response code.<br><em>Example</em>: <code>department: 2342343240000000333,3232423434000000012121</code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>please use lowercase for the attribute name and don't add space between query parameter values, when specifying multiple values.</p></div></td></tr><tr><td>sort_by</td><td>The column type used in sorting report rows. Specify a column type as defined with the columns query parameter.</td></tr><tr><td>sort_order</td><td>The sort order. Supported Values: ascend, descend</td></tr><tr><td>vendor</td><td>Filters report contents to include information for specified vendors. Supported Values: One or more comma-separated vendor IDs as returned in the attribute, Vendor.Id, of the Vendor object response code.<br><em>Example</em>: <code>vendor: 2342343240000000333,3232423434000000012121</code></td></tr></tbody></table>
