GET api/Product_Picture_Mapping
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WebServiceSelectProduct_Picture_Mapping_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProductId | integer |
None. |
|
| PictureId | integer |
None. |
|
| DisplayOrder | integer |
None. |
|
| Sku | string |
None. |
|
| SeoFilename | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ProductId": 2,
"PictureId": 3,
"DisplayOrder": 4,
"Sku": "sample string 5",
"SeoFilename": "sample string 6"
},
{
"Id": 1,
"ProductId": 2,
"PictureId": 3,
"DisplayOrder": 4,
"Sku": "sample string 5",
"SeoFilename": "sample string 6"
}
]