POST api/Category/GetCategoryImgList

Request Information

URI Parameters

None.

Body Parameters

GetCategoryImgListDto
NameDescriptionTypeAdditional information
PageIndex

integer

None.

PageSize

integer

None.

Id

integer

None.

Remark

string

None.

OrderField

string

None.

OrderBy

boolean

None.

UserType

integer

None.

UserId

string

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PageIndex": 1,
  "PageSize": 2,
  "Id": 3,
  "Remark": "sample string 4",
  "OrderField": "sample string 5",
  "OrderBy": true,
  "UserType": 7,
  "UserId": "sample string 8",
  "Name": "sample string 9"
}

application/xml, text/xml

Sample:
<GetCategoryImgListDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IMGServer.Web.Models.Dto">
  <Name>sample string 9</Name>
  <UserId>sample string 8</UserId>
  <UserType>7</UserType>
  <Id>3</Id>
  <OrderBy>true</OrderBy>
  <OrderField>sample string 5</OrderField>
  <PageIndex>1</PageIndex>
  <PageSize>2</PageSize>
  <Remark>sample string 4</Remark>
</GetCategoryImgListDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AjaxResultEntityOfListOfCategoryImgListView
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

Msg

string

None.

Data

Collection of CategoryImgListView

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.