Resource Fields
|
PII |
SI |
Field |
Description |
Format |
|---|---|---|---|---|
|
|
|
id |
The “id” field identifies a specific entity within the API context. It is automatically generated, immutable, and read-only. It can be used as a search filter to retrieve data based on a list of values. This field is also called “dependencyId” when used as a path parameter. |
Max Length: 10 |
|
|
|
multistageGroup |
Identifies the multistage group to which the dependency belongs. |
Max Length: 10 |
|
|
|
sourceOperation |
Identifies the source multistage operation to which the dependency refers. |
Max Length: 10 |
|
|
|
targetOperation |
Identifies the target multistage operation to which the dependency refers. |
Max Length: 10 |
|
|
|
type |
Specifies the type of multistage group dependency. |
Max Length: 10 |
|
|
|
minOffset |
Specifies the minimum offset for the multistage group dependency. |
Max Length: 10 |
|
|
|
maxOffset |
Specifies the maximum offset for the multistage group dependency. |
Max Length: 10 |
|
|
|
critical |
Indicates whether the multistage group dependency is critical. |
|
|
|
|
excludeCalendarHolidays |
Indicates whether calendar holidays must be excluded from the multistage group dependency. |
|
|
|
|
excludeOperationCenterHolidays |
Indicates whether operation center holidays must be excluded from the multistage group dependency. |
|
API list
-
GET /work-orders/multistages/r1/groups/{groupId}/dependencies -
GET /work-orders/multistages/r1/groups/{groupId}/dependencies/{dependencyId} -
POST /work-orders/multistages/r1/groups/{groupId}/dependencies -
PATCH /work-orders/multistages/r1/groups/{groupId}/dependencies/{dependencyId} -
DELETE /work-orders/multistages/r1/groups/{groupId}/dependencies/{dependencyId}