POST api/AgreementPayment/CreateChallan
No documentation available.
Request Information
Parameters
Name | Description | Additional 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": "2024-12-27T06:00:02.7054054+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/xml, text/xml
Sample:
<AgreementPaymentChallanModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <Agrmnt_Code>sample string 2</Agrmnt_Code> <Agrmnt_Id>1</Agrmnt_Id> <CUST_F_NAME>sample string 3</CUST_F_NAME> <Challan_Code>sample string 16</Challan_Code> <Challan_Date>2024-12-27T06:00:02.7054054+05:30</Challan_Date> <GST_IND>sample string 10</GST_IND> <GST_Rate>22</GST_Rate> <Gross_Amount>14</Gross_Amount> <Gross_Amount_Words>sample string 24</Gross_Amount_Words> <Naration>sample string 13</Naration> <PR_Property_No>sample string 4</PR_Property_No> <Pay_Agrmnt_Id>12</Pay_Agrmnt_Id> <Payment_Id>15</Payment_Id> <Status>sample string 19</Status> <TDS_IND>sample string 11</TDS_IND> <TDS_Rate>23</TDS_Rate> <TOTAL_GST>7</TOTAL_GST> <TOTAL_Maintenace_Cost>6</TOTAL_Maintenace_Cost> <TOTAL_RATE>5</TOTAL_RATE> <TOTAL_TDS>8</TOTAL_TDS> <Total_Amount>9</Total_Amount> <Total_Maintenan_Cost>21</Total_Maintenan_Cost> <Total_Property_Count>18</Total_Property_Count> <Total_Rent>sample string 20</Total_Rent> </AgreementPaymentChallanModel>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.