POST api/NotAllottedRefund/insertRefunddata

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
NotAllottedRefundModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "NAR_Id": 1,
  "NAR_Refund_Id": "sample string 2",
  "NAR_Refund_Date": "2025-12-07T07:55:26.1515797+05:30",
  "NAR_Not_Id_Fk": 4,
  "NAR_Proj_Id_Fk": 5,
  "NAR_App_No": "sample string 6",
  "NAR_Upload_Doc": "sample string 7",
  "NAR_Remarks": "sample string 8",
  "NAR_Ref_Type": "sample string 9",
  "NAR_CUser_Id": 10,
  "NAR_TS": "2025-12-07T07:55:26.1525798+05:30",
  "NAR_Inactive": "sample string 12",
  "NAR_LastEdited_UserId": 13,
  "NAR_LastEdited_TS": "2025-12-07T07:55:26.1525798+05:30",
  "NotAllottedApplicantRefundModel": [
    {
      "NAAR_Id": 1,
      "NAAR_NAR_Id_Fk": 2,
      "NAAR_App_Id_Fk": 3,
      "APP_Id": 4,
      "NAAR_App_No": "sample string 5",
      "APP_No": "sample string 6",
      "NAAR_App_Name": "sample string 7",
      "APP_PA_Name": "sample string 8",
      "NAAR_RefReq_Id": "sample string 9",
      "NAAR_Refund_Request": 10,
      "NAAR_CUser_Id": 11,
      "NAAR_TS": "2025-12-07T07:55:26.1545803+05:30",
      "NAAR_Inactive": "sample string 13",
      "NAAR_LastEdited_UserId": 14,
      "NAAR_LastEdited_TS": "2025-12-07T07:55:26.1545803+05:30"
    },
    {
      "NAAR_Id": 1,
      "NAAR_NAR_Id_Fk": 2,
      "NAAR_App_Id_Fk": 3,
      "APP_Id": 4,
      "NAAR_App_No": "sample string 5",
      "APP_No": "sample string 6",
      "NAAR_App_Name": "sample string 7",
      "APP_PA_Name": "sample string 8",
      "NAAR_RefReq_Id": "sample string 9",
      "NAAR_Refund_Request": 10,
      "NAAR_CUser_Id": 11,
      "NAAR_TS": "2025-12-07T07:55:26.1545803+05:30",
      "NAAR_Inactive": "sample string 13",
      "NAAR_LastEdited_UserId": 14,
      "NAAR_LastEdited_TS": "2025-12-07T07:55:26.1545803+05:30"
    },
    {
      "NAAR_Id": 1,
      "NAAR_NAR_Id_Fk": 2,
      "NAAR_App_Id_Fk": 3,
      "APP_Id": 4,
      "NAAR_App_No": "sample string 5",
      "APP_No": "sample string 6",
      "NAAR_App_Name": "sample string 7",
      "APP_PA_Name": "sample string 8",
      "NAAR_RefReq_Id": "sample string 9",
      "NAAR_Refund_Request": 10,
      "NAAR_CUser_Id": 11,
      "NAAR_TS": "2025-12-07T07:55:26.1545803+05:30",
      "NAAR_Inactive": "sample string 13",
      "NAAR_LastEdited_UserId": 14,
      "NAAR_LastEdited_TS": "2025-12-07T07:55:26.1545803+05:30"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NotAllottedRefundModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.