POST api/pharmacyorder/medicine_file_details

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClspharmacy_medicine_file_upload
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "indicator_id": "sample string 1",
  "file_name": "sample string 2",
  "pharmacy_id": "sample string 3",
  "doctor_id": "sample string 4",
  "medicine_type_id": "sample string 5",
  "medicine_name": "sample string 6",
  "generic_name": "sample string 7",
  "price": "sample string 8",
  "created_by": "sample string 9",
  "product_full_name": "sample string 10",
  "manufacture_price": 11.0,
  "schedule_code": "sample string 12",
  "sale_price": 13.0,
  "purchase_tax_code": "sample string 14",
  "purchase_unit": "sample string 15",
  "hsn_id": "sample string 16",
  "taxInclusive": "sample string 17",
  "batch_description": "sample string 18",
  "doctor_medicine_id": "sample string 19",
  "discount": "sample string 20",
  "discount_type": "sample string 21",
  "min_unit": "sample string 22",
  "total_stock": "sample string 23",
  "user_created_by": "sample string 24"
}

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