POST api/Medicine_Bill_Reminder/Bill_History

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsMedicine_Bill_Reminder
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "indicator_id": "sample string 1",
  "medicine_prescription_id": 2,
  "refill_date": "sample string 3",
  "refill_quantity": 4,
  "next_refill_date": "sample string 5",
  "refill_updated_by": "sample string 6",
  "visit_report_id": "sample string 7",
  "product_code": "sample string 8"
}

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