Xero MCP Server

Official
by XeroAPI
Verified

create-invoice

Generate and send invoices in Xero by specifying contact details and line items. Ensure accurate billing and streamline financial transactions with this tool.

Instructions

Create an invoice in Xero.

Input Schema

NameRequiredDescriptionDefault
contactIdYes
lineItemsYes
referenceNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contactId": { "type": "string" }, "lineItems": { "items": { "additionalProperties": false, "properties": { "accountCode": { "type": "string" }, "description": { "type": "string" }, "quantity": { "type": "number" }, "taxType": { "type": "string" }, "unitAmount": { "type": "number" } }, "required": [ "description", "quantity", "unitAmount", "accountCode", "taxType" ], "type": "object" }, "type": "array" }, "reference": { "type": "string" } }, "required": [ "contactId", "lineItems" ], "type": "object" }

You must be authenticated.

Other Tools from Xero MCP Server

Related Tools

ID: 4rsnaczg6q