PUT api/PaymentReceipt/UpdateReceipt/{Payment_Receipt_Id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
PaymentReceiptModel
No documentation available.

Define this parameter in the request body.

Payment_Receipt_Id
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "Payment_Id": 1,
  "Challan_Code": "sample string 2",
  "Agrmnt_Code": "sample string 3",
  "CUST_F_NAME": "sample string 4",
  "PR_Property_No": "sample string 5",
  "TOTAL_RATE": 6.0,
  "Total_Maintenan_Cost": 7.0,
  "RENT_MNTN": 8.0,
  "GST_Rate": 1.0,
  "TDS_Rate": 1.0,
  "Gross_Amount": 9.0,
  "RECE_PAYMENT_ID": 10,
  "TOTAL_AMOUNT": "sample string 11",
  "PAYMENT_MODE": "sample string 12",
  "AMOUNT_RECEIVED": "sample string 13",
  "TOTAL_TDS": "sample string 14",
  "Naration": "sample string 15",
  "DOC_UPLOAD_PATH": "sample string 16",
  "Receipt_No": "sample string 17",
  "Date": "2025-12-07T08:00:41.616616+05:30",
  "Status": "sample string 19",
  "Pay_Agrmnt_Id": 20,
  "Payment_Receipt_Id": 21,
  "Gross_Amount_Words": "sample string 22",
  "Challan_Payment_Id": 23,
  "Payment_Mode": "sample string 24",
  "Amount_Received": "sample string 25",
  "Reference_Number": "sample string 26",
  "Reference_Date": "2025-12-07T08:00:41.616616+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 'PaymentReceiptModel'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.