POST api/BagType/productxml

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:
[
  {
    "$id": "1",
    "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:02:30.9990547+05:30",
    "Status": 10
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

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 'List`1'.