QuickBooks
QUICKBOOKS_VENDOR_BALANCE_REPORT
Get the balance report of a vendor in QuickBooks with the given vendor ID.
Remote quickbooks
Remote (network-hosted)
Other tools also called QUICKBOOKS_VENDOR_BALANCE_REPORT?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"qzurl": {
"type": "string",
"title": "Qzurl",
"default": null,
"nullable": true,
"description": "Specifies whether Quick Zoom URL information should be generated for rows in the report."
},
"appaid": {
"enum": [
"All",
"Paid",
"Unpaid"
],
"type": "string",
"title": "Arpaid",
"default": null,
"nullable": true,
"description": "Status of the balance."
},
"date_macro": {
"enum": [
"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"
],
"type": "string",
"title": "DateMacro",
"default": null,
"nullable": true,
"description": "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."
},
"sort_order": {
"enum": [
"ascend",
"descend"
],
"type": "string",
"title": "SortOrder",
"default": null,
"nullable": true,
"description": "The sort order."
},
"vendor_ids": {
"type": "array",
"items": {
"type": "string",
"properties": {}
},
"title": "Vendor Ids",
"default": null,
"nullable": true,
"description": "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."
},
"report_date": {
"type": "string",
"title": "Report Date",
"default": null,
"nullable": true,
"description": "Start date to use for the report, in the format YYYY-MM-DD."
},
"department_ids": {
"type": "array",
"items": {
"type": "string",
"properties": {}
},
"title": "Department Ids",
"default": null,
"nullable": true,
"description": "One or more comma separated department IDs. Filters report contents to include information for specified departments if so configured in the company file. "
},
"accounting_method": {
"enum": [
"Cash",
"Accrual"
],
"type": "string",
"title": "AccountingMethod",
"default": null,
"nullable": true,
"description": "The accounting method used in the report. "
},
"summarize_column_by": {
"enum": [
"Total",
"Month",
"Week",
"Days",
"Quarter",
"Year",
"Customers",
"Vendors",
"Classes",
"Departments",
"Employees",
"ProductsAndServices"
],
"type": "string",
"title": "SummarizeColumnBy",
"default": null,
"nullable": true,
"description": "The criteria by which to group the report results."
}
}
}