GET AdminApi/ProdImage/GetProductImageSize
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ImageSize| Name | Description | Type | Additional information |
|---|---|---|---|
| Width | integer |
None. |
|
| Length | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Width": 1,
"Length": 2
},
{
"Width": 1,
"Length": 2
}
]