save
Create (no id) or update (with id) one row of a writable entity: leadTime, materialPrices, operatorSettings, paymentTerm, postProcessing, processPrices, shippingMethod, taxComponent, taxJurisdiction, typescriptEquation. Field list and rules per entity: describeQueryableFields(entity). Some updates change live behaviour at once (e.g. overwriting a live pricing equation); the reply says when that happened.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Id of the existing row to update. Omit to create a new row. | |
| data | Yes | The fields to write. Call describeQueryableFields(entity) for the field list per entity. | |
| entity | Yes | Entity to write. One of: leadTime, materialPrices, operatorSettings, paymentTerm, postProcessing, processPrices, shippingMethod, taxComponent, taxJurisdiction, typescriptEquation. The server validates this value; describeDataModel names the current writable set. |