Request Information
URI Parameters
None.
Body Parameters
The related base task.
Pico.RelatedBaseTaskName | Description | Type | Additional 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 created related base task.
Pico.RelatedBaseTaskName | Description | Type | Additional 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>