QuickBooks
QUICKBOOKS_CREATE_INVOICE
Tool to create a new invoice in QuickBooks. Use after confirming customer and item details.
Remote quickbooks
Remote (network-hosted)
Other tools also called QUICKBOOKS_CREATE_INVOICE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"lines": {
"type": "array",
"items": {
"type": "object",
"properties": {},
"additionalProperties": true
},
"title": "Lines",
"description": "List of invoice line item objects. Each item must include at least: 'DetailType', 'Amount', and 'SalesItemLineDetail' with an 'ItemRef.value'."
},
"customer_id": {
"type": "string",
"title": "Customer Id",
"description": "ID of the customer to invoice (CustomerRef.value)"
},
"minorversion": {
"type": "integer",
"title": "Minorversion",
"default": null,
"nullable": true,
"description": "Optional minorversion query parameter to control API behavior"
}
}
}