POST api/Cancellation/CreatePostCancelRequest/{PR_Id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
PR_Id | No documentation available. |
Define this parameter in the request URI. |
PostCancellationModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "PAC_Id": 1, "PAC_AppNo": "sample string 2", "APP_No": "sample string 3", "APP_Id": 4, "PAC_INot_date": "2024-12-27T06:59:45.4402549+05:30", "PAC_IINot_date": "2024-12-27T06:59:45.4402549+05:30", "PAC_IIINot_date": "2024-12-27T06:59:45.4402549+05:30", "PAC_Can_Type": "sample string 5", "direct": "sample string 6", "PAC_Can_Date": "2024-12-27T06:59:45.4402549+05:30", "PAC_Remarks": "sample string 7", "PAC_Refund_Amt": 8.0, "PAC_Penalty_Amt": 9.0, "PAC_Doc": "sample string 10", "PAC_UserId_FK": 11, "PAC_TS": "2024-12-27T06:59:45.4402549+05:30", "PAC_Inactive": "sample string 13", "PAC_SubmittoFinance": "sample string 14", "PAC_TS_LastEdited": "2024-12-27T06:59:45.4402549+05:30", "PAC_TS_Edited_Uid_FK": 16 }
application/xml, text/xml
Sample:
<PostCancellationModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <APP_Id>4</APP_Id> <APP_No>sample string 3</APP_No> <PAC_AppNo>sample string 2</PAC_AppNo> <PAC_Can_Date>2024-12-27T06:59:45.4402549+05:30</PAC_Can_Date> <PAC_Can_Type>sample string 5</PAC_Can_Type> <PAC_Doc>sample string 10</PAC_Doc> <PAC_IIINot_date>2024-12-27T06:59:45.4402549+05:30</PAC_IIINot_date> <PAC_IINot_date>2024-12-27T06:59:45.4402549+05:30</PAC_IINot_date> <PAC_INot_date>2024-12-27T06:59:45.4402549+05:30</PAC_INot_date> <PAC_Id>1</PAC_Id> <PAC_Inactive>sample string 13</PAC_Inactive> <PAC_Penalty_Amt>9</PAC_Penalty_Amt> <PAC_Refund_Amt>8</PAC_Refund_Amt> <PAC_Remarks>sample string 7</PAC_Remarks> <PAC_SubmittoFinance>sample string 14</PAC_SubmittoFinance> <PAC_TS>2024-12-27T06:59:45.4402549+05:30</PAC_TS> <PAC_TS_Edited_Uid_FK>16</PAC_TS_Edited_Uid_FK> <PAC_TS_LastEdited>2024-12-27T06:59:45.4402549+05:30</PAC_TS_LastEdited> <PAC_UserId_FK>11</PAC_UserId_FK> <direct>sample string 6</direct> </PostCancellationModels>
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.