Create Delivery Note
lexware_create_delivery_noteCreate a delivery note in Lexware by providing a JSON body with key fields such as voucherDate, address, lineItems, and totalPrice.
Instructions
Create a new delivery note in Lexware.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Delivery note JSON body. Key fields: voucherDate, 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. |