PUT api/SliderItem/Update
Request Information
URI Parameters
None.
Body Parameters
SliderItemUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Url | string |
None. |
|
| Title | string |
None. |
|
| SubTitle | string |
None. |
|
| Content | string |
None. |
|
| Href | string |
None. |
|
| Order | integer |
None. |
|
| SliderID | globally unique identifier |
None. |
|
| ID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"url": "sample string 1",
"title": "sample string 2",
"subTitle": "sample string 3",
"content": "sample string 4",
"href": "sample string 5",
"order": 6,
"sliderID": "8d3a7953-bedc-423b-baa7-5ad5045e2a54",
"id": "dcbb951e-12b7-4d9b-9d0a-4737fc29ed0d"
}
application/xml, text/xml
Sample:
<SliderItemUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs"> <ID>dcbb951e-12b7-4d9b-9d0a-4737fc29ed0d</ID> <Content>sample string 4</Content> <Href>sample string 5</Href> <Order>6</Order> <SliderID>8d3a7953-bedc-423b-baa7-5ad5045e2a54</SliderID> <SubTitle>sample string 3</SubTitle> <Title>sample string 2</Title> <Url>sample string 1</Url> </SliderItemUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"Url":"sample string 1","Title":"sample string 2","SubTitle":"sample string 3","Content":"sample string 4","Href":"sample string 5","Order":6,"SliderID":"8d3a7953-bedc-423b-baa7-5ad5045e2a54","ID":"dcbb951e-12b7-4d9b-9d0a-4737fc29ed0d"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.