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": "8cceae72-b46a-4b43-897a-603c5d8fa9ac",
"To": "734ba47d-8216-46e7-8660-78ec0f3e7bcf",
"Type": 3,
"Style": 0,
"Lag": 4,
"LagUnit": "sample string 5",
"Bidirectional": true,
"Description": "sample string 7",
"__app__": "WORKPLANNER",
"__entity_kind__": "WorkPlanner.Models.PlanDependency",
"id": "62712137-4f9c-412a-8763-291be46c0343",
"RestoreFromId": "00000000-0000-0000-0000-000000000000",
"ConfigId": "bf6be88a-cce9-46c3-97e7-333da30e2dbf",
"_ts": 639055514639104122
}
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": "907e11fc-b032-41ef-b33b-459a89a11f85",
"ConfigId": "2403e270-d1aa-4eeb-9be0-7fb6fd62b8bc"
}