GET api/PoctLogin/UpdateSlider
Request Information
URI Parameters
None.
Body Parameters
SliderModelUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Sn | integer |
None. |
|
| SliderImage | string |
None. |
|
| MobileImage | string |
None. |
|
| SliderUrl | string |
None. |
|
| Type | string |
None. |
|
| Status | string |
None. |
|
| SNo | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"Sn": 1,
"SliderImage": "sample string 2",
"MobileImage": "sample string 3",
"SliderUrl": "sample string 4",
"Type": "sample string 5",
"Status": "sample string 6",
"SNo": 7
}
application/xml, text/xml
Sample:
<Login.SliderModelUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <MobileImage>sample string 3</MobileImage> <SNo>7</SNo> <SliderImage>sample string 2</SliderImage> <SliderUrl>sample string 4</SliderUrl> <Sn>1</Sn> <Status>sample string 6</Status> <Type>sample string 5</Type> </Login.SliderModelUpdate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.