POST api/GetSouthTerminalSnapshotChartData
Request Information
URI Parameters
None.
Body Parameters
ExecutivePSDashboardSrchParms| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| FiscalYear | string |
None. |
|
| VendorType | string |
None. |
|
| Program | string |
None. |
|
| ProgramSubCategory | string |
None. |
|
| ProgramSubSubCategory | string |
None. |
|
| Status | string |
None. |
|
| Month | string |
None. |
|
| ECFromDate | date |
None. |
|
| ECToDate | date |
None. |
|
| VendorName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2025-11-01T00:45:44.1824414-04:00",
"ToDate": "2025-11-01T00:45:44.1824414-04:00",
"FiscalYear": "sample string 1",
"VendorType": "sample string 2",
"Program": "sample string 3",
"ProgramSubCategory": "sample string 4",
"ProgramSubSubCategory": "sample string 5",
"Status": "sample string 6",
"Month": "sample string 7",
"ECFromDate": "2025-11-01T00:45:44.1824414-04:00",
"ECToDate": "2025-11-01T00:45:44.1824414-04:00",
"VendorName": "sample string 8"
}
application/xml, text/xml
Sample:
<ExecutivePSDashboardSrchParms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <ECFromDate>2025-11-01T00:45:44.1824414-04:00</ECFromDate> <ECToDate>2025-11-01T00:45:44.1824414-04:00</ECToDate> <FiscalYear>sample string 1</FiscalYear> <FromDate>2025-11-01T00:45:44.1824414-04:00</FromDate> <Month>sample string 7</Month> <Program>sample string 3</Program> <ProgramSubCategory>sample string 4</ProgramSubCategory> <ProgramSubSubCategory>sample string 5</ProgramSubSubCategory> <Status>sample string 6</Status> <ToDate>2025-11-01T00:45:44.1824414-04:00</ToDate> <VendorName>sample string 8</VendorName> <VendorType>sample string 2</VendorType> </ExecutivePSDashboardSrchParms>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SouthTerminalSnapshotChartData| Name | Description | Type | Additional information |
|---|---|---|---|
| ChartData | Collection of ColumnChartData1 |
None. |
|
| GridData | Collection of SouthTerminalSnapshotGridData |
None. |
Response Formats
application/json, text/json
Sample:
{
"ChartData": [
{
"x": "sample string 1",
"y": 2.1,
"z": 3.1,
"text": "sample string 4",
"RangeMaxValue": 5.1,
"RangeInterval": 6.1,
"value": "sample string 7",
"fill": "sample string 8",
"Amount": 9.0
},
{
"x": "sample string 1",
"y": 2.1,
"z": 3.1,
"text": "sample string 4",
"RangeMaxValue": 5.1,
"RangeInterval": 6.1,
"value": "sample string 7",
"fill": "sample string 8",
"Amount": 9.0
}
],
"GridData": [
{
"VendorName": "sample string 1",
"VendorType": "sample string 2",
"Contract": "sample string 3",
"CCMPSC": "2025-11-01T00:45:44.1824414-04:00",
"ContractAmount": 1.0,
"ProjectNumber": "sample string 4",
"ProgramSubSubCategoryText": "sample string 5",
"VendorCount": 6,
"AddendumCount": 7,
"ServicesProvided": "sample string 8",
"ProjectID": 9
},
{
"VendorName": "sample string 1",
"VendorType": "sample string 2",
"Contract": "sample string 3",
"CCMPSC": "2025-11-01T00:45:44.1824414-04:00",
"ContractAmount": 1.0,
"ProjectNumber": "sample string 4",
"ProgramSubSubCategoryText": "sample string 5",
"VendorCount": 6,
"AddendumCount": 7,
"ServicesProvided": "sample string 8",
"ProjectID": 9
}
]
}
application/xml, text/xml
Sample:
<SouthTerminalSnapshotChartData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<ChartData>
<ColumnChartData1>
<Amount>9</Amount>
<RangeInterval>6.1</RangeInterval>
<RangeMaxValue>5.1</RangeMaxValue>
<fill>sample string 8</fill>
<text>sample string 4</text>
<value>sample string 7</value>
<x>sample string 1</x>
<y>2.1</y>
<z>3.1</z>
</ColumnChartData1>
<ColumnChartData1>
<Amount>9</Amount>
<RangeInterval>6.1</RangeInterval>
<RangeMaxValue>5.1</RangeMaxValue>
<fill>sample string 8</fill>
<text>sample string 4</text>
<value>sample string 7</value>
<x>sample string 1</x>
<y>2.1</y>
<z>3.1</z>
</ColumnChartData1>
</ChartData>
<GridData>
<SouthTerminalSnapshotGridData>
<AddendumCount>7</AddendumCount>
<CCMPSC>2025-11-01T00:45:44.1824414-04:00</CCMPSC>
<Contract>sample string 3</Contract>
<ContractAmount>1</ContractAmount>
<ProgramSubSubCategoryText>sample string 5</ProgramSubSubCategoryText>
<ProjectID>9</ProjectID>
<ProjectNumber>sample string 4</ProjectNumber>
<ServicesProvided>sample string 8</ServicesProvided>
<VendorCount>6</VendorCount>
<VendorName>sample string 1</VendorName>
<VendorType>sample string 2</VendorType>
</SouthTerminalSnapshotGridData>
<SouthTerminalSnapshotGridData>
<AddendumCount>7</AddendumCount>
<CCMPSC>2025-11-01T00:45:44.1824414-04:00</CCMPSC>
<Contract>sample string 3</Contract>
<ContractAmount>1</ContractAmount>
<ProgramSubSubCategoryText>sample string 5</ProgramSubSubCategoryText>
<ProjectID>9</ProjectID>
<ProjectNumber>sample string 4</ProjectNumber>
<ServicesProvided>sample string 8</ServicesProvided>
<VendorCount>6</VendorCount>
<VendorName>sample string 1</VendorName>
<VendorType>sample string 2</VendorType>
</SouthTerminalSnapshotGridData>
</GridData>
</SouthTerminalSnapshotChartData>