GET api/GetPlannedPartTypesByPlnndPartId/{plannedParticipationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| plannedParticipationId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PMAPlannedPartcipationTypes| Name | Description | Type | Additional information |
|---|---|---|---|
| PlannedSmallBusinessID | integer |
None. |
|
| DBETypeId | integer |
None. |
|
| PlannedParticipationId | integer |
None. |
|
| EffectiveFrom | date |
None. |
|
| EffectiveTo | date |
None. |
|
| SBDPercent | decimal number |
None. |
|
| GoalAmount | decimal number |
None. |
|
| SBDAmount | decimal number |
None. |
|
| NonSBDAmount | decimal number |
None. |
|
| Override | boolean |
None. |
|
| RowStatus | string |
None. |
|
| UserIDCreated | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UserIDModified | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| Comments | string |
None. |
|
| UserID | integer |
None. |
|
| SmallBusiness | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PlannedSmallBusinessID": 1,
"DBETypeId": 1,
"PlannedParticipationId": 2,
"EffectiveFrom": "2026-05-06T09:32:50.5422883-04:00",
"EffectiveTo": "2026-05-06T09:32:50.5422883-04:00",
"SBDPercent": 1.0,
"GoalAmount": 1.0,
"SBDAmount": 1.0,
"NonSBDAmount": 1.0,
"Override": true,
"RowStatus": "sample string 3",
"UserIDCreated": 4,
"CreatedDate": "2026-05-06T09:32:50.5422883-04:00",
"UserIDModified": 1,
"ModifiedDate": "2026-05-06T09:32:50.5422883-04:00",
"Comments": "sample string 5",
"UserID": 6,
"SmallBusiness": "sample string 7"
},
{
"PlannedSmallBusinessID": 1,
"DBETypeId": 1,
"PlannedParticipationId": 2,
"EffectiveFrom": "2026-05-06T09:32:50.5422883-04:00",
"EffectiveTo": "2026-05-06T09:32:50.5422883-04:00",
"SBDPercent": 1.0,
"GoalAmount": 1.0,
"SBDAmount": 1.0,
"NonSBDAmount": 1.0,
"Override": true,
"RowStatus": "sample string 3",
"UserIDCreated": 4,
"CreatedDate": "2026-05-06T09:32:50.5422883-04:00",
"UserIDModified": 1,
"ModifiedDate": "2026-05-06T09:32:50.5422883-04:00",
"Comments": "sample string 5",
"UserID": 6,
"SmallBusiness": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfPMAPlannedPartcipationTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<PMAPlannedPartcipationTypes>
<Comments>sample string 5</Comments>
<CreatedDate>2026-05-06T09:32:50.5422883-04:00</CreatedDate>
<DBETypeId>1</DBETypeId>
<EffectiveFrom>2026-05-06T09:32:50.5422883-04:00</EffectiveFrom>
<EffectiveTo>2026-05-06T09:32:50.5422883-04:00</EffectiveTo>
<GoalAmount>1</GoalAmount>
<ModifiedDate>2026-05-06T09:32:50.5422883-04:00</ModifiedDate>
<NonSBDAmount>1</NonSBDAmount>
<Override>true</Override>
<PlannedParticipationId>2</PlannedParticipationId>
<PlannedSmallBusinessID>1</PlannedSmallBusinessID>
<RowStatus>sample string 3</RowStatus>
<SBDAmount>1</SBDAmount>
<SBDPercent>1</SBDPercent>
<SmallBusiness>sample string 7</SmallBusiness>
<UserID>6</UserID>
<UserIDCreated>4</UserIDCreated>
<UserIDModified>1</UserIDModified>
</PMAPlannedPartcipationTypes>
<PMAPlannedPartcipationTypes>
<Comments>sample string 5</Comments>
<CreatedDate>2026-05-06T09:32:50.5422883-04:00</CreatedDate>
<DBETypeId>1</DBETypeId>
<EffectiveFrom>2026-05-06T09:32:50.5422883-04:00</EffectiveFrom>
<EffectiveTo>2026-05-06T09:32:50.5422883-04:00</EffectiveTo>
<GoalAmount>1</GoalAmount>
<ModifiedDate>2026-05-06T09:32:50.5422883-04:00</ModifiedDate>
<NonSBDAmount>1</NonSBDAmount>
<Override>true</Override>
<PlannedParticipationId>2</PlannedParticipationId>
<PlannedSmallBusinessID>1</PlannedSmallBusinessID>
<RowStatus>sample string 3</RowStatus>
<SBDAmount>1</SBDAmount>
<SBDPercent>1</SBDPercent>
<SmallBusiness>sample string 7</SmallBusiness>
<UserID>6</UserID>
<UserIDCreated>4</UserIDCreated>
<UserIDModified>1</UserIDModified>
</PMAPlannedPartcipationTypes>
</ArrayOfPMAPlannedPartcipationTypes>