POST api/Product_Picture_Mapping
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ProductId": 2,
"PictureId": 3,
"DisplayOrder": 4,
"Sku": "sample string 5",
"SeoFilename": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
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"
}