POST api/v1/ProjectStageChange
Request Information
URI Parameters
None.
Body Parameters
ProjectStageStatusInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectStageStatusID | integer |
None. |
|
| ProjectID | integer |
None. |
|
| PlanStartDate | date |
None. |
|
| PlanEndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectStageStatusID": 1,
"ProjectID": 2,
"PlanStartDate": "2026-04-14T10:33:36.9323678+05:30",
"PlanEndDate": "2026-04-14T10:33:36.9323678+05:30"
}
application/xml, text/xml
Sample:
<ProjectStageStatusInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <PlanEndDate>2026-04-14T10:33:36.9323678+05:30</PlanEndDate> <PlanStartDate>2026-04-14T10:33:36.9323678+05:30</PlanStartDate> <ProjectID>2</ProjectID> <ProjectStageStatusID>1</ProjectStageStatusID> </ProjectStageStatusInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |