NextGen APIs

POST /documents/dynamic-forms/r1/templates

Http Verb

POST

Url

/documents/dynamic-forms/r1/templates

Permissions required


Personally Identifiable Information (PII)

No

Sensitive Information

No

Last Modified Version

r1

Released since

2026 W1 (FSM 22.0)

Deprecated since


Removed since


Tech Tags


Business Logic

This API manages the creation of a new dynamic forms template.

The validations are:

  • Code must not be null and unique

  • Description must not be null

  • SheetMobileGenerable must not be null

  • If active is set as null, true will be the default value

Returns the ID of the created template.

Header Parameters

Default.

Request Body Parameters

Field

Notes

code


description


active


sheetScope


note


sheetMobileGenerable


type


enableSheetLock


Response documentation

Response payload fields

Field

Note

Example value

payload

Id of the created dynamic forms template id

{
  "id": 1
}

Response error codes

NOT_FOUND, BASE_0001, BASE_0006, BASE_0007, BASE_0010