GET api/GetAllAmendmentsByAddendum/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PMAAmendmentsDD| Name | Description | Type | Additional information |
|---|---|---|---|
| AmendmentID | integer |
None. |
|
| AmendmentNo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AmendmentID": 1,
"AmendmentNo": "sample string 2"
},
{
"AmendmentID": 1,
"AmendmentNo": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfPMAAmendmentsDD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<PMAAmendmentsDD>
<AmendmentID>1</AmendmentID>
<AmendmentNo>sample string 2</AmendmentNo>
</PMAAmendmentsDD>
<PMAAmendmentsDD>
<AmendmentID>1</AmendmentID>
<AmendmentNo>sample string 2</AmendmentNo>
</PMAAmendmentsDD>
</ArrayOfPMAAmendmentsDD>