Nivo Slider
Request Parameters:
Nivo Slider used to set banner on home page
URL: ../Api/Client/NivoSlider
Header:
Content-Type:application/json
Required Parameters :
Case-1. Exception parameters :
Parameter:
{
"ApiSecretKey":"i99b98d117m116a112o98k115c111",
"StoreId": ""
}
Response :
{
"Status": 0,
"Message": "Request cannot be empty",
"Data": null,
"ValidationMessage": [],
"ErrorMessage": null
}
Case-2. Success Response :
Parameter:
{
"ApiSecretKey":"i99b98d117m116a112o98k115c111",
"StoreId": "1"
}
Response :
{
"Status": 1,
"Message": "Success.",
"Data": {
"NivoSliderList": [
{
"PictureUrl": "http://localhost:15536/images/thumbs/0000077_banner_1.jpg",
"Text": "",
"Link": "http://localhost:15536/"
},
{
"PictureUrl": "http://localhost:15536/images/thumbs/0000078_banner_2.jpg",
"Text": "",
"Link": "http://localhost:15536/"
}
]
},
"ValidationMessage": [],
"ErrorMessage": null
}