Create Quotation
lexware_create_quotationCreate a new quotation in Lexware by specifying voucher and expiration dates, customer address, line items with quantities and prices, and total price.
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. |