GET api/ManagerPublic/SettingHot/List?Keyword={Keyword}&CurrentPage={CurrentPage}&RowPerPage={RowPerPage}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Keyword

string

None.

CurrentPage

integer

None.

RowPerPage

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SettingProductHotModel
NameDescriptionTypeAdditional information
Id

integer

None.

Title

string

None.

Price

decimal number

None.

Location

string

None.

IsUseName

string

None.

IsUse

string

None.

IsSaleName

string

None.

IsSale

string

None.

DateCreate

date

None.

EmployeeName

string

None.

EmployeeId

integer

None.

ProductDemand

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "title": "sample string 2",
    "price": 3.0,
    "location": "sample string 4",
    "isUseName": "sample string 5",
    "isUse": "sample string 6",
    "isSaleName": "sample string 7",
    "isSale": "sample string 8",
    "dateCreate": "2025-12-06T12:32:38.2797686+07:00",
    "employeeName": "sample string 9",
    "employeeId": 10,
    "productDemand": 11
  },
  {
    "id": 1,
    "title": "sample string 2",
    "price": 3.0,
    "location": "sample string 4",
    "isUseName": "sample string 5",
    "isUse": "sample string 6",
    "isSaleName": "sample string 7",
    "isSale": "sample string 8",
    "dateCreate": "2025-12-06T12:32:38.2797686+07:00",
    "employeeName": "sample string 9",
    "employeeId": 10,
    "productDemand": 11
  }
]

application/xml, text/xml

Sample:
<ArrayOfSettingProductHotModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.ManagerPublic">
  <SettingProductHotModel>
    <DateCreate>2025-12-06T12:32:38.2797686+07:00</DateCreate>
    <EmployeeId>10</EmployeeId>
    <EmployeeName>sample string 9</EmployeeName>
    <Id>1</Id>
    <IsSale>sample string 8</IsSale>
    <IsSaleName>sample string 7</IsSaleName>
    <IsUse>sample string 6</IsUse>
    <IsUseName>sample string 5</IsUseName>
    <Location>sample string 4</Location>
    <Price>3</Price>
    <ProductDemand>11</ProductDemand>
    <Title>sample string 2</Title>
  </SettingProductHotModel>
  <SettingProductHotModel>
    <DateCreate>2025-12-06T12:32:38.2797686+07:00</DateCreate>
    <EmployeeId>10</EmployeeId>
    <EmployeeName>sample string 9</EmployeeName>
    <Id>1</Id>
    <IsSale>sample string 8</IsSale>
    <IsSaleName>sample string 7</IsSaleName>
    <IsUse>sample string 6</IsUse>
    <IsUseName>sample string 5</IsUseName>
    <Location>sample string 4</Location>
    <Price>3</Price>
    <ProductDemand>11</ProductDemand>
    <Title>sample string 2</Title>
  </SettingProductHotModel>
</ArrayOfSettingProductHotModel>