GET api/PortalAdmin/Customer/List?PortalId={PortalId}&KeyWord={KeyWord}&StausId={StausId}&CurrentPage={CurrentPage}&RowPerPage={RowPerPage}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PortalId

integer

Required

KeyWord

string

None.

StausId

byte

Required

CurrentPage

integer

Required

RowPerPage

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PortalCustomer_ListModel
NameDescriptionTypeAdditional information
Id

integer

None.

Phone

string

None.

FullName

string

None.

Email

string

None.

Address

string

None.

ImageURL

string

None.

DateOfJoin

date

None.

StatusId

byte

None.

Description

string

None.

IsLock

boolean

None.

EmployeeNameCreate

string

None.

EmployeeNameUpdate

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "phone": "sample string 2",
    "fullName": "sample string 3",
    "email": "sample string 4",
    "address": "sample string 5",
    "imageURL": "sample string 6",
    "dateOfJoin": "2025-12-06T12:34:59.9216667+07:00",
    "statusId": 64,
    "description": "sample string 8",
    "isLock": true,
    "employeeNameCreate": "sample string 10",
    "employeeNameUpdate": "sample string 11"
  },
  {
    "id": 1,
    "phone": "sample string 2",
    "fullName": "sample string 3",
    "email": "sample string 4",
    "address": "sample string 5",
    "imageURL": "sample string 6",
    "dateOfJoin": "2025-12-06T12:34:59.9216667+07:00",
    "statusId": 64,
    "description": "sample string 8",
    "isLock": true,
    "employeeNameCreate": "sample string 10",
    "employeeNameUpdate": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPortalCustomer_ListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Portal">
  <PortalCustomer_ListModel>
    <Address>sample string 5</Address>
    <DateOfJoin>2025-12-06T12:34:59.9216667+07:00</DateOfJoin>
    <Description>sample string 8</Description>
    <Email>sample string 4</Email>
    <EmployeeNameCreate>sample string 10</EmployeeNameCreate>
    <EmployeeNameUpdate>sample string 11</EmployeeNameUpdate>
    <FullName>sample string 3</FullName>
    <Id>1</Id>
    <ImageURL>sample string 6</ImageURL>
    <IsLock>true</IsLock>
    <Phone>sample string 2</Phone>
    <StatusId>64</StatusId>
  </PortalCustomer_ListModel>
  <PortalCustomer_ListModel>
    <Address>sample string 5</Address>
    <DateOfJoin>2025-12-06T12:34:59.9216667+07:00</DateOfJoin>
    <Description>sample string 8</Description>
    <Email>sample string 4</Email>
    <EmployeeNameCreate>sample string 10</EmployeeNameCreate>
    <EmployeeNameUpdate>sample string 11</EmployeeNameUpdate>
    <FullName>sample string 3</FullName>
    <Id>1</Id>
    <ImageURL>sample string 6</ImageURL>
    <IsLock>true</IsLock>
    <Phone>sample string 2</Phone>
    <StatusId>64</StatusId>
  </PortalCustomer_ListModel>
</ArrayOfPortalCustomer_ListModel>