POST api/Adjustment/RunValidationRules
Request Information
URI Parameters
None.
Body Parameters
RuleInputDtoName | Description | Type | Additional information |
---|---|---|---|
reportPackID | integer |
None. |
|
reportID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "reportPackID": 1, "reportID": 2 }
application/xml, text/xml
Sample:
<RuleInputDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EY.IRR.Model"> <reportID>2</reportID> <reportPackID>1</reportPackID> </RuleInputDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.