GET api/GetAdAmendmentsList/{addendumId}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| addendumId | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
Collection of AmendmentList| Name | Description | Type | Additional information | 
|---|---|---|---|
| AgreementId | integer | None. | |
| AddendumId | integer | None. | |
| AmendmentID | integer | None. | |
| AmendmentNo | string | None. | |
| AmendmentDescription | string | None. | |
| AgreementNo | string | None. | |
| AddendumNo | string | None. | |
| AmendmentStatus | integer | None. | |
| ProjectNO | string | None. | |
| ProjectId | integer | None. | |
| Status | string | None. | |
| CCMDate | date | None. | |
| AmendmentDate | date | None. | |
| TotalAmount | decimal number | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "AgreementId": 1,
    "AddendumId": 1,
    "AmendmentID": 1,
    "AmendmentNo": "sample string 2",
    "AmendmentDescription": "sample string 3",
    "AgreementNo": "sample string 4",
    "AddendumNo": "sample string 5",
    "AmendmentStatus": 1,
    "ProjectNO": "sample string 6",
    "ProjectId": 1,
    "Status": "sample string 7",
    "CCMDate": "2025-10-31T10:49:14.7390473-04:00",
    "AmendmentDate": "2025-10-31T10:49:14.7390473-04:00",
    "TotalAmount": 1.0
  },
  {
    "AgreementId": 1,
    "AddendumId": 1,
    "AmendmentID": 1,
    "AmendmentNo": "sample string 2",
    "AmendmentDescription": "sample string 3",
    "AgreementNo": "sample string 4",
    "AddendumNo": "sample string 5",
    "AmendmentStatus": 1,
    "ProjectNO": "sample string 6",
    "ProjectId": 1,
    "Status": "sample string 7",
    "CCMDate": "2025-10-31T10:49:14.7390473-04:00",
    "AmendmentDate": "2025-10-31T10:49:14.7390473-04:00",
    "TotalAmount": 1.0
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfAmendmentList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <AmendmentList>
    <AddendumId>1</AddendumId>
    <AddendumNo>sample string 5</AddendumNo>
    <AgreementId>1</AgreementId>
    <AgreementNo>sample string 4</AgreementNo>
    <AmendmentDate>2025-10-31T10:49:14.7390473-04:00</AmendmentDate>
    <AmendmentDescription>sample string 3</AmendmentDescription>
    <AmendmentID>1</AmendmentID>
    <AmendmentNo>sample string 2</AmendmentNo>
    <AmendmentStatus>1</AmendmentStatus>
    <CCMDate>2025-10-31T10:49:14.7390473-04:00</CCMDate>
    <ProjectId>1</ProjectId>
    <ProjectNO>sample string 6</ProjectNO>
    <Status>sample string 7</Status>
    <TotalAmount>1</TotalAmount>
  </AmendmentList>
  <AmendmentList>
    <AddendumId>1</AddendumId>
    <AddendumNo>sample string 5</AddendumNo>
    <AgreementId>1</AgreementId>
    <AgreementNo>sample string 4</AgreementNo>
    <AmendmentDate>2025-10-31T10:49:14.7390473-04:00</AmendmentDate>
    <AmendmentDescription>sample string 3</AmendmentDescription>
    <AmendmentID>1</AmendmentID>
    <AmendmentNo>sample string 2</AmendmentNo>
    <AmendmentStatus>1</AmendmentStatus>
    <CCMDate>2025-10-31T10:49:14.7390473-04:00</CCMDate>
    <ProjectId>1</ProjectId>
    <ProjectNO>sample string 6</ProjectNO>
    <Status>sample string 7</Status>
    <TotalAmount>1</TotalAmount>
  </AmendmentList>
</ArrayOfAmendmentList>