wafeq_quotes_update
Update existing Wafeq quotes by providing the quote ID and revised details like contact, currency, line items, date, and number. Modify status, notes, discounts, or attachments to keep quote data accurate.
Instructions
๐ก WRITE ยท updates data ยท Quotes ยท PUT /quotes/{id}/
Update quote
Endpoint for updating an existing quote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | Adds nested create feature | |
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |