GET api/Clothing/DisplaySizeNameT?clothingId={clothingId}&profileId={profileId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clothingId | integer |
Required |
|
profileId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ClothingTopMeasurementsModelName | Description | Type | Additional information |
---|---|---|---|
SizeID | integer |
None. |
|
SizeShirtID | integer |
None. |
|
ClothingStandards | string |
None. |
|
ClothingSize | string |
None. |
|
ClothingSizeEU | string |
None. |
|
ClothingSizeUK | string |
None. |
|
ClothingSizeUS | string |
None. |
|
ClothingNeckSize | integer |
None. |
|
ClothingWaistSize | integer |
None. |
|
ClothingSleeveSize | integer |
None. |
|
ClothingChestSize | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "SizeID": 1, "SizeShirtID": 2, "ClothingStandards": "sample string 3", "ClothingSize": "sample string 4", "ClothingSizeEU": "sample string 5", "ClothingSizeUK": "sample string 6", "ClothingSizeUS": "sample string 7", "ClothingNeckSize": 8, "ClothingWaistSize": 9, "ClothingSleeveSize": 10, "ClothingChestSize": 11 }
application/xml, text/xml
Sample:
<ClothingTopMeasurementsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model_z_webAPIService.Models"> <ClothingChestSize>11</ClothingChestSize> <ClothingNeckSize>8</ClothingNeckSize> <ClothingSize>sample string 4</ClothingSize> <ClothingSizeEU>sample string 5</ClothingSizeEU> <ClothingSizeUK>sample string 6</ClothingSizeUK> <ClothingSizeUS>sample string 7</ClothingSizeUS> <ClothingSleeveSize>10</ClothingSleeveSize> <ClothingStandards>sample string 3</ClothingStandards> <ClothingWaistSize>9</ClothingWaistSize> <SizeID>1</SizeID> <SizeShirtID>2</SizeShirtID> </ClothingTopMeasurementsModel>