POST New/GetCustomerLst
Lấy danh sách KH
Request Information
URI Parameters
None.
Body Parameters
PGetCustomerLstReqName | Description | Type | Additional information |
---|---|---|---|
PageNumber | integer |
None. |
|
RowspPage | integer |
None. |
|
Checked | integer |
None. |
|
Search | string |
None. |
|
DateStart | string |
None. |
|
DateEnd | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PageNumber": 1, "RowspPage": 2, "Checked": 3, "Search": "sample string 4", "DateStart": "sample string 5", "DateEnd": "sample string 6" }
application/xml, text/xml
Sample:
<PGetCustomerLstReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cpc1hn.vn/Export/Message/v1"> <PageNumber>1</PageNumber> <RowspPage>2</RowspPage> <Checked>3</Checked> <Search>sample string 4</Search> <DateStart>sample string 5</DateStart> <DateEnd>sample string 6</DateEnd> </PGetCustomerLstReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PGetCustomerLstResName | Description | Type | Additional 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.