POST Platform/GetCustomersByPage
Request Information
URI Parameters
None.
Body Parameters
YlxCustmerRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerNo | string |
None. |
|
| CustomerName | string |
None. |
|
| AdminId | integer |
None. |
|
| SalesmanId | integer |
None. |
|
| State | integer |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerNo": "sample string 1",
"CustomerName": "sample string 2",
"AdminId": 3,
"SalesmanId": 1,
"State": 1,
"PageIndex": 4,
"PageSize": 5
}
application/xml, text/xml
Sample:
<YlxCustmerRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.DTO"> <AdminId>3</AdminId> <CustomerName>sample string 2</CustomerName> <CustomerNo>sample string 1</CustomerNo> <PageIndex>4</PageIndex> <PageSize>5</PageSize> <SalesmanId>1</SalesmanId> <State>1</State> </YlxCustmerRequestDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TupleOfListOfYlxCustmerResponseDTOAndInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Item1 | Collection of YlxCustmerResponseDTO |
None. |
|
| Item2 | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"m_Item1": [
{
"Id": 1,
"CustomerNo": "sample string 2",
"CustomerName": "sample string 3",
"CreateTime": "2026-04-13T13:49:52.8824175+08:00",
"SalesmanId": 1,
"SalesmanName": "sample string 5",
"State": 6
},
{
"Id": 1,
"CustomerNo": "sample string 2",
"CustomerName": "sample string 3",
"CreateTime": "2026-04-13T13:49:52.8824175+08:00",
"SalesmanId": 1,
"SalesmanName": "sample string 5",
"State": 6
}
],
"m_Item2": 1
}
application/xml, text/xml
Sample:
<TupleOfArrayOfYlxCustmerResponseDTOintjKieGXTP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System">
<m_Item1 xmlns:d2p1="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.DTO">
<d2p1:YlxCustmerResponseDTO>
<d2p1:CreateTime>2026-04-13T13:49:52.8824175+08:00</d2p1:CreateTime>
<d2p1:CustomerName>sample string 3</d2p1:CustomerName>
<d2p1:CustomerNo>sample string 2</d2p1:CustomerNo>
<d2p1:Id>1</d2p1:Id>
<d2p1:SalesmanId>1</d2p1:SalesmanId>
<d2p1:SalesmanName>sample string 5</d2p1:SalesmanName>
<d2p1:State>6</d2p1:State>
</d2p1:YlxCustmerResponseDTO>
<d2p1:YlxCustmerResponseDTO>
<d2p1:CreateTime>2026-04-13T13:49:52.8824175+08:00</d2p1:CreateTime>
<d2p1:CustomerName>sample string 3</d2p1:CustomerName>
<d2p1:CustomerNo>sample string 2</d2p1:CustomerNo>
<d2p1:Id>1</d2p1:Id>
<d2p1:SalesmanId>1</d2p1:SalesmanId>
<d2p1:SalesmanName>sample string 5</d2p1:SalesmanName>
<d2p1:State>6</d2p1:State>
</d2p1:YlxCustmerResponseDTO>
</m_Item1>
<m_Item2>1</m_Item2>
</TupleOfArrayOfYlxCustmerResponseDTOintjKieGXTP>