POST api/workplan/dependency
Request Information
URI Parameters
None.
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": "bb44bf40-5f2d-41c4-b675-1d804cb05d51", "To": "5dbc3e69-ceda-47a2-ada9-204a3294dab0", "Type": 3, "Style": 0, "Lag": 4, "LagUnit": "sample string 5", "Bidirectional": true, "Description": "sample string 7", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.PlanDependency", "id": "f30983fd-d694-43bb-9f92-c0360517db1a", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "91cb695c-a7fa-4c77-b966-e45a95e37223", "_ts": 638882638180453556 }
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": "ff10d31a-4053-40fd-896a-994b1a6b9e6b", "ConfigId": "0c72fe05-cac6-4036-9a0d-c15e78ad3838" }