POST api/CaseStudy/ProductList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsProduct
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ItemName": "sample string 1",
  "Packsize": 2,
  "Brand": 3,
  "Model": 4,
  "Size": 5,
  "HospitalId": 6,
  "BranchId": 7,
  "ServiceQuantity": 8.0,
  "PatientId": 9,
  "VisitReportId": 10,
  "VisitReportCode": "sample string 11",
  "StoreId": 12,
  "VisitType": 13,
  "PatientCode": "sample string 14",
  "PatientName": "sample string 15",
  "CreatedBy": 16,
  "HMSHospitalId": 17,
  "HMSBranchId": 18,
  "DoctorId": 19,
  "DoctorName": "sample string 20",
  "ItemId": 21,
  "UOMId": 22,
  "UOM": "sample string 23",
  "CategoryId": 24,
  "CategoryName": "sample string 25",
  "TotalAmount": 26.0,
  "TaxPercentage": 27.0,
  "TaxAmount": 28.0,
  "NetAmount": 29.0,
  "ItemCode": "sample string 30",
  "Rate": 31.0,
  "RequestId": 32,
  "BrandName": "sample string 33",
  "ModelNumberName": "sample string 34",
  "SizeName": "sample string 35",
  "Hospital_Id": "sample string 36",
  "Id": 37
}

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