Create Credit Note
lexware_create_credit_noteCreate a new credit note in Lexware by providing voucher details, line items, and pricing. Automates credit note generation with structured JSON input.
Instructions
Create a new credit note in Lexware.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Credit 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. |