POST api/GetSouthTerminalSnapshotGridData
Request Information
URI Parameters
None.
Body Parameters
ExecutivePSDashboardSrchParmsName | 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-05-31T13:03:36.5510406-04:00", "ToDate": "2025-05-31T13:03:36.5510406-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-05-31T13:03:36.5510406-04:00", "ECToDate": "2025-05-31T13:03:36.5510406-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-05-31T13:03:36.5510406-04:00</ECFromDate> <ECToDate>2025-05-31T13:03:36.5510406-04:00</ECToDate> <FiscalYear>sample string 1</FiscalYear> <FromDate>2025-05-31T13:03:36.5510406-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-05-31T13:03:36.5510406-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
Collection of SouthTerminalSnapshotGridDataName | Description | Type | Additional information |
---|---|---|---|
VendorName | string |
None. |
|
VendorType | string |
None. |
|
Contract | string |
None. |
|
CCMPSC | date |
None. |
|
ContractAmount | decimal number |
None. |
|
ProjectNumber | string |
None. |
|
ProgramSubSubCategoryText | string |
None. |
|
VendorCount | integer |
None. |
|
AddendumCount | integer |
None. |
|
ServicesProvided | string |
None. |
|
ProjectID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "VendorName": "sample string 1", "VendorType": "sample string 2", "Contract": "sample string 3", "CCMPSC": "2025-05-31T13:03:36.5510406-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-05-31T13:03:36.5510406-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:
<ArrayOfSouthTerminalSnapshotGridData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <SouthTerminalSnapshotGridData> <AddendumCount>7</AddendumCount> <CCMPSC>2025-05-31T13:03:36.5510406-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-05-31T13:03:36.5510406-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> </ArrayOfSouthTerminalSnapshotGridData>