GET api/Clothing/DisplayAllSizesB?clothingId={clothingId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clothingId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ClothingBottomMeasurementsModel
NameDescriptionTypeAdditional information
SizeID

integer

None.

SizeSkirtID

integer

None.

ClothingStandards

string

None.

ClothingSize

string

None.

ClothingSizeEU

string

None.

ClothingSizeUK

string

None.

ClothingSizeUS

string

None.

ClothingNaturalWaistSize

integer

None.

ClothingLowWaistSize

integer

None.

ClothingHipSize

integer

None.

ClothingInseamSize

integer

None.

ClothingLengthSize

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SizeID": 1,
    "SizeSkirtID": 2,
    "ClothingStandards": "sample string 3",
    "ClothingSize": "sample string 4",
    "ClothingSizeEU": "sample string 5",
    "ClothingSizeUK": "sample string 6",
    "ClothingSizeUS": "sample string 7",
    "ClothingNaturalWaistSize": 8,
    "ClothingLowWaistSize": 9,
    "ClothingHipSize": 10,
    "ClothingInseamSize": 11,
    "ClothingLengthSize": 12
  },
  {
    "SizeID": 1,
    "SizeSkirtID": 2,
    "ClothingStandards": "sample string 3",
    "ClothingSize": "sample string 4",
    "ClothingSizeEU": "sample string 5",
    "ClothingSizeUK": "sample string 6",
    "ClothingSizeUS": "sample string 7",
    "ClothingNaturalWaistSize": 8,
    "ClothingLowWaistSize": 9,
    "ClothingHipSize": 10,
    "ClothingInseamSize": 11,
    "ClothingLengthSize": 12
  }
]

application/xml, text/xml

Sample:
<ArrayOfClothingBottomMeasurementsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model_z_webAPIService.Models">
  <ClothingBottomMeasurementsModel>
    <ClothingHipSize>10</ClothingHipSize>
    <ClothingInseamSize>11</ClothingInseamSize>
    <ClothingLengthSize>12</ClothingLengthSize>
    <ClothingLowWaistSize>9</ClothingLowWaistSize>
    <ClothingNaturalWaistSize>8</ClothingNaturalWaistSize>
    <ClothingSize>sample string 4</ClothingSize>
    <ClothingSizeEU>sample string 5</ClothingSizeEU>
    <ClothingSizeUK>sample string 6</ClothingSizeUK>
    <ClothingSizeUS>sample string 7</ClothingSizeUS>
    <ClothingStandards>sample string 3</ClothingStandards>
    <SizeID>1</SizeID>
    <SizeSkirtID>2</SizeSkirtID>
  </ClothingBottomMeasurementsModel>
  <ClothingBottomMeasurementsModel>
    <ClothingHipSize>10</ClothingHipSize>
    <ClothingInseamSize>11</ClothingInseamSize>
    <ClothingLengthSize>12</ClothingLengthSize>
    <ClothingLowWaistSize>9</ClothingLowWaistSize>
    <ClothingNaturalWaistSize>8</ClothingNaturalWaistSize>
    <ClothingSize>sample string 4</ClothingSize>
    <ClothingSizeEU>sample string 5</ClothingSizeEU>
    <ClothingSizeUK>sample string 6</ClothingSizeUK>
    <ClothingSizeUS>sample string 7</ClothingSizeUS>
    <ClothingStandards>sample string 3</ClothingStandards>
    <SizeID>1</SizeID>
    <SizeSkirtID>2</SizeSkirtID>
  </ClothingBottomMeasurementsModel>
</ArrayOfClothingBottomMeasurementsModel>