Request Information
URI Parameters
None.
Body Parameters
The base task group.
Pico.BaseTaskGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| description |
Gets or sets the description. |
string |
None. |
| endDate |
Gets or sets the end date. |
date |
None. |
| startDate |
Gets or sets the start date. |
date |
None. |
| baseCondition |
Gets or sets the base condition identifier. |
integer |
None. |
| id |
Gets or sets the base task group identifier. |
integer |
None. |
| organization |
Gets or sets the organization identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"description": "sample String 1",
"endDate": "2025-11-09T05:54:38.1945424Z",
"startDate": "2025-11-09T05:54:38.1945424Z",
"baseCondition": "2",
"id": "3",
"organization": "4"
}
text/html
Sample:
{"description":"sample String 1","endDate":"2025-11-09T05:54:38.1945424Z","startDate":"2025-11-09T05:54:38.1945424Z","baseCondition":"2","id":"3","organization":"4"}
application/xml, text/xml
Sample:
<BaseTaskGroup xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Description>sample String 1</Description> <EndDate>2025-11-09T05:54:38.1945424Z</EndDate> <StartDate>2025-11-09T05:54:38.1945424Z</StartDate> <BaseConditionId>2</BaseConditionId> <BaseTaskGroupId>3</BaseTaskGroupId> <OrganizationId>4</OrganizationId> </BaseTaskGroup>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The created base task group.
Pico.BaseTaskGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| description |
Gets or sets the description. |
string |
None. |
| endDate |
Gets or sets the end date. |
date |
None. |
| startDate |
Gets or sets the start date. |
date |
None. |
| baseCondition |
Gets or sets the base condition identifier. |
integer |
None. |
| id |
Gets or sets the base task group identifier. |
integer |
None. |
| organization |
Gets or sets the organization identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"description": "sample String 1",
"endDate": "2025-11-09T05:54:38.2057094Z",
"startDate": "2025-11-09T05:54:38.2057094Z",
"baseCondition": "2",
"id": "3",
"organization": "4"
}
text/html
Sample:
{"description":"sample String 1","endDate":"2025-11-09T05:54:38.2057094Z","startDate":"2025-11-09T05:54:38.2057094Z","baseCondition":"2","id":"3","organization":"4"}
application/xml, text/xml
Sample:
<BaseTaskGroup xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Description>sample String 1</Description> <EndDate>2025-11-09T05:54:38.2057094Z</EndDate> <StartDate>2025-11-09T05:54:38.2057094Z</StartDate> <BaseConditionId>2</BaseConditionId> <BaseTaskGroupId>3</BaseTaskGroupId> <OrganizationId>4</OrganizationId> </BaseTaskGroup>