POST
api/v1/getPreSelectCategory?skuMasterId={skuMasterId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
skuMasterId | integer |
Required |
Response Information
Description:
Return type: Collection of SkuCategoryMapping
Response Formats
application/json, text/json
[ { "CategoryMasterId": 1, "Name": "sample string 2" }, { "CategoryMasterId": 1, "Name": "sample string 2" } ]
text/html
[{"CategoryMasterId":1,"Name":"sample string 2"},{"CategoryMasterId":1,"Name":"sample string 2"}]
application/xml, text/xml
<ArrayOfSkuCategoryMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Category"> <SkuCategoryMapping> <CategoryMasterId>1</CategoryMasterId> <Name>sample string 2</Name> </SkuCategoryMapping> <SkuCategoryMapping> <CategoryMasterId>1</CategoryMasterId> <Name>sample string 2</Name> </SkuCategoryMapping> </ArrayOfSkuCategoryMapping>