POST api/PatientPayment/configuration_charges

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsPatientOnlinePayment
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "doctor_id": "sample string 1",
  "Dml_Indicator": "sample string 2",
  "patient_id": "sample string 3",
  "appointment_type": "sample string 4",
  "slot_id": "sample string 5",
  "invoice_description": "sample string 6",
  "invoice_amount": 7.0,
  "invoice_status": "sample string 8",
  "balance_amount": 9.0,
  "invoice_created_by": "sample string 10",
  "payment_type": "sample string 11",
  "payment_id": "sample string 12",
  "product_code": "sample string 13"
}

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