Create DataForm from Library
Creates a new DataForm for the tenant based on a library template. Automatically creates the form category if it doesn't exist. Re-imports of the same library item are supported and produce a fresh row with the supplied NameSuffix appended (or auto '(N)' when omitted).
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| libraryCode* | path string | |
Request Body
{
"nameSuffix": "string"
}
Responses
201 Created
401 Unauthorized – Invalid or missing API key
404 Not Found