POST api/workplan/dependency/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

PlanDependency
NameDescriptionTypeAdditional 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": "2ad76217-4533-4cdf-8595-1318a9855131",
  "To": "eb4c8e11-e7e4-4411-b965-6dcf9de81b18",
  "Type": 3,
  "Style": 0,
  "Lag": 4,
  "LagUnit": "sample string 5",
  "Bidirectional": true,
  "Description": "sample string 7",
  "__app__": "WORKPLANNER",
  "__entity_kind__": "WorkPlanner.Models.PlanDependency",
  "id": "c7110c75-f584-488f-bcca-c424787c95a2",
  "RestoreFromId": "00000000-0000-0000-0000-000000000000",
  "ConfigId": "909a13d1-8bf1-4934-99cd-c53093fd1fd9",
  "_ts": 638648374340323818
}

Response Information

Resource Description

PlanDependency
NameDescriptionTypeAdditional 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": "754ee6b2-ad84-4199-b372-f4f2f7f92af2",
  "ConfigId": "ed930b82-30eb-4812-9c9c-2785023e93ea"
}