GET api/GetAddenAmendDependencyCountByAmendmentId/{amendmentId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
amendmentId

integer

Required

Body Parameters

None.

Response Information

Resource Description

AddenAmendDependencyCount
NameDescriptionTypeAdditional information
AmendmentCount

integer

None.

InvoicesCount

integer

None.

PlannedParticipationsCount

integer

None.

ActualParticipationsCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "AmendmentCount": 1,
  "InvoicesCount": 2,
  "PlannedParticipationsCount": 3,
  "ActualParticipationsCount": 4
}

application/xml, text/xml

Sample:
<AddenAmendDependencyCount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <ActualParticipationsCount>4</ActualParticipationsCount>
  <AmendmentCount>1</AmendmentCount>
  <InvoicesCount>2</InvoicesCount>
  <PlannedParticipationsCount>3</PlannedParticipationsCount>
</AddenAmendDependencyCount>