POST api/AgreementPayment/CreateChallan

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
AgreementPaymentChallanModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Agrmnt_Id": 1,
  "Agrmnt_Code": "sample string 2",
  "CUST_F_NAME": "sample string 3",
  "PR_Property_No": "sample string 4",
  "TOTAL_RATE": 5.0,
  "TOTAL_Maintenace_Cost": 6.0,
  "TOTAL_GST": 7.0,
  "TOTAL_TDS": 8.0,
  "Total_Amount": 9.0,
  "GST_IND": "sample string 10",
  "TDS_IND": "sample string 11",
  "Pay_Agrmnt_Id": 12,
  "Naration": "sample string 13",
  "Gross_Amount": 14.0,
  "Payment_Id": 15,
  "Challan_Code": "sample string 16",
  "Challan_Date": "2025-12-07T08:17:58.9828854+05:30",
  "Total_Property_Count": 18,
  "Status": "sample string 19",
  "Total_Rent": "sample string 20",
  "Total_Maintenan_Cost": 21.0,
  "GST_Rate": 22.0,
  "TDS_Rate": 23.0,
  "Gross_Amount_Words": "sample string 24"
}

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.