NextGen APIs

PATCH /documents/dynamic-forms/r1/templates/{templateId}/working-copies/models

Http Verb

PATCH

Url

/documents/dynamic-forms/r1/templates/{templateId}/working-copies/models

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 updates an existing working copy model of the requested template.

Returns the ID of the updated working copy model of the requested template.

Path Parameters

Field

templateId

Header Parameters

Default.

Request Body Parameters

Field

Notes

type

Object containing the node structure. Node structure is different for each type of node, check the documentation here: Dynamic Forms Sheets: Node Types

properties

Object: { String code, LocalizedString description, String color, String note}

expressions

Object: { String visible, String readonly, String mandatory, String initialValue, String computedValue, Long evaluationOrder String showOnSummary, String namingConvention }

status

Object { boolean visible, boolean readonly, boolean mandatory}

Response documentation

Response error codes

NOT_FOUND, BASE_0001, BASE_0006, BASE_0007, BASE_0010