Get Manufacturers
Request Parameters:
Retrieve the list of manufacturers.
URL: ../Api/Client/Manufacturer
Header:
Content-Type:application/json
Required Parameters : CustomerGUID
Case-1. Exception parameters :
Parameter:
{
"ApiSecretKey":"i99b98d117m116a112o98k115c111",
"CustomerGUID":"",
"StoreId":"",
"LanguageId":""
}
Response :
{
"Status": 0,
"Message": "Request cannot be empty",
"Data": null,
"ValidationMessage": [],
"ErrorMessage": null
}
Case-2. Success Response :
Parameter:
{
"ApiSecretKey":"i99b98d117m116a112o98k115c111",
"CustomerGUID":"496DBB2A-F9EB-4522-A804-B108693B69CE",
"StoreId":"1",
"LanguageId":"1"
}
Response :
{
"Status": 1,
"Message": "Success.",
"Data": [
{
"Id": 1,
"Name": "Apple",
"Description": null,
"MetaKeywords": null,
"MetaDescription": null,
"MetaTitle": null,
"SeName": "apple",
"PictureModel": {
"ImageUrl": "http://localhost:15536/images/thumbs/0000017_apple_420.jpg",
"ThumbImageUrl": "http://localhost:15536/images/thumbs/0000017_apple_100.jpg",
"FullSizeImageUrl": "http://localhost:15536/images/thumbs/0000017_apple.jpg",
"Title": "Show products manufactured by Apple",
"AlternateText": "Picture for manufacturer Apple",
"Form": null,
"CustomProperties": {}
},
"FeaturedProducts": null,
"Products": null,
"CustomerGuid": "496dbb2a-f9eb-4522-a804-b108693b69ce",
"Message": null
},
{
"Id": 2,
"Name": "HP",
"Description": null,
"MetaKeywords": null,
"MetaDescription": null,
"MetaTitle": null,
"SeName": "hp",
"PictureModel": {
"ImageUrl": "http://localhost:15536/images/thumbs/0000018_hp_420.jpg",
"ThumbImageUrl": "http://localhost:15536/images/thumbs/0000018_hp_100.jpg",
"FullSizeImageUrl": "http://localhost:15536/images/thumbs/0000018_hp.jpg",
"Title": "Show products manufactured by HP",
"AlternateText": "Picture for manufacturer HP",
"Form": null,
"CustomProperties": {}
},
"FeaturedProducts": null,
"Products": null,
"CustomerGuid": "496dbb2a-f9eb-4522-a804-b108693b69ce",
"Message": null
},
{
"Id": 3,
"Name": "Nike",
"Description": null,
"MetaKeywords": null,
"MetaDescription": null,
"MetaTitle": null,
"SeName": "nike",
"PictureModel": {
"ImageUrl": "http://localhost:15536/images/thumbs/0000019_nike_420.jpg",
"ThumbImageUrl": "http://localhost:15536/images/thumbs/0000019_nike_100.jpg",
"FullSizeImageUrl": "http://localhost:15536/images/thumbs/0000019_nike.jpg",
"Title": "Show products manufactured by Nike",
"AlternateText": "Picture for manufacturer Nike",
"Form": null,
"CustomProperties": {}
},
"FeaturedProducts": null,
"Products": null,
"CustomerGuid": "496dbb2a-f9eb-4522-a804-b108693b69ce",
"Message": null
}
],
"ValidationMessage": [],
"ErrorMessage": null
}