Language: Deutsch · English
Create a BO via REST – fetch a blank via defaultGeneration and POST it to insert.
HOW-TO DEVELOPER UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X
On this page
To create a record, first fetch a blank via the defaultGeneration link (boGenerations/{boMetaId}). Nuclos pre-fills it with the configured default values and lists all possible attributes – anything not needed can be removed.
Reference attributes
Pitfall: reference attributes (e.g. customer) must contain the id. The name field is not mandatory but must be at least an empty string "".
Send the object via POST to the insert link contained in the blank (equals the BO list link /bos/{boMetaId}). The response contains the created object including its id.