upsert
Create or update single or multiple records in a specified 4D dataclass with one API call.
Instructions
Create or update records in a 4D dataclass
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Record data to create or update (object for single record, array for multiple) | |
| dataClass | Yes | Name of the dataclass |