POST
api/v1/update-product-category?BPCode={BPCode}&NoOfProducts={NoOfProducts}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
BPCode | string |
Required |
|
NoOfProducts | string |
Required |
Body Parameters
Collection of SellerAdminProductCategoryName | Description | Type | Additional information |
---|---|---|---|
BPCode | string |
None. |
|
Category | string |
None. |
|
CategoryName | string |
None. |
|
OtherCategory | string |
None. |
|
IsChecked | boolean |
None. |
|
DisplayName | string |
None. |
Request Formats
application/json, text/json
[ { "BPCode": "sample string 1", "Category": "sample string 2", "CategoryName": "sample string 3", "OtherCategory": "sample string 4", "IsChecked": true, "DisplayName": "sample string 6" }, { "BPCode": "sample string 1", "Category": "sample string 2", "CategoryName": "sample string 3", "OtherCategory": "sample string 4", "IsChecked": true, "DisplayName": "sample string 6" } ]
text/html
[{"BPCode":"sample string 1","Category":"sample string 2","CategoryName":"sample string 3","OtherCategory":"sample string 4","IsChecked":true,"DisplayName":"sample string 6"},{"BPCode":"sample string 1","Category":"sample string 2","CategoryName":"sample string 3","OtherCategory":"sample string 4","IsChecked":true,"DisplayName":"sample string 6"}]
application/xml, text/xml
<ArrayOfSellerAdminProductCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller"> <SellerAdminProductCategory> <BPCode>sample string 1</BPCode> <Category>sample string 2</Category> <CategoryName>sample string 3</CategoryName> <DisplayName>sample string 6</DisplayName> <IsChecked>true</IsChecked> <OtherCategory>sample string 4</OtherCategory> </SellerAdminProductCategory> <SellerAdminProductCategory> <BPCode>sample string 1</BPCode> <Category>sample string 2</Category> <CategoryName>sample string 3</CategoryName> <DisplayName>sample string 6</DisplayName> <IsChecked>true</IsChecked> <OtherCategory>sample string 4</OtherCategory> </SellerAdminProductCategory> </ArrayOfSellerAdminProductCategory>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: boolean
Response Formats
application/json, text/json, text/html
true
application/xml, text/xml
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>