POST api/UpdateStatusInactiveByContractsIds
Request Information
URI Parameters
None.
Body Parameters
ContractsIdsName | Description | Type | Additional information |
---|---|---|---|
AgreementIds | string |
None. |
|
AddendumIds | string |
None. |
|
AmendmentIds | string |
None. |
|
OtherAgreementIds | string |
None. |
|
UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "AgreementIds": "sample string 1", "AddendumIds": "sample string 2", "AmendmentIds": "sample string 3", "OtherAgreementIds": "sample string 4", "UserId": 5 }
application/xml, text/xml
Sample:
<ContractsIds xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <AddendumIds>sample string 2</AddendumIds> <AgreementIds>sample string 1</AgreementIds> <AmendmentIds>sample string 3</AmendmentIds> <OtherAgreementIds>sample string 4</OtherAgreementIds> <UserId>5</UserId> </ContractsIds>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>