create-quote
Generate sales quotes in Xero with contact details and line items, returning a direct link to view the created quote.
Instructions
Create a quote in Xero. When a quote is created, a deep link to the quote in Xero is returned. This deep link can be used to view the quote in Xero directly. This link should be displayed to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | ||
| lineItems | Yes | ||
| reference | No | ||
| quoteNumber | No | ||
| terms | No | ||
| title | No | ||
| summary | No |