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