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": "6e06cded-8079-47b7-baab-684eedc44656", "To": "71f2e113-f401-4eed-9d4c-30c757856e74", "Type": 3, "Style": 0, "Lag": 4, "LagUnit": "sample string 5", "Bidirectional": true, "Description": "sample string 7", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.PlanDependency", "id": "43b24805-fbc5-41c2-9ca6-3c87bb4508a6", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "8daa170a-3ec4-472a-8fc1-578dd5e8049d", "_ts": 638925190621740461 }
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": "51c5e7a6-5312-47a1-af67-5dd023864df5", "ConfigId": "327ee1cf-a280-4e05-937c-4023ab29b0f8" }