GET api/GetOtherAgreementInfoById/{otherAgreementId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| otherAgreementId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
OtherAgreementPOOraclProjNOInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| AgreementOtherID | integer |
None. |
|
| AddendumID | integer |
None. |
|
| VendorId | integer |
None. |
|
| ProjectId | integer |
None. |
|
| AgreementNo | string |
None. |
|
| VendorName | string |
None. |
|
| AddendumNo | string |
None. |
|
| ProjectNumber | string |
None. |
|
| IsRequestForService | boolean |
None. |
|
| ServicesProvidedDescription | string |
None. |
|
| OraclePONo | string |
None. |
|
| SpecialInvoiceInstructions | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"AgreementOtherID": 1,
"AddendumID": 1,
"VendorId": 1,
"ProjectId": 1,
"AgreementNo": "sample string 2",
"VendorName": "sample string 3",
"AddendumNo": "sample string 4",
"ProjectNumber": "sample string 5",
"IsRequestForService": true,
"ServicesProvidedDescription": "sample string 6",
"OraclePONo": "sample string 7",
"SpecialInvoiceInstructions": "sample string 8"
}
application/xml, text/xml
Sample:
<OtherAgreementPOOraclProjNOInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <AddendumID>1</AddendumID> <AddendumNo>sample string 4</AddendumNo> <AgreementNo>sample string 2</AgreementNo> <AgreementOtherID>1</AgreementOtherID> <IsRequestForService>true</IsRequestForService> <OraclePONo>sample string 7</OraclePONo> <ProjectId>1</ProjectId> <ProjectNumber>sample string 5</ProjectNumber> <ServicesProvidedDescription>sample string 6</ServicesProvidedDescription> <SpecialInvoiceInstructions>sample string 8</SpecialInvoiceInstructions> <VendorId>1</VendorId> <VendorName>sample string 3</VendorName> </OtherAgreementPOOraclProjNOInfo>