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": "8c7d18b2-2f95-4df2-9099-0bdeae3d346c", "To": "a5395ee6-6107-4961-a3c5-efa50e9f5cca", "Type": 3, "Style": 0, "Lag": 4, "LagUnit": "sample string 5", "Bidirectional": true, "Description": "sample string 7", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.PlanDependency", "id": "ac92e794-cf54-48d0-9ead-601cb1c165e3", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "4a9c804d-84c5-4ea5-a588-323d80680804", "_ts": 638964622910674910 }
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": "99e1739b-c31d-4ad6-9dd8-6782578b71c6", "ConfigId": "2f064333-1a55-4836-8f42-c80f7d311fee" }