GET api/GetAdAmendmentsList/{addendumId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
addendumId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AmendmentList
NameDescriptionTypeAdditional information
AmendmentID

integer

None.

AmendmentNo

string

None.

AgreementId

integer

None.

AddendumId

integer

None.

ProjectId

integer

None.

AmendmentDescription

string

None.

AmendmentStatus

integer

None.

AgreementNo

string

None.

AddendumNo

string

None.

ProjectNO

string

None.

Status

string

None.

TotalAmount

decimal number

None.

CCMDate

date

None.

AmendmentDate

date

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-09-18T09:41:18.6482665-04:00",
    "AmendmentDate": "2025-09-18T09:41:18.6482665-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-09-18T09:41:18.6482665-04:00",
    "AmendmentDate": "2025-09-18T09:41:18.6482665-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-09-18T09:41:18.6482665-04:00</AmendmentDate>
    <AmendmentDescription>sample string 3</AmendmentDescription>
    <AmendmentID>1</AmendmentID>
    <AmendmentNo>sample string 2</AmendmentNo>
    <AmendmentStatus>1</AmendmentStatus>
    <CCMDate>2025-09-18T09:41:18.6482665-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-09-18T09:41:18.6482665-04:00</AmendmentDate>
    <AmendmentDescription>sample string 3</AmendmentDescription>
    <AmendmentID>1</AmendmentID>
    <AmendmentNo>sample string 2</AmendmentNo>
    <AmendmentStatus>1</AmendmentStatus>
    <CCMDate>2025-09-18T09:41:18.6482665-04:00</CCMDate>
    <ProjectId>1</ProjectId>
    <ProjectNO>sample string 6</ProjectNO>
    <Status>sample string 7</Status>
    <TotalAmount>1</TotalAmount>
  </AmendmentList>
</ArrayOfAmendmentList>