POST api/SaveOtherAgreements

Request Information

URI Parameters

None.

Body Parameters

SaveOtherAgreementDetails
NameDescriptionTypeAdditional information
AgreementOtherDetails

PMA_AgreementOthers

None.

OldAddendumNo

string

None.

VendorName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AgreementOtherDetails": {
    "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:21.6333373-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:21.6333373-04:00",
    "UserIDModified": 1,
    "DbUserModified": "sample string 18",
    "ModifiedDate": "2024-09-19T14:15:21.6333373-04:00",
    "RowStatus": "sample string 19",
    "Comments": "sample string 20",
    "Status": 1,
    "ExecutiveLevelSignReq": true,
    "ExecutiveUser": 1,
    "SpecialInvoiceInstructions": "sample string 21",
    "CEOSignReq": true,
    "CEOUser": 1
  },
  "OldAddendumNo": "sample string 1",
  "VendorName": "sample string 2"
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PMAAgreementOthers
NameDescriptionTypeAdditional information
AgreementOtherID

integer

None.

VendorId

integer

None.

AgreementNo

string

None.

AddendumNo

string

None.

AmendmentNo

string

None.

ProjectNO

string

None.

ProjectNumber

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.

CreatedBy

string

None.

ModifiedBy

string

None.

DateCreated

string

None.

DateModified

string

None.

ContactFirstName

string

None.

VendorsInit

string

None.

VendorName

string

None.

ProjectDescription

string

None.

Status

integer

None.

AddendumAmendmentList

Collection of OtherAgreementsList

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",
  "ProjectNumber": "sample string 6",
  "ProjectId": 1,
  "ServicesProvided": "sample string 7",
  "Category": "sample string 8",
  "EPNo": "sample string 9",
  "GOAADept": 1,
  "GOAAContact": 1,
  "PreparedBy": "sample string 10",
  "Airport": 1,
  "AgreementDate": "2024-09-19T14:15:21.6489633-04:00",
  "OraclePONo": "sample string 11",
  "OracleLineItemNo": "sample string 12",
  "TotalAmount": 1.0,
  "Modifier": "sample string 13",
  "ReimAmount": 1.0,
  "FundingSource": "sample string 14",
  "IsFDOT": true,
  "IsFAA": true,
  "IsEnvironmentalBudget": true,
  "OtherComments": "sample string 15",
  "UserIDCreated": 16,
  "DbUserCreated": "sample string 17",
  "CreatedDate": "2024-09-19T14:15:21.6489633-04:00",
  "UserIDModified": 1,
  "DbUserModified": "sample string 19",
  "ModifiedDate": "2024-09-19T14:15:21.6489633-04:00",
  "RowStatus": "sample string 20",
  "Comments": "sample string 21",
  "CreatedBy": "sample string 22",
  "ModifiedBy": "sample string 23",
  "DateCreated": "sample string 24",
  "DateModified": "sample string 25",
  "ContactFirstName": "sample string 26",
  "VendorsInit": "sample string 27",
  "VendorName": "sample string 28",
  "ProjectDescription": "sample string 29",
  "Status": 30,
  "AddendumAmendmentList": [
    {
      "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-19T14:15:21.6489633-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-19T14:15:21.6489633-04:00"
    }
  ],
  "ExecutiveLevelSignReq": true,
  "ExecutiveUser": 1,
  "SpecialInvoiceInstructions": "sample string 31",
  "CEOSignReq": true,
  "CEOUser": 1
}

application/xml, text/xml

Sample:
<PMAAgreementOthers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <AddendumAmendmentList>
    <OtherAgreementsList>
      <AddendumNo>sample string 3</AddendumNo>
      <AgreementDate>2024-09-19T14:15:21.6489633-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-19T14:15:21.6489633-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>
  </AddendumAmendmentList>
  <AddendumNo>sample string 3</AddendumNo>
  <AgreementDate>2024-09-19T14:15:21.6489633-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 8</Category>
  <Comments>sample string 21</Comments>
  <ContactFirstName>sample string 26</ContactFirstName>
  <CreatedBy>sample string 22</CreatedBy>
  <CreatedDate>2024-09-19T14:15:21.6489633-04:00</CreatedDate>
  <DateCreated>sample string 24</DateCreated>
  <DateModified>sample string 25</DateModified>
  <DbUserCreated>sample string 17</DbUserCreated>
  <DbUserModified>sample string 19</DbUserModified>
  <EPNo>sample string 9</EPNo>
  <ExecutiveLevelSignReq>true</ExecutiveLevelSignReq>
  <ExecutiveUser>1</ExecutiveUser>
  <FundingSource>sample string 14</FundingSource>
  <GOAAContact>1</GOAAContact>
  <GOAADept>1</GOAADept>
  <IsEnvironmentalBudget>true</IsEnvironmentalBudget>
  <IsFAA>true</IsFAA>
  <IsFDOT>true</IsFDOT>
  <ModifiedBy>sample string 23</ModifiedBy>
  <ModifiedDate>2024-09-19T14:15:21.6489633-04:00</ModifiedDate>
  <Modifier>sample string 13</Modifier>
  <OracleLineItemNo>sample string 12</OracleLineItemNo>
  <OraclePONo>sample string 11</OraclePONo>
  <OtherComments>sample string 15</OtherComments>
  <PreparedBy>sample string 10</PreparedBy>
  <ProjectDescription>sample string 29</ProjectDescription>
  <ProjectId>1</ProjectId>
  <ProjectNO>sample string 5</ProjectNO>
  <ProjectNumber>sample string 6</ProjectNumber>
  <ReimAmount>1</ReimAmount>
  <RowStatus>sample string 20</RowStatus>
  <ServicesProvided>sample string 7</ServicesProvided>
  <SpecialInvoiceInstructions>sample string 31</SpecialInvoiceInstructions>
  <Status>30</Status>
  <TotalAmount>1</TotalAmount>
  <UserIDCreated>16</UserIDCreated>
  <UserIDModified>1</UserIDModified>
  <VendorId>1</VendorId>
  <VendorName>sample string 28</VendorName>
  <VendorsInit>sample string 27</VendorsInit>
</PMAAgreementOthers>