POST api/CancellationandRefundRequest/FinanceRefundConfirmation
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| CancelandRefund | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AF_Id": 1,
"AF_REF_No": "sample string 2",
"AF_App_No": "sample string 3",
"AF_Voucher_No": "sample string 4",
"AF_Voucher_Date": "2025-10-28T13:58:55.1809733+05:30",
"AF_Amount": "sample string 6",
"AF_Clear_Date": "2025-10-28T13:58:55.1809733+05:30",
"AF_IFSC_No": "sample string 8",
"AF_Bank_Name": "sample string 9",
"AF_Check_No": "sample string 10",
"AF_Check_Date": "2025-10-28T13:58:55.1809733+05:30"
}
application/xml, text/xml
Sample:
<CancelandRefundModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <AF_Amount>sample string 6</AF_Amount> <AF_App_No>sample string 3</AF_App_No> <AF_Bank_Name>sample string 9</AF_Bank_Name> <AF_Check_Date>2025-10-28T13:58:55.1809733+05:30</AF_Check_Date> <AF_Check_No>sample string 10</AF_Check_No> <AF_Clear_Date>2025-10-28T13:58:55.1809733+05:30</AF_Clear_Date> <AF_IFSC_No>sample string 8</AF_IFSC_No> <AF_Id>1</AF_Id> <AF_REF_No>sample string 2</AF_REF_No> <AF_Voucher_Date>2025-10-28T13:58:55.1809733+05:30</AF_Voucher_Date> <AF_Voucher_No>sample string 4</AF_Voucher_No> </CancelandRefundModel>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.