POST api/CustomerOnline/RetriveSliderImageModelForMobile
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| paramList | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{},
{},
{}
]
text/html
Sample:
[{},{},{}]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> <anyType /> </ArrayOfanyType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ID": "2c791d3f-7195-48ae-b1b3-d70718fe5761",
"CompID": "d33529eb-d564-4837-820d-d5e6a706225c",
"Slider1Url": "sample string 3",
"Slider2Url": "sample string 4",
"Slider3Url": "sample string 5",
"Slider4Url": "sample string 6",
"Slider5Url": "sample string 7"
}
text/html
Sample:
{"ID":"2c791d3f-7195-48ae-b1b3-d70718fe5761","CompID":"d33529eb-d564-4837-820d-d5e6a706225c","Slider1Url":"sample string 3","Slider2Url":"sample string 4","Slider3Url":"sample string 5","Slider4Url":"sample string 6","Slider5Url":"sample string 7"}
application/xml, text/xml
Sample:
<SliderImageModelForMobileUrl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models"> <CompID>d33529eb-d564-4837-820d-d5e6a706225c</CompID> <ID>2c791d3f-7195-48ae-b1b3-d70718fe5761</ID> <Slider1Url>sample string 3</Slider1Url> <Slider2Url>sample string 4</Slider2Url> <Slider3Url>sample string 5</Slider3Url> <Slider4Url>sample string 6</Slider4Url> <Slider5Url>sample string 7</Slider5Url> </SliderImageModelForMobileUrl>