POST api/v1/getPreSelectCategory?skuMasterId={skuMasterId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
skuMasterId

integer

Required

Response Information

Description:

Return type: Collection of SkuCategoryMapping

Response Formats
[
  {
    "CategoryMasterId": 1,
    "Name": "sample string 2"
  },
  {
    "CategoryMasterId": 1,
    "Name": "sample string 2"
  }
]
[{"CategoryMasterId":1,"Name":"sample string 2"},{"CategoryMasterId":1,"Name":"sample string 2"}]
<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>