sap_create_entity
Create new entities in SAP OData services by specifying the service, entity set, and data payload for insertion.
Instructions
Create a new entity in an entity set
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serviceName | Yes | Name of the OData service | |
| entitySet | Yes | Name of the entity set | |
| data | Yes | Entity data to create |