POST api/printBatch/details
This is a GET request masked as a POST request to get around query string limits for location filtering. Lists all print batch products and is written/added for react app
Request Information
URI Parameters
None.
Body Parameters
Filtering options for print batch details(mostly focused on Store, Shelf Location, Department and Campaign)
PrintBatchDetailQueryName | Description | Type | Additional information |
---|---|---|---|
Take | integer |
None. |
|
Skip | integer |
None. |
|
HeaderIdentifier | Collection of byte |
None. |
|
HeaderGuid | globally unique identifier |
None. |
|
PrintRequestType | PrintRequestType |
None. |
|
SortKind | PrintBatchSortKind |
None. |
|
Sort | SortOrder |
None. |
|
Printed |
Whether to include the print batch details that have been printed |
boolean |
None. |
PrintDate |
The date that a print batch detail was printed, incompatible with printed filter being set to false |
date |
None. |
UTCOffset |
UTC offset to be used with the single date to get the results accurately |
decimal number |
None. |
UseExactPrintDateTime | boolean |
None. |
|
Keyword | string |
None. |
|
Search | ProductQuerySearch |
None. |
|
ShelfLocationGuids |
Print Batch Details assigned to these location only |
Collection of globally unique identifier |
None. |
SupplierIdentifier |
Print Batch Details with product with this preffered supplier only |
Collection of byte |
None. |
SupplierGuid | globally unique identifier |
None. |
|
StoreID | integer |
None. |
|
PLU |
PLU |
integer |
None. |
APN | string |
None. |
|
Name | string |
None. |
|
ItemNumber |
Item number |
string |
None. |
DirectNumber |
PluOrderingDetail.ItemCode |
string |
None. |
DepartmentCode |
Print Batch Details with product in this department |
string |
None. |
SubDepartmentCode |
Print Batch Details with product in this sub department Added for react app |
string |
None. |
MinorDepartmentCode |
Print Batch Details with product in this minor department Added for react app |
string |
None. |
Tobacco |
Print Batch Details with product has a tobacco product type |
boolean |
None. |
Liquor |
Print Batch Details with product has a liquor product type |
boolean |
Deprecated. |
GlutenFree |
Print Batch Details with product that is gluten free |
boolean |
None. |
ExcludeTalkers |
Print Batch details with a product that has departments with matching ExcludeTalkers values |
boolean |
None. |
Direct |
Print Batch details with a product that has a SupplierDirect Warehouse Indicator |
boolean |
None. |
Variety |
Print Batch details with a product that has a Variety Warehouse Indicator |
boolean |
None. |
Warehouse |
Print Batch details with a product that has a WarehouseLine Warehouse Indicator |
boolean |
None. |
SlowMoving |
Print Batch Details with product is (not) Slow Moving? (true or false option, matched to Product value) |
boolean |
None. |
GeneralMerchandise |
Print Batch Details with product is (not) General Merchandise? (true or false option, matched to Product value) |
boolean |
None. |
HasCampaign |
Print Batch Details with products that has a campaign (when it's set to true) |
boolean |
None. |
ComplianceIndicator |
Print Batch Details with product has this ComplianceIndicator/CoreRangeIndicator |
string |
None. |
ComplianceIndicators |
Print Batch Details with product has these ComplianceIndicators/CoreRangeIndicators |
Collection of string |
None. |
Grades |
Print Batch Details with product has these ProductGrade(s) |
Collection of string |
None. |
StartsWith |
Whether to make searches starting with rather than anywhere. |
boolean |
None. |
ExcludeZeroQty |
Excludes any talkers with zero quantity |
boolean |
None. |
CampaignNames |
Filter batch details by campaign names. Added for react app |
Collection of string |
None. |
DepartmentCodes |
Filter batch details by department codes. Added for react app |
Collection of string |
None. |
SubDepartmentCodes |
Filter batch details by subdepartment codes Added for react app |
Collection of string |
None. |
MinorDepartmentCodes |
Filter batch details by minordepartment codes Added for react app |
Collection of string |
None. |
LesserDepartmentCodes |
Filter batch details by lesserdepartment codes Added for react app |
Collection of string |
None. |
WarehouseDirectIndicators |
filter by warehouse indicator of PLU |
Collection of string |
None. |
Users |
Filter print batch details by users |
Collection of string |
None. |
PrintBatchTypes |
filter by PrintBatchtypes |
Collection of integer |
None. |
IncludeZeroQtyOnly |
filter labels having 0 Qty only - for react app |
boolean |
None. |
LabelPageLayoutG_UID | Collection of byte |
None. |
|
LabelPageLayoutGuid | globally unique identifier |
None. |
|
CampaignStartDate |
The detail campaign will starts after this date |
date |
None. |
CampaignEndDate |
The detail campaign will starts before this date |
date |
None. |
Relations |
Load all product, location, bin and operator models |
boolean |
None. |
Request Formats
application/json, text/json
{ "take": 1, "skip": 1, "headerIdentifier": "S7WYlQGOlU6ka4bJsZhSLg==", "headerGuid": "9598b54b-8e01-4e95-a46b-86c9b198522e", "printRequestType": 1, "sortKind": 0, "sort": 0, "printed": true, "printDate": "2025-08-02T17:06:05.6395654", "utcOffset": 3.1, "useExactPrintDateTime": true, "keyword": "sample string 5", "search": 0, "shelfLocationGuids": [ "2fefcf08-6be8-4dfc-85f3-ed2a547ee867", "4bfe7341-7f4e-40b3-abd6-f56696c55b13" ], "supplierIdentifier": "MPueu9Qvm0ia2y79GTxUdA==", "supplierGuid": "bb9efb30-2fd4-489b-9adb-2efd193c5474", "storeID": 1, "plu": 1, "apn": "sample string 6", "name": "sample string 7", "itemNumber": "sample string 8", "directNumber": "sample string 9", "departmentCode": "sample string 10", "subDepartmentCode": "sample string 11", "minorDepartmentCode": "sample string 12", "tobacco": true, "liquor": true, "glutenFree": true, "excludeTalkers": true, "direct": true, "variety": true, "warehouse": true, "slowMoving": true, "generalMerchandise": true, "hasCampaign": true, "complianceIndicator": "sample string 14", "complianceIndicators": [ "sample string 1", "sample string 2" ], "grades": [ "sample string 1", "sample string 2" ], "startsWith": true, "excludeZeroQty": true, "campaignNames": [ "sample string 1", "sample string 2" ], "departmentCodes": [ "sample string 1", "sample string 2" ], "subDepartmentCodes": [ "sample string 1", "sample string 2" ], "minorDepartmentCodes": [ "sample string 1", "sample string 2" ], "lesserDepartmentCodes": [ "sample string 1", "sample string 2" ], "warehouseDirectIndicators": [ "sample string 1", "sample string 2" ], "users": [ "sample string 1", "sample string 2" ], "printBatchTypes": [ 1, 2 ], "includeZeroQtyOnly": true, "labelPageLayoutG_UID": "4P9w2IlEH061OFBTRpSmAA==", "labelPageLayoutGuid": "d870ffe0-4489-4e1f-b538-50534694a600", "campaignStartDate": "2025-08-02T17:06:05.6395654", "campaignEndDate": "2025-08-02T17:06:05.6395654", "relations": true }
application/xml, text/xml
<PrintBatchDetailQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Labels"> <APN>sample string 6</APN> <CampaignEndDate>2025-08-02T17:06:05.6395654+00:00</CampaignEndDate> <CampaignNames xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </CampaignNames> <CampaignStartDate>2025-08-02T17:06:05.6395654+00:00</CampaignStartDate> <ComplianceIndicator>sample string 14</ComplianceIndicator> <ComplianceIndicators xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </ComplianceIndicators> <DepartmentCode>sample string 10</DepartmentCode> <DepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </DepartmentCodes> <Direct>true</Direct> <DirectNumber>sample string 9</DirectNumber> <ExcludeTalkers>true</ExcludeTalkers> <ExcludeZeroQty>true</ExcludeZeroQty> <GeneralMerchandise>true</GeneralMerchandise> <GlutenFree>true</GlutenFree> <Grades xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </Grades> <HasCampaign>true</HasCampaign> <HeaderGuid>9598b54b-8e01-4e95-a46b-86c9b198522e</HeaderGuid> <HeaderIdentifier>S7WYlQGOlU6ka4bJsZhSLg==</HeaderIdentifier> <IncludeZeroQtyOnly>true</IncludeZeroQtyOnly> <ItemNumber>sample string 8</ItemNumber> <Keyword>sample string 5</Keyword> <LabelPageLayoutG_UID>4P9w2IlEH061OFBTRpSmAA==</LabelPageLayoutG_UID> <LabelPageLayoutGuid>d870ffe0-4489-4e1f-b538-50534694a600</LabelPageLayoutGuid> <LesserDepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </LesserDepartmentCodes> <Liquor>true</Liquor> <MinorDepartmentCode>sample string 12</MinorDepartmentCode> <MinorDepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </MinorDepartmentCodes> <Name>sample string 7</Name> <PLU>1</PLU> <PrintBatchTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </PrintBatchTypes> <PrintDate>2025-08-02T17:06:05.6395654+00:00</PrintDate> <PrintRequestType>1</PrintRequestType> <Printed>true</Printed> <Relations>true</Relations> <Search>Default</Search> <ShelfLocationGuids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>2fefcf08-6be8-4dfc-85f3-ed2a547ee867</d2p1:guid> <d2p1:guid>4bfe7341-7f4e-40b3-abd6-f56696c55b13</d2p1:guid> </ShelfLocationGuids> <Skip>1</Skip> <SlowMoving>true</SlowMoving> <Sort>Asc</Sort> <SortKind>Location</SortKind> <StartsWith>true</StartsWith> <StoreID>1</StoreID> <SubDepartmentCode>sample string 11</SubDepartmentCode> <SubDepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </SubDepartmentCodes> <SupplierGuid>bb9efb30-2fd4-489b-9adb-2efd193c5474</SupplierGuid> <SupplierIdentifier>MPueu9Qvm0ia2y79GTxUdA==</SupplierIdentifier> <Take>1</Take> <Tobacco>true</Tobacco> <UTCOffset>3.1</UTCOffset> <UseExactPrintDateTime>true</UseExactPrintDateTime> <Users xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </Users> <Variety>true</Variety> <Warehouse>true</Warehouse> <WarehouseDirectIndicators xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </WarehouseDirectIndicators> </PrintBatchDetailQuery>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
List of matching print batch details
PageListOfPrintBatchDetailName | Description | Type | Additional information |
---|---|---|---|
Type | string |
None. |
|
List | Collection of PrintBatchDetail |
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
{ "type": "PrintBatchDetail", "list": [ { "$id": "2", "identifier": "mHHGpLrR8kGKUBdPtuyozw==", "identifierGuid": "a4c67198-d1ba-41f2-8a50-174fb6eca8cf", "headerIdentifier": "5Co87wUaME2e2a0LRc4Bjw==", "headerGuid": "ef3c2ae4-1a05-4d30-9ed9-ad0b45ce018f", "shelfLocationIdentifier": "Rl70jpefiku71G3p7sLvgw==", "shelfLocationGuid": "8ef45e46-9f97-4b8a-bbd4-6de9eec2ef83", "pluG_UID": "qBLjxnQ2j0S5XzEk0jL7pg==", "pluGuid": "c6e312a8-3674-448f-b95f-3124d232fba6", "operatorG_UID": "0GlYnFDvGU655ljrXveOzQ==", "operatorGuid": "9c5869d0-ef50-4e19-b9e6-58eb5ef78ecd", "campaignName": "sample string 2", "comboGroupIdentifier": "/lQA1OAOOkeVFrLy0Yu38g==", "comboGroupGuid": "d40054fe-0ee0-473a-9516-b2f2d18bb7f2", "created": "2025-08-02T17:06:05.6708592", "labelQuantity": 3, "talkerQuantity": 4, "labelSmall": true, "printed": "2025-08-02T17:06:05.6708592", "detailMetaList": [ { "$id": "3", "id": 1, "printBatchType": 2, "user": "sample string 3", "detailIdentifier": "dMkvBd+lyEeAu2+ALkSYNQ==", "detailGuid": "052fc974-a5df-47c8-80bb-6f802e449835" }, { "$ref": "3" } ], "users": "sample string 6", "printBatchTypes": "sample string 7", "product": { "$id": "4", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "yR95BO+mVUyoa9XiXVtGDQ==", "guid": "04791fc9-a6ef-4c55-a86b-d5e25d5b460d", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "PJS4B3sSm0ajWsNEZ3YquQ==", "priceGroupGuid": "07b8943c-127b-469b-a35a-c34467762ab9", "blueprintID": 1, "lastCountedDate": "2025-08-02T17:06:05.6708592", "externalID": "sample string 7", "active": true, "activated": "2025-08-02T17:06:05.6708592", "pluCreated": "2025-08-02T17:06:05.6708592", "createdByUser": "sample string 9", "name": "sample string 10", "nameChanged": true, "secondDescription": "sample string 12", "hostDescription": "sample string 13", "keepCartonQty": true, "keepDescription": true, "keepDepartments": true, "keepSuppliers": true, "markdownDescription": "sample string 18", "altDescription": "sample string 19", "bestOrExpire": 20, "lastUpdate": "2025-08-02T17:06:05.6708592", "lastManualUpdate": "2025-08-02T17:06:05.6708592", "imageName": "sample string 23", "showImageOnFlipCharts": true, "showTextOnFlipCharts": true, "overrideFlipChartText": true, "flipChartText": "sample string 27", "salesMode": 1, "eftCode": 1, "price": 1, "priceChanged": true, "rrp": 1, "gstPercent": 28, "gstPercentChanged": true, "costGSTPercent": 29, "costGSTPercentChanged": true, "wetPercent": 1, "priceOverride": 1, "cost": 1, "currentCost": 1, "currentCostDecimals": 1, "grossProfit": 1.0, "currentCostDesc": "sample string 30", "currentCostEnd": "2025-08-02T17:06:05.6865098", "currentCostUpdated": "2025-08-02T17:06:05.6865098", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-08-02T17:06:05.6865098", "defaultGP": 1, "breakTargetMode": 33, "break1": 1, "price1": 1, "target1": 34, "break2": 1, "price2": 1, "target2": 35, "break3": 1, "price3": 1, "target3": 36, "break1Changed": true, "price1Changed": true, "target1Changed": true, "break2Changed": true, "price2Changed": true, "target2Changed": true, "break3Changed": true, "price3Changed": true, "target3Changed": true, "breakTargetModeChanged": true, "margin": 1.1, "marginChanged": true, "marginRanged": true, "marginRangedChanged": true, "minimumMargin": 1.1, "minimumMarginChanged": true, "maximumMargin": 1.1, "maximumMarginChanged": true, "overrideHostWarehouseIndicator": true, "overrideHostWarehouseIndicatorChanged": true, "overrideHostPrice": true, "overrideHostPriceChanged": true, "overrideHostCost": true, "overrideHostCostChanged": true, "overrideHostMargin": true, "overrideHostMarginChanged": true, "alwaysApplyMargin": true, "alwaysApplyMarginChanged": true, "aws": 1.0, "awsUpdated": "2025-08-02T17:06:05.7021102", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "nw/howLGPUybZUh/3ec23w==", "altPLUGuid": "a3e10f9f-c602-4c3d-9b65-487fdde736df", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 54", "altPriceDescription2": "sample string 55", "cartonQuantity": 56, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 58", "text2": "sample string 59", "text3": "sample string 60", "labelText": "sample string 61", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 65", "barcodeFormat": "sample string 66", "austMade": 1, "coolCode": 67, "countryOfOrigin": "sample string 68", "percentContent": 69.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 70", "subDeptCode": "sample string 71", "minorDeptCode": "sample string 72", "lesserDeptCode": "sample string 73", "deptName": "sample string 74", "subDeptName": "sample string 75", "minorDeptName": "sample string 76", "lesserDeptName": "sample string 77", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 80, "labelShelfChanged": true, "labelTalkerQty": 82, "labelSmall": true, "labelLastPrinted": "2025-08-02T17:06:05.7021102", "labelLastPrice": 1, "shelfPageLayoutG_UID": "cP3mU571NUCOxcpGUPdCeQ==", "shelfPageLayoutGuid": "53e6fd70-f59e-4035-8ec5-ca4650f74279", "talkerPageLayoutG_UID": "bh6xv8JsFEi29Cu0jOWPHA==", "talkerPageLayoutGuid": "bfb11e6e-6cc2-4814-b6f4-2bb48ce58f1c", "unitMeasure": 1.1, "unitMeasureChanged": true, "unitMeasureKind": 85, "unitMeasureKindChanged": true, "signIQData": "sample string 87", "refresh": true, "earnLoyaltyPoints": true, "earnLoyaltyPointsChanged": true, "quantityOverride": true, "quantityOverrideChanged": true, "quantityRequired": true, "quantityRequiredChanged": true, "allowDiscounts": true, "allowDiscountsChanged": true, "discountDiscounts": true, "discountDiscountsChanged": true, "itemRecalled": true, "itemRecalledChanged": true, "noRefund": true, "noRefundChanged": true, "allowMarkdown": true, "allowMarkdownChanged": true, "priceRequired": true, "priceRequiredChanged": true, "fuelItem": true, "fuelItemChanged": true, "trackSerial": true, "trackSerialChanged": true, "allowZeroPrice": true, "allowZeroPriceChanged": true, "notForSale": 91, "notForSaleChanged": true, "excludeFromDeals": true, "excludeFromVoucher": true, "minimumAge": 94, "minimumAgeChanged": true, "buyingLimit": 1, "buyingLimitChanged": true, "buyingLimitIndependent": true, "buyingLimitIndependentChanged": true, "inventoryGuid": "L/apoMgLVEuEflCYy0W3KA==", "inventoryIdentifier": "a0a9f62f-0bc8-4b54-847e-5098cb45b728", "inventoryAccuracy": 1, "baseUnits": 98, "orderPacked": 1, "isManufactured": true, "isIngredient": true, "isModifier": true, "isModifierChanged": true, "hasModifiers": 99, "defaultPrinter": "sample string 100", "defaultPrinterGroup": "sample string 101", "ingredientsOnManufacture": true, "manufactureUnitMeasure": 1, "mpl": 1, "maxShelfQty": 102, "allowAutoOrder": true, "warrantyPeriod": 1, "parentPluG_UId": "aNKPfd572E+Wrase+/enHA==", "parentPluGuid": "7d8fd268-7bde-4fd8-96ad-ab1efbf7a71c", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "Kyiu1FEYE0GTEEDZsDuSNQ==", "supplierIdentifierGuid": "d4ae282b-1851-4113-9310-40d9b03b9235", "supplierChanged": true, "rebateSupplierIdentifier": "gKJ1kx4dhU+1gJKJSX60NQ==", "rebateSupplierIdentifierGuid": "9375a280-1d1e-4f85-b580-9289497eb435", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 108", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 110", "productType": "sample string 111", "productGroup": "sample string 112", "complianceIndicator": "sample string 113", "inhouseBrand": "sample string 114", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 117", "lastUpdatedByUser": "sample string 118", "lastManualUpdatedByUser": "sample string 119", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-08-02T17:06:05.7333684", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "hzbkT3PN00yPrlafGIf+XQ==", "hostIdentifierGuid": "4fe43687-cd73-4cd3-8fae-569f1887fe5d", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 125", "aisleEnds": "sample string 126", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 137, "webPriceRounding": true, "webMarkup": 139, "webPriceMode": 140, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 141", "altSubDeptCode": "sample string 142", "altMinorDeptCode": "sample string 143", "altLesserDeptCode": "sample string 144", "altDepartmentChanged": true, "storeProducts": [ { "$ref": "4" }, { "$ref": "4" } ], "store": { "$id": "5", "id": 1, "isMaster": true, "shortName": "sample string 3", "url": "sample string 4", "sortOrder": 1, "name": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "state": "sample string 12", "country": "sample string 13", "postCode": "sample string 14", "delivery": 1, "exportAccounts": 1, "salesAccountFolder": "sample string 15", "purchaseAccountFolder": "sample string 16", "initLoad": 1, "initIDs": 1, "zoneID": 1, "actAsMaster": 1, "lastActiveUtc": "2025-08-02T17:06:05.7333684", "active": true, "warehouse": true, "abn": "sample string 19", "phoneOrderSubjectLine": "sample string 20", "caseConfiguration": 21, "isNormalPriceChangesCampaign": true, "generatePrintLabels": true, "headerLogo": "sample string 24", "custNo": "sample string 25", "stateCode": "sample string 26", "hostIdentifier": "jhJm7QHvE0WvSjyEEq39wg==", "hostIdentifierGuid": "ed66128e-ef01-4513-af4a-3c8412adfdc2", "hostName": 1, "hostAddress": "sample string 27", "hostUsername": "sample string 28", "hostPassword": "sample string 29", "excludeFromLeadInOut": true, "accountingProvider": 31, "accountingAddress": "sample string 32", "accountingUsername": "sample string 33", "accountingPassword": "sample string 34", "storeAccountingCode": "sample string 35", "softwareVariance": 36, "fuelWarningVariance": 37.0, "fuelErrorVariance": 38.0, "fuelAccumulatedWarningVariance": 39.0, "fuelAccumulatedErrorVariance": 40.0, "drawManagment": 41, "endOfDayManagment": true, "autoFillCashBalancing": true, "fuelDayVariance": 44, "accountingTradingTime": "00:00:00.1234567", "stockActivateProduct": 46, "giftCardSalesAccountingDeptCode": "sample string 47", "transactionDiscountAccountingDeptCode": "sample string 48", "size": 49, "updated": "2025-08-02T17:06:05.7333684", "priceZoneName": "sample string 51", "storeFuelConfigured": true, "shippingAddressCopied": true, "shippingAddress": { "$id": "6", "storeID": 1, "addressType": 1, "address1": "sample string 1", "address2": "sample string 2", "city": "sample string 3", "state": "sample string 4", "country": "sample string 5", "postCode": "sample string 6" }, "billingAddress": { "$ref": "6" }, "hostStoreSettings": [ { "$id": "7", "id": 1, "hostIdentifier": "+vRHULttZk2cI9TO7SI+aQ==", "hostIdentifierGuid": "5047f4fa-6dbb-4d66-9c23-d4ceed223e69", "storeID": 2, "username": "sample string 3", "password": "sample string 4", "passwordPlain": "sample string 5", "serverAddress": "sample string 6", "serverPort": 1, "excludeFromLeadInOut": true, "useForHostFile": true, "metcashPillarID": "sample string 9", "metcashStateCode": "sample string 10", "metcashCustomerID": "sample string 11", "metcashTradingPartnerID": "sample string 12", "drakesCustomerNumber": 1, "sparCustomerNumber": "sample string 13", "sparOrderUsername": "sample string 14", "sparOrderPassword": "sample string 15", "sparOrderPasswordPlain": "sample string 16", "pharmXSiteID": 1, "ibaZoneID": 1, "ibaState": "sample string 17", "foodlandStoreCode": "sample string 18", "ilgMemberNumber": "sample string 19", "ilgOutletLocation": 1, "ilgBaseCost": 1, "ilgApplyNonAdvertisedPromos": true, "ilgExemptFromFreight": true, "ilgOrderDealReview": true, "ilgFinanceFee": 1, "processPromotions": true, "hostProvider": 0, "host": { "$id": "8", "identifier": "QrjnZDRajUChUKW0ULfOEg==", "identifierGuid": "64e7b842-5a34-408d-a150-a5b450b7ce12", "isPrimary": true, "obeyPreferredHost": true, "loadCampaigns": true, "isHostOwnedGroup": true, "serviceFeeID": 1, "deletedDiscountRate": 1, "deletedDiscountDuration": 1, "doNotRange": true, "doNotOrder": true, "updateMaster": true, "ignoreHostPriceGroups": true, "ignoreNormalSellIncrease": true, "ignoreNormalSellIncreaseRange": 11, "ignoreNormalSellDecrease": true, "ignoreNormalSellDecreaseRange": 13, "roundNormalSell": true, "ignorePromotionSell": true, "ignoreNonAdvertisedPromotionSell": true, "splitAdvertisedAndNonAdvertisedPromotions": true, "ignoreLeadInOut": true, "hostSupplierIdentifier": "DeAgKHoMC0KxcT36yjO9tQ==", "hostSupplierIdentifierGuid": "2820e00d-0c7a-420b-b171-3dfaca33bdb5", "loyaltyPriceLevelIdentifier": "spH8fl4z7EqZre9Ho4LCWg==", "loyaltyPriceLevelIdentifierGuid": "7efc91b2-335e-4aec-99ad-ef47a382c25a", "isGroup": true, "description": "sample string 22", "hostProvider": 23, "hostTypeEnum": 24, "hostType": "sample string 25", "hostCode": "sample string 26", "username": "sample string 27", "password": "sample string 28", "passwordPlain": "sample string 29", "server": "sample string 30", "url": "sample string 31", "global": true, "stateCode": "sample string 33", "lastCollected": "2025-08-02T17:06:05.7333684", "lastProcessed": "2025-08-02T17:06:05.7333684", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "9", "identifier": "8qMfYa/N10O6jA39JphxAQ==", "identifierGuid": "611fa3f2-cdaf-43d7-ba8c-0dfd26987101", "code": "sample string 1", "name": "sample string 2", "fuelSupplier": true, "isSupplier": true, "isHostedSupplier": true, "hostID": 1, "accountCode": "sample string 6", "invoiceSuffix": "sample string 7", "orderEmail": "sample string 8", "orderEmailBcc": "sample string 9", "orderFax": "sample string 10", "showOrderCost": true, "receiptCostUpdate": true, "sendReceipt": true, "receiptEmail": "sample string 14", "receiptEmailBcc": "sample string 15", "primaryContactGuid": "7sJVdOKtgk6zWntLtr6p4Q==", "primaryContactID": "7455c2ee-ade2-4e82-b35a-7b4bb6bea9e1", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "VIAJpuS/DEGyotBZbPVrcg==", "supplierGroupGuid": "a6098054-bfe4-410c-b2a2-d0596cf56b72", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-08-02T17:06:05.7489897", "rebateLastClaimedAmount": 1.0, "cartonsOnly": true, "minimumOrderValue": 1, "enforceMinimumQuantity": true, "freight": 19.0, "freightType": 20, "deleted": true, "deletedUser": "sample string 22", "storeName": "sample string 23", "primaryContact": { "$id": "10", "id": "c37525c7-2694-4cca-9221-e94866bfbb81", "identifier": "2zV4zQ9UoEyv4MKcgzT6fg==", "identifierGuid": "cd7835db-540f-4ca0-afe0-c29c8334fa7e", "familyName": "sample string 1", "givenNames": "sample string 2", "otherNames": "sample string 3", "title": "sample string 4", "dateOfBirth": "sample string 5", "sex": "sample string 6", "address": "sample string 7", "address1": "sample string 8", "address2": "sample string 9", "town": "sample string 10", "state": "sample string 11", "country": "sample string 12", "postalCode": "sample string 13", "telephone": "sample string 14", "mobile": "sample string 15", "email": "sample string 16", "fax": "sample string 17", "primary": true }, "contacts": [ { "$id": "11", "supplierIdentifier": "1SBIxumz2Eem/G7T4eK3+g==", "supplierIdentifierGuid": "c64820d5-b3e9-47d8-a6fc-6ed3e1e2b7fa", "contactGuid": "ZfnJjElhn0KQ/DVR4PzroA==", "contactID": "8cc9f965-6149-429f-90fc-3551e0fceba0", "contact": { "$ref": "10" }, "supplier": { "$ref": "9" } }, { "$ref": "11" } ], "products": [ { "$id": "12", "pluG_UID": "pcnbLtD07EaI0KDKt2rRSQ==", "pluGuid": "2edbc9a5-f4d0-46ec-88d0-a0cab76ad149", "supplierIdentifier": "T8hUKzn7tECfFk4IcP6bpg==", "supplierIdentifierGuid": "2b54c84f-fb39-40b4-9f16-4e0870fe9ba6", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-08-02T17:06:05.7489897", "pricedByWeight": true, "landedUnitCostEx": 9, "landedUnitCostInc": 10, "landedCartonCostInc": 11, "landedCartonCostEx": 12, "standardCost": 13, "deliveryFee": 1, "deliveryFeeBasis": "sample string 14", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 15", "financeFee": 1, "financeFeeBasis": "sample string 16", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 17", "invoiceCode": "sample string 18", "invoiceDesc": "sample string 19", "orderDirect": true, "useCost": true, "minimumQuantity": 20, "hostType": 21, "fromHost": 22, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 23.1, "sellMultiple": 24.1, "baseMultiple": 25.1, "hostStandardCost": 26, "hostTotalCost": 27, "hostRetail": 28, "hostLandedUnitCostEx": 29, "hostLandedUnitCostInc": 30, "hostDesc": "sample string 31", "directIndicator": "sample string 32", "availableToOrder": true, "hostRangeIndicator": "sample string 34", "hostProductType": "sample string 35", "hostProductGrade": "sample string 36", "hostProductGroup": "sample string 37", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 40", "hostLastUpdated": "2025-08-02T17:06:05.7489897", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "13", "pluG_UID": "+VbTHfbcwkW3fFyJLbWZkw==", "pluGuid": "1dd356f9-dcf6-45c2-b77c-5c892db59993", "supplierIdentifier": "eOK4kbzaVEqVya+M0P42eA==", "supplierIdentifierGuid": "91b8e278-dabc-4a54-95c9-af8cd0fe3678", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "13" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 41", "salesMode": 42, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 44, "parentPluG_UID": "a53YikwL70WqzJwWJb2J/A==", "parentPluGuid": "8ad89d6b-0b4c-45ef-aacc-9c1625bd89fc", "freight": 45.0, "freightType": 1, "product": { "$ref": "4" }, "supplier": { "$ref": "9" }, "serviceFee": { "$id": "14", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 47 }, { "$ref": "12" } ], "orderCycleHeaders": [ { "$id": "15", "storeID": 1, "supplierIdentifier": "8hci0tRlw0qA6Aahvw41xw==", "supplierGuid": "d22217f2-65d4-4ac3-80e8-06a1bf0e35c7", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "storeName": "sample string 5", "departmentName": "sample string 6", "orderDays": 7 }, { "$ref": "15" } ], "cycles": [ { "$id": "16", "storeID": 1, "supplierIdentifier": "DA6H/xXKjkGRMbS3t2/SYg==", "supplierGuid": "ff870e0c-ca15-418e-9131-b4b7b76fd262", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "cutOffWeek": 5, "cutOffDay": 6, "cutOffTime": "00:00:00.1234567", "leadTime": 7, "daysBuffer": 8, "supplierName": "sample string 9", "cutOffDate": "2025-08-02T17:06:05.7489897", "deliveryDate": "2025-08-02T17:06:05.7489897", "nextCutOffDate": "2025-08-02T17:06:05.7489897", "nextDeliveryDate": "2025-08-02T17:06:05.7489897", "nextDaysBuffer": 10 }, { "$ref": "16" } ], "store": { "$ref": "5" }, "updated": "2025-08-02T17:06:05.7489897", "isHost": true }, "files": [ { "$id": "17", "id": "sample string 1", "fileName": "sample string 2", "extension": "sample string 3", "provider": 0, "type": 0, "hostType": "sample string 4", "createdUtc": "2025-08-02T17:06:05.7489897", "processed": "2025-08-02T17:06:05.7489897", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-08-02T17:06:05.7489897", "size": 1, "sizeFormat": "sample string 7", "isArchive": true, "version": "sample string 9", "reference": "sample string 10", "digest": "sample string 11", "contentType": "sample string 12", "host": { "$ref": "8" }, "metcashHeader": { "$id": "18", "customerNumber": "sample string 1", "creationDate": "2025-08-02T17:06:05.7489897", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "17" } ], "zoneMatrix": [ { "$id": "19", "id": 1, "hostIdentifier": "zt90nm5fgEK7C/bYLyODeg==", "hostIdentifierGuid": "9e74dfce-5f6e-4280-bb0b-f6d82f23837a", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "a0558bc0-998b-4940-9a26-3d347d2210e3", "975f13a3-f8fe-4249-8da5-1de924e3b245" ] }, { "$ref": "19" } ], "hostFileStoreSetting": { "$ref": "7" }, "hostStoreSettings": [ { "$ref": "7" }, { "$ref": "7" } ], "promotionPlacements": [ { "$id": "20", "identifier": "5Kc4zhKck0K2tSTXY9dPYw==", "identifierGuid": "ce38a7e4-9c12-4293-b6b5-24d763d74f63", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "20" } ], "promoTypeGuids": [ "56f1a3d1-a741-47de-a1db-05be817c3a9b", "5e08cd39-abcf-4887-a069-27b0409e4488" ], "isPromotionOnly": false, "isOrderable": false, "vendor": 0 }, "groupIDs": [ 1, 2 ], "hostDescription": "sample string 24" }, { "$ref": "7" } ], "accounts": [ { "$id": "21", "id": 1, "storeID": 1, "accountName": "sample string 2", "bsb": "sample string 3", "accountNumber": "sample string 4", "accountDesignated": true }, { "$ref": "21" } ], "sales": [ { "$id": "22", "id": 1, "storeID": 1, "externalSalesType": 2, "ftpSiteID": 1, "lastSaleProcessed": "2025-08-02T17:06:05.7489897", "ftpSite": { "$id": "23", "id": 1, "description": "sample string 2", "address": "sample string 3", "username": "sample string 4", "password": "sample string 5", "path": "sample string 7", "protocol": 8 } }, { "$ref": "22" } ], "zoneMatrix": [ { "$ref": "19" }, { "$ref": "19" } ], "cashManagements": [ { "$id": "24", "id": 1, "storeID": 1, "cashManagementType": 2, "apiID": 1, "organisationID": "sample string 3", "siteName": "sample string 4", "thirdPartyAPI": { "$id": "25", "id": 1, "description": "sample string 2", "address": "sample string 3", "username": "sample string 4", "password": "sample string 5", "passwordPlain": "sample string 6", "token": "sample string 7", "apiType": 8, "apiSubType": 9 } }, { "$ref": "24" } ], "updateStoreID": "49132dbc-a248-4591-88f7-96b8d2a0abcb", "updateStore": { "$id": "26", "id": "9a768988-8efe-493c-bc17-19e608f897b0", "name": "sample string 1", "lastActivity": "2025-08-02T17:06:05.7489897", "zone": "sample string 2", "timeZoneOffset": 0.0, "businessHoursStart": "00:00:00.1234567", "businessHoursEnd": "00:00:00.1234567", "master": true, "lastIP": "sample string 10", "lastHostName": "sample string 11", "ping": 1, "pingStatus": "sample string 12", "lastUpdateCompleted": "2025-08-02T17:06:05.7489897" }, "timeZoneId": "sample string 53", "securityOptions": { "$id": "27", "loginMode": 1, "allowSelfVerification": true, "verifierEmail": "sample string 3", "source": "sample string 4", "loginModeInherited": 5, "loginModeSource": "sample string 6", "selfVerifyInherited": true, "selfVerifySource": "sample string 8", "verifyEmailInherited": "sample string 9", "verifyEmailSource": "sample string 10" } }, "storePrices": [ { "$id": "28", "pluG_UID": "iXGyDkZBLUOYJltbq0TCZg==", "pluGuid": "0eb27189-4146-432d-9826-5b5bab44c266", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "gstPercent": 9, "normalCost": 10, "normalCostDecimals": 11, "costGstPercent": 12, "costCalcMethod": 1, "currentCost": 13, "currentCostDecimals": 14, "break1": 15, "price1": 16, "break2": 17, "price2": 18, "break3": 19, "price3": 20, "fuelItem": 21, "fixedWeight": 22, "active": true, "complianceIndicator": "sample string 23", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-08-02T17:06:05.7489897" }, { "$ref": "28" } ], "currentPrices": { "$id": "29", "pluPrices": { "$id": "30", "plu": 1, "pluG_UID": "QEA=", "stores": [ 1, 2 ], "normalPrice": 1, "cost": 2, "break1": 3, "price1": 4, "break2": 5, "price2": 6, "break3": 7, "price3": 8, "discountPrice": 9, "acceptedUtc": "2025-08-02T17:06:05.7489897", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "30" }, "winningCampaign": 1, "winner": { "$id": "31", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-08-02T17:06:05.7489897", "startTime": 3, "endDate": "2025-08-02T17:06:05.7489897", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "1gCwo4A8b0+qVH/Ejo78jg==", "hostIdentifierGuid": "a3b000d6-3c80-4f6f-aa54-7fc48e8efc8e", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "31" }, { "$ref": "31" } ] }, "tray": { "$id": "32", "g_UId": "B6lvhslU9ku20m2sq5DfxQ==", "guid": "866fa907-54c9-4bf6-b6d2-6dacab90dfc5", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "33", "priceGroupG_UID": "/a3yyhHax0CYnQHyXYnwow==", "priceGroupGuid": "caf2adfd-da11-40c7-989d-01f25d89f0a3", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-08-02T17:06:05.7489897", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "4" }, { "$ref": "4" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "34", "pluG_UID": "nMH8nSnULEiSHDSjsAjOhw==", "pluGuid": "9dfcc19c-d429-482c-921c-34a3b008ce87", "plu": 1, "servingsPerPack": 1, "servingSize": 1, "showAllergens": 1, "energy": 1, "protein": 1, "fat": 1, "saturated": 1, "carbo": 1, "sugars": 1, "sodium": 1, "potasium": 1, "calcium": 1, "fibre": 1, "soya": 1, "nutsSeeds": 1, "shells": 1, "eggs": 1, "dairy": 1, "gluten": 1, "sulphites": 1, "peanuts": 1, "sesame": 1, "fish": 1, "lupins": 1 }, "dates": { "$id": "35", "pluGuid": "7bf10a21-0544-4cc2-962e-522a0ed20e32", "created": "2025-08-02T17:06:05.7802655", "createdByUser": "sample string 1", "activated": "2025-08-02T17:06:05.7802655", "deactivated": "2025-08-02T17:06:05.7802655", "lastOrdered": "2025-08-02T17:06:05.7802655", "lastOrderedQty": 2.0, "lastReceived": "2025-08-02T17:06:05.7802655", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-08-02T17:06:05.7802655", "lastSold": "2025-08-02T17:06:05.7802655", "firstSold": "2025-08-02T17:06:05.7802655", "awsUpdated": "2025-08-02T17:06:05.7802655", "lastManualUpdate": "2025-08-02T17:06:05.7802655", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-08-02T17:06:05.7802655", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-08-02T17:06:05.7802655", "doNotRangeUpdated": "2025-08-02T17:06:05.7802655", "doNotOrderUpdated": "2025-08-02T17:06:05.7802655", "tracked": "2025-08-02T17:06:05.7802655" }, "allergens": [ { "$id": "36", "allergenID": 1, "pluG_UID": "tS+jKsCMZUuFv6b2YAYqFQ==", "pluGuid": "2aa32fb5-8cc0-4b65-85bf-a6f660062a15", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "36" } ], "costs": { "$id": "37", "pluG_UID": "nWz34WHiUEWNYcQe1Dv6bA==", "pluGuid": "e1f76c9d-e261-4550-8d61-c41ed43bfa6c", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-08-02T17:06:05.7802655", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "38", "saleHeaderID": 1, "created": "2025-08-02T17:06:05.7802655", "createdLocal": "2025-08-02T17:06:05.7802655", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "cBGAUz8ybk+9NXYhOFaP2Q==", "operatorGuid": "53801170-323f-4f6e-bd35-762138568fd9", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "sjbEnO1qPEOPeizXb4J0qQ==", "pluGuid": "9cc436b2-6aed-433c-8f7a-2cd76f8274a9", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "39", "id": 1, "g_Uid": "6oJL7au5N0uDWOrZsPovqg==", "guid": "ed4b82ea-b9ab-4b37-8358-ead9b0fa2faa", "operatorNumber": 1, "shortName": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "password": "sample string 5", "hasPassword": true, "passwordText": "sample string 6", "rfidTagID": "sample string 7", "blueprintID": 1, "groupID": 1, "groupName": "sample string 8", "managerGroupID": 1, "managerGroupName": "sample string 9", "zoneID": 1, "zoneName": "sample string 10", "loggedIn": 1, "lastUsedIP": "sample string 11", "deleted": true, "locked": true, "allowOpenTill": true, "webEmail": "sample string 14", "simpleOperatorType": 0, "webRole": "sample string 15", "updated": "2025-08-02T17:06:05.7802655", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-08-02T17:06:05.7802655", "endShift": "2025-08-02T17:06:05.7802655", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "40", "operatorG_UID": "pDMccNe0FUCHXth/h9JK/w==", "operatorGuid": "701c33a4-b4d7-4015-875e-d87f87d24aff", "storeID": 2, "operator": { "$ref": "39" }, "store": { "$ref": "5" } }, { "$ref": "40" } ] } }, { "$ref": "38" } ], "apns": [ { "$id": "41", "pluID": 1, "pluG_UID": "ScYmr63lq0CCXBmUweWeKQ==", "pluGuid": "af26c649-e5ad-40ab-825c-1994c1e59e29", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "41" } ], "tuns": [ { "$id": "42", "pluG_UId": "dEA2fek/rkSZFQUO3j810g==", "pluGuid": "7d364074-3fe9-44ae-9915-050ede3f35d2", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "4" }, "storeIDs": [ 1, 2 ] }, { "$ref": "42" } ], "competitionPricing": [ { "$id": "43", "identifier": "n05/Wdzwd0+1DkgzFZjzew==", "identifierGuid": "597f4e9f-f0dc-4f77-b50e-48331598f37b", "pluG_UID": "7tRUIZtGeU+ocFVk0m/8eA==", "pluGuid": "2154d4ee-469b-4f79-a870-5564d26ffc78", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "43" } ], "supplier": { "$ref": "9" }, "supplierName": "sample string 147", "children": [ { "$ref": "4" }, { "$ref": "4" } ], "ordering": { "$ref": "12" }, "flipChartPages": [ { "$id": "44", "identifier": "ztCsWZYFyECmKhAFfiSHPA==", "groupName": "sample string 1", "identifierGuid": "59acd0ce-0596-40c8-a62a-10057e24873c", "exists": true, "flipChartIdentifier": "X/zcgqTP30OVdYvh/tQWfw==", "flipChartIdentifierGuid": "82dcfc5f-cfa4-43df-9575-8be1fed4167f", "contentPanelName": "sample string 5", "selectionMode": 1, "maximumSelections": 1, "enableProductRecogniser": true, "displayName": "sample string 7", "sortOrder": 8, "storeID": 1, "productsPerRow": 9, "rows": 10, "showButtonText": true, "showButtonImage": true, "buttonWidth": 13, "buttonHeight": 14, "autoSizeButtons": true, "autoSizeGrid": true, "buttonAnchor": 17, "buttonBackgroundImage": "sample string 18", "buttonTopColour": 1, "buttonTextColour": 1, "buttonBottomColour": 1, "buttonBorderColour": 1, "buttonBorderWidth": 1, "buttonRadius": 1, "buttonGradientMode": 1, "buttonDropShadow": true, "buttonShadowWidth": 1, "buttonHighLightOnPush": true, "buttonFontFamily": "sample string 19", "buttonFontSize": 1.1, "buttonFontStyle": 1, "buttonTextAlign": 1, "buttonWordBreak": true, "buttonDrawImageAndButton": true, "buttonVerticalText": true, "buttonImageAlign": 1, "buttonMarginX": 20, "buttonMarginY": 21, "beginButtonsX": 22, "beginButtonsY": 23, "manualSortProducts": true, "sortProductsKind": 25, "groupIdentifier": "AGhHP5ALaE6pzDvk8ZoNHg==", "groupIdentifierGuid": "3f476800-0b90-4e68-a9cc-3be4f19a0d1e", "flipChart": { "$id": "45", "identifier": "yTZXUsLBJUmybolX5qEWUg==", "identifierGuid": "525736c9-c1c2-4925-b26e-8957e6a11652", "displayName": "sample string 2", "sortOrder": 3, "productsPerRow": 4, "rowsPerPage": 5, "buttonMarginX": 6, "buttonMarginY": 7, "beginButtonsX": 8, "beginButtonsY": 9, "autoSizeButtons": true, "autoSizeGrid": true, "showButtonText": true, "showButtonImage": true, "formLocationX": 1, "formLocationY": 1, "formWidth": 14, "formHeight": 15, "formMaximised": true, "formResizable": true, "formBackgroundImage": "sample string 16", "formBackgroundColourA": 1, "formBackgroundColourR": 1, "formBackgroundColourG": 1, "formBackgroundColourB": 1, "formFontFamily": "sample string 17", "formFontSize": 1.1, "formFontStyle": 1, "formAttributes": "sample string 18", "buttonWidth": 19, "buttonHeight": 20, "buttonAnchor": 21, "buttonBackgroundImage": "sample string 22", "buttonTopColour": 1, "buttonTextColour": 1, "buttonBottomColour": 1, "buttonBorderColour": 1, "buttonBorderWidth": 1, "buttonRadius": 1, "buttonGradientMode": 1, "buttonDropShadow": true, "buttonShadowWidth": 1, "buttonHighLightOnPush": true, "buttonFontFamily": "sample string 23", "buttonFontSize": 1.1, "buttonFontStyle": 1, "buttonTextAlign": 1, "buttonWordBreak": true, "buttonDrawImageAndButton": true, "buttonVerticalText": true, "buttonImageAlign": 1, "panelLocationX": 1, "panelLocationY": 1, "panelWidth": 1, "panelHeight": 1, "panelAnchor": 1, "panelFontFamily": "sample string 24", "panelFontSize": 1.1, "panelFontStyle": 1, "panelBackgroundColour": 1, "panelTextColour": 1, "panelAttributes": "sample string 25", "unsentCount": 26, "group": { "$id": "46", "identifier": "OdliHznVLkuvnA9RqZIp1w==", "identifierGuid": "1f62d939-d539-4b2e-af9c-0f51a99229d7", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "47", "id": 1, "g_UID": "OwliNY7dpkyf/IERcbDfYw==", "guid": "3562093b-dd8e-4ca6-9ffc-811171b0df63", "zoneID": 3, "storeID": 4, "name": "sample string 5", "formType": "sample string 6", "locationX": 1, "locationY": 1, "width": 1, "height": 1, "maximised": true, "resizable": true, "backgroundImage": "sample string 7", "backgroundColour": "sample string 8", "backgroundColourA": 1, "backgroundColourR": 1, "backgroundColourG": 1, "backgroundColourB": 1, "fontFamily": "sample string 9", "fontSize": 1.1, "fontStyle": 1, "previousForm": 1, "previousFormG_UID": "Wr5NW807Y0C51BSeYEtnXg==", "previousFormGuid": "5b4dbe5a-3bcd-4063-b9d4-149e604b675e", "nextForm": 1, "nextFormG_UID": "Z2wOsD/EH0+ERPqnZ31PFQ==", "nextFormGuid": "b00e6c67-c43f-4f1f-8444-faa7677d4f15", "attributes": "sample string 10", "updated": "2025-08-02T17:06:05.7958694", "positioning": 1, "contentPanel": "sample string 11", "selectionMode": 1, "maximumSelections": 1, "alteredInStore": true, "deleted": true, "blueprintID": 1, "preserveLayout": true, "mainCheckoutFormName": "sample string 13", "nextCheckoutForm": { "$ref": "47" }, "previousCheckoutForm": { "$ref": "47" }, "buttons": [ { "$id": "48", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "7UPsIhONR0iDuh1FyKDWzQ==", "checkoutFormGuid": "22ec43ed-8d13-4847-83ba-1d45c8a0d6cd", "identifier": "/OOgJW9vD02z3pBSimSD3A==", "identifierGuid": "25a0e3fc-6f6f-4d0f-b3de-90528a6483dc", "name": "sample string 5", "plu": 1, "locationX": 1, "locationY": 1, "width": 1, "height": 1, "anchor": 1, "backgroundImage": "sample string 6", "backgroundImageID": 1, "backgroundImageUrl": "sample string 7", "topColour": 1, "textColour": 1, "bottomColour": 1, "borderColour": 1, "borderWidth": 1, "radius": 1, "gradientMode": 1, "dropShadow": true, "shadowWidth": 1, "highLightOnPush": true, "fontFamily": "sample string 8", "fontSize": 1.1, "fontStyle": 1, "textAlign": 1, "imageAlign": 1, "wordBreak": true, "verticalText": true, "buttonFunction": 1, "buttonValue": 1, "valueG_UID": "f/6gAbCsIUWdmBW2ztkPHg==", "valueGuid": "01a0fe7f-acb0-4521-9d98-15b6ced90f1e", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-08-02T17:06:05.7958694", "action": "sample string 12", "valueForm": { "$ref": "47" }, "image": { "$id": "49", "name": "sample string 3.sample string 4", "imageID": 2, "imageName": "sample string 3", "imageExtension": "sample string 4", "lastUpdate": "2025-08-02T17:06:05.7958694", "imageData": "QEA=", "readOnly": true } }, { "$ref": "48" } ], "panels": [ { "$id": "50", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "C4SARPagfUCIyACtrMbqMg==", "checkoutFormGuid": "4480840b-a0f6-407d-88c8-00adacc6ea32", "panelType": "sample string 4", "name": "sample string 5", "locationX": 6, "locationY": 7, "width": 8, "height": 9, "anchor": 10, "fontFamily": "sample string 11", "fontSize": 12.1, "fontStyle": 13, "backgroundColour": 14, "textColour": 15, "attributes": "sample string 16" }, { "$ref": "50" } ] }, { "$ref": "47" } ], "panels": [ { "$ref": "50" }, { "$ref": "50" } ] }, "pages": [ { "$ref": "44" }, { "$ref": "44" } ] }, "contentPanel": { "$ref": "50" }, "products": [ { "$id": "51", "flipChartPageIdentifier": "eLf6v9zU00OoW6OHlqXNcA==", "flipChartPageIdentifierGuid": "bffab778-d4dc-43d3-a85b-a38796a5cd70", "pluG_UID": "6oB5cuuTJke5z2GlW86U2g==", "pluGuid": "727980ea-93eb-4726-b9cf-61a55bce94da", "sortOrder": 3, "sent": true, "productChanged": true, "productImageName": "sample string 6", "productShowImageOnFlipCharts": true, "productShowTextOnFlipCharts": true, "productOverrideFlipChartText": true, "productFlipChartText": "sample string 10", "product": { "$ref": "4" }, "departmentSortOrder": 11, "subDepartmentName": "sample string 12" }, { "$ref": "51" } ], "productCount": 27, "pages": [ { "$ref": "44" }, { "$ref": "44" } ] }, { "$ref": "44" } ], "priceHistory": [ { "$id": "52", "pluG_UID": "32kir/tIeUaAudRcZsvNDQ==", "pluGuid": "af2269df-48fb-4679-80b9-d45c66cbcd0d", "price": 1, "costCalcMethod": 1, "cost": 2, "weightedAvgCost": 3, "lastCost": 4, "rawCost": 5, "rawWeightedAvgCost": 6, "rawLastCost": 7, "costDecimals": 8, "serviceFeeID": 9, "freight": 10.0, "freightType": 11, "process": "sample string 12", "user": "sample string 13", "updated": "2025-08-02T17:06:05.7958694", "previousPrice": 1, "previousCostCalcMethod": 1, "previousCost": 1, "previousWeightedAvgCost": 1, "previousLastCost": 1, "previousRawCost": 15, "previousRawWeightedAvgCost": 16, "previousRawLastCost": 17, "previousCostDecimals": 1, "previousServiceFeeID": 18, "previousFreight": 19.0, "previousFreightType": 20, "storeID": 21, "storeName": "sample string 22", "serviceFeeDescription": "sample string 23", "previousServiceFeeDescription": "sample string 24" }, { "$ref": "52" } ], "ingredients": [ { "$id": "53", "pluG_UID": "IxF8IZD0/UuSPxG8mj8rRg==", "ingredientGuid": "bw8hKaQeqU64fIRVvHqe9A==", "ingredientIdentifier": "29210f6f-1ea4-4ea9-b87c-8455bc7a9ef4", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "4" } }, { "$ref": "53" } ], "bins": [ { "$id": "54", "pluG_UID": "aE9k4QHbBUa1MZqh9Lzwsw==", "pluGuid": "e1644f68-db01-4605-b531-9aa1f4bcf0b3", "shelfLocationIdentifier": "u1wdohZAqkS59gQLBZw7Og==", "shelfLocationGuid": "a21d5cbb-4016-44aa-b9f6-040b059c3b3a", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "0xenU1W3LEW/G3CCx0rrig==", "labelPageLayoutGuid": "53a717d3-b755-452c-bf1b-7082c74aeb8a", "updated": "2025-08-02T17:06:05.8114587", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "4" }, "location": { "$id": "55", "identifier": "19iMuEGcFE6cbzgeMEfPJA==", "storeID": 1, "identifierGuid": "b88cd8d7-9c41-4e14-9c6f-381e3047cf24", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-08-02T17:06:05.8114587", "minTemp": 1, "maxTemp": 1, "checkFrequency": 1, "storeCaseConfiguration": 5, "storeName": "sample string 6", "bins": [ { "$ref": "54" }, { "$ref": "54" } ] } }, { "$ref": "54" } ], "bin": { "$ref": "54" }, "scaleLocations": [ { "$id": "56", "plu": 1, "pluG_UID": "trRCmUrXVUiMWqyVXPsldA==", "pluGuid": "9942b4b6-d74a-4855-8c5a-ac955cfb2574", "deptNo": 1, "product": { "$ref": "4" }, "scaleLocation": { "$id": "57", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-08-02T17:06:05.8114587", "department": { "$id": "58", "id": 1, "name": "sample string 2", "code": "sample string 3", "sortOrder": 4, "isLiquor": true, "isTobacco": true, "excludeTalker": true, "externalSales": true, "saleGLCode": "sample string 9", "cogsglCode": "sample string 10", "accountingCategoryID": 11, "maximumMarkdownPercentage": 12.0, "accountingOnly": true, "generateExternalID": 1, "useNonReportableTaxCode": true, "minPLU": 15, "maxPLU": 16, "scaleLocation": { "$ref": "57" }, "subDepartments": [ { "$id": "59", "id": 1, "departmentID": 2, "name": "sample string 3", "code": "sample string 4", "departmentCode": "sample string 5", "externalSales": true, "minorDepartments": [ { "$id": "60", "id": 1, "subDepartmentID": 2, "departmentID": 3, "name": "sample string 4", "subDepartmentCode": "sample string 5", "departmentCode": "sample string 6", "code": "sample string 7", "lesserDepartments": [ { "$id": "61", "id": 1, "departmentID": 2, "subDepartmentID": 3, "minorDepartmentID": 4, "name": "sample string 5", "code": "sample string 6", "departmentCode": "sample string 7", "subDepartmentCode": "sample string 8", "minorDepartmentCode": "sample string 9", "updated": "2025-08-02T17:06:05.8114587", "salesMode": 1, "gstPercent": 1, "costGSTPercent": 1, "earnLoyaltyPoints": true, "quantityOverride": true, "quantityRequired": true, "allowDiscounts": true, "discountDiscounts": true, "itemRecalled": true, "noRefund": true, "active": true, "allowMarkdown": true, "defaultGP": 1.1, "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "tags": "sample string 11", "unitMeasureKind": 1, "fuelItem": true, "trackSerial": true, "warrantyPeriod": 1, "costCalcMethod": 1, "providerName": "sample string 12", "overrideHostMargin": true, "keepDescription": true, "mscCommodity": "sample string 15", "allowAutoOrder": true, "excludeFromWebUpdate": true, "webPriceBasedOn": true, "labelFormat": "sample string 16", "sendToScale": true, "labelPageLayoutG_UID": "0P+HCdYuiUmGNiW6+YLHaA==", "labelPageLayoutGuid": "0987ffd0-2ed6-4989-8636-25baf982c768", "minimumAge": 17, "countryOfOrigin": "sample string 18", "serviceFeeID": 1, "eftCode": 19, "defaultPrinter": "sample string 20", "defaultPrinterGroup": "sample string 21", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "includeInDistinctLimit": true, "defaultsEmpty": false, "mscCat": { "$id": "62", "dept": 1, "category": 2, "name": "sample string 3", "active": true, "mscCommodities": [ { "$id": "63", "dept": 1, "category": 2, "commodity": 3, "name": "sample string 4", "active": true, "mscSubCommodities": [ { "$id": "64", "dept": 1, "category": 2, "commodity": 3, "subCommodity": 4, "name": "sample string 5", "active": true, "subCommodityCode": "sample string 7" }, { "$ref": "64" } ], "commodityCode": "sample string 6" }, { "$ref": "63" } ], "categoryCode": "sample string 5" }, "mscCom": { "$ref": "63" }, "mscDep": { "$id": "65", "dept": 1, "name": "sample string 2", "active": true, "mscCategories": [ { "$ref": "62" }, { "$ref": "62" } ], "deptCode": "sample string 4" }, "mscSubCom": { "$ref": "64" } }, { "$ref": "61" } ], "updated": "2025-08-02T17:06:05.8114587", "salesMode": 1, "gstPercent": 1, "costGSTPercent": 1, "earnLoyaltyPoints": true, "quantityOverride": true, "quantityRequired": true, "allowDiscounts": true, "discountDiscounts": true, "itemRecalled": true, "noRefund": true, "active": true, "allowMarkdown": true, "defaultGP": 1.1, "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "tags": "sample string 9", "unitMeasureKind": 1, "fuelItem": true, "trackSerial": true, "warrantyPeriod": 1, "costCalcMethod": 1, "providerName": "sample string 10", "overrideHostMargin": true, "keepDescription": true, "mscCommodity": "sample string 13", "allowAutoOrder": true, "excludeFromWebUpdate": true, "webPriceBasedOn": true, "labelFormat": "sample string 14", "sendToScale": true, "labelPageLayoutG_UID": "I7QatJZB4UiR0GwU4WbmKw==", "labelPageLayoutGuid": "b41ab423-4196-48e1-91d0-6c14e166e62b", "minimumAge": 15, "countryOfOrigin": "sample string 16", "serviceFeeID": 1, "eftCode": 17, "defaultPrinter": "sample string 18", "defaultPrinterGroup": "sample string 19", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "includeInDistinctLimit": true, "defaultsEmpty": false, "mscCat": { "$ref": "62" }, "mscCom": { "$ref": "63" }, "mscDep": { "$ref": "65" }, "mscSubCom": { "$ref": "64" } }, { "$ref": "60" } ], "investmentBuyOverride": true, "updated": "2025-08-02T17:06:05.8114587", "salesMode": 1, "gstPercent": 1, "costGSTPercent": 1, "earnLoyaltyPoints": true, "quantityOverride": true, "quantityRequired": true, "allowDiscounts": true, "discountDiscounts": true, "itemRecalled": true, "noRefund": true, "active": true, "allowMarkdown": true, "defaultGP": 1.1, "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "tags": "sample string 9", "unitMeasureKind": 1, "fuelItem": true, "trackSerial": true, "warrantyPeriod": 1, "costCalcMethod": 1, "providerName": "sample string 10", "overrideHostMargin": true, "keepDescription": true, "mscCommodity": "sample string 13", "allowAutoOrder": true, "excludeFromWebUpdate": true, "webPriceBasedOn": true, "labelFormat": "sample string 14", "sendToScale": true, "labelPageLayoutG_UID": "hwjVBWokqE2VtlKokgTB6A==", "labelPageLayoutGuid": "05d50887-246a-4da8-95b6-52a89204c1e8", "minimumAge": 15, "countryOfOrigin": "sample string 16", "serviceFeeID": 1, "eftCode": 17, "defaultPrinter": "sample string 18", "defaultPrinterGroup": "sample string 19", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "includeInDistinctLimit": true, "defaultsEmpty": false, "mscCat": { "$ref": "62" }, "mscCom": { "$ref": "63" }, "mscDep": { "$ref": "65" }, "mscSubCom": { "$ref": "64" } }, { "$ref": "59" } ], "stores": [ 1, 2 ], "investmentBuyOverride": true, "updated": "2025-08-02T17:06:05.8114587", "salesMode": 1, "gstPercent": 1, "costGSTPercent": 1, "earnLoyaltyPoints": true, "quantityOverride": true, "quantityRequired": true, "allowDiscounts": true, "discountDiscounts": true, "itemRecalled": true, "noRefund": true, "active": true, "allowMarkdown": true, "defaultGP": 1.1, "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "tags": "sample string 19", "unitMeasureKind": 1, "fuelItem": true, "trackSerial": true, "warrantyPeriod": 1, "costCalcMethod": 1, "providerName": "sample string 20", "overrideHostMargin": true, "keepDescription": true, "mscCommodity": "sample string 23", "allowAutoOrder": true, "excludeFromWebUpdate": true, "webPriceBasedOn": true, "labelFormat": "sample string 24", "sendToScale": true, "labelPageLayoutG_UID": "1wcBUKWoAEe/DwI6dx53HA==", "labelPageLayoutGuid": "500107d7-a8a5-4700-bf0f-023a771e771c", "minimumAge": 25, "countryOfOrigin": "sample string 26", "serviceFeeID": 1, "eftCode": 27, "defaultPrinter": "sample string 28", "defaultPrinterGroup": "sample string 29", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "includeInDistinctLimit": true, "defaultsEmpty": false, "mscCat": { "$ref": "62" }, "mscCom": { "$ref": "63" }, "mscDep": { "$ref": "65" }, "mscSubCom": { "$ref": "64" } } } }, { "$ref": "56" } ], "nextPrice": { "$id": "66", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 1, "hostOfferID": 1, "metcashPromotionID": "sample string 4", "metcashPromotionPlacement": "sample string 5", "pluG_UID": "9+Ng20HieEWDs+7SByrNYg==", "pluGuid": "db60e3f7-e241-4578-83b3-eed2072acd62", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "+T0ELXM6+0GK0jG3y8mMMA==", "dealCostGuid": "2d043df9-3a73-41fb-8ad2-31b7cbc98c30", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "10fUR7P9lUO7DkHrbIMz+g==", "priceGroupGuid": "47d447d7-fdb3-4395-bb0e-41eb6c8333fa", "itemNumber": "sample string 10", "cri": "sample string 11", "pluPrice": 12, "pluCost": 13, "pluCostIndicator": "sample string 14", "pluPriceGstPercent": 15, "pluCostGstPercent": 16, "pluActive": true, "cartonQty": 1.1, "baseUnits": 18.1, "salesMode": 1, "pluNormalCost": 19, "pluaws": 20.0, "directNumber": "sample string 21", "departmentName": "sample string 22", "subDepartmentName": "sample string 23", "priceGroupName": "sample string 24", "supplierName": "sample string 25", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-08-02T17:06:05.8114587", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "p6VkyNqdYUKWYLLaogknCg==", "campaignComboPriceGroupIdentifier": "c864a5a7-9dda-4261-9660-b2daa209270a", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "67", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-08-02T17:06:05.8114587", "operatorG_UID": "1wx7IpB/pkCGEB1Um4akpA==", "operatorGuid": "227b0cd7-7f90-40a6-8610-1d549b86a4a4", "machineID": 1, "processed": true, "appliedUtc": "2025-08-02T17:06:05.8114587", "signIqTicketFileMovedUtc": "2025-08-02T17:06:05.8114587", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-08-02T17:06:05.8114587", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "4" }, "campaignPlu": { "$ref": "66" } }, { "$ref": "67" } ], "campaign": { "$id": "68", "id": 1, "storeID": 2, "name": "37db13e3-ec30-40d4-ad67-4bbf5e35cf61", "nameGuid": "37db13e3-ec30-40d4-ad67-4bbf5e35cf61", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-08-02T17:06:05.8114587", "startTime": 1, "endDate": "2025-08-02T17:06:05.8114587", "endTime": 1, "recurrence": 1, "recurrenceType": 1, "monthType": 1, "weekDays": 1, "months": 1, "monthWeeks": 1, "monthDays": "sample string 7", "printed": true, "talkerText": "sample string 8", "rangeDescription": "sample string 9", "dealDescription": "sample string 10", "labelQuantity": 11, "active": 1, "deactivated": "2025-08-02T17:06:05.8114587", "system": true, "created": "2025-08-02T17:06:05.8114587", "updated": "2025-08-02T17:06:05.8114587", "priceChangeNotifiedUtc": "2025-08-02T17:06:05.8114587", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "x6/OMA3iZk+D5pliQfzxOQ==", "hostIdentifierGuid": "30ceafc7-e20d-4f66-83e6-996241fcf139", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-08-02T17:06:05.8114587", "updatedByUser": "sample string 18", "offerID": 1, "isPriceChangeCampaign": true, "stores": [ 1, 2 ], "storeNames": [ "sample string 1", "sample string 2" ], "campaignPlus": [ { "$ref": "66" }, { "$ref": "66" } ], "campaignPools": [ { "$id": "69", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 4, "pluG_UID": "G0PDsGYt8kmE4mkHH5zy0Q==", "pluGuid": "b0c3431b-2d66-49f2-84e2-69071f9cf2d1", "hostOfferID": 1, "priceGroupG_UID": "y2HSzwIuAUqhC+KqfxJzcA==", "priceGroupGuid": "cfd261cb-2e02-4a01-a10b-e2aa7f127370", "fuelItem": true, "pluName": "sample string 6", "apn": "sample string 7", "pluActive": true, "cartonQty": 1, "baseUnits": 9.1, "cri": "sample string 10", "salesMode": 1, "pluaws": 11.0, "directNumber": "sample string 12", "departmentName": "sample string 13", "subDepartmentName": "sample string 14", "priceGroupName": "sample string 15", "supplierName": "sample string 16", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-08-02T17:06:05.8114587", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "4" }, "campaign": { "$ref": "68" } }, { "$ref": "69" } ], "sellingRules": [ { "$id": "70", "id": 1, "identifier": "LzHdBB3qJ0icQ4Q5sAGYHA==", "identifierStr": "LzHdBB3qJ0icQ4Q5sAGYHA==", "identifierGuid": "04dd312f-ea1d-4827-9c43-8439b001981c", "campaignID": 4, "campaignName": "sample string 5", "ruleJoin": 1, "ruleType": 6, "operand0": "sample string 7", "comparisonOp": 1, "operand1": "sample string 8", "action": 1, "operand2": "sample string 9", "operand3": "sample string 10", "includeExcludedItems": true, "noFurtherDiscounts": true, "description": "sample string 11", "sortOrder": 1, "isItemRule": false, "prevDept": "sample string 12", "campaign": { "$ref": "68" } }, { "$ref": "70" } ], "customers": [ { "$id": "71", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "customerID": "GaEZ7cF+NE+dmJEEzTdq3w==", "customerIDGuid": "ed19a119-7ec1-4f34-9d98-9104cd376adf", "campaign": { "$ref": "68" }, "customer": { "$id": "72", "identifier": "jepAcBpkqkuG/rQjNQwu+g==", "identifierGuid": "7040ea8d-641a-4baa-86fe-b423350c2efa", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-08-02T17:06:05.8114587", "sex": "sample string 7", "address1": "sample string 8", "address2": "sample string 9", "town": "sample string 10", "state": "sample string 11", "country": "sample string 12", "postalCode": "sample string 13", "email": "sample string 14", "telephone": "sample string 15", "mobile": "sample string 16", "communityIdentifier": "fLU/4yPrSE2fypVPQes9Yw==", "communityIdentifierGuid": "e33fb57c-eb23-4d48-9fca-954f41eb3d63", "joined": "2025-08-02T17:06:05.8114587", "updated": "2025-08-02T17:06:05.8114587", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "fUTlThoUHkS3U0kzK/dOsA==", "priceLevelIdentifierGuid": "4ee5447d-141a-441e-b753-49332bf74eb0", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-08-02T17:06:05.8114587", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "73", "cardType": 2, "issueDate": "2025-08-02T17:06:05.827111", "expiry": "2025-08-02T17:06:05.827111", "customerID": "a+xx0dMqa0iHrTeQf44eoA==", "customerIDGuid": "d171ec6b-2ad3-486b-87ad-37907f8e1ea0", "initialValue": 1, "currentValue": 1, "maxLimit": 1, "minTransaction": 1, "maxTransaction": 1, "multiplier": 1.1, "active": true, "reasonInactive": 1, "idRequired": true, "idType": 1, "idValue": "sample string 5", "updated": "2025-08-02T17:06:05.827111", "linkedAccount": "Vxf64KZ7FE+4BGQ1LHv8Sg==", "linkedAccountGuid": "e0fa1757-7ba6-4f14-b804-64352c7bfc4a", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "72" }, "account": { "$id": "74", "id": 1, "identifier": "gKrCt59h90Cioiqnc800zg==", "identifierGuid": "b7c2aa80-619f-40f7-a2a2-2aa773cd34ce", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-08-02T17:06:05.827111", "owner": "OPI6HRNp9UmuK+qP3BfIkw==", "ownerGuid": "1d3af238-6913-49f5-ae2b-ea8fdc17c893", "accountStoreGroupIdentifier": "rlwoezhkfEGnbn8KlT+D7g==", "accountStoreGroupGuid": "7b285cae-6438-417c-a76e-7f0a953f83ee", "accountType": 1, "currentBalance": 1, "externalID": "sample string 7", "maximumLimit": 1, "accruePoints": true, "loyaltyPoints": 1, "termsOfTrade": 1, "signatureRequired": true, "referenceRequired": true, "statementSendType": 10, "ageingPeriod": 1, "monthlyAgeingPeriod": true, "explodedInvoice": true, "isFifoAllocation": true, "lastStatementSent": "2025-08-02T17:06:05.827111", "active": true, "updated": "2025-08-02T17:06:05.827111", "deleted": true, "deletedUser": "sample string 16", "currentBalanceChanged": true, "maximumLimitChanged": true, "loyaltyPointsChanged": true, "projectedBalance": 17, "accountStoreGroupStoreIDs": [ 1, 2 ], "customerEmail": "sample string 18", "ownerCustomer": { "$ref": "72" }, "card": { "$ref": "73" }, "members": { "$id": "75", "sample string 1": [ { "$ref": "72" }, { "$ref": "72" } ], "sample string 2": [ { "$ref": "72" }, { "$ref": "72" } ] }, "customerGroups": [ { "$id": "76", "identifier": "VLYaUdeYqEas2PGPGIUrSw==", "identifierGuid": "511ab654-98d7-46a8-acd8-f18f18852b4b", "name": "sample string 2", "primaryContact": "+CUxpPVhqU2gVNhdOP6a6Q==", "primaryContactGuid": "a43125f8-61f5-4da9-a054-d85d38fe9ae9", "accountID": "IejpOkN9oU64aiB1CJvBdw==", "accountIDGuid": "3ae9e821-7d43-4ea1-b86a-2075089bc177", "special": true, "updated": "2025-08-02T17:06:05.827111", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "IjKcG8k3bEGTGTzIrQyLdg==", "priceLevelIdentifierGuid": "1b9c3222-37c9-416c-9319-3cc8ad0c8b76", "deleted": true, "account": { "$ref": "74" }, "primaryContactCustomer": { "$ref": "72" }, "customerGroupMembers": [ { "$id": "77", "id": 1, "groupID": "G1bJfmJud06Hr0drTssDcw==", "groupIDGuid": "7ec9561b-6e62-4e77-87af-476b4ecb0373", "customerID": "en+etxX1vE2bUHts5zdpSQ==", "customerIDGuid": "b79e7f7a-f515-4dbc-9b50-7b6ce7376949", "card": "sample string 4", "linkedAccount": "TjfExcNGrUaD0L7kKS0koQ==", "linkedAccountGuid": "c5c4374e-46c3-46ad-83d0-bee4292d24a1", "customer": { "$ref": "72" }, "group": { "$ref": "76" }, "customerCard": { "$ref": "73" } }, { "$ref": "77" } ] }, { "$ref": "76" } ] }, "payments": [ { "$id": "78", "id": 1, "identifier": "Wb2wgaODhEiKMXthgpp63Q==", "identifierGuid": "81b0bd59-83a3-4884-8a31-7b61829a7add", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "Y+Idcua5j0Ki/NwWmbl6EA==", "accountIDGuid": "721de263-b9e6-428f-a2fc-dc1699b97a10", "customerAccount": { "$ref": "74" }, "customerCard": { "$ref": "73" }, "accountType": 1, "cardName": "sample string 8", "authorisationNumber": "sample string 9", "bankReference": "sample string 10", "merchantID": "sample string 11", "terminalID": "sample string 12", "cardNumber": "sample string 13", "paymentDate": "2025-08-02T17:06:05.827111", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "5TwyRQGy4UqzfyN5YMyuxw==", "idempotentVoidGuid": "45323ce5-b201-4ae1-b37f-237960ccaec7", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "79", "saleHeaderID": 1, "saleHeaderGuid": "mL+i5ums/EKpOunWQBopQw==", "saleHeaderIdentifierGuid": "e6a2bf98-ace9-42fc-a93a-e9d6401a2943", "created": "2025-08-02T17:06:05.827111", "createdLocal": "2025-08-02T17:06:05.827111", "createdText": "sample string 4", "itemCount": 5, "totalAmount": 6, "cashTender": 1, "cardTender": 1, "cheqTender": 1, "acctTender": 1, "voucherTender": 1, "loyaltyPoints": 1, "cashout": 1, "changeAmount": 1, "rounding": 1, "gstAmount": 1, "transactionDiscountTender": 1, "totalTip": 7, "tranType": 1, "processed": 1, "imported": "2025-08-02T17:06:05.827111", "storeID": 1, "operatorG_Uid": "aE03RWW6r0eMMnH1hneuvg==", "operatorGuid": "45374d68-ba65-47af-8c32-71f58677aebe", "customerG_Uid": "VJDdqC44y0GpCO6DInEtZA==", "customerGuid": "a8dd9054-382e-41cb-a908-ee8322712d64", "communityIdentifier": "6/iGfNF7aEuGOtPClJkfQA==", "communityIdentifierGuid": "7c86f8eb-7bd1-4b68-863a-d3c294991f40", "saleIdentifier": "sample string 8", "deptNo": 9, "zoneID": 10, "operatorID": 11, "voucherForegone": 12, "cardName": "sample string 13", "accountType": 14, "authID": "sample string 15", "bankRef": "sample string 16", "invRoc": "sample string 17", "responseCode": "sample string 18", "orderNo": 19, "accountNo": 20, "machineID": 21, "timeInSale": "00:00:00.1234567", "timeInSubtotal": "00:00:00.1234567", "newID": 22, "totalTaxInclusive": 23, "totalTaxExempt": 24, "taxTransactionDiscount": 25, "taxTransactionDiscountTender": 1, "tableNumber": 1, "note": "sample string 26", "source": "sample string 27", "customerReference": "sample string 28", "receiptPrinted": true, "drawerID": 1, "demoID": "sample string 30", "externalTransNo": "sample string 31", "externalSale": 32, "smartReceiptStatus": 33, "requiredExports": 34, "loyaltyMetadata": "sample string 35", "priceLevelIdentifier": "XFrhEzCdsEu7qpfP9bHRLw==", "priceLevelIdentifierGuid": "13e15a5c-9d30-4bb0-bbaa-97cff5b1d12f", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "39" }, "customer": { "$ref": "72" }, "communityOrganisation": { "$id": "80", "id": 1, "identifier": "bQIyELxtBEu8rYz138G+2g==", "identifierGuid": "1032026d-6dbc-4b04-bcad-8cf5dfc1beda", "name": "sample string 3", "lookupIdentifier": "sample string 4", "externalID": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "postCode": "sample string 12", "state": "sample string 13", "country": "sample string 14", "totalAmountAwarded": 15.1, "updated": "2025-08-02T17:06:05.827111", "deleted": true }, "details": [ { "$id": "81", "saleItemID": 1, "identifier": "vEtQYhLhH06N8aLGUuCdOA==", "identifierGuid": "62504bbc-e112-4e1f-8df1-a2c652e09d38", "saleHeaderID": 2, "plu": 1, "pluG_UId": "UInRqxvCEU2YO32kIxYpLA==", "pluGuid": "abd18950-c21b-4d11-983b-7da42316292c", "accountID": "fGUBOYy66UOoyRviC8HPyA==", "accountIDGuid": "3901657c-ba8c-43e9-a8c9-1be20bc1cfc8", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "discountType": 1, "cost": 1, "costDecimals": 8, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "offline": true, "barcode": "sample string 9", "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 10", "bestOrExpire": "2025-08-02T17:06:05.827111", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "EhoVep/hvkW0PyTZ9k4eKA==", "refundGuid": "7a151a12-e19f-45be-b43f-24d9f64e1e28", "campaign": "sample string 12", "campaignType": 13, "modifiedID": 1, "omittedIngredient": true, "taxPercent": 1.0, "taxAmount": 1.0, "refundablePrice": 1.0, "showDiscounts": true, "orderPrinted": true, "note": "sample string 16", "modifierName": "sample string 17", "modifierSetName": "sample string 18", "totalValueWasScanned": true, "sold": true, "campaignPrice": true, "scannedValue": 1, "campaignName": "sample string 22", "comboDiscount": 1, "idempotentVoid": "vJ/+5kbiIEe3i9Kg9jP/5w==", "idempotentVoidGuid": "e6fe9fbc-e246-4720-b78b-d2a0f633ffe7", "priceLevelIdentifier": "RAyH5Q3Lg0KZ+3Re2IVRbA==", "priceLevelIdentifierGuid": "e5870c44-cb0d-4283-99fb-745ed885516c", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "82", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-08-02T17:06:05.827111", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "82" } ], "refund": { "$id": "83", "id": 1, "g_UID": "0fV9cJKqJU2y3YsQwWYujQ==", "guid": "707df5d1-aa92-4d25-b2dd-8b10c1662e8d", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-08-02T17:06:05.827111" }, "modifier": { "$id": "84", "id": 1, "setG_UID": "CVzzCE/LNE+clwr2QD2vag==", "modifierSetGuid": "08f35c09-cb4f-4f34-9c97-0af6403daf6a", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "M/vLZTqfxEqHboI8ZfZAyQ==", "pluGuid": "65cbfb33-9f3a-4ac4-876e-823c65f640c9", "deleted": true, "g_UID": "ZhXkDcERPUm6iYINepvQiQ==", "guid": "0de41566-11c1-493d-ba89-820d7a9bd089", "product": { "$ref": "4" } }, "priceLevelName": "sample string 25", "pumpNumber": 1, "hoseNumber": 1 }, { "$ref": "81" } ], "eftReceipts": [ { "$id": "85", "id": 1, "storeID": 1, "saleHeaderID": 2, "storeSaleHeader": { "$ref": "79" }, "receipt": "sample string 3", "processed": 1 }, { "$ref": "85" } ], "payments": [ { "$ref": "78" }, { "$ref": "78" } ], "cards": [ { "$id": "86", "id": 1, "saleHeaderID": 1, "identifier": "sample string 2", "cardType": 3, "providerName": "sample string 4" }, { "$ref": "86" } ], "campaignHits": [ { "$id": "87", "id": 1, "saleHeaderID": 2, "campaign": "sample string 3", "name": "sample string 4", "processed": 1, "campaignDescription": "sample string 5" }, { "$ref": "87" } ], "fuel": [ { "$id": "88", "id": 1, "plu": 1, "pluG_UID": "VFkgRJhot0OXwnzXHLp35g==", "pluGuid": "44205954-6898-43b7-97c2-7cd71cba77e6", "saleHeaderID": 2, "totalCents": 3, "grade": 1, "gradeDescription": "sample string 4", "dispenser": 1, "hose": 1, "quantity": 1, "cost": 1, "acquirerNum": 1, "attendant": 1, "ePurseBalance": 1.0, "cardSignature": "sample string 5", "compartmentNumber": 1, "contractNumber": 1, "discountCardPAN": "sample string 6", "discountID": 1, "discountName": "sample string 7", "discountNetValue": 1.0, "discountType": 1, "discountValue": 1.0, "discretionaryData": "sample string 8", "driverID": "sample string 9", "eftBatchNumber": 1, "eftResponseCode": "sample string 10", "endDateTime": "2025-08-02T17:06:05.827111", "engineHours": 1.1, "fposNumber": 1, "loyaltyCardPAN": "sample string 11", "miscData1": 1, "miscData2": "sample string 12", "miscFlags": 1, "mop": 1, "odometer": 1, "panNumber": "sample string 13", "saleRefund": true, "saleStatus": 1, "sequenceNumber": 1, "stan": 1, "startDateTime": "2025-08-02T17:06:05.827111", "tagNumber": "sample string 15", "trackTwoRem": "sample string 16", "transCode": 1, "transType": 1, "unitPrice": 1.0, "vehicleReg": "sample string 17", "offline": true, "processed": 1 }, { "$ref": "88" } ], "fuelResells": [ { "$id": "89", "saleItemID": 1, "saleHeaderID": 2, "plu": 1, "pluG_UId": "pjnxmqCb2Eu228kk8zAUvg==", "pluGuid": "9af139a6-9ba0-4bd8-b6db-c924f33014be", "accountID": "rDFthJSM0EmBYs7nUGBPxg==", "accountIDGuid": "846d31ac-8c94-49d0-8162-cee750604fc6", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "processed": 1, "discountType": 1, "cost": 1, "costDecimals": 1, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "barcode": "sample string 8", "offline": 1, "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 9", "bestOrExpire": "2025-08-02T17:06:05.827111", "bestOrExpireType": 1, "refundG_UID": "gH9IRBoUBkeVpbDKQxSeLQ==", "refundGuid": "44487f80-141a-4706-95a5-b0ca43149e2d", "providerName": "sample string 10", "campaign": "sample string 11", "campaignType": 1, "modifiedID": 1, "omittedIngredient": 1, "taxPercent": 1.0, "taxAmount": 1.0, "refundablePrice": 1.0, "showDiscounts": true, "orderPrinted": true, "note": "sample string 14", "modifierName": "sample string 15", "modifierSetName": "sample string 16", "totalValueWasScanned": true, "sold": true, "campaignPrice": true, "scannedValue": 1, "campaignName": "sample string 20", "comboDiscount": 1 }, { "$ref": "89" } ], "customerOrder": [ { "$id": "90", "identifier": "E5j2BKKiEUezQYBeVTA4Qw==", "identifierGuid": "04f69813-a2a2-4711-b341-805e55303843", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "quhi1c2Nr0W698cBd3m7Jw==", "customerIdentifierGuid": "d562e8aa-8dcd-45af-baf7-c7017779bb27", "operatorNo": 1, "operatorG_UID": "GWnbsT4zX0m6udmlpf29dw==", "operatorGuid": "b1db6919-333e-495f-bab9-d9a5a5fdbd77", "created": "2025-08-02T17:06:05.827111", "ordered": "2025-08-02T17:06:05.827111", "started": "2025-08-02T17:06:05.827111", "completed": "2025-08-02T17:06:05.827111", "supplied": "2025-08-02T17:06:05.827111", "quickTicket": 1, "deleted": true, "walkAway": true, "approxWait": 1, "actualWait": 1, "deliveryMethod": 8, "externalSaleType": 9, "customer": { "$ref": "72" }, "operator": { "$ref": "39" }, "details": [ { "$id": "91", "headerID": 1, "plu": 1, "pluG_UId": "JCnoPSBAW0+IcvxCTi13Pg==", "pluGuid": "3de82924-4020-4f5b-8872-fc424e2d773e", "quantity": 1, "unit": 1, "status": 1, "soldQuantity": 1, "soldWeight": 1, "soldCents": 1, "soldGstCents": 1, "soldFixedPrice": 1, "soldSalesMode": 1, "promptDetailID": 1, "groupID": 1, "menuPath": "sample string 1", "promptPath": "sample string 2", "notes": "sample string 3", "headerIdentifier": "VXZtHCzzkk2audubE2ewmw==", "headerIdentifierGuid": "1c6d7655-f32c-4d92-9ab9-db9b1367b09b", "product": { "$ref": "4" } }, { "$ref": "91" } ], "storeName": "sample string 11", "customerName": "sample string 12", "storeReplyTo": "sample string 13", "storeSubjectLine": "sample string 14", "storeSaleHeader": { "$ref": "79" } }, { "$ref": "90" } ], "surveyResponses": [ { "$id": "92", "surveyG_UID": "vPPQGNHztk+ZHzufsn0OmA==", "surveyGuid": "18d0f3bc-f3d1-4fb6-991f-3b9fb27d0e98", "saleHeaderGuid": "wrR9ZU545kyU/vD/N2uvwA==", "saleGuid": "657db4c2-784e-4ce6-94fe-f0ff376bafc0", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "GflHlmQfTkOXw+RNtUnAqw==", "guidResponse": "9647f919-1f64-434e-97c3-e44db549c0ab", "whoAnswered": 2, "answeredAtUTC": "2025-08-02T17:06:05.827111", "sale": { "$ref": "79" }, "survey": { "$id": "93", "g_UID": "rwzYnbX4x0at0Ktsj88L4Q==", "guid": "9dd80caf-f8b5-46c7-add0-ab6c8fcf0be1", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "np/lzMbjhU+/y9V08IRxsQ==", "checkoutFormGuid": "cce59f9e-e3c6-4f85-bfcb-d574f08471b1", "displayToWho": 3, "displayWhen": 4, "start": "2025-08-02T17:06:05.827111", "end": "2025-08-02T17:06:05.827111", "deleted": true, "updated": "2025-08-02T17:06:05.827111", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "1a180c21-4f5b-4447-9ca3-48709678a5b6", "c1770d2f-4926-492e-b1fb-837aa29a76ed" ], "allowsAllTextResponses": true, "surveyForm": { "$ref": "47" } }, "ingressId": "sample string 4" }, { "$ref": "92" } ], "storeName": "sample string 38", "machineName": "sample string 39", "operatorName": "sample string 40", "direction": 1, "reason": "sample string 41", "accountG_UID": "HSsIHdwwtkCeZ1vVdQuipw==", "accountIdentifier": "1d082b1d-30dc-40b6-9e67-5bd5750ba2a7", "accountName": "sample string 42", "customerOrderIdentifier": "1OQ4YEH5sU+UvpjWummfXA==", "customerOrderIdentifierGuid": "6038e4d4-f941-4fb1-94be-98d6ba699f5c", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "94", "id": 1, "paymentID": 2, "paymentIdentifier": "dBG5vohHkUeSe7to/pAyPw==", "paymentIdentifierGuid": "beb91174-4788-4791-927b-bb68fe90323f", "identifier": "grxlx0JRXUuHSUnt9CJbSQ==", "identifierGuid": "c765bc82-5142-4b5d-8749-49edf4225b49", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "psWLrh7ifUOlS5JcskSlMg==", "itemIdentifierGuid": "ae8bc5a6-e21e-437d-a54b-925cb244a532" } }, { "$ref": "78" } ] }, { "$ref": "73" } ], "customerGroupMembers": [ { "$ref": "77" }, { "$ref": "77" } ], "customerGroups": [ { "$ref": "76" }, { "$ref": "76" } ], "accounts": [ { "$ref": "74" }, { "$ref": "74" } ], "account": { "$ref": "74" }, "vouchers": [ { "$id": "95", "customerIdentifier": "ahGh1uAeIUGhGIRB4ygeXA==", "customerIdentifierGuid": "d6a1116a-1ee0-4121-a118-8441e3281e5c", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "+wYFNQ4jakK7V7ZBHTMZIw==", "idempotentGuid": "350506fb-230e-426a-bb57-b6411d331923", "offline": true, "voucher": { "$id": "96", "id": 1, "name": "sample string 2", "description": "sample string 3", "shortDescription": "sample string 4", "url": "sample string 5", "barcodeTemplateID": 1, "expiry": 0, "voucherType": 6, "limitPerTransaction": 7, "customerTracking": true, "discountAccount": "sample string 9", "endDate": "2025-08-02T17:06:05.827111", "barcodeTemplate": { "$id": "97", "templateID": 1, "template": "sample string 1", "bcFunction": "sample string 2", "sortOrder": 3 }, "scaleLabel": { "$id": "98", "id": 1, "uid": "sample string 2", "name": "sample string 3", "width": 1.1, "height": 1.1, "showBorder": true, "borderWidth": 1.1, "borderStyle": 1, "borderColour": "sample string 5", "updated": "2025-08-02T17:06:05.8427335", "labelPageLayout": "+nkyG8PsJ0iYAxtltQK7ww==", "pageLayoutGuid": "1b3279fa-ecc3-4827-9803-1b65b502bbc3", "labelType": 6, "oldName": "sample string 7", "voucher": { "$ref": "96" }, "elements": [ { "$id": "99", "id": 1, "scaleLabelID": 2, "showPercentDI": true, "showAvgPerHundred": true, "showAvgPerServe": true, "name": "sample string 6", "x": 1.1, "y": 1.1, "width": 1.1, "height": 1.1, "type": 1, "rotation": 1, "text": "sample string 7", "fontFamily": "sample string 8", "align": 1, "bold": true, "italic": true, "underline": true, "strikeout": true, "reverse": true, "textColour": "sample string 9", "fontSize": 1.1, "picture": "QEA=", "borderWidth": 10, "sortOrder": 11, "printOptions": 12, "superScriptTextFontSize": 1.1, "lineStyle": 1, "spacingStyle": 1, "interCharacterSpacing": 1.1, "superScriptOffset": 1.1, "lineSpacing": 1.1, "dateFormat": "sample string 13", "autoGrow": true, "fontAutoResize": true, "updated": "2025-08-02T17:06:05.8427335" }, { "$ref": "99" } ] }, "customerVouchers": [ { "$id": "100", "id": 1, "customerIdentifier": "UV/MoJS3Kk6mYs7lz5eKUw==", "customerIdentifierGuid": "a0cc5f51-b794-4e2a-a662-cee5cf978a53", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-08-02T17:06:05.8427335", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "EoOggCGPhU26N4A/ifmqeg==", "issuedIdempotentGuid": "80a08312-8f21-4d85-ba37-803f89f9aa7a", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-08-02T17:06:05.8427335", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-08-02T17:06:05.8427335", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "5bhCRaUD2EG7WqKXNqstIg==", "redeemedIdempotentGuid": "4542b8e5-03a5-41d8-bb5a-a29736ab2d22", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-08-02T17:06:05.8427335", "storeName": "sample string 17", "scaleLabel": { "$ref": "98" }, "voucher": { "$ref": "96" }, "customer": { "$ref": "72" }, "issuedOfflinePayment": { "$ref": "78" }, "redeemedOfflinePayment": { "$ref": "78" } }, { "$ref": "100" } ] }, "customer": { "$ref": "72" } }, { "$ref": "95" } ] } }, { "$ref": "71" } ], "customerGroups": [ { "$id": "101", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupID": "C9AIaNAsc0KKm4LLL8facQ==", "groupIDGuid": "6808d00b-2cd0-4273-8a9b-82cb2fc7da71", "campaign": { "$ref": "68" }, "group": { "$ref": "76" } }, { "$ref": "101" } ], "signIqTickets": [ { "$id": "102", "identifier": "GPpsfa83tE67QAbxnjWT3g==", "identifierGuid": "7d6cfa18-37af-4eb4-bb40-06f19e3593de", "campaignName": "sample string 2", "message": "sample string 3", "ticketFileSource": "sample string 4", "ticketFileDestination": "sample string 5", "storeID": 1 }, { "$ref": "102" } ], "comboPriceGroups": [ { "$id": "103", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "g_UID": "dAaJKJDrzkSjb0GPxw4mkg==", "guid": "28890674-eb90-44ce-a36f-418fc70e2692", "description": "sample string 5", "newPrice": 1, "rangeDescription": "sample string 6", "dealDescription": "sample string 7", "labelQuantity": 8, "hostProductCategoryID": 1, "offerID": 1, "dontUpdatePricePlus": true, "campaign": { "$ref": "68" }, "comboPricePlus": [ { "$id": "104", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupG_UID": "n00HbfKp1Ui4ijb7Jj+oCQ==", "groupGuid": "6d074d9f-a9f2-48d5-b88a-36fb263fa809", "comboPriceType": 5, "priceType": 5, "pluG_UID": "iaUiaNWZS0en2d3+2yTeYg==", "pluGuid": "6822a589-99d5-474b-a7d9-ddfedb24de62", "priceGroupG_UID": "J2ocmMal40ywQsYmYdL/mA==", "priceGroupGuid": "981c6a27-a5c6-4ce3-b042-c62661d2ff98", "campaignPoolID": "sample string 7", "quantity": 1, "campaign": { "$ref": "68" }, "product": { "$ref": "4" }, "priceGroup": { "$ref": "33" }, "campaignPool": { "$ref": "68" } }, { "$ref": "104" } ] }, { "$ref": "103" } ], "priceLevels": [ { "$id": "105", "id": 1, "priceLevelIdentifier": "ec9D2m0NGESbhbSEjnxEeQ==", "priceLevelIdentifierGuid": "da43cf79-0d6d-4418-9b85-b4848e7c4479", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "105" } ] }, "product": { "$ref": "4" }, "dealCost": { "$id": "106", "headerIdentifier": "zDe/9/yQ4EOjBZUcuwL8mw==", "headerIdentifierGuid": "f7bf37cc-90fc-43e0-a305-951cbb02fc9b", "identifier": "2aiiZ/cnjESw2YxGva01dg==", "identifierGuid": "67a2a8d9-27f7-448c-b0d9-8c46bdad3576", "supplierIdentifier": "dXeB3t4kr0mel2YMVyBfRA==", "supplierGuid": "de817775-24de-49af-9e97-660c57205f44", "pluG_UID": "EB4HV5m8MU2a/WPIf4NWPw==", "pluGuid": "57071e10-bc99-4d31-9afd-63c87f83563f", "campaignName": "0b712bdf-0c04-45cf-adfb-5013f8fea095", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-08-02T17:06:05.8427335", "end": "2025-08-02T17:06:05.8427335", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "h0CBcUIKA0G3R+ejYZ5G3g==", "bonusItemPluGuid": "71814087-0a42-4103-b747-e7a3619e46de", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-08-02T17:06:05.8427335", "metcashPromotionID": "sample string 14", "fromHost": 15, "storeNames": "sample string 16", "storeIDs": [ 1, 2 ], "supplierName": "sample string 17", "campaignDescription": "sample string 18", "newPrice": 1, "campaignMetcashPromotionID": "sample string 19", "campaignActive": true, "campaignStartDate": "2025-08-02T17:06:05.8427335", "campaignEndDate": "2025-08-02T17:06:05.8427335", "masterPLUG_UID": "tIIksGtaaEerOTcp4is2/g==", "masterID": "b02482b4-5a6b-4768-ab39-3729e22b36fe", "productName": "sample string 22", "productAPN": "sample string 23", "orderCode": "sample string 24", "normalSell": 25, "normalCost": 26, "normalCostDecimals": 27, "cartonQuantity": 28, "salesMode": 29, "orderPacked": 30, "fuelItem": true, "active": true, "bonusMasterPLUG_UID": "mDUiF6J6vUqp5Ufaz2iseg==", "bonusMasterID": "17223598-7aa2-4abd-a9e5-47dacf68ac7a", "bonusProductName": "sample string 34", "bonusProductAPN": "sample string 35", "bonusOrderCode": "sample string 36", "bonusNormalSell": 37, "bonusNormalCost": 38, "bonusNormalCostDecimals": 39, "bonusCartonQuantity": 40, "bonusSalesMode": 41, "bonusOrderPacked": 42, "bonusFuelItem": true, "bonusActive": true } }, "currentCostStart": "2025-08-02T17:06:05.8427335", "dealCosts": [ { "$ref": "106" }, { "$ref": "106" } ], "tags": [ { "$id": "107", "pluG_UID": "gQmzRLT2A0aFWQmRU9+MTw==", "pluGuid": "44b30981-f6b4-4603-8559-099153df8c4f", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "107" } ], "alternateProductG_UID": "EH3GQ/RzY0GkuYHFYQQGHw==", "alternateProduct": "43c67d10-73f4-4163-a4b9-81c56104061f", "productHostCode": { "$id": "108", "id": 1, "pluG_UID": "qLCuoxUfG0mgVQg0ArYKSQ==", "pluGuid": "a3aeb0a8-1f15-491b-a055-083402b60a49", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "62" }, "mscCom": { "$ref": "63" }, "mscDep": { "$ref": "65" }, "mscSubCom": { "$ref": "64" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-08-02T17:06:05.8583396", "inventoryTracked": "2025-08-02T17:06:05.8583396", "isNormalPriceChangesCampaign": true }, "location": { "$ref": "55" }, "operator": { "$ref": "39" }, "productDescription": "sample string 8", "productActive": true, "productBarcode": "sample string 10", "succeeded": true, "printRunID": "VZa/5b/TSkmPeNsxBRkTEQ==", "printRunGuid": "e5bf9655-d3bf-494a-8f78-db3105191311", "departmentName": "sample string 12", "subDepartmentName": "sample string 13", "minorDepartmentName": "sample string 14", "lesserDepartmentName": "sample string 15", "storeName": "sample string 16", "campaignDescription": "sample string 17", "campaignStartDate": "2025-08-02T17:06:05.8583396", "campaignEndDate": "2025-08-02T17:06:05.8583396", "campaignPrice": 1, "campaignCost": 1, "campaignCostDecimals": 1, "comboGroupDescription": "sample string 18", "comboGroupSell": 1, "printRequestType": 19, "isTobacco": true, "isLiquor": true, "shelfLocationName": "sample string 22", "operatorName": "sample string 23", "printBatchType": 24, "createdBy": "sample string 25", "pageLayoutName": "sample string 26", "complianceIndicatorName": "sample string 27", "warehouseDirectIndicator": "sample string 28", "productGrade": "sample string 29" }, { "$ref": "2" } ], "skip": 1, "take": 1, "totalCount": 1 }
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK È[w��ö