update_sales_quotation
Update an existing TallyPrime sales quotation by voucher number, replacing item lines, party, order number, and narration to keep records accurate.
Instructions
Update an existing Sales Quotation in TallyPrime, replacing its item lines, party, order number, and narration. Same fields as create_sales_quotation, plus voucherNumber. Same matching/collision caveats as update_sales_order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Existing quotation's date in DD-MM-YYYY format | |
| items | Yes | One entry per line — replaces all existing lines. | |
| narration | No | Narration / description | |
| orderNumber | Yes | REQUIRED — the order reference shown as 'Order no.' in Tally's UI. | |
| partyLedger | Yes | Prospective customer ledger name | |
| voucherNumber | Yes | Exact voucher number of the quotation to update |