GET products/getPagedProductBarcodes?page={page}&limit={limit}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
page | integer |
Required |
|
limit | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PagedResultName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
msg | string |
None. |
|
page | integer |
None. |
|
limit | integer |
None. |
|
total | integer |
None. |
|
rows | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2", "page": 3, "limit": 4, "total": 5, "rows": {} }
application/xml, text/xml
Sample:
<PagedResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.WebApi.Common"> <code>1</code> <limit>4</limit> <msg>sample string 2</msg> <page>3</page> <rows /> <total>5</total> </PagedResult>