POST api/BagType/insert_update_deleteBagType

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objclsBagType
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Dml_Indicator": "sample string 1",
  "Bag_type_id": 2,
  "Bag_type": "sample string 3",
  "UOM": 4,
  "Product_id": 5,
  "Hospital_id": "sample string 6",
  "Branch_id": "sample string 7",
  "Created_by": "sample string 8",
  "Created_on": "2026-04-06T03:29:59.7707954+05:30",
  "Status": 10
}

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