PUT api/AdvocatePayment/UpdateAdvocateBill/{AP_Id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| advocatespayment | No documentation available. |
Define this parameter in the request body. |
| AP_Id | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"AP_Id": 1,
"AP_Adv_Id_FK": 2,
"AP_PayType": "sample string 3",
"AP_Date": "2025-12-07T08:00:54.4555332+05:30",
"AP_Amount": 5.0,
"AP_Purpose": "sample string 6",
"AP_Case_Id_FK": 7,
"AP_Particulars": "sample string 8",
"AP_DocPath": "sample string 9",
"AP_ToUser": 10,
"AP_BillStatus": "sample string 11",
"AP_FullPath": "sample string 12",
"Adv_Name": "sample string 13",
"Case_No": "sample string 14",
"SendFinance": 1,
"BillPassAmount": 1.0
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.