POST api/Product/GetItemWiseDetailsByProductTypeandSubType

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
obj
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ProductTypeCode": "sample string 1",
  "ProductSubTypeCode": "sample string 2"
}