CPI Write (create/update/delete any entity)
cpi_writePerform create, update, or delete operations on any SAP Cloud Integration OData endpoint, with mandatory confirmation to prevent accidental changes.
Instructions
Low-level create/update/delete against any CPI OData path. Requires ALLOW_WRITE. Every call (POST/PUT/DELETE/MERGE) requires confirm=true. Provide 'path' relative to /api/v1 (e.g. "/IntegrationPackages('X')").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body object (for POST/PUT/MERGE). | |
| path | Yes | Path relative to /api/v1, e.g. /NumberRanges or /Variables(...). | |
| method | Yes | ||
| confirm | No | Required true for every call, not just DELETE. |