NextGen APIs

POST /documents/dynamic-forms/r1/sheets/{sheetId}/operations

Http Verb

POST

Url

/documents/dynamic-forms/r1/sheets/{sheetId}/operations

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 associates a dynamic forms sheet to a work order operation.

The validations are:

  • workOrderOperationId must not be null

Returns the ID of the sheet.

Path Parameters

Field

sheetId

Header Parameters

Default.

Request Body Parameters

Field

Notes

workOrderOperationId

Required. ID of the work order operation to associate

Response documentation

Response payload fields

Field

Note

Example value

payload

Id of the dynamic forms sheet

{
  "id": 1
}

Response error codes

NOT_FOUND, BASE_0001, BASE_0006, BASE_0007, BASE_0010