GET api/StyleMaster/Get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of StyleMasterModels
NameDescriptionTypeAdditional information
StyleNo

string

None.

StyleName

string

None.

Color

string

None.

Size

string

None.

Leather

string

None.

Gender

string

None.

FactoryPrice

decimal number

None.

SellingPrice

decimal number

None.

DiscountPrice

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "StyleNo": "sample string 1",
    "StyleName": "sample string 2",
    "Color": "sample string 3",
    "Size": "sample string 4",
    "Leather": "sample string 5",
    "Gender": "sample string 6",
    "FactoryPrice": 7.0,
    "SellingPrice": 8.0,
    "DiscountPrice": 9.0
  },
  {
    "StyleNo": "sample string 1",
    "StyleName": "sample string 2",
    "Color": "sample string 3",
    "Size": "sample string 4",
    "Leather": "sample string 5",
    "Gender": "sample string 6",
    "FactoryPrice": 7.0,
    "SellingPrice": 8.0,
    "DiscountPrice": 9.0
  }
]

text/html

Sample:
[{"StyleNo":"sample string 1","StyleName":"sample string 2","Color":"sample string 3","Size":"sample string 4","Leather":"sample string 5","Gender":"sample string 6","FactoryPrice":7.0,"SellingPrice":8.0,"DiscountPrice":9.0},{"StyleNo":"sample string 1","StyleName":"sample string 2","Color":"sample string 3","Size":"sample string 4","Leather":"sample string 5","Gender":"sample string 6","FactoryPrice":7.0,"SellingPrice":8.0,"DiscountPrice":9.0}]

application/xml, text/xml

Sample:
<ArrayOfStyleMasterModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HNS_WebAPI.Models">
  <StyleMasterModels>
    <Color>sample string 3</Color>
    <DiscountPrice>9</DiscountPrice>
    <FactoryPrice>7</FactoryPrice>
    <Gender>sample string 6</Gender>
    <Leather>sample string 5</Leather>
    <SellingPrice>8</SellingPrice>
    <Size>sample string 4</Size>
    <StyleName>sample string 2</StyleName>
    <StyleNo>sample string 1</StyleNo>
  </StyleMasterModels>
  <StyleMasterModels>
    <Color>sample string 3</Color>
    <DiscountPrice>9</DiscountPrice>
    <FactoryPrice>7</FactoryPrice>
    <Gender>sample string 6</Gender>
    <Leather>sample string 5</Leather>
    <SellingPrice>8</SellingPrice>
    <Size>sample string 4</Size>
    <StyleName>sample string 2</StyleName>
    <StyleNo>sample string 1</StyleNo>
  </StyleMasterModels>
</ArrayOfStyleMasterModels>