GET api/GetActiveAgreeAddenAmendCntByPrjID/{projectId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
projectId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AgreeAddAmendCountName | Description | Type | Additional information |
---|---|---|---|
AgreementCount | integer |
None. |
|
AddendumCount | integer |
None. |
|
AmendmentCount | integer |
None. |
|
TotalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "AgreementCount": 1, "AddendumCount": 2, "AmendmentCount": 3, "TotalCount": 4 }
application/xml, text/xml
Sample:
<AgreeAddAmendCount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <AddendumCount>2</AddendumCount> <AgreementCount>1</AgreementCount> <AmendmentCount>3</AmendmentCount> <TotalCount>4</TotalCount> </AgreeAddAmendCount>