POST api/v1/ProjectStageList
Request Information
URI Parameters
None.
Body Parameters
ProjectStageListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
|
| ProjectID | integer |
None. |
|
| SortBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"PageSize": 2,
"PageNumber": 3,
"ProjectID": 4,
"SortBy": "sample string 5"
}
application/xml, text/xml
Sample:
<ProjectStageListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <Mode>sample string 1</Mode> <PageNumber>3</PageNumber> <PageSize>2</PageSize> <ProjectID>4</ProjectID> <SortBy>sample string 5</SortBy> </ProjectStageListInput>
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. |