payroll_gross_pay_items_update
Update a gross pay item's name, description, amount, and active status by providing the item ID and a payload. Confirm the update to apply changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Gross pay item ID | |
| payload | Yes | Gross pay item update payload | |
| _confirmed | No | Set to true to confirm this write operation |