POST api/PaymentConfiguration/SavePaymentConfigPreAllotment

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
PaymentConfiguration
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PC_Id": 1,
  "PC_NO_Id_FK": 2,
  "PC_PD_Id_FK": 3,
  "PC_TypeofNot_Id_Fk": 4,
  "PC_Cat_Id_Fk": 5,
  "PC_Res_Id_Fk": 6,
  "PC_PT_Id_Fk": 1,
  "PC_RegFee": 7.0,
  "PC_AppFee": 8.0,
  "PC_InitialDeposit": 9.0,
  "PC_Perc_Deduct": 10.0,
  "NotificationNo": "sample string 11",
  "DSWOId_NO_Id": 12,
  "NotificationDate": "2025-12-07T07:56:15.5681457+05:30",
  "ProjectCode": "sample string 14",
  "ProjectName": "sample string 15",
  "Phase_Name": "sample string 16",
  "CA_CategoryName": "sample string 17",
  "RES_Name": "sample string 18",
  "PT_Property_Type": "sample string 19",
  "Sch_Name": "sample string 20",
  "District": "sample string 21",
  "Installments": [
    {
      "PCA_Id": 1,
      "PCA_PC_Id_FK": 2,
      "PCA_InstallmemntNo": "sample string 3",
      "PT_Property_Type": "sample string 4",
      "PCA_PT_Id_Fk": 5,
      "PCA_Tot_Amt": 6.0,
      "PCA_DueDays": 7,
      "DueDays": 8,
      "PCA_Penalty": 9.0,
      "PCA_Amount": 10.0,
      "PCA_Perc_deduct": 11.0
    },
    {
      "PCA_Id": 1,
      "PCA_PC_Id_FK": 2,
      "PCA_InstallmemntNo": "sample string 3",
      "PT_Property_Type": "sample string 4",
      "PCA_PT_Id_Fk": 5,
      "PCA_Tot_Amt": 6.0,
      "PCA_DueDays": 7,
      "DueDays": 8,
      "PCA_Penalty": 9.0,
      "PCA_Amount": 10.0,
      "PCA_Perc_deduct": 11.0
    },
    {
      "PCA_Id": 1,
      "PCA_PC_Id_FK": 2,
      "PCA_InstallmemntNo": "sample string 3",
      "PT_Property_Type": "sample string 4",
      "PCA_PT_Id_Fk": 5,
      "PCA_Tot_Amt": 6.0,
      "PCA_DueDays": 7,
      "DueDays": 8,
      "PCA_Penalty": 9.0,
      "PCA_Amount": 10.0,
      "PCA_Perc_deduct": 11.0
    }
  ],
  "PaymentConfigReservationModel": [
    {
      "PC_Id": 1,
      "CA_CategoryName": "sample string 2",
      "RES_Name": "sample string 3",
      "PT_Property_Type": "sample string 4",
      "PD_Project_Name": "sample string 5"
    },
    {
      "PC_Id": 1,
      "CA_CategoryName": "sample string 2",
      "RES_Name": "sample string 3",
      "PT_Property_Type": "sample string 4",
      "PD_Project_Name": "sample string 5"
    },
    {
      "PC_Id": 1,
      "CA_CategoryName": "sample string 2",
      "RES_Name": "sample string 3",
      "PT_Property_Type": "sample string 4",
      "PD_Project_Name": "sample string 5"
    }
  ]
}

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 'PaymentConfigurationPreAllotmentModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.