Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The related base task identifier.

integer

Required

Body Parameters

The related base task.

Pico.RelatedBaseTask
NameDescriptionTypeAdditional information
childBaseTask

Gets or sets the child condition identifier.

integer

None.

parentBaseTask

Gets or sets the parent condition identifier.

integer

None.

id

Gets or sets the related condition identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "childBaseTask": "1",
  "parentBaseTask": "2",
  "id": "3"
}

text/html

Sample:
{"childBaseTask":"1","parentBaseTask":"2","id":"3"}

application/xml, text/xml

Sample:
<RelatedBaseTask xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ChildBaseTaskId>1</ChildBaseTaskId>
  <ParentBaseTaskId>2</ParentBaseTaskId>
  <RelatedBaseTaskId>3</RelatedBaseTaskId>
</RelatedBaseTask>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The updated related base task.

Pico.RelatedBaseTask
NameDescriptionTypeAdditional information
childBaseTask

Gets or sets the child condition identifier.

integer

None.

parentBaseTask

Gets or sets the parent condition identifier.

integer

None.

id

Gets or sets the related condition identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "childBaseTask": "1",
  "parentBaseTask": "2",
  "id": "3"
}

text/html

Sample:
{"childBaseTask":"1","parentBaseTask":"2","id":"3"}

application/xml, text/xml

Sample:
<RelatedBaseTask xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ChildBaseTaskId>1</ChildBaseTaskId>
  <ParentBaseTaskId>2</ParentBaseTaskId>
  <RelatedBaseTaskId>3</RelatedBaseTaskId>
</RelatedBaseTask>