GET api/Clothing/DisplayPic?productId={productId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
productId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ClothingPicName | Description | Type | Additional information |
---|---|---|---|
ClothingPicID | integer |
None. |
|
ClothingID | integer |
None. |
|
ClothingImgUrl_0 | string |
None. |
|
ClothingImgUrl_1 | string |
None. |
|
ClothingImgUrl_2 | string |
None. |
|
ClothingImgUrl_3 | string |
None. |
|
ClothingImgUrl_4 | string |
None. |
|
ClothingImgUrl_5 | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ClothingPicID": 1, "ClothingID": 2, "ClothingImgUrl_0": "sample string 3", "ClothingImgUrl_1": "sample string 4", "ClothingImgUrl_2": "sample string 5", "ClothingImgUrl_3": "sample string 6", "ClothingImgUrl_4": "sample string 7", "ClothingImgUrl_5": "sample string 8" }
application/xml, text/xml
Sample:
<ClothingPic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model_z_webAPIService.Models"> <ClothingID>2</ClothingID> <ClothingImgUrl_0>sample string 3</ClothingImgUrl_0> <ClothingImgUrl_1>sample string 4</ClothingImgUrl_1> <ClothingImgUrl_2>sample string 5</ClothingImgUrl_2> <ClothingImgUrl_3>sample string 6</ClothingImgUrl_3> <ClothingImgUrl_4>sample string 7</ClothingImgUrl_4> <ClothingImgUrl_5>sample string 8</ClothingImgUrl_5> <ClothingPicID>1</ClothingPicID> </ClothingPic>