POST api/Prescription_advise/getPacking_masters

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjClsPacking_masters
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ClsPacking_master": [
    {
      "$id": "2",
      "pharmacy_packing_id": "sample string 1",
      "pharmacy_packing_details": "sample string 2"
    },
    {
      "$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 'ClsPacking_masters'.