POST Product/GetProductLst

Lấy danh sách tất cả sản phẩm

Request Information

URI Parameters

None.

Body Parameters

PGetProductLstReq
NameDescriptionTypeAdditional information
PageNumber

integer

None.

RowspPage

integer

None.

Hot

integer

None.

Search

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PageNumber": 1,
  "RowspPage": 2,
  "Hot": 3,
  "Search": "sample string 4"
}

application/xml, text/xml

Sample:
<PGetProductLstReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cpc1hn.vn/Export/Message/v1">
  <PageNumber>1</PageNumber>
  <RowspPage>2</RowspPage>
  <Hot>3</Hot>
  <Search>sample string 4</Search>
</PGetProductLstReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PGetProductLstRes
NameDescriptionTypeAdditional information
RespCode

integer

None.

RespText

string

None.

TotalRows

integer

None.

Data

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "RespCode": 1,
  "RespText": "sample string 2",
  "TotalRows": 3
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.