xero_create_receipt
Create a receipt in Xero for later batch expense claims. Capture vendor details, amounts, and descriptions to organize multiple receipts into a single claim submission.
Instructions
Create a receipt WITHOUT submitting as expense claim - use this to batch multiple receipts into one claim later
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vendorName | Yes | Name of the vendor | |
| vendorEmail | No | Email of the vendor (optional) | |
| amount | Yes | Total amount of the expense | |
| description | Yes | Description of the expense | |
| accountCode | No | Xero expense account code (e.g., '620' for meals) | |
| date | No | Receipt date (YYYY-MM-DD) | |
| reference | No | Reference number from the receipt | |
| userId | No | Xero user ID (optional, uses first user if not specified) |