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)
PrintBatchDetailQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| 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. |
|
| Stores | Collection of 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. |
| ChargeThrough |
Print Batch details with a product that has a ChargeThrough 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 PrintBatchType |
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. |
| 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. |
Request Formats
application/json, text/json
{
"headerIdentifier": "yEg373dgLEeO6RWT7OoAVw==",
"headerGuid": "ef3748c8-6077-472c-8ee9-1593ecea0057",
"printRequestType": 1,
"sortKind": 0,
"sort": 0,
"printed": true,
"printDate": "2026-06-03T18:32:30.2546979",
"utcOffset": 3.1,
"useExactPrintDateTime": true,
"keyword": "sample string 5",
"search": 0,
"shelfLocationGuids": [
"aee7bd35-6bfa-47cf-80aa-2605127c7ec7",
"9977e923-733f-43bc-bf58-d973b3fd0c2a"
],
"supplierIdentifier": "YLjADltLfU6FbkjdvIUDvA==",
"supplierGuid": "0ec0b860-4b5b-4e7d-856e-48ddbc8503bc",
"storeID": 1,
"stores": [
1,
2
],
"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,
"chargeThrough": 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": [
0,
0
],
"includeZeroQtyOnly": true,
"labelPageLayoutG_UID": "/w6+o955VE2VgNMa0hcDUA==",
"labelPageLayoutGuid": "a3be0eff-79de-4d54-9580-d31ad2170350",
"campaignStartDate": "2026-06-03T18:32:30.2546979",
"campaignEndDate": "2026-06-03T18:32:30.2546979",
"relations": true,
"skip": 1,
"take": 1,
"totalCount": 1
}
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">
<Skip xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Common">1</Skip>
<Take xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Common">1</Take>
<TotalCount xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Common">1</TotalCount>
<APN>sample string 6</APN>
<CampaignEndDate>2026-06-03T18:32:30.2546979+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>2026-06-03T18:32:30.2546979+00:00</CampaignStartDate>
<ChargeThrough>true</ChargeThrough>
<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>ef3748c8-6077-472c-8ee9-1593ecea0057</HeaderGuid>
<HeaderIdentifier>yEg373dgLEeO6RWT7OoAVw==</HeaderIdentifier>
<IncludeZeroQtyOnly>true</IncludeZeroQtyOnly>
<ItemNumber>sample string 8</ItemNumber>
<Keyword>sample string 5</Keyword>
<LabelPageLayoutG_UID>/w6+o955VE2VgNMa0hcDUA==</LabelPageLayoutG_UID>
<LabelPageLayoutGuid>a3be0eff-79de-4d54-9580-d31ad2170350</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://gapsolutions.com.au/schema/ezimanager">
<d2p1:PrintBatchType>PDE</d2p1:PrintBatchType>
<d2p1:PrintBatchType>PDE</d2p1:PrintBatchType>
</PrintBatchTypes>
<PrintDate>2026-06-03T18:32:30.2546979+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>aee7bd35-6bfa-47cf-80aa-2605127c7ec7</d2p1:guid>
<d2p1:guid>9977e923-733f-43bc-bf58-d973b3fd0c2a</d2p1:guid>
</ShelfLocationGuids>
<SlowMoving>true</SlowMoving>
<Sort>Asc</Sort>
<SortKind>Location</SortKind>
<StartsWith>true</StartsWith>
<StoreID>1</StoreID>
<Stores xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</Stores>
<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>0ec0b860-4b5b-4e7d-856e-48ddbc8503bc</SupplierGuid>
<SupplierIdentifier>YLjADltLfU6FbkjdvIUDvA==</SupplierIdentifier>
<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
PageListOfPrintBatchDetail| Name | 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": "mkNJiQk6qk+YqzApBk60tw==",
"identifierGuid": "8949439a-3a09-4faa-98ab-3029064eb4b7",
"headerIdentifier": "kJ780Svjh0WFiePQpp9dAg==",
"headerGuid": "d1fc9e90-e32b-4587-8589-e3d0a69f5d02",
"shelfLocationIdentifier": "haAG6s21c0a9SDExAseNIQ==",
"shelfLocationGuid": "ea06a085-b5cd-4673-bd48-313102c78d21",
"pluG_UID": "rUmdngR/B0GWyjG/bk14jQ==",
"pluGuid": "9e9d49ad-7f04-4107-96ca-31bf6e4d788d",
"operatorG_UID": "esW2ZZPD5EW6wvqjQcFdmg==",
"operatorGuid": "65b6c57a-c393-45e4-bac2-faa341c15d9a",
"campaignName": "sample string 2",
"comboGroupIdentifier": "TAUIaufRvkSNbXuNC4HanA==",
"comboGroupGuid": "6a08054c-d1e7-44be-8d6d-7b8d0b81da9c",
"created": "2026-06-03T18:32:30.2546979",
"labelQuantity": 3,
"talkerQuantity": 4,
"labelSmall": true,
"printed": "2026-06-03T18:32:30.2546979",
"printedByUser": "sample string 6",
"detailMetaList": [
{
"$id": "3",
"id": 1,
"printBatchType": 2,
"user": "sample string 3",
"detailIdentifier": "LdJIgoHisUmUWb92ECgRvQ==",
"detailGuid": "8248d22d-e281-49b1-9459-bf76102811bd"
},
{
"$ref": "3"
}
],
"users": "sample string 7",
"printBatchTypes": "sample string 8",
"product": {
"$id": "4",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "bMd46Nk54UaLyr7XC1wO2g==",
"guid": "e878c76c-39d9-46e1-8bca-bed70b5c0eda",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "PeahVASS70qwChR/urS9iA==",
"priceGroupGuid": "54a1e63d-9204-4aef-b00a-147fbab4bd88",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:32:30.2546979",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:32:30.2546979",
"pluCreated": "2026-06-03T18:32:30.2546979",
"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": "2026-06-03T18:32:30.2546979",
"lastManualUpdate": "2026-06-03T18:32:30.2546979",
"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": "2026-06-03T18:32:30.2546979",
"currentCostUpdated": "2026-06-03T18:32:30.2546979",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:32:30.2546979",
"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,
"paws": 1.0,
"awsUpdated": "2026-06-03T18:32:30.2546979",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "pJm54KCv/keiXAKubh/GJg==",
"altPLUGuid": "e0b999a4-afa0-47fe-a25c-02ae6e1fc626",
"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": "2026-06-03T18:32:30.2546979",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "XWLNdGvFn0eOvg3l2tT73A==",
"shelfPageLayoutGuid": "74cd625d-c56b-479f-8ebe-0de5dad4fbdc",
"talkerPageLayoutG_UID": "bwrP1t+umUWD/bxtrpDO6A==",
"talkerPageLayoutGuid": "d6cf0a6f-aedf-4599-83fd-bc6dae90cee8",
"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,
"liabilityItem": true,
"trackSerial": true,
"trackSerialChanged": true,
"allowZeroPrice": true,
"allowZeroPriceChanged": true,
"notForSale": 92,
"notForSaleChanged": true,
"excludeFromDeals": true,
"excludeFromVoucher": true,
"minimumAge": 95,
"minimumAgeChanged": true,
"buyingLimit": 1,
"buyingLimitChanged": true,
"buyingLimitIndependent": true,
"buyingLimitIndependentChanged": true,
"inventoryGuid": "VO6wpLlLoUmCzJN+oFTxqg==",
"inventoryIdentifier": "a4b0ee54-4bb9-49a1-82cc-937ea054f1aa",
"inventoryAccuracy": 1,
"baseUnits": 99,
"orderPacked": 1,
"isManufactured": true,
"isIngredient": true,
"isModifier": true,
"isModifierChanged": true,
"hasModifiers": 100,
"defaultPrinter": "sample string 101",
"defaultPrinterGroup": "sample string 102",
"ingredientsOnManufacture": true,
"manufactureUnitMeasure": 1,
"mpl": 1,
"maxShelfQty": 103,
"allowAutoOrder": true,
"warrantyPeriod": 1,
"parentPluG_UId": "MloQQKr/r0SGK1GhRo93eA==",
"parentPluGuid": "40105a32-ffaa-44af-862b-51a1468f7778",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "2XfM3xMlNkK63ULMiBpp0Q==",
"supplierIdentifierGuid": "dfcc77d9-2513-4236-badd-42cc881a69d1",
"supplierChanged": true,
"rebateSupplierIdentifier": "2U5KxJ8rl0C3ApIdF8rwIw==",
"rebateSupplierIdentifierGuid": "c44a4ed9-2b9f-4097-b702-921d17caf023",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-06-03T18:32:30.2546979",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "9Sc7hE01t0iyje6dHRg55A==",
"hostIdentifierGuid": "843b27f5-354d-48b7-b28d-ee9d1d1839e4",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"store": {
"$id": "5",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": 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": "2026-06-03T18:32:30.2546979",
"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": "M4ICt9eAdUGx+X18/hVpjQ==",
"hostIdentifierGuid": "b7028233-80d7-4175-b1f9-7d7cfe15698d",
"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,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-06-03T18:32:30.2546979",
"priceZone": {
"$id": "6",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "saXYiR/wZ0eDdW0qAZdxXQ==",
"hostIdentifierGuid": "89d8a5b1-f01f-4767-8375-6d2a0197715d",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "7",
"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"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "7"
},
"warehouseStore": {
"$id": "8",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "9",
"id": 1,
"hostIdentifier": "2woRPtb3x0aSqzVsuZYhtA==",
"hostIdentifierGuid": "3e110adb-f7d6-46c7-92ab-356cb99621b4",
"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,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "10",
"identifier": "00fMtgZft0G7JmKYRz3sAg==",
"identifierGuid": "b6cc47d3-5f06-41b7-bb26-6298473dec02",
"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": "1NMQB2Z30k2GhkX8lBuupg==",
"hostSupplierIdentifierGuid": "0710d3d4-7766-4dd2-8686-45fc941baea6",
"loyaltyPriceLevelIdentifier": "MnpZmukwIUKKk2IjSvNtTw==",
"loyaltyPriceLevelIdentifierGuid": "9a597a32-30e9-4221-8a93-62234af36d4f",
"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": "2026-06-03T18:32:30.2546979",
"lastProcessed": "2026-06-03T18:32:30.2546979",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "11",
"identifier": "MMCGa/F3j0ScSYm0mE1Pcw==",
"identifierGuid": "6b86c030-77f1-448f-9c49-89b4984d4f73",
"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": "x2px78kuUE6ZiyYTMg2FLg==",
"primaryContactID": "ef716ac7-2ec9-4e50-998b-2613320d852e",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "saHs6/Nsv0WhWg5UdWUCKA==",
"supplierGroupGuid": "ebeca1b1-6cf3-45bf-a15a-0e5475650228",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:32:30.2546979",
"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": "12",
"id": "bcb287f9-42f6-4d66-9765-44ff8748a480",
"identifier": "vESyk8xmF0CO8aQ8zFwapA==",
"identifierGuid": "93b244bc-66cc-4017-8ef1-a43ccc5c1aa4",
"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": "13",
"supplierIdentifier": "mzdO49YKrUySo1WBDpjQLQ==",
"supplierIdentifierGuid": "e34e379b-0ad6-4cad-92a3-55810e98d02d",
"contactGuid": "3J0fLQYJVUGbVh3rtVtEfQ==",
"contactID": "2d1f9ddc-0906-4155-9b56-1debb55b447d",
"contact": {
"$ref": "12"
},
"supplier": {
"$ref": "11"
}
},
{
"$ref": "13"
}
],
"products": [
{
"$id": "14",
"pluG_UID": "hDD91raxJUKXo38SF5RSbg==",
"pluGuid": "d6fd3084-b1b6-4225-97a3-7f121794526e",
"supplierIdentifier": "ixe5Si/5ME6w0x6gAleBuw==",
"supplierIdentifierGuid": "4ab9178b-f92f-4e30-b0d3-1ea0025781bb",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:32:30.2546979",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-06-03T18:32:30.2546979",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "15",
"pluG_UID": "P71MGH4Xc0unPaDaLC0WMg==",
"pluGuid": "184cbd3f-177e-4b73-a73d-a0da2c2d1632",
"supplierIdentifier": "lwV0NA4ry0e5pT3Fmssylg==",
"supplierIdentifierGuid": "34740597-2b0e-47cb-b9a5-3dc59acb3296",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "15"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "nrQrmC1pUUiJWUlcq39QNA==",
"parentPluGuid": "982bb49e-692d-4851-8959-495cab7f5034",
"freight": 46.0,
"freightType": 1,
"product": {
"$ref": "4"
},
"supplier": {
"$ref": "11"
},
"serviceFee": {
"$id": "16",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "14"
}
],
"orderCycleHeaders": [
{
"$id": "17",
"storeID": 1,
"supplierIdentifier": "c2xL+vTU5UmdZH33q+RSYw==",
"supplierGuid": "fa4b6c73-d4f4-49e5-9d64-7df7abe45263",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "17"
}
],
"cycles": [
{
"$id": "18",
"storeID": 1,
"supplierIdentifier": "BI9Hshm6sUq/bOXB+zopBg==",
"supplierGuid": "b2478f04-ba19-4ab1-bf6c-e5c1fb3a2906",
"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": "2026-06-03T18:32:30.2546979",
"deliveryDate": "2026-06-03T18:32:30.2546979",
"nextCutOffDate": "2026-06-03T18:32:30.2546979",
"nextDeliveryDate": "2026-06-03T18:32:30.2546979",
"nextDaysBuffer": 10
},
{
"$ref": "18"
}
],
"store": {
"$ref": "5"
},
"updated": "2026-06-03T18:32:30.2546979",
"isHost": true
},
"files": [
{
"$id": "19",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:32:30.2546979",
"processed": "2026-06-03T18:32:30.2546979",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:32:30.2546979",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "10"
},
"metcashHeader": {
"$id": "20",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:32:30.2546979",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "19"
}
],
"zoneMatrix": [
{
"$id": "21",
"id": 1,
"hostIdentifier": "5//xreo/YEOC3iN3Rcwi7g==",
"hostIdentifierGuid": "adf1ffe7-3fea-4360-82de-237745cc22ee",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"062958a7-f81a-49e3-a29c-d598ac6a7261",
"14f5e64f-d210-4cbc-8938-62a48f72d0ad"
]
},
{
"$ref": "21"
}
],
"hostFileStoreSetting": {
"$ref": "9"
},
"hostStoreSettings": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"promotionPlacements": [
{
"$id": "22",
"identifier": "qFofqrLNFECDa90Yp0m/Sg==",
"identifierGuid": "aa1f5aa8-cdb2-4014-836b-dd18a749bf4a",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "22"
}
],
"promoTypeGuids": [
"f3874632-c429-450b-908f-577f5a0b9372",
"f10a7964-fb4f-41ee-b233-c1875843517b"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "9"
}
],
"accounts": [
{
"$id": "23",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "23"
}
],
"sales": [
{
"$id": "24",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:32:30.2546979",
"ftpSite": {
"$id": "25",
"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": "24"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"cashManagements": [
{
"$id": "26",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "27",
"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,
"config": "sample string 10"
}
},
{
"$ref": "26"
}
],
"updateStoreID": "29e6f146-c0fe-4ffa-ad4a-f946360ab129",
"updateStore": {
"$id": "28",
"id": "76864938-4930-4a46-aaa2-9f1301dd0780",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:32:30.2546979",
"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": "2026-06-03T18:32:30.2546979"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "29",
"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": "30",
"pluG_UID": "ebFa5pDaU0iZEvs4g4GGVw==",
"pluGuid": "e65ab179-da90-4853-9912-fb3883818657",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-06-03T18:32:30.2546979"
},
{
"$ref": "30"
}
],
"currentPrices": {
"$id": "31",
"pluPrices": {
"$id": "32",
"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,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-06-03T18:32:30.2546979",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "32"
},
"winningCampaign": 1,
"winner": {
"$id": "33",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:32:30.2546979",
"startTime": 5,
"endDate": "2026-06-03T18:32:30.2546979",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "CskL7Dj0lEOCU7yU3Fi+nA==",
"hostIdentifierGuid": "ec0bc90a-f438-4394-8253-bc94dc58be9c",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "33"
},
{
"$ref": "33"
}
]
},
"tray": {
"$id": "34",
"g_UId": "OCoXQvlnnESqV2SfvsWSGg==",
"guid": "42172a38-67f9-449c-aa57-649fbec5921a",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "35",
"priceGroupG_UID": "72+rwKiWPEWkB93L6KsATA==",
"priceGroupGuid": "c0ab6fef-96a8-453c-a407-ddcbe8ab004c",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:32:30.2546979",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "36",
"pluG_UID": "a0W6KVITYkimMAke8Lpvzw==",
"pluGuid": "29ba456b-1352-4862-a630-091ef0ba6fcf",
"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": "37",
"pluGuid": "48989876-5251-4042-a6ae-d87d91e41afd",
"created": "2026-06-03T18:32:30.2546979",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:32:30.2546979",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:32:30.2546979",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:32:30.2546979",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:32:30.2546979",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:32:30.2546979",
"lastSold": "2026-06-03T18:32:30.2546979",
"firstSold": "2026-06-03T18:32:30.2546979",
"awsUpdated": "2026-06-03T18:32:30.2546979",
"lastManualUpdate": "2026-06-03T18:32:30.2546979",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:32:30.2546979",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:32:30.2546979",
"doNotRangeUpdated": "2026-06-03T18:32:30.2546979",
"doNotOrderUpdated": "2026-06-03T18:32:30.2546979",
"tracked": "2026-06-03T18:32:30.2546979"
},
"allergens": [
{
"$id": "38",
"primaryKey": {
"$id": "39",
"pluGuid": "3508b06a-0eca-41ee-b382-1d2ec971130f",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "arAINcoO7kGzgh0uyXETDw==",
"pluGuid": "3508b06a-0eca-41ee-b382-1d2ec971130f",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "38"
}
],
"costs": {
"$id": "40",
"pluG_UID": "AukuSF40Bk2nX5FdDl8ytw==",
"pluGuid": "482ee902-345e-4d06-a75f-915d0e5f32b7",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:32:30.2546979",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "41",
"saleHeaderID": 1,
"created": "2026-06-03T18:32:30.2546979",
"createdLocal": "2026-06-03T18:32:30.2546979",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "uAZF2+RFWUKzLAMd11VfMg==",
"operatorGuid": "db4506b8-45e4-4259-b32c-031dd7555f32",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "SWvngpbYwk6fVZgzC7CxYQ==",
"pluGuid": "82e76b49-d896-4ec2-9f55-98330bb0b161",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "42",
"id": 1,
"g_Uid": "PC1KhkC+WU283A+Y0EVnow==",
"guid": "864a2d3c-be40-4d59-bcdc-0f98d04567a3",
"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": "2026-06-03T18:32:30.2546979",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:32:30.2546979",
"endShift": "2026-06-03T18:32:30.2546979",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "43",
"operatorG_UID": "ZcihM8IJAECRciooFGUItw==",
"operatorGuid": "33a1c865-09c2-4000-9172-2a28146508b7",
"storeID": 2,
"operator": {
"$ref": "42"
},
"store": {
"$ref": "5"
}
},
{
"$ref": "43"
}
]
}
},
{
"$ref": "41"
}
],
"apns": [
{
"$id": "44",
"pluID": 1,
"pluG_UID": "YC0grtMafEmgyOx+E2bF1w==",
"pluGuid": "ae202d60-1ad3-497c-a0c8-ec7e1366c5d7",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "44"
}
],
"tuns": [
{
"$id": "45",
"pluG_UId": "PVCcnPtqik6pM0u0OwKsfQ==",
"pluGuid": "9c9c503d-6afb-4e8a-a933-4bb43b02ac7d",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "4"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "45"
}
],
"competitionPricing": [
{
"$id": "46",
"identifier": "8sTdHGXrREiQJm/1ez/73A==",
"identifierGuid": "1cddc4f2-eb65-4844-9026-6ff57b3ffbdc",
"pluG_UID": "ohas9KY8T0iMoNMeXZ06ww==",
"pluGuid": "f4ac16a2-3ca6-484f-8ca0-d31e5d9d3ac3",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "46"
}
],
"supplier": {
"$ref": "11"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"ordering": {
"$ref": "14"
},
"flipChartPages": [
{
"$id": "47",
"identifier": "+TClHz4yZUiCmXnXmDGh3g==",
"groupName": "sample string 1",
"identifierGuid": "1fa530f9-323e-4865-8299-79d79831a1de",
"exists": true,
"flipChartIdentifier": "/MMpNs4wa063CUjOxqobTg==",
"flipChartIdentifierGuid": "3629c3fc-30ce-4e6b-b709-48cec6aa1b4e",
"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": "mzvvIgZwt0GCj/04/qc69A==",
"groupIdentifierGuid": "22ef3b9b-7006-41b7-828f-fd38fea73af4",
"flipChart": {
"$id": "48",
"identifier": "EqXm8vJu2EOE8jP2WwdT2A==",
"identifierGuid": "f2e6a512-6ef2-43d8-84f2-33f65b0753d8",
"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": "49",
"identifier": "QPmxcXHq/kS7CeIR4C6tWA==",
"identifierGuid": "71b1f940-ea71-44fe-bb09-e211e02ead58",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "50",
"id": 1,
"g_UID": "6bPBmgnZX0y7+VhWU+iAIg==",
"guid": "9ac1b3e9-d909-4c5f-bbf9-585653e88022",
"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": "rlP/XKzc4U2AeMLNNPoqgA==",
"previousFormGuid": "5cff53ae-dcac-4de1-8078-c2cd34fa2a80",
"nextForm": 1,
"nextFormG_UID": "QRt+NxXa4kOmBZWygxCckQ==",
"nextFormGuid": "377e1b41-da15-43e2-a605-95b283109c91",
"attributes": "sample string 10",
"updated": "2026-06-03T18:32:30.2546979",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "50"
},
"previousCheckoutForm": {
"$ref": "50"
},
"buttons": [
{
"$id": "51",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "VoxoNdjZZUOMY/68UWoXHA==",
"checkoutFormGuid": "35688c56-d9d8-4365-8c63-febc516a171c",
"identifier": "v0xR3tAOK0eV5YZC3jNTLw==",
"identifierGuid": "de514cbf-0ed0-472b-95e5-8642de33532f",
"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": "LR9SFn6vQEiEE70gC8mLGA==",
"valueGuid": "16521f2d-af7e-4840-8413-bd200bc98b18",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:32:30.2546979",
"action": "sample string 12",
"valueForm": {
"$ref": "50"
},
"image": {
"$id": "52",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:32:30.2546979",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "51"
}
],
"panels": [
{
"$id": "53",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "+GNxQhuznEy4PKDDMHOXCw==",
"checkoutFormGuid": "427163f8-b31b-4c9c-b83c-a0c33073970b",
"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": "53"
}
]
},
{
"$ref": "50"
}
],
"panels": [
{
"$ref": "53"
},
{
"$ref": "53"
}
]
},
"pages": [
{
"$ref": "47"
},
{
"$ref": "47"
}
]
},
"contentPanel": {
"$ref": "53"
},
"products": [
{
"$id": "54",
"flipChartPageIdentifier": "dumZFkCJNkqJlC4zsBTf0w==",
"flipChartPageIdentifierGuid": "1699e976-8940-4a36-8994-2e33b014dfd3",
"pluG_UID": "rPk/oBUYf0CwiCGF0wWe8g==",
"pluGuid": "a03ff9ac-1815-407f-b088-2185d3059ef2",
"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": "54"
}
],
"productCount": 27,
"pages": [
{
"$ref": "47"
},
{
"$ref": "47"
}
]
},
{
"$ref": "47"
}
],
"priceHistory": [
{
"$id": "55",
"pluG_UID": "Mx6+nESDR0mVExA99dqZCg==",
"pluGuid": "9cbe1e33-8344-4947-9513-103df5da990a",
"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": "2026-06-03T18:32:30.2546979",
"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": "55"
}
],
"ingredients": [
{
"$id": "56",
"pluG_UID": "KH2b53tS2kGtXw9xeKoHgA==",
"ingredientGuid": "sEdcipjhxEanSIK83oiDLA==",
"ingredientIdentifier": "8a5c47b0-e198-46c4-a748-82bcde88832c",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "4"
}
},
{
"$ref": "56"
}
],
"bins": [
{
"$id": "57",
"pluG_UID": "z23zQDqhBkmKO5q+fh3aKA==",
"pluGuid": "40f36dcf-a13a-4906-8a3b-9abe7e1dda28",
"shelfLocationIdentifier": "AKgAu6yED0iDan7VPL8Tzg==",
"shelfLocationGuid": "bb00a800-84ac-480f-836a-7ed53cbf13ce",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "x+Lvg5se5kaoc2XZZfDWEw==",
"labelPageLayoutGuid": "83efe2c7-1e9b-46e6-a873-65d965f0d613",
"updated": "2026-06-03T18:32:30.2546979",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "4"
},
"location": {
"$id": "58",
"identifier": "iuT+uSBLbUiBjhT0Y+VS8A==",
"storeID": 1,
"identifierGuid": "b9fee48a-4b20-486d-818e-14f463e552f0",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:32:30.2546979",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "57"
},
{
"$ref": "57"
}
]
}
},
{
"$ref": "57"
}
],
"bin": {
"$ref": "57"
},
"scaleLocations": [
{
"$id": "59",
"plu": 1,
"pluG_UID": "ACeWPD8+DkOwJYgUVqh6mQ==",
"pluGuid": "3c962700-3e3f-430e-b025-881456a87a99",
"deptNo": 1,
"product": {
"$ref": "4"
},
"scaleLocation": {
"$id": "60",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:32:30.2546979",
"department": {
"$id": "61",
"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": "60"
},
"subDepartments": [
{
"$id": "62",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "63",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "64",
"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": "2026-06-03T18:32:30.2546979",
"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": "qvMEG2kd+0yTF8BpBsONKw==",
"labelPageLayoutGuid": "1b04f3aa-1d69-4cfb-9317-c06906c38d2b",
"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": "65",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "66",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "67",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "67"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "66"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$id": "68",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "67"
}
},
{
"$ref": "64"
}
],
"updated": "2026-06-03T18:32:30.2546979",
"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": "QnzDFt71K0WxsZdV9EpGLA==",
"labelPageLayoutGuid": "16c37c42-f5de-452b-b1b1-9755f44a462c",
"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": "65"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$ref": "68"
},
"mscSubCom": {
"$ref": "67"
}
},
{
"$ref": "63"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:32:30.2546979",
"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": "Q/PZyfZJikuufIkX5pr0HA==",
"labelPageLayoutGuid": "c9d9f343-49f6-4b8a-ae7c-8917e69af41c",
"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": "65"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$ref": "68"
},
"mscSubCom": {
"$ref": "67"
}
},
{
"$ref": "62"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:32:30.2546979",
"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": "BGXtl3Js00qq084+NXuP+Q==",
"labelPageLayoutGuid": "97ed6504-6c72-4ad3-aad3-ce3e357b8ff9",
"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": "65"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$ref": "68"
},
"mscSubCom": {
"$ref": "67"
}
}
}
},
{
"$ref": "59"
}
],
"nextPrice": {
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "ewigoxN0q0+csC60uhP9EQ==",
"pluGuid": "a3a0087b-7413-4fab-9cb0-2eb4ba13fd11",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "a3VApR7kRE6pA7E6XdiSyw==",
"dealCostGuid": "a540756b-e41e-4e44-a903-b13a5dd892cb",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "fpQry9G8pkCAUFbsfF6T8w==",
"priceGroupGuid": "cb2b947e-bcd1-40a6-8050-56ec7c5e93f3",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:30.2546979",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "3acc4888-80b3-40fa-b31e-7c20cf176d9c",
"campaignComboPriceGroupG_UID": "i2GnJxtdnEiJZdyAMkhKuw==",
"campaignComboPriceGroupIdentifier": "27a7618b-5d1b-489c-8965-dc8032484abb",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "70",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:32:30.2546979",
"operatorG_UID": "LZEIlahHK0yb7dVufGQgNg==",
"operatorGuid": "9508912d-47a8-4c2b-9bed-d56e7c642036",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:32:30.2546979",
"signIqTicketFileMovedUtc": "2026-06-03T18:32:30.2546979",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:32:30.2546979",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "279c7388-cb82-42b3-9827-741712c45c0e",
"product": {
"$ref": "4"
},
"campaignPlu": {
"$ref": "69"
},
"fuelItem": true
},
{
"$ref": "70"
}
],
"campaign": {
"$id": "71",
"id": 1,
"storeID": 2,
"name": "0f007cb4-7349-4acf-a0e8-4603813453bb",
"nameGuid": "0f007cb4-7349-4acf-a0e8-4603813453bb",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:32:30.2546979",
"startTime": 1,
"endDate": "2026-06-03T18:32:30.2546979",
"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": "2026-06-03T18:32:30.2546979",
"system": true,
"created": "2026-06-03T18:32:30.2546979",
"updated": "2026-06-03T18:32:30.2546979",
"priceChangeNotifiedUtc": "2026-06-03T18:32:30.2546979",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "G/7uM7oNakmbDV56tqp3KA==",
"hostIdentifierGuid": "33eefe1b-0dba-496a-9b0d-5e7ab6aa7728",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:32:30.2546979",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"campaignPools": [
{
"$id": "72",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "w1yIkxbsrUOTVstL1JKPUQ==",
"pluGuid": "93885cc3-ec16-43ad-9356-cb4bd4928f51",
"hostOfferID": 1,
"priceGroupG_UID": "bCL8JdXBwkyqy1BkijyeZA==",
"priceGroupGuid": "25fc226c-c1d5-4cc2-aacb-50648a3c9e64",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:30.2546979",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "4"
},
"campaign": {
"$ref": "71"
}
},
{
"$ref": "72"
}
],
"sellingRules": [
{
"$id": "73",
"id": 1,
"identifier": "fb5XQ7RUC0CPMflTJh66dw==",
"identifierStr": "fb5XQ7RUC0CPMflTJh66dw==",
"identifierGuid": "4357be7d-54b4-400b-8f31-f953261eba77",
"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": "71"
}
},
{
"$ref": "73"
}
],
"customers": [
{
"$id": "74",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "nVTBhD4XEEGj8TAHer98HQ==",
"customerIDGuid": "84c1549d-173e-4110-a3f1-30077abf7c1d",
"campaign": {
"$ref": "71"
},
"customer": {
"$id": "75",
"identifier": "JGe7H676i0OZmNu4SUO02g==",
"identifierGuid": "1fbb6724-faae-438b-9998-dbb84943b4da",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:32:30.2546979",
"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": "hvDJXvOtuECttwO/evCYBg==",
"communityIdentifierGuid": "5ec9f086-adf3-40b8-adb7-03bf7af09806",
"joined": "2026-06-03T18:32:30.2546979",
"updated": "2026-06-03T18:32:30.2546979",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "twcOrT3bIUOTCHWXtZBAhQ==",
"priceLevelIdentifierGuid": "ad0e07b7-db3d-4321-9308-7597b5904085",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:32:30.2546979",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "76",
"cardType": 2,
"issueDate": "2026-06-03T18:32:30.2546979",
"expiry": "2026-06-03T18:32:30.2546979",
"customerID": "FZ5gF5zNV06OG8hfY0QBhA==",
"customerIDGuid": "17609e15-cd9c-4e57-8e1b-c85f63440184",
"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": "2026-06-03T18:32:30.2546979",
"linkedAccount": "mpM9HBYcWkWtvJNrX603wA==",
"linkedAccountGuid": "1c3d939a-1c16-455a-adbc-936b5fad37c0",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "75"
},
"account": {
"$id": "77",
"id": 1,
"identifier": "h45sRKGM60SNAQZscqC1Ng==",
"identifierGuid": "446c8e87-8ca1-44eb-8d01-066c72a0b536",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:32:30.2546979",
"owner": "FNOim5S900WmMkA1I3WrDQ==",
"ownerGuid": "9ba2d314-bd94-45d3-a632-40352375ab0d",
"accountStoreGroupIdentifier": "/uFT0zIHbUSAFqM8+FzDBg==",
"accountStoreGroupGuid": "d353e1fe-0732-446d-8016-a33cf85cc306",
"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": "2026-06-03T18:32:30.2546979",
"active": true,
"updated": "2026-06-03T18:32:30.2546979",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "75"
},
"card": {
"$ref": "76"
},
"members": {
"$id": "78",
"sample string 1": [
{
"$ref": "75"
},
{
"$ref": "75"
}
],
"sample string 2": [
{
"$ref": "75"
},
{
"$ref": "75"
}
]
},
"customerGroups": [
{
"$id": "79",
"identifier": "Ggq/+nxlSke1m1hikPD4GA==",
"identifierGuid": "fabf0a1a-657c-474a-b59b-586290f0f818",
"name": "sample string 2",
"primaryContact": "2LRcaQfelEOWcF55gG6R+A==",
"primaryContactGuid": "695cb4d8-de07-4394-9670-5e79806e91f8",
"accountID": "P0pMaEfGJEeTaRfZRgiiDA==",
"accountIDGuid": "684c4a3f-c647-4724-9369-17d94608a20c",
"special": true,
"updated": "2026-06-03T18:32:30.2546979",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "WecTVe4bYE66VTdz541XLg==",
"priceLevelIdentifierGuid": "5513e759-1bee-4e60-ba55-3773e78d572e",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "77"
},
"primaryContactCustomer": {
"$ref": "75"
},
"customerGroupMembers": [
{
"$id": "80",
"id": 1,
"groupID": "I1i8INmBtUOSReuEP9Qs1w==",
"groupIDGuid": "20bc5823-81d9-43b5-9245-eb843fd42cd7",
"customerID": "mJF3T58MXkGrh6Ae09rcTQ==",
"customerIDGuid": "4f779198-0c9f-415e-ab87-a01ed3dadc4d",
"card": "sample string 4",
"linkedAccount": "w4M6Zua+3UuhhpPmWTYHyA==",
"linkedAccountGuid": "663a83c3-bee6-4bdd-a186-93e6593607c8",
"customer": {
"$ref": "75"
},
"group": {
"$ref": "79"
},
"customerCard": {
"$ref": "76"
}
},
{
"$ref": "80"
}
]
},
{
"$ref": "79"
}
]
},
"payments": [
{
"$id": "81",
"id": 1,
"identifier": "eo1FN3xJMkGXl6j5Ds47/Q==",
"identifierGuid": "37458d7a-497c-4132-9797-a8f90ece3bfd",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "doBkrBaqaUauwEX10Gja9g==",
"accountIDGuid": "ac648076-aa16-4669-aec0-45f5d068daf6",
"customerAccount": {
"$ref": "77"
},
"customerCard": {
"$ref": "76"
},
"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": "2026-06-03T18:32:30.2546979",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "e664RkKanEOFkyPLxkM3bw==",
"idempotentVoidGuid": "46b8ae7b-9a42-439c-8593-23cbc643376f",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "82",
"saleHeaderID": 1,
"saleHeaderGuid": "ubrzpvScDUCzACS+N+2oDw==",
"saleHeaderIdentifierGuid": "a6f3bab9-9cf4-400d-b300-24be37eda80f",
"created": "2026-06-03T18:32:30.2546979",
"createdLocal": "2026-06-03T18:32:30.2546979",
"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": "2026-06-03T18:32:30.2546979",
"storeID": 1,
"operatorG_Uid": "K3r1nFCc90GoYKVM27sjBg==",
"operatorGuid": "9cf57a2b-9c50-41f7-a860-a54cdbbb2306",
"customerG_Uid": "i6CKjpOFcE2kApEpS/ZqXQ==",
"customerGuid": "8e8aa08b-8593-4d70-a402-91294bf66a5d",
"communityIdentifier": "AfEjJZb5c0WlvIMvOdpH4w==",
"communityIdentifierGuid": "2523f101-f996-4573-a5bc-832f39da47e3",
"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": "pMZTAJXoKU6J1FzsLUXCEA==",
"priceLevelIdentifierGuid": "0053c6a4-e895-4e29-89d4-5cec2d45c210",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:32:30.2546979+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "83",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:32:30.2546979",
"deliveryAddress1": "sample string 2",
"deliveryAddress2": "sample string 3",
"customerPhoneNumber": "sample string 4",
"orderType": 0,
"externalOrderID": "sample string 5",
"externalDisplayableOrderID": "sample string 6",
"tableName": "sample string 7",
"createdBy": 0,
"orderingAppName": "sample string 8"
},
"relationChecksum": "sample string 38",
"loyaltyTender": 1,
"giftCardTender": 1,
"operator": {
"$ref": "42"
},
"customer": {
"$ref": "75"
},
"communityOrganisation": {
"$id": "84",
"id": 1,
"identifier": "yip0Ug8B/k+GSiTo1B3MiA==",
"identifierGuid": "52742aca-010f-4ffe-864a-24e8d41dcc88",
"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",
"abn": "sample string 15",
"promoPeriodStart": "2026-06-03T18:32:30.2546979",
"promoPeriodEnd": "2026-06-03T18:32:30.2546979",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:32:30.2546979",
"deleted": true
},
"details": [
{
"$id": "85",
"saleItemID": 1,
"identifier": "Jdvjzrmgxk6Ijs225KPocQ==",
"identifierGuid": "cee3db25-a0b9-4ec6-888e-cdb6e4a3e871",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "aE2PHy3hG0ivG6t0nVLbsg==",
"pluGuid": "1f8f4d68-e12d-481b-af1b-ab749d52dbb2",
"accountID": "RCoNTWj+0Uyc1u16UqPNLw==",
"accountIDGuid": "4d0d2a44-fe68-4cd1-9cd6-ed7a52a3cd2f",
"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": "2026-06-03T18:32:30.2546979",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "JBMeIP/UoU+Ta8ABwHccTQ==",
"refundGuid": "201e1324-d4ff-4fa1-936b-c001c0771c4d",
"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": "gyCNibd1nUiCKwYjEmW2sg==",
"idempotentVoidGuid": "898d2083-75b7-489d-822b-06231265b6b2",
"priceLevelIdentifier": "ut5/Dx+hoEKgb9SVtou4bQ==",
"priceLevelIdentifierGuid": "0f7fdeba-a11f-42a0-a06f-d495b68bb86d",
"communityIdentifier": "b/5axPBz4kCFjZAqu0V0uQ==",
"communityIdentifierGuid": "c45afe6f-73f0-40e2-858d-902abb4574b9",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "86",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:32:30.2546979",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "86"
}
],
"refund": {
"$id": "87",
"id": 1,
"g_UID": "BvkWnhYO4kuDYVIMGRHq0A==",
"guid": "9e16f906-0e16-4be2-8361-520c1911ead0",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:32:30.2546979"
},
"modifier": {
"$id": "88",
"id": 1,
"setG_UID": "G1cNIJpvaEyfU1pgt6Pr1w==",
"modifierSetGuid": "200d571b-6f9a-4c68-9f53-5a60b7a3ebd7",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "m3ru8uHKmkOKGd40+1lQWw==",
"pluGuid": "f2ee7a9b-cae1-439a-8a19-de34fb59505b",
"deleted": true,
"g_UID": "NySnCI0qbUqmWYs5eSnc/g==",
"guid": "08a72437-2a8d-4a6d-a659-8b397929dcfe",
"product": {
"$ref": "4"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "85"
}
],
"eftReceipts": [
{
"$id": "89",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "82"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "89"
}
],
"payments": [
{
"$ref": "81"
},
{
"$ref": "81"
}
],
"cards": [
{
"$id": "90",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "90"
}
],
"campaignHits": [
{
"$id": "91",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "91"
}
],
"fuel": [
{
"$id": "92",
"id": 1,
"plu": 1,
"pluG_UID": "5SBs4OWG00qkFKlYkUG2Gg==",
"pluGuid": "e06c20e5-86e5-4ad3-a414-a9589141b61a",
"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": "2026-06-03T18:32:30.2546979",
"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": "2026-06-03T18:32:30.2546979",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "92"
}
],
"fuelResells": [
{
"$id": "93",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "IQuovQmhEk+8lPNJptQfNQ==",
"pluGuid": "bda80b21-a109-4f12-bc94-f349a6d41f35",
"accountID": "GLf/LoZBeUGUwlLQLJF9vg==",
"accountIDGuid": "2effb718-4186-4179-94c2-52d02c917dbe",
"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": "2026-06-03T18:32:30.2546979",
"bestOrExpireType": 1,
"refundG_UID": "pW96iEWHrkKaqcY1F+bgVA==",
"refundGuid": "887a6fa5-8745-42ae-9aa9-c63517e6e054",
"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": "93"
}
],
"customerOrder": [
{
"$id": "94",
"identifier": "vPLS/GhmGEe/FZto62ASDg==",
"identifierGuid": "fcd2f2bc-6668-4718-bf15-9b68eb60120e",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "1IdpDyZJe0Cx/enotqdC0Q==",
"customerIdentifierGuid": "0f6987d4-4926-407b-b1fd-e9e8b6a742d1",
"operatorNo": 1,
"operatorG_UID": "imm4GdFA7UyJDjxd1eqSbQ==",
"operatorGuid": "19b8698a-40d1-4ced-890e-3c5dd5ea926d",
"created": "2026-06-03T18:32:30.2546979",
"ordered": "2026-06-03T18:32:30.2546979",
"started": "2026-06-03T18:32:30.2546979",
"completed": "2026-06-03T18:32:30.2546979",
"supplied": "2026-06-03T18:32:30.2546979",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "75"
},
"operator": {
"$ref": "42"
},
"details": [
{
"$id": "95",
"headerID": 1,
"plu": 1,
"pluG_UId": "NvXAnXpMKkCSqcJMmO3a7w==",
"pluGuid": "9dc0f536-4c7a-402a-92a9-c24c98eddaef",
"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": "bhkMbXsGzEyByUM2YQ2oRA==",
"headerIdentifierGuid": "6d0c196e-067b-4ccc-81c9-4336610da844",
"product": {
"$ref": "4"
}
},
{
"$ref": "95"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "82"
}
},
{
"$ref": "94"
}
],
"surveyResponses": [
{
"$id": "96",
"surveyG_UID": "S+gamrIXAUW0FmpSZNHSwQ==",
"surveyGuid": "9a1ae84b-17b2-4501-b416-6a5264d1d2c1",
"saleHeaderGuid": "Wm8mndSvsUmR/VeZ4nL7nA==",
"saleGuid": "9d266f5a-afd4-49b1-91fd-5799e272fb9c",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "th5kfq1x1EeTtrVQ81x/1Q==",
"guidResponse": "7e641eb6-71ad-47d4-93b6-b550f35c7fd5",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:32:30.2546979",
"sale": {
"$ref": "82"
},
"survey": {
"$id": "97",
"g_UID": "YoNqzkqpR0CE9UO34b4wCg==",
"guid": "ce6a8362-a94a-4047-84f5-43b7e1be300a",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "wu6VR1AZYEq1msUY49orGA==",
"checkoutFormGuid": "4795eec2-1950-4a60-b59a-c518e3da2b18",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:32:30.2546979",
"end": "2026-06-03T18:32:30.2546979",
"deleted": true,
"updated": "2026-06-03T18:32:30.2546979",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"e14bee01-7e57-48e9-b4d0-6c9758ae245e",
"7a478786-5a5d-4ef3-a75c-317e6f53da72"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "50"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "96"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "W+Y4UzWtPUS9K8q6mwkFng==",
"accountIdentifier": "5338e65b-ad35-443d-bd2b-caba9b09059e",
"accountName": "sample string 44",
"customerOrderIdentifier": "SAFWQIWt7kS5lISXr9TZbA==",
"customerOrderIdentifierGuid": "40560148-ad85-44ee-b994-8497afd4d96c",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "98",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "GJON7ZHzeE6wPt7SiFSzBw==",
"paymentIdentifierGuid": "ed8d9318-f391-4e78-b03e-ded28854b307",
"identifier": "V6Qh8jIOc0OPJz+xcAG9HA==",
"identifierGuid": "f221a457-0e32-4373-8f27-3fb17001bd1c",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "+ruS53PJDUyt/SHmlMEwjQ==",
"itemIdentifierGuid": "e792bbfa-c973-4c0d-adfd-21e694c1308d"
}
},
{
"$ref": "81"
}
]
},
{
"$ref": "76"
}
],
"customerGroupMembers": [
{
"$ref": "80"
},
{
"$ref": "80"
}
],
"customerGroups": [
{
"$ref": "79"
},
{
"$ref": "79"
}
],
"accounts": [
{
"$ref": "77"
},
{
"$ref": "77"
}
],
"account": {
"$ref": "77"
},
"vouchers": [
{
"$id": "99",
"customerIdentifier": "Cqi88vTOVkaJXfvxTkptWw==",
"customerIdentifierGuid": "f2bca80a-cef4-4656-895d-fbf14e4a6d5b",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "y94ZxzucykOVk+njcBRAsw==",
"idempotentGuid": "c719decb-9c3b-43ca-9593-e9e3701440b3",
"offline": true,
"voucher": {
"$id": "100",
"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": "2026-06-03T18:32:30.2546979",
"barcodeTemplate": {
"$id": "101",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "102",
"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": "2026-06-03T18:32:30.2546979",
"labelPageLayout": "sKtg0pqYYkW0GLYsvATk8A==",
"pageLayoutGuid": "d260abb0-989a-4562-b418-b62cbc04e4f0",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "100"
},
"elements": [
{
"$id": "103",
"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": "2026-06-03T18:32:30.2546979"
},
{
"$ref": "103"
}
]
},
"customerVouchers": [
{
"$id": "104",
"id": 1,
"customerIdentifier": "rGUlySueikOBtQZ8OS9TJg==",
"customerIdentifierGuid": "c92565ac-9e2b-438a-81b5-067c392f5326",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:32:30.2546979",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "gXyGVpi6pU+PLUzv/soTCA==",
"issuedIdempotentGuid": "56867c81-ba98-4fa5-8f2d-4ceffeca1308",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:32:30.2546979",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:32:30.2546979",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "/mbw5en6SUuDiuTOr7Ns3g==",
"redeemedIdempotentGuid": "e5f066fe-fae9-4b49-838a-e4ceafb36cde",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:32:30.2546979",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "102"
},
"voucher": {
"$ref": "100"
},
"customer": {
"$ref": "75"
},
"issuedOfflinePayment": {
"$ref": "81"
},
"redeemedOfflinePayment": {
"$ref": "81"
}
},
{
"$ref": "104"
}
]
},
"customer": {
"$ref": "75"
}
},
{
"$ref": "99"
}
]
}
},
{
"$ref": "74"
}
],
"customerGroups": [
{
"$id": "105",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "aTuDjvd0ckuzBpNy6l2Mtw==",
"groupIDGuid": "8e833b69-74f7-4b72-b306-9372ea5d8cb7",
"campaign": {
"$ref": "71"
},
"group": {
"$ref": "79"
}
},
{
"$ref": "105"
}
],
"signIqTickets": [
{
"$id": "106",
"identifier": "l0sa0iqF2Um6aQhLaDgyWg==",
"identifierGuid": "d21a4b97-852a-49d9-ba69-084b6838325a",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "106"
}
],
"comboPriceGroups": [
{
"$id": "107",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "V3w75TsR+kaUaa72Uuoylg==",
"guid": "e53b7c57-113b-46fa-9469-aef652ea3296",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "71"
},
"comboPricePlus": [
{
"$id": "108",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "i1SZ1cNm/0yYdNqm4pDt7Q==",
"groupGuid": "d599548b-66c3-4cff-9874-daa6e290eded",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "NuzJozz6W0aeHIJA+51mMg==",
"pluGuid": "a3c9ec36-fa3c-465b-9e1c-8240fb9d6632",
"priceGroupG_UID": "jUSfOsYQG0ObMG1M1f1BvQ==",
"priceGroupGuid": "3a9f448d-10c6-431b-9b30-6d4cd5fd41bd",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "71"
},
"product": {
"$ref": "4"
},
"priceGroup": {
"$ref": "35"
},
"campaignPool": {
"$ref": "71"
}
},
{
"$ref": "108"
}
]
},
{
"$ref": "107"
}
],
"priceLevels": [
{
"$id": "109",
"id": 1,
"priceLevelIdentifier": "aVuRe4os6EqR6VOld1GFUA==",
"priceLevelIdentifierGuid": "7b915b69-2c8a-4ae8-91e9-53a577518550",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "109"
}
],
"promotionType": {
"$id": "110",
"identifier": "ztKapL6Ktk2KN9mcWb3ouA==",
"identifierGuid": "a49ad2ce-8abe-4db6-8a37-d99c59bde8b8",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "V8RibdHGmUGdo+i5uDqNHw==",
"labelPageLayoutGuid": "6d62c457-c6d1-4199-9da3-e8b9b83a8d1f",
"priceLevelIdentifier": "whlIEm+iUUSimsEb+U0qpA==",
"priceLevelIdentifierGuid": "124819c2-a26f-4451-a29a-c11bf94d2aa4",
"active": true,
"updated": "2026-06-03T18:32:30.2546979",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "4"
},
"dealCost": {
"$id": "111",
"headerIdentifier": "ROkQmHBX80yJFcNIAhOKqw==",
"headerIdentifierGuid": "9810e944-5770-4cf3-8915-c34802138aab",
"identifier": "a47CbtMi40quYje9iO6xUg==",
"identifierGuid": "6ec28e6b-22d3-4ae3-ae62-37bd88eeb152",
"supplierIdentifier": "mO9aGbE4b0Kg4ivSBMR5zA==",
"supplierGuid": "195aef98-38b1-426f-a0e2-2bd204c479cc",
"pluG_UID": "RktDgXhvokKo6M5BRDmRhA==",
"pluGuid": "81434b46-6f78-42a2-a8e8-ce4144399184",
"campaignName": "f44be385-490e-4264-8db0-c9067924e683",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:32:30.2546979",
"end": "2026-06-03T18:32:30.2546979",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "Q8D5btBfIUiBIOBj2wY1og==",
"bonusItemPluGuid": "6ef9c043-5fd0-4821-8120-e063db0635a2",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:32:30.2546979",
"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": "2026-06-03T18:32:30.2546979",
"campaignEndDate": "2026-06-03T18:32:30.2546979",
"masterPLUG_UID": "Ro7o/QwkQUiy25aMNSgOYA==",
"masterID": "fde88e46-240c-4841-b2db-968c35280e60",
"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": "IV8U3ELdh0WQeILekAvpOg==",
"bonusMasterID": "dc145f21-dd42-4587-9078-82de900be93a",
"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": "2026-06-03T18:32:30.2546979",
"dealCosts": [
{
"$ref": "111"
},
{
"$ref": "111"
}
],
"tags": [
{
"$id": "112",
"pluG_UID": "jJN2et1STU+ig60j17IjUw==",
"pluGuid": "7a76938c-52dd-4f4d-a283-ad23d7b22353",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "112"
}
],
"alternateProductG_UID": "udgzojW5oECJ9qE1nbl2VA==",
"alternateProduct": "a233d8b9-b935-40a0-89f6-a1359db97654",
"altProduct": {
"$ref": "4"
},
"productHostCode": {
"$id": "113",
"id": 1,
"pluG_UID": "fO6nXXr3+EGnrs0qUnwdBA==",
"pluGuid": "5da7ee7c-f77a-41f8-a7ae-cd2a527c1d04",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "65"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$ref": "68"
},
"mscSubCom": {
"$ref": "67"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:32:30.2546979",
"inventoryTracked": "2026-06-03T18:32:30.2546979",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "114",
"pluG_UID": "FIjxQYQUlEm6s1dwd/GLhw==",
"pluGuid": "41f18814-1484-4994-bab3-577077f18b87",
"fuelPluG_UID": "gx9vivryyEWj+VYw1QX6lA==",
"fuelPluGuid": "8a6f1f83-f2fa-45c8-a3f9-5630d505fa94",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "114"
},
{
"$ref": "114"
}
]
},
"location": {
"$ref": "58"
},
"operator": {
"$ref": "42"
},
"productDescription": "sample string 9",
"productItemNumber": "sample string 10",
"productSell": 11,
"productCost": 12,
"productCostDecimals": 13,
"productActive": true,
"productBarcode": "sample string 15",
"succeeded": true,
"printRunID": "/qdSaAtT9kiUBsRBg7MVJg==",
"printRunGuid": "6852a7fe-530b-48f6-9406-c44183b31526",
"departmentName": "sample string 17",
"subDepartmentName": "sample string 18",
"minorDepartmentName": "sample string 19",
"lesserDepartmentName": "sample string 20",
"storeName": "sample string 21",
"campaignDescription": "sample string 22",
"campaignStartDate": "2026-06-03T18:32:30.2546979",
"campaignEndDate": "2026-06-03T18:32:30.2546979",
"campaignPrice": 1,
"campaignCost": 1,
"campaignCostDecimals": 1,
"comboGroupDescription": "sample string 23",
"comboGroupSell": 1,
"printRequestType": 24,
"isTobacco": true,
"isLiquor": true,
"shelfLocationName": "sample string 27",
"operatorName": "sample string 28",
"printBatchType": 29,
"createdBy": "sample string 30",
"pageLayoutName": "sample string 31",
"complianceIndicatorName": "sample string 32",
"directNumber": "sample string 33",
"warehouseDirectIndicator": "sample string 34",
"productGrade": "sample string 35"
},
{
"$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 ��\e� 5 xl/workbook.xml � (� ����@�{��r���hl-�X����3���H��vfg��|�v���G��e���&pMO�IR��V���}��:�P���$��EW�4�Z�^�W�?,g,a�z"/�%Q(^��K����9[��d���7��~S(��z�,8���1g6��H�4M0�%QM�8����a9l��/PK ��\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
��\�je�' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R1402bbcad8da4374" /></Relationships>PK ��\�`�Ś xl/worksheets/sheet1.xml � (� ��]o� ��
�~A��Mۙf�n���H*2f��/���:�Ǎb��^1�y�8sm���W����'��H�M�J?��sޛ�.`k�q���Z.� ԑ���(-�u���Tӈ��Tu����`� �;f�V�G�n_�e����G���J2��2���>��7�
�{*s�|0o�`<��Ǐ_u�g�
~��֠�
;u��~rqh�R�Ju�?��� ��ɿQ�v�M��YB2�iAu2V�s�����'����$� �&�Y��٧��a���^�M/�����aR�F'4�4��il~�;fY�k5 �ˮ���uK�o�
۸+>�8G�ѝ��5^�k�\�5A/������Kv��]�5����B\9����zmJ��L�u��JY���,�w�PK ��\�Cl�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�iB⠦ݰ���=���m�n�gc���V���X��j4��'�|���o�L���dtyƀ��FMzh����z��q��$�h���}����3cQ�No�"BL�@��G1 ]1VQ�2�I��!���$>yZP�?��ո���p�~J�^C�E*��ja���M�:,s��wS��2�������[)�ɚ�^��Vw��C�\�tꔖ�Ǻ�.���EY��Fo�b�PK ��\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK ��\g�[� � xl/sharedStrings.xml � (� eP�J�0���w��*���z�r��$�{�چK75����*"��vf��e��g��Fv�2�1�VHuh��~��ή�bj��LO�Zm�Y�l%�t'2\[�u�=� Ҭ���0�����p�(���Ira{p�UF�L_j5�{���s��Sɫi��J���r{Dz��nXsO�U�?-k�!:����E�O&�M��Z���#at�Yz�<�\ -FS�=�]Y�=�s��o�-�oPK- ��\e� 5 xl/workbook.xmlPK- ��\���� � � [Content_Types].xmlPK-
��\�je�' ' U _rels/.relsPK- ��\�`�Ś � xl/worksheets/sheet1.xmlPK- ��\�Cl�� P � xl/_rels/workbook.xml.relsPK- ��\Ѓc'2 E
� xl/styles.xmlPK- ��\g�[� � m xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK ��\���M� 5 xl/workbook.xml � (� ����0��&�C���F#)��x�པ�m�?ik��-%�x�3;�������v@=�P��]EH�4�����^���+���Z��`"9ŅxYT��\��VpX$@���L��wѹ�S��L�Zw6YB�7E3l��
���-�������J��q*�}y�3� ��7%���PK ��\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
��\ND%' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R92f6891e8dec4970" /></Relationships>PK ��\�`�Ś xl/worksheets/sheet1.xml � (� ��]o� ��
�~A��Mۙf�n���H*2f��/���:�Ǎb��^1�y�8sm���W����'��H�M�J?��sޛ�.`k�q���Z.� ԑ���(-�u���Tӈ��Tu����`� �;f�V�G�n_�e����G���J2��2���>��7�
�{*s�|0o�`<��Ǐ_u�g�
~��֠�
;u��~rqh�R�Ju�?��� ��ɿQ�v�M��YB2�iAu2V�s�����'����$� �&�Y��٧��a���^�M/�����aR�F'4�4��il~�;fY�k5 �ˮ���uK�o�
۸+>�8G�ѝ��5^�k�\�5A/������Kv��]�5����B\9����zmJ��L�u��JY���,�w�PK ��\��u� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�NSҠ�ݰ���x�DM��v=�����ĂMW��==i���c�}v&zgk�� F��m[�)��l7�=
*����S`iņ��'�v4����l��GS�[>)<��x.�#�s�2��2��Θ���i$� �W珡#��ʷk�)~
2KT`;]�~!
-˦)�2����B�~����eY�B,�*/�2��_�O��;��s��Ʌy��E������|PK ��\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK ��\g�[� � xl/sharedStrings.xml � (� eP�J�0���w��*���z�r��$�{�چK75����*"��vf��e��g��Fv�2�1�VHuh��~��ή�bj��LO�Zm�Y�l%�t'2\[�u�=� Ҭ���0�����p�(���Ira{p�UF�L_j5�{���s��Sɫi��J���r{Dz��nXsO�U�?-k�!:����E�O&�M��Z���#at�Yz�<�\ -FS�=�]Y�=�s��o�-�oPK- ��\���M� 5 xl/workbook.xmlPK- ��\���� � � [Content_Types].xmlPK-
��\ND%' ' U _rels/.relsPK- ��\�`�Ś � xl/worksheets/sheet1.xmlPK- ��\��u� P � xl/_rels/workbook.xml.relsPK- ��\Ѓc'2 E
� xl/styles.xmlPK- ��\g�[� � l xl/sharedStrings.xmlPK � �