POST BusineesAnalysis/GetProductTypeList

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ProdTypeCode": "sample string 1",
    "ProdTypeDesc": "sample string 2"
  },
  {
    "ProdTypeCode": "sample string 1",
    "ProdTypeDesc": "sample string 2"
  },
  {
    "ProdTypeCode": "sample string 1",
    "ProdTypeDesc": "sample string 2"
  }
]

text/html

Sample:
[{"ProdTypeCode":"sample string 1","ProdTypeDesc":"sample string 2"},{"ProdTypeCode":"sample string 1","ProdTypeDesc":"sample string 2"},{"ProdTypeCode":"sample string 1","ProdTypeDesc":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfProductTypeList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <ProductTypeList>
    <ProdTypeCode>sample string 1</ProdTypeCode>
    <ProdTypeDesc>sample string 2</ProdTypeDesc>
  </ProductTypeList>
  <ProductTypeList>
    <ProdTypeCode>sample string 1</ProdTypeCode>
    <ProdTypeDesc>sample string 2</ProdTypeDesc>
  </ProductTypeList>
  <ProductTypeList>
    <ProdTypeCode>sample string 1</ProdTypeCode>
    <ProdTypeDesc>sample string 2</ProdTypeDesc>
  </ProductTypeList>
</ArrayOfProductTypeList>