wafeq_bills_partial_update
Update specific fields on an existing bill, such as status, dates, line items, or notes, without replacing the entire document. Modify only what needs changing to keep bill data accurate.
Instructions
๐ก WRITE ยท updates data ยท Bills ยท PATCH /bills/{id}/
Partial update bill
Endpoint for partially updating an existing bill.
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. |