wafeq_payslips_update
Update an existing Wafeq payslip by providing its ID and the fields to change, including pay items, currency, employee, dates, or status.
Instructions
๐ก WRITE ยท updates data ยท Payslips ยท PUT /payslips/{id}/
Update payslip
Endpoint for updating an existing payslip.
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. |