Pursue to a Delivery Note
lexware_pursue_delivery_noteCreate a delivery note as a follow-up to a quotation or order confirmation by providing the preceding voucher's UUID and the delivery note data.
Instructions
Create a new delivery note as a follow-up to a preceding quotation or order confirmation. Maps to the documented POST /delivery-notes?precedingSalesVoucherId={id} endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| precedingSalesVoucherId | Yes | UUID of the preceding sales voucher (quotation or order confirmation) that this delivery note is pursued from. | |
| body | Yes | Delivery note JSON body. Same shape as lexware_create_delivery_note. See Lexware API docs for full schema. |