PUT api/ImageSlider

Request Information

URI Parameters

None.

Body Parameters

ImageSliderViewModels
NameDescriptionTypeAdditional information
sliderId

integer

None.

imagePath

string

None.

hLink

string

None.

createdAt

date

None.

createdBy

string

None.

title

string

None.

type

string

None.

displayOrder

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "sliderId": 1,
  "imagePath": "sample string 2",
  "hLink": "sample string 3",
  "createdAt": "2024-07-27T10:05:56.0733645+05:30",
  "createdBy": "sample string 5",
  "title": "sample string 6",
  "type": "sample string 7",
  "displayOrder": 8
}

application/xml, text/xml

Sample:
<ImageSliderViewModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SSPWeb.Models">
  <createdAt>2024-07-27T10:05:56.0733645+05:30</createdAt>
  <createdBy>sample string 5</createdBy>
  <displayOrder>8</displayOrder>
  <hLink>sample string 3</hLink>
  <imagePath>sample string 2</imagePath>
  <sliderId>1</sliderId>
  <title>sample string 6</title>
  <type>sample string 7</type>
</ImageSliderViewModels>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.