GET api/GetGOOAContactandDeptforOtherInv/{agreementOtherID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| agreementOtherID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AgreementOtherInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| AgreementOtherID | integer |
None. |
|
| AddendumId | integer |
None. |
|
| GOAADeptName | string |
None. |
|
| GOAAContactName | string |
None. |
|
| ContactID | integer |
None. |
|
| GOAADeptDirector | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"AgreementOtherID": 1,
"AddendumId": 2,
"GOAADeptName": "sample string 3",
"GOAAContactName": "sample string 4",
"ContactID": 5,
"GOAADeptDirector": 6
}
application/xml, text/xml
Sample:
<AgreementOtherInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <AddendumId>2</AddendumId> <AgreementOtherID>1</AgreementOtherID> <ContactID>5</ContactID> <GOAAContactName>sample string 4</GOAAContactName> <GOAADeptDirector>6</GOAADeptDirector> <GOAADeptName>sample string 3</GOAADeptName> </AgreementOtherInfo>