GET api/GetAgreementInfoById/{agreementId}/{addendumId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
agreementId | integer |
Required |
|
addendumId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AgreementInfoName | Description | Type | Additional information |
---|---|---|---|
AgreementId | integer |
None. |
|
ServicesProvidedDescription | string |
None. |
|
ProjectPhaseName | string |
None. |
|
GOAADeptName | string |
None. |
|
TotalAmount | decimal number |
None. |
|
ReimburseableExpenses | decimal number |
None. |
|
GOAAContactName | string |
None. |
|
GOAAPresenterName | string |
None. |
|
AirportName | string |
None. |
|
CCMDate | date |
None. |
|
FundingSource | string |
None. |
|
IsFDOTFunds | boolean |
None. |
|
IsFAAFunds | boolean |
None. |
|
IsReqForSvcReceiptForm | boolean |
None. |
|
CityApprovalDate | date |
None. |
|
BoardApprovalDate | date |
None. |
|
AddendumId | integer |
None. |
|
VendorId | integer |
None. |
|
VendorName | string |
None. |
|
AgreementNo | string |
None. |
|
AddendumNo | string |
None. |
|
OraclePONo | string |
None. |
|
ProjectNO | string |
None. |
|
ProjectId | integer |
None. |
|
ContactID | integer |
None. |
|
GOAADeptDirector | integer |
None. |
|
SpecialInvoiceInstructions | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "AgreementId": 1, "ServicesProvidedDescription": "sample string 2", "ProjectPhaseName": "sample string 3", "GOAADeptName": "sample string 4", "TotalAmount": 1.0, "ReimburseableExpenses": 1.0, "GOAAContactName": "sample string 5", "GOAAPresenterName": "sample string 6", "AirportName": "sample string 7", "CCMDate": "2025-05-31T14:35:57.7256923-04:00", "FundingSource": "sample string 8", "IsFDOTFunds": true, "IsFAAFunds": true, "IsReqForSvcReceiptForm": true, "CityApprovalDate": "2025-05-31T14:35:57.7256923-04:00", "BoardApprovalDate": "2025-05-31T14:35:57.7256923-04:00", "AddendumId": 11, "VendorId": 1, "VendorName": "sample string 12", "AgreementNo": "sample string 13", "AddendumNo": "sample string 14", "OraclePONo": "sample string 15", "ProjectNO": "sample string 16", "ProjectId": 17, "ContactID": 18, "GOAADeptDirector": 19, "SpecialInvoiceInstructions": "sample string 20" }
application/xml, text/xml
Sample:
<AgreementInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <AddendumId>11</AddendumId> <AddendumNo>sample string 14</AddendumNo> <AgreementId>1</AgreementId> <AgreementNo>sample string 13</AgreementNo> <AirportName>sample string 7</AirportName> <BoardApprovalDate>2025-05-31T14:35:57.7256923-04:00</BoardApprovalDate> <CCMDate>2025-05-31T14:35:57.7256923-04:00</CCMDate> <CityApprovalDate>2025-05-31T14:35:57.7256923-04:00</CityApprovalDate> <ContactID>18</ContactID> <FundingSource>sample string 8</FundingSource> <GOAAContactName>sample string 5</GOAAContactName> <GOAADeptDirector>19</GOAADeptDirector> <GOAADeptName>sample string 4</GOAADeptName> <GOAAPresenterName>sample string 6</GOAAPresenterName> <IsFAAFunds>true</IsFAAFunds> <IsFDOTFunds>true</IsFDOTFunds> <IsReqForSvcReceiptForm>true</IsReqForSvcReceiptForm> <OraclePONo>sample string 15</OraclePONo> <ProjectId>17</ProjectId> <ProjectNO>sample string 16</ProjectNO> <ProjectPhaseName>sample string 3</ProjectPhaseName> <ReimburseableExpenses>1</ReimburseableExpenses> <ServicesProvidedDescription>sample string 2</ServicesProvidedDescription> <SpecialInvoiceInstructions>sample string 20</SpecialInvoiceInstructions> <TotalAmount>1</TotalAmount> <VendorId>1</VendorId> <VendorName>sample string 12</VendorName> </AgreementInfo>