PUT api/firstpageslider
Request Information
URI Parameters
None.
Body Parameters
FirstPageSlider| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Image | string |
None. |
|
| Alt | string |
None. |
|
| Link | string |
None. |
|
| OrderBy | integer |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Image": "sample string 2",
"Alt": "sample string 3",
"Link": "sample string 4",
"OrderBy": 5,
"IsActive": true
}
application/xml, text/xml
Sample:
<FirstPageSlider xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdmApi.Marindepan2015.Models"> <Alt>sample string 3</Alt> <ID>1</ID> <Image>sample string 2</Image> <IsActive>true</IsActive> <Link>sample string 4</Link> <OrderBy>5</OrderBy> </FirstPageSlider>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />