Creates A generic form

Creates A generic form

Creates a generic form

Request
URI
POST
https:///advanced-designer-service/api/forms
COPY
Request Body

The form to save

GenericForm of type(s) application/json
Required
{
    "layout": {
        "pages": [
            {
                "id": "string",
                "label": "string",
                "state": {
                    "dependencies": [
                        "string"
                    ],
                    "facets": [
                        {}
                    ]
                },
                "sections": [
                    {
                        "designerHidden": "boolean",
                        "id": "string",
                        "label": "string",
                        "state": {
                            "dependencies": [
                                "string"
                            ],
                            "facets": [
                                {}
                            ]
                        },
                        "rows": [
                            {
                                "items": [
                                    {
                                        "size": "integer"
                                    }
                                ]
                            }
                        ]
                    }
                ]
            }
        ]
    },
    "name": "string",
    "description": "string",
    "id": "string",
    "tenant": "string"
}
layout
Optional

layout

string
name
Required

name

string
description
Optional

description

string As uuid As uuid
id
Optional

id

string
tenant
Required

tenant

Responses
200

successful operation

Operation doesn't return any data structure

201
Operation doesn't return any data structure