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": "dd86d077-64e6-4f7c-9bee-bad8cdda745a",
"To": "77b0f841-4037-425d-bcd3-1e6c68deb87a",
"Type": 3,
"Style": 0,
"Lag": 4,
"LagUnit": "sample string 5",
"Bidirectional": true,
"Description": "sample string 7",
"__app__": "WORKPLANNER",
"__entity_kind__": "WorkPlanner.Models.PlanDependency",
"id": "8e38038c-e896-4a3f-a65e-a18812d08295",
"RestoreFromId": "00000000-0000-0000-0000-000000000000",
"ConfigId": "3a49dc1b-fee9-4467-a1f7-493a84300657",
"_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": "6307ac82-a5ef-4cf2-9977-af8daef23495",
"ConfigId": "85195206-ebf1-4807-a15f-d4e63442b926"
}