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": "4540df61-980d-4782-b0a6-d7d941ad98ba", "To": "41936a78-fef9-4571-9c76-43a43283b0af", "Type": 3, "Style": 0, "Lag": 4, "LagUnit": "sample string 5", "Bidirectional": true, "Description": "sample string 7", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.PlanDependency", "id": "c02d945d-853f-4552-af43-c85cd8c12f83", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "66bbb750-2ef3-4b45-9199-c95922f74502", "_ts": 638878376964011510 }
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": "c5a0d065-ff08-4133-9154-341e27338d70", "ConfigId": "f04ac2ff-64a6-4457-823b-121dedb5e71d" }