POST api/POS/AddProducts

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
pd
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StoreCode": "sample string 1",
  "MainCatCode": "sample string 2",
  "SubCatCode": "sample string 3",
  "ProdCode": "sample string 4",
  "ProdName": "sample string 5",
  "ShortName": "sample string 6",
  "Uom": "sample string 7",
  "IsPcs": "sample string 8",
  "HSNCode": "sample string 9",
  "Barcode": "sample string 10",
  "MRP": 11.1,
  "MarkupPer": 12.1,
  "OtherAmt": 13.1,
  "DiscPer": 14.1,
  "PurPrice": 15.1,
  "PurTax": "sample string 16",
  "SalePrice": 17.1,
  "SaleTax": "sample string 18",
  "IncNo": 19.1,
  "ActiveStatus": "sample string 20",
  "CreatedBy": "sample string 21",
  "CreatedDate": "2025-01-08T07:09:38.813687+05:30",
  "GenericCode": "sample string 23",
  "ManufacturerCode": "sample string 24"
}

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

Response Information

Response body formats

application/json, text/json

Sample:
"sample string 1"