POST api/v1/customers/paging
Request Information
URI Parameters
None.
Body Parameters
GraphCustomerPagingParamName | Description | Type | Additional information |
---|---|---|---|
IncludeInActive |
Có lấy cả khách hàng ngừng theo dõi hay không |
string |
None. |
Page |
Số trang lấy dữ liệu |
integer |
None. |
Limit |
Số lượng bản ghi giới hạn |
integer |
None. |
LastSyncDate | date |
None. |
|
Version |
Phiên bản |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IncludeInActive": "sample string 1", "Page": 2, "Limit": 3, "LastSyncDate": "2025-06-25T12:41:07.5395393+07:00", "Version": "sample string 4" }
text/html
Sample:
{ "IncludeInActive": "sample string 1", "Page": 2, "Limit": 3, "LastSyncDate": "2025-06-25T12:41:07.5393794+07:00", "Version": "sample string 4" }
application/xml, text/xml
Sample:
<GraphCustomerPagingParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.QLNH.BE.BO"> <Version>sample string 4</Version> <LastSyncDate>2025-06-25T12:41:07.5393794+07:00</LastSyncDate> <Limit>3</Limit> <Page>2</Page> <IncludeInActive>sample string 1</IncludeInActive> </GraphCustomerPagingParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GraphServiceActionResultName | Description | Type | Additional information |
---|---|---|---|
Code |
Mã HTTP trả về cho client |
HttpStatusCode |
None. |
ErrorType |
Loại lỗi |
GrapAPIServiceErrorType |
None. |
ErrorMessage |
Thông tin lỗi |
string |
None. |
Data |
Dữ liệu trả về cho client |
Object |
None. |
Total |
Tổng số bản ghi trên grid |
integer |
None. |
Success |
Thực thi Service thành công |
boolean |
None. |
PrimaryKeyValue |
Trả về ID của đối tượng khi cất thành công Phục vụ cho việc cập nhật ID của record trên grid sau khi thêm đối tượng |
Object |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{ "Code": 100, "ErrorType": 0, "ErrorMessage": "sample string 1", "Data": {}, "Total": 3, "Success": true, "PrimaryKeyValue": {} }
application/xml, text/xml
Sample:
<GraphServiceActionResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.QLNH.BE.BO"> <ActionType>Login</ActionType> <Code>Continue</Code> <Data /> <ErrorMessage>sample string 1</ErrorMessage> <ErrorType>None</ErrorType> <PrimaryKeyValue /> <ServerExceptionTraceMessage>sample string 6</ServerExceptionTraceMessage> <Success>true</Success> <Total>3</Total> </GraphServiceActionResult>