POST api/AdvocatePayment/CreateAdvocatePayments

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
advocatespayment
No documentation available.

Define this parameter in the request body.

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:36.5061389+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AdvocatePaymentModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.