{
"entity": "string",
"isDefault": true,
"isPrototype": true,
"name": "string",
"view": "PrimaryView",
"root": {
"type": "Group",
"header": "string",
"groups": [
{
"type": "Group",
"title": "string",
"fields": [
{
"key": "string",
"header": "string",
"type": "Text",
"displayAs": "Text",
"lookUp": {
"entity": "string",
"property": "string"
}
}
],
"groups": [
{}
],
"alignment": "string",
"innerAlignment": "string"
}
]
}
}
curl --location --request POST 'https://platform.shopranos.eu/api/designer/form' \
--header 'Content-Type: application/json' \
--data-raw '{
"entity": "string",
"isDefault": true,
"isPrototype": true,
"name": "string",
"view": "PrimaryView",
"root": {
"type": "Group",
"header": "string",
"groups": [
{
"type": "Group",
"title": "string",
"fields": [
{
"key": "string",
"header": "string",
"type": "Text",
"displayAs": "Text",
"lookUp": {
"entity": "string",
"property": "string"
}
}
],
"groups": [
{}
],
"alignment": "string",
"innerAlignment": "string"
}
]
}
}'
{}