GET api/store/{storeID}/apns?Take={Take}&Skip={Skip}&IncludeDeleted={IncludeDeleted}
Get all plu apns
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
storeID |
Store to limit product results to |
integer |
Required |
Take |
Pagination information, how many records to return |
integer |
None. |
Skip |
Pagination information, how many records to skip |
integer |
None. |
StoreID |
Store to get plu apn records for |
integer |
None. |
IncludeDeleted |
Not Implemented, to include deleted products and plu apns |
boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
A page list of matching PLU apns and product guids for master and store
PageListOfAPNProductsName | Description | Type | Additional information |
---|---|---|---|
Type | string |
None. |
|
List | Collection of APNProducts |
None. |
|
Skip |
Number of records to skip over |
integer |
None. |
Take |
Number of records to take |
integer |
None. |
TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
Sample:
{ "type": "APNProducts", "list": [ { "$id": "2", "apn": "sample string 1", "products": [ { "$id": "3", "storeID": 1, "pluG_UID": "Qom7bU5CXE6Otj68zLc2Aw==", "pluGuid": "6dbb8942-424e-4e5c-8eb6-3ebcccb73603", "apn": "sample string 2" }, { "$ref": "3" } ] }, { "$ref": "2" } ], "skip": 1, "take": 1, "totalCount": 1 }
application/xml, text/xml
Sample:
<PageListOfAPNProductsdgHE6_SfI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Common"> <Skip>1</Skip> <Take>1</Take> <TotalCount>1</TotalCount> <List xmlns:d2p1="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Products.APNs"> <d2p1:APNProducts> <d2p1:APN>sample string 1</d2p1:APN> <d2p1:Products> <d2p1:APNProduct> <d2p1:APN>sample string 2</d2p1:APN> <d2p1:PLUG_UID>Qom7bU5CXE6Otj68zLc2Aw==</d2p1:PLUG_UID> <d2p1:PluGuid>6dbb8942-424e-4e5c-8eb6-3ebcccb73603</d2p1:PluGuid> <d2p1:StoreID>1</d2p1:StoreID> </d2p1:APNProduct> <d2p1:APNProduct> <d2p1:APN>sample string 2</d2p1:APN> <d2p1:PLUG_UID>Qom7bU5CXE6Otj68zLc2Aw==</d2p1:PLUG_UID> <d2p1:PluGuid>6dbb8942-424e-4e5c-8eb6-3ebcccb73603</d2p1:PluGuid> <d2p1:StoreID>1</d2p1:StoreID> </d2p1:APNProduct> </d2p1:Products> </d2p1:APNProducts> <d2p1:APNProducts> <d2p1:APN>sample string 1</d2p1:APN> <d2p1:Products> <d2p1:APNProduct> <d2p1:APN>sample string 2</d2p1:APN> <d2p1:PLUG_UID>Qom7bU5CXE6Otj68zLc2Aw==</d2p1:PLUG_UID> <d2p1:PluGuid>6dbb8942-424e-4e5c-8eb6-3ebcccb73603</d2p1:PluGuid> <d2p1:StoreID>1</d2p1:StoreID> </d2p1:APNProduct> <d2p1:APNProduct> <d2p1:APN>sample string 2</d2p1:APN> <d2p1:PLUG_UID>Qom7bU5CXE6Otj68zLc2Aw==</d2p1:PLUG_UID> <d2p1:PluGuid>6dbb8942-424e-4e5c-8eb6-3ebcccb73603</d2p1:PluGuid> <d2p1:StoreID>1</d2p1:StoreID> </d2p1:APNProduct> </d2p1:Products> </d2p1:APNProducts> </List> </PageListOfAPNProductsdgHE6_SfI>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK �8�ZE�ö