GET api/GetAllInvoicesListByAgrAddAmd/{agreementID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
agreementID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AgrAddAmdInvoice
NameDescriptionTypeAdditional information
AgreementNo

string

None.

AddendumNo

string

None.

AmendmentNo

string

None.

ProjectId

integer

None.

ProjectNO

string

None.

AgreementDescription

string

None.

TotalAmount

decimal number

None.

CCMDate

date

None.

AgreementDate

date

None.

IsFAAFunds

boolean

None.

Status

string

None.

OraclePONo

string

None.

AgreementId

integer

None.

AddendumId

integer

None.

AmendmentId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AgreementNo": "sample string 1",
    "AddendumNo": "sample string 2",
    "AmendmentNo": "sample string 3",
    "ProjectId": 1,
    "ProjectNO": "sample string 4",
    "AgreementDescription": "sample string 5",
    "TotalAmount": 6.0,
    "CCMDate": "2025-05-31T14:37:11.6105273-04:00",
    "AgreementDate": "2025-05-31T14:37:11.6105273-04:00",
    "IsFAAFunds": true,
    "Status": "sample string 8",
    "OraclePONo": "sample string 9",
    "AgreementId": 1,
    "AddendumId": 1,
    "AmendmentId": 1
  },
  {
    "AgreementNo": "sample string 1",
    "AddendumNo": "sample string 2",
    "AmendmentNo": "sample string 3",
    "ProjectId": 1,
    "ProjectNO": "sample string 4",
    "AgreementDescription": "sample string 5",
    "TotalAmount": 6.0,
    "CCMDate": "2025-05-31T14:37:11.6105273-04:00",
    "AgreementDate": "2025-05-31T14:37:11.6105273-04:00",
    "IsFAAFunds": true,
    "Status": "sample string 8",
    "OraclePONo": "sample string 9",
    "AgreementId": 1,
    "AddendumId": 1,
    "AmendmentId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfAgrAddAmdInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <AgrAddAmdInvoice>
    <AddendumId>1</AddendumId>
    <AddendumNo>sample string 2</AddendumNo>
    <AgreementDate>2025-05-31T14:37:11.6105273-04:00</AgreementDate>
    <AgreementDescription>sample string 5</AgreementDescription>
    <AgreementId>1</AgreementId>
    <AgreementNo>sample string 1</AgreementNo>
    <AmendmentId>1</AmendmentId>
    <AmendmentNo>sample string 3</AmendmentNo>
    <CCMDate>2025-05-31T14:37:11.6105273-04:00</CCMDate>
    <IsFAAFunds>true</IsFAAFunds>
    <OraclePONo>sample string 9</OraclePONo>
    <ProjectId>1</ProjectId>
    <ProjectNO>sample string 4</ProjectNO>
    <Status>sample string 8</Status>
    <TotalAmount>6</TotalAmount>
  </AgrAddAmdInvoice>
  <AgrAddAmdInvoice>
    <AddendumId>1</AddendumId>
    <AddendumNo>sample string 2</AddendumNo>
    <AgreementDate>2025-05-31T14:37:11.6105273-04:00</AgreementDate>
    <AgreementDescription>sample string 5</AgreementDescription>
    <AgreementId>1</AgreementId>
    <AgreementNo>sample string 1</AgreementNo>
    <AmendmentId>1</AmendmentId>
    <AmendmentNo>sample string 3</AmendmentNo>
    <CCMDate>2025-05-31T14:37:11.6105273-04:00</CCMDate>
    <IsFAAFunds>true</IsFAAFunds>
    <OraclePONo>sample string 9</OraclePONo>
    <ProjectId>1</ProjectId>
    <ProjectNO>sample string 4</ProjectNO>
    <Status>sample string 8</Status>
    <TotalAmount>6</TotalAmount>
  </AgrAddAmdInvoice>
</ArrayOfAgrAddAmdInvoice>