GET api/GetOtherAddendumsAmendmentList/{agreementNo}/{firmId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
agreementNo

string

Required

firmId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of OtherAgreementsList
NameDescriptionTypeAdditional information
AgreementOtherID

integer

None.

AgreementNo

string

None.

AddendumNo

string

None.

AmendmentNo

string

None.

ProjectNo

string

None.

Vendor

string

None.

ServicesProvided

string

None.

OracleLineItemNo

string

None.

Status

string

None.

OtherComments

string

None.

RowStatus

string

None.

AgreementDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AgreementOtherID": 1,
    "AgreementNo": "sample string 2",
    "AddendumNo": "sample string 3",
    "AmendmentNo": "sample string 4",
    "ProjectNo": "sample string 5",
    "Vendor": "sample string 6",
    "ServicesProvided": "sample string 7",
    "OracleLineItemNo": "sample string 8",
    "Status": "sample string 9",
    "OtherComments": "sample string 10",
    "RowStatus": "sample string 11",
    "AgreementDate": "2024-09-20T19:51:55.8736101-04:00"
  },
  {
    "AgreementOtherID": 1,
    "AgreementNo": "sample string 2",
    "AddendumNo": "sample string 3",
    "AmendmentNo": "sample string 4",
    "ProjectNo": "sample string 5",
    "Vendor": "sample string 6",
    "ServicesProvided": "sample string 7",
    "OracleLineItemNo": "sample string 8",
    "Status": "sample string 9",
    "OtherComments": "sample string 10",
    "RowStatus": "sample string 11",
    "AgreementDate": "2024-09-20T19:51:55.8736101-04:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfOtherAgreementsList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <OtherAgreementsList>
    <AddendumNo>sample string 3</AddendumNo>
    <AgreementDate>2024-09-20T19:51:55.8736101-04:00</AgreementDate>
    <AgreementNo>sample string 2</AgreementNo>
    <AgreementOtherID>1</AgreementOtherID>
    <AmendmentNo>sample string 4</AmendmentNo>
    <OracleLineItemNo>sample string 8</OracleLineItemNo>
    <OtherComments>sample string 10</OtherComments>
    <ProjectNo>sample string 5</ProjectNo>
    <RowStatus>sample string 11</RowStatus>
    <ServicesProvided>sample string 7</ServicesProvided>
    <Status>sample string 9</Status>
    <Vendor>sample string 6</Vendor>
  </OtherAgreementsList>
  <OtherAgreementsList>
    <AddendumNo>sample string 3</AddendumNo>
    <AgreementDate>2024-09-20T19:51:55.8736101-04:00</AgreementDate>
    <AgreementNo>sample string 2</AgreementNo>
    <AgreementOtherID>1</AgreementOtherID>
    <AmendmentNo>sample string 4</AmendmentNo>
    <OracleLineItemNo>sample string 8</OracleLineItemNo>
    <OtherComments>sample string 10</OtherComments>
    <ProjectNo>sample string 5</ProjectNo>
    <RowStatus>sample string 11</RowStatus>
    <ServicesProvided>sample string 7</ServicesProvided>
    <Status>sample string 9</Status>
    <Vendor>sample string 6</Vendor>
  </OtherAgreementsList>
</ArrayOfOtherAgreementsList>