POST api/CancellationandRefundRequest/PostCancellation/{APP_No}/{Amount}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| APP_No | No documentation available. |
Define this parameter in the request URI. |
| Amount | No documentation available. |
Define this parameter in the request URI. |
| CancellationRequestModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CR_Id": 1,
"CR_App_ID_FK": "sample string 2",
"CR_App_Status": "sample string 3",
"CR_Cancel_Date": "2025-12-07T08:13:59.0948882+05:30",
"CR_Reason": "sample string 5",
"CR_Amount": 6.0,
"CR_Doc_File": "sample string 7",
"CR_Refund": "sample string 8",
"CR_Initiated_by": "sample string 9",
"CR_User_Id": 10,
"CR_Active": "sample string 11",
"CR_Last_Edited_TS": "2025-12-07T08:13:59.0948882+05:30",
"CR_TS": "2025-12-07T08:13:59.0948882+05:30",
"CR_Last_Edited_Id": 14,
"PAC_Doc": "sample string 15",
"PAC_Pr_id_fk": 16
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.