GET api/labelpagelayout/{guid}/store/{storeID}/printer
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
guid | globally unique identifier |
Required |
|
storeID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LabelPageLayoutStorePrinterName | Description | Type | Additional information |
---|---|---|---|
PageLayoutGuid | globally unique identifier |
None. |
|
StoreID | integer |
None. |
|
PrinterName | string |
None. |
|
StoreName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "pageLayoutGuid": "9d371282-fb3f-4a97-b5ad-2aae7e924df7", "storeID": 2, "printerName": "sample string 3", "storeName": "sample string 4" }
application/xml, text/xml
Sample:
<LabelPageLayoutStorePrinter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager"> <PageLayoutGuid>9d371282-fb3f-4a97-b5ad-2aae7e924df7</PageLayoutGuid> <PrinterName>sample string 3</PrinterName> <StoreID>2</StoreID> <StoreName>sample string 4</StoreName> </LabelPageLayoutStorePrinter>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK "