POST api/GetConstructPlanReportList
Request Information
URI Parameters
None.
Body Parameters
GetConstructPlanReportListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectTypeID | integer |
None. |
|
| CheckNumber | integer |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| CheckStatus | string |
None. |
|
| ProjectCode | Collection of string |
None. |
|
| ExportType | string |
None. |
|
| UserEmail | string |
None. |
|
| Page | integer |
None. |
|
| RowPerPage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectTypeID": 1,
"CheckNumber": 2,
"StartDate": "sample string 3",
"EndDate": "sample string 4",
"CheckStatus": "sample string 5",
"ProjectCode": [
"sample string 1",
"sample string 2"
],
"ExportType": "sample string 6",
"UserEmail": "sample string 7",
"Page": 8,
"RowPerPage": 9
}
application/xml, text/xml
Sample:
<GetConstructPlanReportListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sirius_Api.Models.Sirius">
<Page>8</Page>
<RowPerPage>9</RowPerPage>
<UserEmail>sample string 7</UserEmail>
<CheckNumber>2</CheckNumber>
<CheckStatus>sample string 5</CheckStatus>
<EndDate>sample string 4</EndDate>
<ExportType>sample string 6</ExportType>
<ProjectCode xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ProjectCode>
<ProjectTypeID>1</ProjectTypeID>
<StartDate>sample string 3</StartDate>
</GetConstructPlanReportListRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.