Nuclos REST create: defaultGeneration, boGenerations, blank, insert, POST, reference attribute id, name. |
Language: Deutsch · English
Create a BO via REST – fetch a blank via defaultGeneration and POST it to insert.
Auf dieser Seite |
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.
Pitfall: reference attributes (e.g. |
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.