Create Quotation
lexware_create_quotationCreate a new quotation in Lexware. Provide voucher date, expiration date, address, line items, total price, and tax conditions to generate a quotation via the Lexware Office API.
Instructions
Create a new quotation in Lexware.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Quotation JSON body. Key fields: voucherDate, expirationDate, address (object with contactId or manual fields), lineItems (array with name, quantity, unitPrice, etc.), totalPrice (object), taxConditions (object). See Lexware API docs for full schema. |