NextGen APIs

POST /work-orders/multistages/r1/groups

Http Verb

POST

Url

/work-orders/multistages/r1/groups

Permissions required

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
It enforces these rules before insertion. If any check fails, it returns a domain validation error.

  1. Field validation checks:

    1. Operation center must be not null

    2. Origin Type is not mandatory in input, if not setted the default value REST (4) is used for API’s.

    3. Color is not mandatory in input, if not setted the default value #0091BF is used for API’s.

    4. External code and external system must be both null or setted

  2. Validates Operation center visibility rules

  3. Uniqueness checks on evaluated code

  4. Uniqueness checks on external code and external system pair

Path Parameters

None

Query String Parameters

None

Header Parameters

Default.

Request Body

Field

Validations

Note

operationCenterId

Not Null

 

multistageWorkCycleId

 

 

code



description



note



color



externalCode



externalSystemId



Response documentation

Response payload fields

Field

Note

id

Id referred to created multistage group

Response error codes

BASE_0001, BASE_0003, BASE_0006, C270_1450, MULTISTAGE_005, MULTISTAGE_006, MULTISTAGE_007, MULTISTAGE_008