Pursue to an Order Confirmation
lexware_pursue_order_confirmationCreate an order confirmation from a preceding quotation to formalize the sales process and confirm customer terms.
Instructions
Create a new order confirmation as a follow-up to a preceding quotation. Maps to the documented POST /order-confirmations?precedingSalesVoucherId={id} endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| precedingSalesVoucherId | Yes | UUID of the preceding quotation that this order confirmation is pursued from. | |
| body | Yes | Order confirmation JSON body. Same shape as lexware_create_order_confirmation. See Lexware API docs for full schema. |