wafeq_bills_update
Update an existing bill in Wafeq by supplying its ID and the fields to change. Fix bill dates, line items, currency, or status to maintain accurate financial records.
Instructions
๐ก WRITE ยท updates data ยท Bills ยท PUT /bills/{id}/
Update bill
Endpoint for updating an existing bill.
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. |