v1

latestOpenAPI 3.0.02026-08-064842333.5 MB
General

Create an Object

Creates an object. Only one object can be added per request (unless batched).

<!-- theme: info -->

Information: Some object types may be blocked from being added by the update command as special processing is done by a dedicated manager command.

post/add/{TypeCode}

Request body

dataobject required

The initial values of the object. The request needs to contain all fields that are part of the business key for that object and all non-nullable fields.

operationstring required

Must be add, null, or omitted.

Response

OK