POST api/GetParticipationlistByProjectID
Request Information
URI Parameters
None.
Body Parameters
ParticipationListParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| ColumnNames | string |
None. |
|
| ProjectId | integer |
None. |
|
| ParticipationType | string |
None. |
|
| SearchText | string |
None. |
|
| ShowAll | boolean |
None. |
|
| ShowRecentHundred | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ColumnNames": "sample string 1",
"ProjectId": 1,
"ParticipationType": "sample string 2",
"SearchText": "sample string 3",
"ShowAll": true,
"ShowRecentHundred": true
}
application/xml, text/xml
Sample:
<ParticipationListParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <ColumnNames>sample string 1</ColumnNames> <ParticipationType>sample string 2</ParticipationType> <ProjectId>1</ProjectId> <SearchText>sample string 3</SearchText> <ShowAll>true</ShowAll> <ShowRecentHundred>true</ShowRecentHundred> </ParticipationListParameters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ParticipaitonGridClasss| Name | Description | Type | Additional information |
|---|---|---|---|
| ParticipationID | integer |
None. |
|
| PrimeVendor | integer |
None. |
|
| PrimeVendorName | string |
None. |
|
| SubVendor | integer |
None. |
|
| SubVendorName | string |
None. |
|
| AgreementId | integer |
None. |
|
| AgreementNo | string |
None. |
|
| AddendumId | integer |
None. |
|
| AddendumNo | string |
None. |
|
| AmendmentId | integer |
None. |
|
| AmendmentNo | string |
None. |
|
| CCMDate | date |
None. |
|
| ProjectId | integer |
None. |
|
| ProjectNumber | string |
None. |
|
| PANumber | decimal number |
None. |
|
| PADate | date |
None. |
|
| InvoiceId | integer |
None. |
|
| InvoiceNo | string |
None. |
|
| InvoiceDate | date |
None. |
|
| IsPrime | boolean |
None. |
|
| DBEType | string |
None. |
|
| SBDAmount | decimal number |
None. |
|
| NonSBDAmount | decimal number |
None. |
|
| TotalGoalAmount | decimal number |
None. |
|
| SBDAmountAccured | decimal number |
None. |
|
| NonSBDAmountAccured | decimal number |
None. |
|
| TotalPaidAmount | decimal number |
None. |
|
| SBDPercent | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ParticipationID": 1,
"PrimeVendor": 2,
"PrimeVendorName": "sample string 3",
"SubVendor": 4,
"SubVendorName": "sample string 5",
"AgreementId": 6,
"AgreementNo": "sample string 7",
"AddendumId": 8,
"AddendumNo": "sample string 9",
"AmendmentId": 10,
"AmendmentNo": "sample string 11",
"CCMDate": "2026-06-16T00:59:44.7157237-04:00",
"ProjectId": 12,
"ProjectNumber": "sample string 13",
"PANumber": 1.0,
"PADate": "2026-06-16T00:59:44.7157237-04:00",
"InvoiceId": 1,
"InvoiceNo": "sample string 14",
"InvoiceDate": "2026-06-16T00:59:44.7157237-04:00",
"IsPrime": true,
"DBEType": "sample string 16",
"SBDAmount": 1.0,
"NonSBDAmount": 1.0,
"TotalGoalAmount": 1.0,
"SBDAmountAccured": 1.0,
"NonSBDAmountAccured": 1.0,
"TotalPaidAmount": 1.0,
"SBDPercent": 1.0
},
{
"ParticipationID": 1,
"PrimeVendor": 2,
"PrimeVendorName": "sample string 3",
"SubVendor": 4,
"SubVendorName": "sample string 5",
"AgreementId": 6,
"AgreementNo": "sample string 7",
"AddendumId": 8,
"AddendumNo": "sample string 9",
"AmendmentId": 10,
"AmendmentNo": "sample string 11",
"CCMDate": "2026-06-16T00:59:44.7157237-04:00",
"ProjectId": 12,
"ProjectNumber": "sample string 13",
"PANumber": 1.0,
"PADate": "2026-06-16T00:59:44.7157237-04:00",
"InvoiceId": 1,
"InvoiceNo": "sample string 14",
"InvoiceDate": "2026-06-16T00:59:44.7157237-04:00",
"IsPrime": true,
"DBEType": "sample string 16",
"SBDAmount": 1.0,
"NonSBDAmount": 1.0,
"TotalGoalAmount": 1.0,
"SBDAmountAccured": 1.0,
"NonSBDAmountAccured": 1.0,
"TotalPaidAmount": 1.0,
"SBDPercent": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfParticipaitonGridClasss xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<ParticipaitonGridClasss>
<AddendumId>8</AddendumId>
<AddendumNo>sample string 9</AddendumNo>
<AgreementId>6</AgreementId>
<AgreementNo>sample string 7</AgreementNo>
<AmendmentId>10</AmendmentId>
<AmendmentNo>sample string 11</AmendmentNo>
<CCMDate>2026-06-16T00:59:44.7157237-04:00</CCMDate>
<DBEType>sample string 16</DBEType>
<InvoiceDate>2026-06-16T00:59:44.7157237-04:00</InvoiceDate>
<InvoiceId>1</InvoiceId>
<InvoiceNo>sample string 14</InvoiceNo>
<IsPrime>true</IsPrime>
<NonSBDAmount>1</NonSBDAmount>
<NonSBDAmountAccured>1</NonSBDAmountAccured>
<PADate>2026-06-16T00:59:44.7157237-04:00</PADate>
<PANumber>1</PANumber>
<ParticipationID>1</ParticipationID>
<PrimeVendor>2</PrimeVendor>
<PrimeVendorName>sample string 3</PrimeVendorName>
<ProjectId>12</ProjectId>
<ProjectNumber>sample string 13</ProjectNumber>
<SBDAmount>1</SBDAmount>
<SBDAmountAccured>1</SBDAmountAccured>
<SBDPercent>1</SBDPercent>
<SubVendor>4</SubVendor>
<SubVendorName>sample string 5</SubVendorName>
<TotalGoalAmount>1</TotalGoalAmount>
<TotalPaidAmount>1</TotalPaidAmount>
</ParticipaitonGridClasss>
<ParticipaitonGridClasss>
<AddendumId>8</AddendumId>
<AddendumNo>sample string 9</AddendumNo>
<AgreementId>6</AgreementId>
<AgreementNo>sample string 7</AgreementNo>
<AmendmentId>10</AmendmentId>
<AmendmentNo>sample string 11</AmendmentNo>
<CCMDate>2026-06-16T00:59:44.7157237-04:00</CCMDate>
<DBEType>sample string 16</DBEType>
<InvoiceDate>2026-06-16T00:59:44.7157237-04:00</InvoiceDate>
<InvoiceId>1</InvoiceId>
<InvoiceNo>sample string 14</InvoiceNo>
<IsPrime>true</IsPrime>
<NonSBDAmount>1</NonSBDAmount>
<NonSBDAmountAccured>1</NonSBDAmountAccured>
<PADate>2026-06-16T00:59:44.7157237-04:00</PADate>
<PANumber>1</PANumber>
<ParticipationID>1</ParticipationID>
<PrimeVendor>2</PrimeVendor>
<PrimeVendorName>sample string 3</PrimeVendorName>
<ProjectId>12</ProjectId>
<ProjectNumber>sample string 13</ProjectNumber>
<SBDAmount>1</SBDAmount>
<SBDAmountAccured>1</SBDAmountAccured>
<SBDPercent>1</SBDPercent>
<SubVendor>4</SubVendor>
<SubVendorName>sample string 5</SubVendorName>
<TotalGoalAmount>1</TotalGoalAmount>
<TotalPaidAmount>1</TotalPaidAmount>
</ParticipaitonGridClasss>
</ArrayOfParticipaitonGridClasss>