NextGen APIs

PATCH /work-orders/multistages/r1/groups/{groupId}/dependencies/{dependencyId}

Http Verb

PATCH

Url

/work-orders/multistages/r1/groups/{groupId}/dependencies/{dependencyId}

Permissions required

Multistage Module: fsm.multistage

Permissions:

  • fsm.multistage.view

  • fsm.multistage.edit

Personally Identifiable Information (PII)

No

Sensitive Information

No

Last Modified Version

r1

Released since

2026 W3 (FSM 24.0)

Deprecated since


Removed since


Tech Tags


Business Logic

This API modify an existing multistage group dependency.

It enforces these rules before insertion. If any check fails, it returns a domain validation error.

  1. Consistency checks:

    1. Cannot insert a dependency with same operation source and operation target

    2. Cannot cycles be present in multistage dependencies network

    3. Cannot insert duplicate dependencies in same operations

  2. Implicit controls for group, multistage operations, wo operation and wo header consistency

Path Parameters

Field

Note

groupId


dependencyId


Header Parameters

Default.

Request Body Parameters

Field

Validations

Note

minOffset

NotNull and it must be >= 0


maxOffset

It must be >= 0

 

critical

NotNull

 

excludeCalendarHolidays


 

excludeOperationCenterHolidays



Response documentation

Response error codes

BASE_0001, BASE_0003, BASE_0006, MULTISTAGE_001, MULTISTAGE_011, MULTISTAGE_012, MULTISTAGE_013, MULTISTAGE_014