GET api/Mall/GetSwiper

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of HomeSwiper
NameDescriptionTypeAdditional information
ID

integer

None.

CompanyID

integer

None.

RowNo

integer

None.

ImageID

integer

None.

Path

string

None.

Url

string

None.

OpenType

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "CompanyID": 2,
    "RowNo": 3,
    "ImageID": 4,
    "Path": "sample string 5",
    "Url": "sample string 6",
    "OpenType": "sample string 7"
  },
  {
    "ID": 1,
    "CompanyID": 2,
    "RowNo": 3,
    "ImageID": 4,
    "Path": "sample string 5",
    "Url": "sample string 6",
    "OpenType": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfHomeSwiper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProTech.Member.Entity">
  <HomeSwiper>
    <CompanyID>2</CompanyID>
    <ID>1</ID>
    <ImageID>4</ImageID>
    <OpenType>sample string 7</OpenType>
    <Path>sample string 5</Path>
    <RowNo>3</RowNo>
    <Url>sample string 6</Url>
  </HomeSwiper>
  <HomeSwiper>
    <CompanyID>2</CompanyID>
    <ID>1</ID>
    <ImageID>4</ImageID>
    <OpenType>sample string 7</OpenType>
    <Path>sample string 5</Path>
    <RowNo>3</RowNo>
    <Url>sample string 6</Url>
  </HomeSwiper>
</ArrayOfHomeSwiper>