POST api/AppointmentBooking/appointment_fees_details

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjClsappointment_fees_details
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": "sample string 7",
  "invoice_status": "sample string 8",
  "balance_amount": "sample string 9"
}

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