POST api/workplan/dependency/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
PlanDependencyName | 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": "db547df9-ff72-4a36-a861-7ef20a6bc047", "To": "6b6b59ac-2fe3-40c7-a81a-f417da21b8fe", "Type": 3, "Style": 0, "Lag": 4, "LagUnit": "sample string 5", "Bidirectional": true, "Description": "sample string 7", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.PlanDependency", "id": "4e6197af-fd82-4561-8e73-af6df7cf2c18", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "651853c9-866d-486a-a66b-1b138f7323ba", "_ts": 638925189762440117 }
Response Information
Resource Description
PlanDependencyName | 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": "bff2c574-111e-4c83-a7db-e9d57aebe5e3", "ConfigId": "861da826-ffdb-4e94-9932-4c910a19cb67" }