POST api/BulkProduct_Category_Mapping
Request Information
URI Parameters
None.
Body Parameters
Collection of WebServiceSelectProduct_Category_Mapping_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProductId | integer |
None. |
|
| CategoryId | integer |
None. |
|
| IsFeaturedProduct | boolean |
None. |
|
| DisplayOrder | integer |
None. |
|
| Sku | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ProductId": 2,
"CategoryId": 3,
"IsFeaturedProduct": true,
"DisplayOrder": 5,
"Sku": "sample string 6"
},
{
"Id": 1,
"ProductId": 2,
"CategoryId": 3,
"IsFeaturedProduct": true,
"DisplayOrder": 5,
"Sku": "sample string 6"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
WebServiceSelectProduct_Category_Mapping_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProductId | integer |
None. |
|
| CategoryId | integer |
None. |
|
| IsFeaturedProduct | boolean |
None. |
|
| DisplayOrder | integer |
None. |
|
| Sku | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"ProductId": 2,
"CategoryId": 3,
"IsFeaturedProduct": true,
"DisplayOrder": 5,
"Sku": "sample string 6"
}