wafeq_payslips_partial_update
Partially update an existing payslip by ID, changing only the fields you specify—such as status, pay items, currency, or date—without affecting the rest.
Instructions
🟡 WRITE · updates data · Payslips · PATCH /payslips/{id}/
Partial update payslip
Endpoint for partially updating an existing payslip.
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. |