Update a PowerOffice customer
poweroffice_update_customerApply JSON Patch updates to an existing customer after receiving explicit confirmation for the exact changes.
Instructions
Update one customer with JSON Patch at PATCH /Customers/{id}. Only mutable CustomerPatchDto paths are accepted. Set confirm=true only after the user has explicitly approved the exact changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| patch | Yes | ||
| confirm | Yes | Required explicit confirmation that these exact customer changes may be applied |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource | Yes |