TaskPhaseInsertRequest
PUT {{base_url}}/TaskPhaseInsertRequest?PlanId={{integer}}
Creates a new task phase task based on a given identifier.
API
Task API
Requires Authentication
Yes
Returns
TaskPhaseDTO
Batch?
No
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
PlanId | string | Required. | |
For information about the JobPlan object, see JobPlan. | |||
ColorId | string | Optional. | |
The identifier of the task phase color. | |||
Name | string | Optional. | |
The name of the associated task phase object. | |||
Description | string | Optional. | |
The name of the associated task phase object. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | Required. | |
The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
The type of content supported by the API endpoint. |
RESPONSES
status: OK
{"Id":329,"PhsNo":2,"PlanId":16,"ColorId":2,"Name":"Task Phase 16","Description":"This is a new task phase."}