GetHomePageCategory
Request Parameters:
URL: ../Api/Client/GetHomePageCategory
Header:
Content-Type:application/json
Required Parameters : CustomerGUID
Case-1. Exception parameters :
Parameter:
{
"ApiSecretKey":"i99b98d117m116a112o98k115c111",
"CustomerGUID":"496DBB2A-F9EB-4522-A804-B108693B69CE",
"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": "",
"Data": [
{
"Name": "Electronics",
"SeName": "electronics",
"NumberOfProducts": null,
"PictureModel": {
"ImageUrl": "http://localhost:15536/images/thumbs/0000005_electronics_450.jpeg",
"ThumbImageUrl": "http://localhost:15536/images/thumbs/0000005_electronics_100.jpeg",
"FullSizeImageUrl": "http://localhost:15536/images/thumbs/0000005_electronics.jpeg",
"Title": "Show products in category Electronics",
"AlternateText": "Picture for category Electronics",
"CustomProperties": {}
},
"Id": 5,
"CustomProperties": {}
},
{
"Name": "Apparel",
"SeName": "apparel",
"NumberOfProducts": null,
"PictureModel": {
"ImageUrl": "http://localhost:15536/images/thumbs/0000009_apparel_450.jpeg",
"ThumbImageUrl": "http://localhost:15536/images/thumbs/0000009_apparel_100.jpeg",
"FullSizeImageUrl": "http://localhost:15536/images/thumbs/0000009_apparel.jpeg",
"Title": "Show products in category Apparel",
"AlternateText": "Picture for category Apparel",
"CustomProperties": {}
},
"Id": 9,
"CustomProperties": {}
},
{
"Name": "Digital downloads",
"SeName": "digital-downloads",
"NumberOfProducts": null,
"PictureModel": {
"ImageUrl": "http://localhost:15536/images/thumbs/0000013_digital-downloads_450.jpeg",
"ThumbImageUrl": "http://localhost:15536/images/thumbs/0000013_digital-downloads_100.jpeg",
"FullSizeImageUrl": "http://localhost:15536/images/thumbs/0000013_digital-downloads.jpeg",
"Title": "Show products in category Digital downloads",
"AlternateText": "Picture for category Digital downloads",
"CustomProperties": {}
},
"Id": 13,
"CustomProperties": {}
}
],
"ValidationMessage": [],
"ErrorMessage": null
}