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

KeyDatatypeRequiredDescription
PlanIdstringRequired.
For information about the JobPlan object, see JobPlan.
ColorIdstringOptional.
The identifier of the task phase color.
NamestringOptional.
The name of the associated task phase object.
DescriptionstringOptional.
The name of the associated task phase object.

HEADERS

KeyDatatypeRequiredDescription
AcceptstringRequired.
The type of content accepted by the API endpoint.
Content-TypestringRequired.
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."}