POST api/Prescription_advise/setmasterprice_details

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjClsleads
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "date": "sample string 1",
  "pharmacy_id": "sample string 2",
  "Dml_Indicator": "sample string 3",
  "limitstart": "sample string 4",
  "limitend": "sample string 5",
  "price_confirmed": "sample string 6",
  "stock_confirmed": "sample string 7",
  "medicine_prescription_id": "sample string 8",
  "medicine_order_id": "sample string 9",
  "visit_report_id": "sample string 10",
  "updated_by": "sample string 11",
  "medicine_type_id": "sample string 12",
  "medicine_name": "sample string 13",
  "doctor_id": "sample string 14",
  "medicine_status": "sample string 15",
  "generic_name": "sample string 16",
  "generic_id": "sample string 17",
  "price": "sample string 18",
  "discount": "sample string 19",
  "discount_type": "sample string 20",
  "min_quantity": "sample string 21",
  "min_unit": "sample string 22",
  "GST_slab": "sample string 23",
  "user_created_by": "sample string 24",
  "medicine_id": "sample string 25",
  "PriceStock_confirm": [
    {
      "$id": "2",
      "price_confirmed": "sample string 1",
      "stock_confirmed": "sample string 2",
      "medicine_prescription_id": "sample string 3",
      "medicine_order_id": "sample string 4",
      "pharmacy_id": "sample string 5",
      "updated_by": "sample string 6"
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}

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