NextGen APIs

POST /work-orders/multistages/r1/groups/{groupId}/operations

Http Verb

POST

Url

/work-orders/multistages/r1/groups/{groupId}/operations

Permissions required

Permissions:

  • fsm.multistage

  • 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 logically insert a multistage group operation.

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

  1. Operation center must be enabled for multistage operations

  2. WO Operation checks:

    1. Maximum number of WO operations enabled on the group has been reached

    2. WO Operation activity already belongs to another multistage group

    3. Operation Center and WO Operation must be consistent

    4. WO Operation is invalid if it is a by-order operation

    5. WO Operation is invalid if it is a booking operation

    6. WO Operation is invalid if it is associated with any enterprise

    7. WO Operation is invalid if it is not associated with any Accounting Management

    8. WO Operation is invalid if it is multi-day

    9. WO Operation is invalid if it belongs to any active bundler

  3. Activity state validity checks: the activity state must be one of OPEN, SCHEDULABLE, or TO_RESCHEDULE

  4. Implicit validations apply if the group, WO operation, or WO header is not found

Path Parameters

Field

Note

groupId


Query String Parameters

None

Header Parameters

Default.

Request Body

Field

Validations

Note

workOrderOperation

Not Null

 

critical

Not Null


ordering



code

Not Null


Response documentation

Response payload fields

Field

Note

id

Id referred to created multistage group operation

Response error codes

BASE_0001, BASE_0003, BASE_0006, MULTISTAGE_001