wafeq_quotes_partial_update
Update specific fields of an existing Wafeq quote, such as status, notes, line items, or currency, without replacing the entire quote. Provide the quote ID and send only the changes needed.
Instructions
๐ก WRITE ยท updates data ยท Quotes ยท PATCH /quotes/{id}/
Partial update quote
Endpoint for partially updating an existing quote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | 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. |