POST api/workplan/dependency/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "068b98ec-61e4-4ac4-ade2-b2aa3e1ae06f",
"To": "d495be8d-1f59-4752-a8a6-ec90c726f240",
"Type": 3,
"Style": 0,
"Lag": 4,
"LagUnit": "sample string 5",
"Bidirectional": true,
"Description": "sample string 7",
"__app__": "WORKPLANNER",
"__entity_kind__": "WorkPlanner.Models.PlanDependency",
"id": "e9c9381b-dd05-4138-9858-07ca1ef3fc88",
"RestoreFromId": "00000000-0000-0000-0000-000000000000",
"ConfigId": "6546852b-a133-48dc-a405-a57438903331",
"_ts": 639053815985865726
}
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": "5b62b94c-a699-48cd-ae28-08094cef3507",
"ConfigId": "fdf0cb84-a958-4768-a499-f24c958eb959"
}