POST Approval/FinalRejection
Request Information
URI Parameters
None.
Body Parameters
RejectConfirm| Name | Description | Type | Additional information |
|---|---|---|---|
| ICICI_TR_Id | integer |
None. |
|
| Reject_Reason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ICICI_TR_Id": 1,
"Reject_Reason": "sample string 2"
}
application/xml, text/xml
Sample:
<RejectConfirm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/icicidirect_tool_API.Models"> <ICICI_TR_Id>1</ICICI_TR_Id> <Reject_Reason>sample string 2</Reject_Reason> </RejectConfirm>
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.