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": "06459d21-40bb-46d8-8596-3d58cb88e1fa",
"To": "8f355f71-8cfb-47a7-b6c6-dec63b5076e0",
"Type": 3,
"Style": 0,
"Lag": 4,
"LagUnit": "sample string 5",
"Bidirectional": true,
"Description": "sample string 7",
"__app__": "WORKPLANNER",
"__entity_kind__": "WorkPlanner.Models.PlanDependency",
"id": "5d80ae5c-8393-4355-abb6-cce87eb1b764",
"RestoreFromId": "00000000-0000-0000-0000-000000000000",
"ConfigId": "b0ac622e-f64c-40d9-beac-07a0c9a4fab8",
"_ts": 0
}
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": "009bd57a-045a-4842-ad1d-7541ffc040cc",
"ConfigId": "32c0f56f-059d-42e5-8e45-077540aad482"
}