POST api/GetVendorDbeTypesListDataForParticipations

Request Information

URI Parameters

None.

Body Parameters

VendorChangeParameters
NameDescriptionTypeAdditional information
VendorId

integer

None.

AgreementId

integer

None.

AddendumId

integer

None.

ProjectId

integer

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VendorId": 1,
  "AgreementId": 2,
  "AddendumId": 3,
  "ProjectId": 4,
  "Type": "sample string 5"
}

application/xml, text/xml

Sample:
<VendorChangeParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <AddendumId>3</AddendumId>
  <AgreementId>2</AgreementId>
  <ProjectId>4</ProjectId>
  <Type>sample string 5</Type>
  <VendorId>1</VendorId>
</VendorChangeParameters>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of PMAPlannedPartcipationTypes
NameDescriptionTypeAdditional 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": "2025-05-31T13:31:50.7413173-04:00",
    "EffectiveTo": "2025-05-31T13:31:50.7413173-04:00",
    "SBDPercent": 1.0,
    "GoalAmount": 1.0,
    "SBDAmount": 1.0,
    "NonSBDAmount": 1.0,
    "Override": true,
    "RowStatus": "sample string 3",
    "UserIDCreated": 4,
    "CreatedDate": "2025-05-31T13:31:50.7413173-04:00",
    "UserIDModified": 1,
    "ModifiedDate": "2025-05-31T13:31:50.7413173-04:00",
    "Comments": "sample string 5",
    "UserID": 6,
    "SmallBusiness": "sample string 7"
  },
  {
    "PlannedSmallBusinessID": 1,
    "DBETypeId": 1,
    "PlannedParticipationId": 2,
    "EffectiveFrom": "2025-05-31T13:31:50.7413173-04:00",
    "EffectiveTo": "2025-05-31T13:31:50.7413173-04:00",
    "SBDPercent": 1.0,
    "GoalAmount": 1.0,
    "SBDAmount": 1.0,
    "NonSBDAmount": 1.0,
    "Override": true,
    "RowStatus": "sample string 3",
    "UserIDCreated": 4,
    "CreatedDate": "2025-05-31T13:31:50.7413173-04:00",
    "UserIDModified": 1,
    "ModifiedDate": "2025-05-31T13:31:50.7413173-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>2025-05-31T13:31:50.7413173-04:00</CreatedDate>
    <DBETypeId>1</DBETypeId>
    <EffectiveFrom>2025-05-31T13:31:50.7413173-04:00</EffectiveFrom>
    <EffectiveTo>2025-05-31T13:31:50.7413173-04:00</EffectiveTo>
    <GoalAmount>1</GoalAmount>
    <ModifiedDate>2025-05-31T13:31:50.7413173-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>2025-05-31T13:31:50.7413173-04:00</CreatedDate>
    <DBETypeId>1</DBETypeId>
    <EffectiveFrom>2025-05-31T13:31:50.7413173-04:00</EffectiveFrom>
    <EffectiveTo>2025-05-31T13:31:50.7413173-04:00</EffectiveTo>
    <GoalAmount>1</GoalAmount>
    <ModifiedDate>2025-05-31T13:31:50.7413173-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>