wafeq_cost_centers_partial_update
Update selected fields of an existing cost center—like Arabic/English names or active status—while leaving other data unchanged.
Instructions
🟡 WRITE · updates data · Cost Centers · PATCH /cost-centers/{id}/
Partial update cost center
Endpoint for partially updating an existing cost center.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Request body (application/json). | |
| 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. |