update-quote
Modify draft quotes in Xero by updating line items, reference details, and terms. All line items must be provided in the update request.
Instructions
Update a quote in Xero. Only works on draft quotes. All line items must be provided. Any line items not provided will be removed. Including existing line items. Do not modify line items that have not been specified by the user. When a quote is updated, 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 |
|---|---|---|---|
| quoteId | Yes | ||
| lineItems | No | All line items must be provided. Any line items not provided will be removed. Including existing line items. Do not modify line items that have not been specified by the user | |
| reference | No | ||
| terms | No | ||
| title | No | ||
| summary | No | ||
| quoteNumber | No | ||
| contactId | No | ||
| date | No | ||
| expiryDate | No |