POST api/GetProjectsListByStatusProgramVendor
Request Information
URI Parameters
None.
Body Parameters
ManagerialDashboardSrcParams| Name | Description | Type | Additional information |
|---|---|---|---|
| ProgramSubCategory | integer |
None. |
|
| ProgramSubSubCategory | integer |
None. |
|
| FiscalYear | string |
None. |
|
| GenSearchText | string |
None. |
|
| Location | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProgramSubCategory": 1,
"ProgramSubSubCategory": 2,
"FiscalYear": "sample string 3",
"GenSearchText": "sample string 4",
"Location": "sample string 5"
}
application/xml, text/xml
Sample:
<ManagerialDashboardSrcParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <FiscalYear>sample string 3</FiscalYear> <GenSearchText>sample string 4</GenSearchText> <Location>sample string 5</Location> <ProgramSubCategory>1</ProgramSubCategory> <ProgramSubSubCategory>2</ProgramSubSubCategory> </ManagerialDashboardSrcParams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ProjectDashboardData| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectID | integer |
None. |
|
| ProjectNO | string |
None. |
|
| ProjectNumber | string |
None. |
|
| OldProjectNO | string |
None. |
|
| Description | string |
None. |
|
| VendorName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProjectID": 1,
"ProjectNO": "sample string 2",
"ProjectNumber": "sample string 3",
"OldProjectNO": "sample string 4",
"Description": "sample string 5",
"VendorName": "sample string 6"
},
{
"ProjectID": 1,
"ProjectNO": "sample string 2",
"ProjectNumber": "sample string 3",
"OldProjectNO": "sample string 4",
"Description": "sample string 5",
"VendorName": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfProjectDashboardData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<ProjectDashboardData>
<Description>sample string 5</Description>
<OldProjectNO>sample string 4</OldProjectNO>
<ProjectID>1</ProjectID>
<ProjectNO>sample string 2</ProjectNO>
<ProjectNumber>sample string 3</ProjectNumber>
<VendorName>sample string 6</VendorName>
</ProjectDashboardData>
<ProjectDashboardData>
<Description>sample string 5</Description>
<OldProjectNO>sample string 4</OldProjectNO>
<ProjectID>1</ProjectID>
<ProjectNO>sample string 2</ProjectNO>
<ProjectNumber>sample string 3</ProjectNumber>
<VendorName>sample string 6</VendorName>
</ProjectDashboardData>
</ArrayOfProjectDashboardData>