POST api/workplan/dependency
Request Information
URI Parameters
None.
Body Parameters
PlanDependency| Name | 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": "f6fbd984-756a-4e56-b45f-2970b4252624",
"To": "f6b52eae-d782-49a9-9335-34bf15f666af",
"Type": 3,
"Style": 0,
"Lag": 4,
"LagUnit": "sample string 5",
"Bidirectional": true,
"Description": "sample string 7",
"__app__": "WORKPLANNER",
"__entity_kind__": "WorkPlanner.Models.PlanDependency",
"id": "ebfcdf83-5a68-4ace-8e0a-43e8c5e5fe75",
"RestoreFromId": "00000000-0000-0000-0000-000000000000",
"ConfigId": "245f1bef-999e-49b0-88cc-6fe6d5dfeb1d",
"_ts": 639133369325711492
}
Response Information
Resource Description
PlanDependency| Name | 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": "25c2db67-2c94-4cb9-be60-5657a17c72a9",
"ConfigId": "b7ba9472-661f-402c-84bd-d098ea38e959"
}