GET api/GetOtherAgreementsById/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

PMA_AgreementOthers
NameDescriptionTypeAdditional information
AgreementOtherID

integer

None.

VendorId

integer

None.

AgreementNo

string

None.

AddendumNo

string

None.

AmendmentNo

string

None.

ProjectNo

string

None.

ProjectId

integer

None.

ServicesProvided

string

None.

Category

string

None.

EPNo

string

None.

GOAADept

integer

None.

GOAAContact

integer

None.

PreparedBy

string

None.

Airport

integer

None.

AgreementDate

date

None.

OraclePONo

string

None.

OracleLineItemNo

string

None.

TotalAmount

decimal number

None.

Modifier

string

None.

ReimAmount

decimal number

None.

FundingSource

string

None.

IsFDOT

boolean

None.

IsFAA

boolean

None.

IsEnvironmentalBudget

boolean

None.

OtherComments

string

None.

UserIDCreated

integer

None.

DbUserCreated

string

None.

CreatedDate

date

None.

UserIDModified

integer

None.

DbUserModified

string

None.

ModifiedDate

date

None.

RowStatus

string

None.

Comments

string

None.

Status

integer

None.

ExecutiveLevelSignReq

boolean

None.

ExecutiveUser

integer

None.

SpecialInvoiceInstructions

string

None.

CEOSignReq

boolean

None.

CEOUser

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "AgreementOtherID": 1,
  "VendorId": 1,
  "AgreementNo": "sample string 2",
  "AddendumNo": "sample string 3",
  "AmendmentNo": "sample string 4",
  "ProjectNo": "sample string 5",
  "ProjectId": 1,
  "ServicesProvided": "sample string 6",
  "Category": "sample string 7",
  "EPNo": "sample string 8",
  "GOAADept": 1,
  "GOAAContact": 1,
  "PreparedBy": "sample string 9",
  "Airport": 1,
  "AgreementDate": "2024-09-19T14:15:42.0336998-04:00",
  "OraclePONo": "sample string 10",
  "OracleLineItemNo": "sample string 11",
  "TotalAmount": 1.0,
  "Modifier": "sample string 12",
  "ReimAmount": 1.0,
  "FundingSource": "sample string 13",
  "IsFDOT": true,
  "IsFAA": true,
  "IsEnvironmentalBudget": true,
  "OtherComments": "sample string 14",
  "UserIDCreated": 15,
  "DbUserCreated": "sample string 16",
  "CreatedDate": "2024-09-19T14:15:42.0336998-04:00",
  "UserIDModified": 1,
  "DbUserModified": "sample string 18",
  "ModifiedDate": "2024-09-19T14:15:42.0336998-04:00",
  "RowStatus": "sample string 19",
  "Comments": "sample string 20",
  "Status": 1,
  "ExecutiveLevelSignReq": true,
  "ExecutiveUser": 1,
  "SpecialInvoiceInstructions": "sample string 21",
  "CEOSignReq": true,
  "CEOUser": 1
}

application/xml, text/xml

Sample:
<PMA_AgreementOthers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin">
  <AddendumNo>sample string 3</AddendumNo>
  <AgreementDate>2024-09-19T14:15:42.0336998-04:00</AgreementDate>
  <AgreementNo>sample string 2</AgreementNo>
  <AgreementOtherID>1</AgreementOtherID>
  <Airport>1</Airport>
  <AmendmentNo>sample string 4</AmendmentNo>
  <CEOSignReq>true</CEOSignReq>
  <CEOUser>1</CEOUser>
  <Category>sample string 7</Category>
  <Comments>sample string 20</Comments>
  <CreatedDate>2024-09-19T14:15:42.0336998-04:00</CreatedDate>
  <DbUserCreated>sample string 16</DbUserCreated>
  <DbUserModified>sample string 18</DbUserModified>
  <EPNo>sample string 8</EPNo>
  <ExecutiveLevelSignReq>true</ExecutiveLevelSignReq>
  <ExecutiveUser>1</ExecutiveUser>
  <FundingSource>sample string 13</FundingSource>
  <GOAAContact>1</GOAAContact>
  <GOAADept>1</GOAADept>
  <IsEnvironmentalBudget>true</IsEnvironmentalBudget>
  <IsFAA>true</IsFAA>
  <IsFDOT>true</IsFDOT>
  <ModifiedDate>2024-09-19T14:15:42.0336998-04:00</ModifiedDate>
  <Modifier>sample string 12</Modifier>
  <OracleLineItemNo>sample string 11</OracleLineItemNo>
  <OraclePONo>sample string 10</OraclePONo>
  <OtherComments>sample string 14</OtherComments>
  <PreparedBy>sample string 9</PreparedBy>
  <ProjectId>1</ProjectId>
  <ProjectNo>sample string 5</ProjectNo>
  <ReimAmount>1</ReimAmount>
  <RowStatus>sample string 19</RowStatus>
  <ServicesProvided>sample string 6</ServicesProvided>
  <SpecialInvoiceInstructions>sample string 21</SpecialInvoiceInstructions>
  <Status>1</Status>
  <TotalAmount>1</TotalAmount>
  <UserIDCreated>15</UserIDCreated>
  <UserIDModified>1</UserIDModified>
  <VendorId>1</VendorId>
</PMA_AgreementOthers>