POST mobile/StoreOnlinePages

Request Information

URI Parameters

None.

Body Parameters

PageSearchModel
NameDescriptionTypeAdditional information
Search

string

None.

Type

integer

None.

PageSize

integer

None.

PageNumber

integer

None.

IsFavorite

boolean

None.

Categories

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Search": "sample string 1",
  "Type": 1,
  "PageSize": 2,
  "PageNumber": 3,
  "IsFavorite": true,
  "Categories": "sample string 5"
}

application/xml, text/xml

Sample:
<PageSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvoShare.IService.Models.Api.Mobile">
  <Categories>sample string 5</Categories>
  <IsFavorite>true</IsFavorite>
  <PageNumber>3</PageNumber>
  <PageSize>2</PageSize>
  <Search>sample string 1</Search>
  <Type>1</Type>
</PageSearchModel>

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.