POST api/workplan/dependency
Request Information
URI Parameters
None.
Body Parameters
PlanDependency| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
|
| From | globally unique identifier |
None. |
|
| To | globally unique identifier |
None. |
|
| Type | integer |
None. |
|
| Style | PlanDependencyStyle |
None. |
|
| Lag | integer |
None. |
|
| LagUnit | string |
None. |
|
| Bidirectional | boolean |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"From": "2ac6298f-76fc-400e-906e-6a6bfb1363e7",
"To": "bb8c7295-4dcf-4ed3-98f4-e3c70b32fed9",
"Type": 3,
"Style": 0,
"Lag": 4,
"LagUnit": "sample string 5",
"Bidirectional": true,
"Description": "sample string 7",
"__app__": "WORKPLANNER",
"__entity_kind__": "WorkPlanner.Models.PlanDependency",
"id": "fbf9b2d9-6b08-4544-af14-839077d679a8",
"RestoreFromId": "00000000-0000-0000-0000-000000000000",
"ConfigId": "a635ce5c-a243-4bd3-b4ee-21180fc5812b",
"_ts": 639162731222290367
}
Response Information
Resource Description
PlanDependency| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
|
| From | globally unique identifier |
None. |
|
| To | globally unique identifier |
None. |
|
| Type | integer |
None. |
|
| Style | PlanDependencyStyle |
None. |
|
| Lag | integer |
None. |
|
| LagUnit | string |
None. |
|
| Bidirectional | boolean |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "70a2eb77-3a16-42b5-a8d7-01f13288ecdd",
"ConfigId": "5df563ef-2fa6-4d83-b360-c2b1afcb1e39"
}