POST api/MaintenanceFee/SaveMaintenanceFee

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
MaintenancesFeeModels
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MF_Id": 1,
  "MF_APP_Id_Fk": "sample string 2",
  "MF_Property_No": "sample string 3",
  "MF_PaymentMode": "sample string 4",
  "MF_Bank_Name": "sample string 5",
  "MF_Bank_Challan_No": "sample string 6",
  "MF_App_Pay_Date": "2025-12-07T08:13:38.546487+05:30",
  "MF_Amount": 7.0,
  "MF_Name": "sample string 8"
}

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.