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. |
| SlowMoving |
Print Batch Details with product is (not) Slow Moving? (true or false option, matched to Product value) |
boolean |
None. |
| GeneralMerchandise |
Print Batch Details with product is (not) General Merchandise? (true or false option, matched to Product value) |
boolean |
None. |
| HasCampaign |
Print Batch Details with products that has a campaign (when it's set to true) |
boolean |
None. |
| ComplianceIndicator |
Print Batch Details with product has this ComplianceIndicator/CoreRangeIndicator |
string |
None. |
| ComplianceIndicators |
Print Batch Details with product has these ComplianceIndicators/CoreRangeIndicators |
Collection of string |
None. |
| Grades |
Print Batch Details with product has these ProductGrade(s) |
Collection of string |
None. |
| StartsWith |
Whether to make searches starting with rather than anywhere. |
boolean |
None. |
| ExcludeZeroQty |
Excludes any talkers with zero quantity |
boolean |
None. |
| CampaignNames |
Filter batch details by campaign names. Added for react app |
Collection of string |
None. |
| DepartmentCodes |
Filter batch details by department codes. Added for react app |
Collection of string |
None. |
| SubDepartmentCodes |
Filter batch details by subdepartment codes Added for react app |
Collection of string |
None. |
| MinorDepartmentCodes |
Filter batch details by minordepartment codes Added for react app |
Collection of string |
None. |
| LesserDepartmentCodes |
Filter batch details by lesserdepartment codes Added for react app |
Collection of string |
None. |
| WarehouseDirectIndicators |
filter by warehouse indicator of PLU |
Collection of string |
None. |
| Users |
Filter print batch details by users |
Collection of string |
None. |
| PrintBatchTypes |
filter by PrintBatchtypes |
Collection of integer |
None. |
| IncludeZeroQtyOnly |
filter labels having 0 Qty only - for react app |
boolean |
None. |
| LabelPageLayoutG_UID | Collection of byte |
None. |
|
| LabelPageLayoutGuid | globally unique identifier |
None. |
|
| CampaignStartDate |
The detail campaign will starts after this date |
date |
None. |
| CampaignEndDate |
The detail campaign will starts before this date |
date |
None. |
| Relations |
Load all product, location, bin and operator models |
boolean |
None. |
| 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": "S+1pebWG8kKt7End8dsZTg==",
"headerGuid": "7969ed4b-86b5-42f2-adec-49ddf1db194e",
"printRequestType": 1,
"sortKind": 0,
"sort": 0,
"printed": true,
"printDate": "2026-04-03T06:16:49.5238979",
"utcOffset": 3.1,
"useExactPrintDateTime": true,
"keyword": "sample string 5",
"search": 0,
"shelfLocationGuids": [
"fc1f2287-c7e5-462b-b631-61731096c94b",
"18f2e2a7-d259-4900-9a96-429b1d3aadfc"
],
"supplierIdentifier": "zUWtAQLNy0yJ9ioP1i8+ZQ==",
"supplierGuid": "01ad45cd-cd02-4ccb-89f6-2a0fd62f3e65",
"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,
"slowMoving": true,
"generalMerchandise": true,
"hasCampaign": true,
"complianceIndicator": "sample string 14",
"complianceIndicators": [
"sample string 1",
"sample string 2"
],
"grades": [
"sample string 1",
"sample string 2"
],
"startsWith": true,
"excludeZeroQty": true,
"campaignNames": [
"sample string 1",
"sample string 2"
],
"departmentCodes": [
"sample string 1",
"sample string 2"
],
"subDepartmentCodes": [
"sample string 1",
"sample string 2"
],
"minorDepartmentCodes": [
"sample string 1",
"sample string 2"
],
"lesserDepartmentCodes": [
"sample string 1",
"sample string 2"
],
"warehouseDirectIndicators": [
"sample string 1",
"sample string 2"
],
"users": [
"sample string 1",
"sample string 2"
],
"printBatchTypes": [
1,
2
],
"includeZeroQtyOnly": true,
"labelPageLayoutG_UID": "6mk3W7+E+EyDd/0PF09LfA==",
"labelPageLayoutGuid": "5b3769ea-84bf-4cf8-8377-fd0f174f4b7c",
"campaignStartDate": "2026-04-03T06:16:49.5238979",
"campaignEndDate": "2026-04-03T06:16:49.5238979",
"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-04-03T06:16:49.5238979+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-04-03T06:16:49.5238979+00:00</CampaignStartDate>
<ComplianceIndicator>sample string 14</ComplianceIndicator>
<ComplianceIndicators xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ComplianceIndicators>
<DepartmentCode>sample string 10</DepartmentCode>
<DepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</DepartmentCodes>
<Direct>true</Direct>
<DirectNumber>sample string 9</DirectNumber>
<ExcludeTalkers>true</ExcludeTalkers>
<ExcludeZeroQty>true</ExcludeZeroQty>
<GeneralMerchandise>true</GeneralMerchandise>
<GlutenFree>true</GlutenFree>
<Grades xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Grades>
<HasCampaign>true</HasCampaign>
<HeaderGuid>7969ed4b-86b5-42f2-adec-49ddf1db194e</HeaderGuid>
<HeaderIdentifier>S+1pebWG8kKt7End8dsZTg==</HeaderIdentifier>
<IncludeZeroQtyOnly>true</IncludeZeroQtyOnly>
<ItemNumber>sample string 8</ItemNumber>
<Keyword>sample string 5</Keyword>
<LabelPageLayoutG_UID>6mk3W7+E+EyDd/0PF09LfA==</LabelPageLayoutG_UID>
<LabelPageLayoutGuid>5b3769ea-84bf-4cf8-8377-fd0f174f4b7c</LabelPageLayoutGuid>
<LesserDepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</LesserDepartmentCodes>
<Liquor>true</Liquor>
<MinorDepartmentCode>sample string 12</MinorDepartmentCode>
<MinorDepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</MinorDepartmentCodes>
<Name>sample string 7</Name>
<PLU>1</PLU>
<PrintBatchTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</PrintBatchTypes>
<PrintDate>2026-04-03T06:16:49.5238979+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>fc1f2287-c7e5-462b-b631-61731096c94b</d2p1:guid>
<d2p1:guid>18f2e2a7-d259-4900-9a96-429b1d3aadfc</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>01ad45cd-cd02-4ccb-89f6-2a0fd62f3e65</SupplierGuid>
<SupplierIdentifier>zUWtAQLNy0yJ9ioP1i8+ZQ==</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": "N0x61t0zs0+gwvFe8N6BuQ==",
"identifierGuid": "d67a4c37-33dd-4fb3-a0c2-f15ef0de81b9",
"headerIdentifier": "VW8jl5vPX0y2z1fETlBG+g==",
"headerGuid": "97236f55-cf9b-4c5f-b6cf-57c44e5046fa",
"shelfLocationIdentifier": "G6pnJso/d06QKc0E6SLfDw==",
"shelfLocationGuid": "2667aa1b-3fca-4e77-9029-cd04e922df0f",
"pluG_UID": "mcmTtFnUzEWfx/yjTveaog==",
"pluGuid": "b493c999-d459-45cc-9fc7-fca34ef79aa2",
"operatorG_UID": "+x4PRkP6Gk2JAz3uN00Bag==",
"operatorGuid": "460f1efb-fa43-4d1a-8903-3dee374d016a",
"campaignName": "sample string 2",
"comboGroupIdentifier": "yHjt/Wom4ku9K935j8WvCg==",
"comboGroupGuid": "fded78c8-266a-4be2-bd2b-ddf98fc5af0a",
"created": "2026-04-03T06:16:49.554599",
"labelQuantity": 3,
"talkerQuantity": 4,
"labelSmall": true,
"printed": "2026-04-03T06:16:49.554599",
"printedByUser": "sample string 6",
"detailMetaList": [
{
"$id": "3",
"id": 1,
"printBatchType": 2,
"user": "sample string 3",
"detailIdentifier": "sWixVRKSzEyYz8mmQXTxlg==",
"detailGuid": "55b168b1-9212-4ccc-98cf-c9a64174f196"
},
{
"$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": "L7Yax6dglUuCt87zxffbvQ==",
"guid": "c71ab62f-60a7-4b95-82b7-cef3c5f7dbbd",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "X2M54ocT0kKmKyuYk8Bzaw==",
"priceGroupGuid": "e239635f-1387-42d2-a62b-2b9893c0736b",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:16:49.5556427",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:16:49.5556427",
"pluCreated": "2026-04-03T06:16:49.5556427",
"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-04-03T06:16:49.5556427",
"lastManualUpdate": "2026-04-03T06:16:49.5556427",
"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-04-03T06:16:49.5556427",
"currentCostUpdated": "2026-04-03T06:16:49.5556427",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:16:49.5556427",
"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-04-03T06:16:49.5556427",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "UT3uG8/SyEWw82CbtO/A9w==",
"altPLUGuid": "1bee3d51-d2cf-45c8-b0f3-609bb4efc0f7",
"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-04-03T06:16:49.5556427",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "1oaFKDLXOEy8pbvbc4Ll0w==",
"shelfPageLayoutGuid": "288586d6-d732-4c38-bca5-bbdb7382e5d3",
"talkerPageLayoutG_UID": "SOm7dhSuMU+EFbpar2/kiQ==",
"talkerPageLayoutGuid": "76bbe948-ae14-4f31-8415-ba5aaf6fe489",
"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": "y7wWvwPVmE6Z96EkG4Nwbw==",
"inventoryIdentifier": "bf16bccb-d503-4e98-99f7-a1241b83706f",
"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": "r/qcsdpCXUStfeMxmKMH+g==",
"parentPluGuid": "b19cfaaf-42da-445d-ad7d-e33198a307fa",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "guUPT+0Lz0iatGygS3FmSA==",
"supplierIdentifierGuid": "4f0fe582-0bed-48cf-9ab4-6ca04b716648",
"supplierChanged": true,
"rebateSupplierIdentifier": "neHcFrSRck+ygov1/ArDTQ==",
"rebateSupplierIdentifierGuid": "16dce19d-91b4-4f72-b282-8bf5fc0ac34d",
"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-04-03T06:16:49.5556427",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "j8ov1vb9SUSjzOnmDC3kDw==",
"hostIdentifierGuid": "d62fca8f-fdf6-4449-a3cc-e9e60c2de40f",
"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-04-03T06:16:49.5556427",
"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": "7A6gqrpg6USaTrofRyNZ6A==",
"hostIdentifierGuid": "aaa00eec-60ba-44e9-9a4e-ba1f472359e8",
"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-04-03T06:16:49.5556427",
"priceZone": {
"$id": "6",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "9ikY5gwoqUW1WkLHcnVXlQ==",
"hostIdentifierGuid": "e61829f6-280c-45a9-b55a-42c772755795",
"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"
},
"hostStoreSettings": [
{
"$id": "8",
"id": 1,
"hostIdentifier": "lPfWx03EFkKS+tAE6NIXYw==",
"hostIdentifierGuid": "c7d6f794-c44d-4216-92fa-d004e8d21763",
"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": "9",
"identifier": "jgInGsiDF0WQ/Lq4IFE1yA==",
"identifierGuid": "1a27028e-83c8-4517-90fc-bab8205135c8",
"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": "UqrrsQ6L90+qjvlUmRlsxg==",
"hostSupplierIdentifierGuid": "b1ebaa52-8b0e-4ff7-aa8e-f95499196cc6",
"loyaltyPriceLevelIdentifier": "hCPYWzUEqE2yN/vfjobi2w==",
"loyaltyPriceLevelIdentifierGuid": "5bd82384-0435-4da8-b237-fbdf8e86e2db",
"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-04-03T06:16:49.5556427",
"lastProcessed": "2026-04-03T06:16:49.5556427",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "10",
"identifier": "eceR7jT++EqRcY64coLhsQ==",
"identifierGuid": "ee91c779-fe34-4af8-9171-8eb87282e1b1",
"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": "TH074nHs6UamtCALIWt9OQ==",
"primaryContactID": "e23b7d4c-ec71-46e9-a6b4-200b216b7d39",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "hI4n3Ba+z0S/g+G7OyWYzw==",
"supplierGroupGuid": "dc278e84-be16-44cf-bf83-e1bb3b2598cf",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:16:49.5556427",
"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": "11",
"id": "ef28bd17-c51f-46a8-bb40-3204336b0dc9",
"identifier": "i7BLvSEje0u+EZtyohDbIw==",
"identifierGuid": "bd4bb08b-2321-4b7b-be11-9b72a210db23",
"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": "12",
"supplierIdentifier": "HeMClNDOGUOGE6C0f1gS5A==",
"supplierIdentifierGuid": "9402e31d-ced0-4319-8613-a0b47f5812e4",
"contactGuid": "iUeojuYUhECwb+P4zNOulg==",
"contactID": "8ea84789-14e6-4084-b06f-e3f8ccd3ae96",
"contact": {
"$ref": "11"
},
"supplier": {
"$ref": "10"
}
},
{
"$ref": "12"
}
],
"products": [
{
"$id": "13",
"pluG_UID": "LC/wyYqYBUKBBtGCNwJfJA==",
"pluGuid": "c9f02f2c-988a-4205-8106-d18237025f24",
"supplierIdentifier": "mcrKtQYtsUSi/NWYsmnrUw==",
"supplierIdentifierGuid": "b5caca99-2d06-44b1-a2fc-d598b269eb53",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:16:49.5556427",
"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-04-03T06:16:49.5556427",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "14",
"pluG_UID": "8BfZoRwogkmuN9gX50rblQ==",
"pluGuid": "a1d917f0-281c-4982-ae37-d817e74adb95",
"supplierIdentifier": "SKV3TK8fdkqXiw+XDV3XTw==",
"supplierIdentifierGuid": "4c77a548-1faf-4a76-978b-0f970d5dd74f",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "14"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "aVH2MndQgkWb0Wdm0nYotA==",
"parentPluGuid": "32f65169-5077-4582-9bd1-6766d27628b4",
"freight": 46.0,
"freightType": 1,
"product": {
"$ref": "4"
},
"supplier": {
"$ref": "10"
},
"serviceFee": {
"$id": "15",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "13"
}
],
"orderCycleHeaders": [
{
"$id": "16",
"storeID": 1,
"supplierIdentifier": "zipb+1cnvEeRC+tZw1O+rw==",
"supplierGuid": "fb5b2ace-2757-47bc-910b-eb59c353beaf",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "16"
}
],
"cycles": [
{
"$id": "17",
"storeID": 1,
"supplierIdentifier": "kzxDVP96y0KYfrujsVvupA==",
"supplierGuid": "54433c93-7aff-42cb-987e-bba3b15beea4",
"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-04-03T06:16:49.5556427",
"deliveryDate": "2026-04-03T06:16:49.5556427",
"nextCutOffDate": "2026-04-03T06:16:49.5556427",
"nextDeliveryDate": "2026-04-03T06:16:49.5556427",
"nextDaysBuffer": 10
},
{
"$ref": "17"
}
],
"store": {
"$ref": "5"
},
"updated": "2026-04-03T06:16:49.5556427",
"isHost": true
},
"files": [
{
"$id": "18",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:16:49.5556427",
"processed": "2026-04-03T06:16:49.5556427",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:16:49.5556427",
"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": "9"
},
"metcashHeader": {
"$id": "19",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:16:49.5556427",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "18"
}
],
"zoneMatrix": [
{
"$id": "20",
"id": 1,
"hostIdentifier": "TXdrIfau2Uub+hc4ef3sJA==",
"hostIdentifierGuid": "216b774d-aef6-4bd9-9bfa-173879fdec24",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"49eba69f-589e-4f81-87f3-091a59bcf645",
"9d19528b-2ede-41b3-91a7-942a9c02fe3f"
]
},
{
"$ref": "20"
}
],
"hostFileStoreSetting": {
"$ref": "8"
},
"hostStoreSettings": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"promotionPlacements": [
{
"$id": "21",
"identifier": "ROIdm4lHK0OSr1+uLNYnJA==",
"identifierGuid": "9b1de244-4789-432b-92af-5fae2cd62724",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "21"
}
],
"promoTypeGuids": [
"fce63bd6-64ee-4c01-ab59-fb64123685d6",
"e2cccf5e-21f3-4b98-8593-8b7c074333bc"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "8"
}
],
"accounts": [
{
"$id": "22",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "22"
}
],
"sales": [
{
"$id": "23",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:16:49.5556427",
"ftpSite": {
"$id": "24",
"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": "23"
}
],
"zoneMatrix": [
{
"$ref": "20"
},
{
"$ref": "20"
}
],
"cashManagements": [
{
"$id": "25",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "26",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9
}
},
{
"$ref": "25"
}
],
"updateStoreID": "b62dd84d-a43b-4c70-93d2-68743a2ea641",
"updateStore": {
"$id": "27",
"id": "81df771d-45bb-4840-830c-512d9a31d5b9",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:16:49.5556427",
"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-04-03T06:16:49.5556427"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "28",
"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": "29",
"pluG_UID": "yF7hBfbMu0K4x3rWTAlT6g==",
"pluGuid": "05e15ec8-ccf6-42bb-b8c7-7ad64c0953ea",
"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-04-03T06:16:49.5556427"
},
{
"$ref": "29"
}
],
"currentPrices": {
"$id": "30",
"pluPrices": {
"$id": "31",
"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-04-03T06:16:49.5556427",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "31"
},
"winningCampaign": 1,
"winner": {
"$id": "32",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:16:49.5556427",
"startTime": 5,
"endDate": "2026-04-03T06:16:49.5556427",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "xjJT8kdQuk+gi8AKKXUgCw==",
"hostIdentifierGuid": "f25332c6-5047-4fba-a08b-c00a2975200b",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "32"
},
{
"$ref": "32"
}
]
},
"tray": {
"$id": "33",
"g_UId": "dP9GHjwkhUa5qSjh7czxuQ==",
"guid": "1e46ff74-243c-4685-b9a9-28e1edccf1b9",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "34",
"priceGroupG_UID": "wE6GZ7H7CkahWjlIIvIGcg==",
"priceGroupGuid": "67864ec0-fbb1-460a-a15a-394822f20672",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:16:49.5556427",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "35",
"pluG_UID": "z3bDWWz9f02bi65PJnSKdA==",
"pluGuid": "59c376cf-fd6c-4d7f-9b8b-ae4f26748a74",
"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": "36",
"pluGuid": "b45b03cf-bfed-4337-a2ed-39df12b38aeb",
"created": "2026-04-03T06:16:49.5556427",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:16:49.5556427",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:16:49.5556427",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:16:49.5556427",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:16:49.5556427",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:16:49.5556427",
"lastSold": "2026-04-03T06:16:49.5556427",
"firstSold": "2026-04-03T06:16:49.5556427",
"awsUpdated": "2026-04-03T06:16:49.5556427",
"lastManualUpdate": "2026-04-03T06:16:49.5556427",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:16:49.5556427",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:16:49.5556427",
"doNotRangeUpdated": "2026-04-03T06:16:49.5556427",
"doNotOrderUpdated": "2026-04-03T06:16:49.5556427",
"tracked": "2026-04-03T06:16:49.5556427"
},
"allergens": [
{
"$id": "37",
"primaryKey": {
"$id": "38",
"pluGuid": "624a3b6d-ebf2-4199-a159-f1a73ed2d75e",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "bTtKYvLrmUGhWfGnPtLXXg==",
"pluGuid": "624a3b6d-ebf2-4199-a159-f1a73ed2d75e",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"costs": {
"$id": "39",
"pluG_UID": "0H0Vh1p3yU+YkjiLqAVF5Q==",
"pluGuid": "87157dd0-775a-4fc9-9892-388ba80545e5",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:16:49.5556427",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "40",
"saleHeaderID": 1,
"created": "2026-04-03T06:16:49.5556427",
"createdLocal": "2026-04-03T06:16:49.5556427",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "nXnfARoO5E2Q9bnfXsqqag==",
"operatorGuid": "01df799d-0e1a-4de4-90f5-b9df5ecaaa6a",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "0QC5+fz340+4d3XUGVm0kg==",
"pluGuid": "f9b900d1-f7fc-4fe3-b877-75d41959b492",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "41",
"id": 1,
"g_Uid": "oFbUAikcV0SP0KdYIT3luQ==",
"guid": "02d456a0-1c29-4457-8fd0-a758213de5b9",
"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-04-03T06:16:49.5556427",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:16:49.5556427",
"endShift": "2026-04-03T06:16:49.5556427",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "42",
"operatorG_UID": "3V/cV1tnzE6X9v0vszWNTg==",
"operatorGuid": "57dc5fdd-675b-4ecc-97f6-fd2fb3358d4e",
"storeID": 2,
"operator": {
"$ref": "41"
},
"store": {
"$ref": "5"
}
},
{
"$ref": "42"
}
]
}
},
{
"$ref": "40"
}
],
"apns": [
{
"$id": "43",
"pluID": 1,
"pluG_UID": "C7mIrgPNwEmB41h9xaiWSg==",
"pluGuid": "ae88b90b-cd03-49c0-81e3-587dc5a8964a",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "43"
}
],
"tuns": [
{
"$id": "44",
"pluG_UId": "PPnAKNYRmU+63P3+2TUdOA==",
"pluGuid": "28c0f93c-11d6-4f99-badc-fdfed9351d38",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "4"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "44"
}
],
"competitionPricing": [
{
"$id": "45",
"identifier": "iPM/gxaKkEWmZFoifjyDXA==",
"identifierGuid": "833ff388-8a16-4590-a664-5a227e3c835c",
"pluG_UID": "6Vek+XDP8EGj6aSUa1QqtQ==",
"pluGuid": "f9a457e9-cf70-41f0-a3e9-a4946b542ab5",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "45"
}
],
"supplier": {
"$ref": "10"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"ordering": {
"$ref": "13"
},
"flipChartPages": [
{
"$id": "46",
"identifier": "/WPOcazKyUCc7Ik0Ha9RXA==",
"groupName": "sample string 1",
"identifierGuid": "71ce63fd-caac-40c9-9cec-89341daf515c",
"exists": true,
"flipChartIdentifier": "/bWT4UqmxUWDtbotcCQNdA==",
"flipChartIdentifierGuid": "e193b5fd-a64a-45c5-83b5-ba2d70240d74",
"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": "6xiONzxc0EWZ4LEkhWjkog==",
"groupIdentifierGuid": "378e18eb-5c3c-45d0-99e0-b1248568e4a2",
"flipChart": {
"$id": "47",
"identifier": "fQbgXD2jS0eEZpTA/W4ulQ==",
"identifierGuid": "5ce0067d-a33d-474b-8466-94c0fd6e2e95",
"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": "48",
"identifier": "hpyap5yrZUCUoWxy53UMVw==",
"identifierGuid": "a79a9c86-ab9c-4065-94a1-6c72e7750c57",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "49",
"id": 1,
"g_UID": "E4PAWELEl0OcVR1plCI9xw==",
"guid": "58c08313-c442-4397-9c55-1d6994223dc7",
"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": "f+2uMrE2K06Nh6Kx2o8JbQ==",
"previousFormGuid": "32aeed7f-36b1-4e2b-8d87-a2b1da8f096d",
"nextForm": 1,
"nextFormG_UID": "u3PzahI6gEqk15K8Z08W7A==",
"nextFormGuid": "6af373bb-3a12-4a80-a4d7-92bc674f16ec",
"attributes": "sample string 10",
"updated": "2026-04-03T06:16:49.5556427",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "49"
},
"previousCheckoutForm": {
"$ref": "49"
},
"buttons": [
{
"$id": "50",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "wurAOAmWqU2DZERdinKmaQ==",
"checkoutFormGuid": "38c0eac2-9609-4da9-8364-445d8a72a669",
"identifier": "kLdbMca6MEW31W/ezoNMtA==",
"identifierGuid": "315bb790-bac6-4530-b7d5-6fdece834cb4",
"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": "xAwAw/7sakiF9NGLuuzzpw==",
"valueGuid": "c3000cc4-ecfe-486a-85f4-d18bbaecf3a7",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:16:49.5556427",
"action": "sample string 12",
"valueForm": {
"$ref": "49"
},
"image": {
"$id": "51",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:16:49.5556427",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "50"
}
],
"panels": [
{
"$id": "52",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "TgPhXFwST0ejDGQ0qqKZfw==",
"checkoutFormGuid": "5ce1034e-125c-474f-a30c-6434aaa2997f",
"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": "52"
}
]
},
{
"$ref": "49"
}
],
"panels": [
{
"$ref": "52"
},
{
"$ref": "52"
}
]
},
"pages": [
{
"$ref": "46"
},
{
"$ref": "46"
}
]
},
"contentPanel": {
"$ref": "52"
},
"products": [
{
"$id": "53",
"flipChartPageIdentifier": "8r7GVj8ZFUC/vZF3zqTZiw==",
"flipChartPageIdentifierGuid": "56c6bef2-193f-4015-bfbd-9177cea4d98b",
"pluG_UID": "3vEdKkQELkKPXK536Gs7Xg==",
"pluGuid": "2a1df1de-0444-422e-8f5c-ae77e86b3b5e",
"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": "53"
}
],
"productCount": 27,
"pages": [
{
"$ref": "46"
},
{
"$ref": "46"
}
]
},
{
"$ref": "46"
}
],
"priceHistory": [
{
"$id": "54",
"pluG_UID": "mU1Wn/Pd5UCuWiic+mt3AA==",
"pluGuid": "9f564d99-ddf3-40e5-ae5a-289cfa6b7700",
"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-04-03T06:16:49.5556427",
"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": "54"
}
],
"ingredients": [
{
"$id": "55",
"pluG_UID": "SubEpYd2AUivNmTAQoV9UQ==",
"ingredientGuid": "PCLu9ayoY0ynwOvDA/Kmfg==",
"ingredientIdentifier": "f5ee223c-a8ac-4c63-a7c0-ebc303f2a67e",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "4"
}
},
{
"$ref": "55"
}
],
"bins": [
{
"$id": "56",
"pluG_UID": "6rGhZVrUAECVrM0TtRl6Eg==",
"pluGuid": "65a1b1ea-d45a-4000-95ac-cd13b5197a12",
"shelfLocationIdentifier": "+atd0WJMyky2Xw2YJ4vn1w==",
"shelfLocationGuid": "d15dabf9-4c62-4cca-b65f-0d98278be7d7",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "UCzJfk5hn0yC8IsvWuw1Mg==",
"labelPageLayoutGuid": "7ec92c50-614e-4c9f-82f0-8b2f5aec3532",
"updated": "2026-04-03T06:16:49.5556427",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "4"
},
"location": {
"$id": "57",
"identifier": "nfBXAccBH0ejmzVbtTo5Bg==",
"storeID": 1,
"identifierGuid": "0157f09d-01c7-471f-a39b-355bb53a3906",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:16:49.5556427",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "56"
},
{
"$ref": "56"
}
]
}
},
{
"$ref": "56"
}
],
"bin": {
"$ref": "56"
},
"scaleLocations": [
{
"$id": "58",
"plu": 1,
"pluG_UID": "+xI3oBVpeE6qukD0/MVZiw==",
"pluGuid": "a03712fb-6915-4e78-aaba-40f4fcc5598b",
"deptNo": 1,
"product": {
"$ref": "4"
},
"scaleLocation": {
"$id": "59",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:16:49.5556427",
"department": {
"$id": "60",
"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": "59"
},
"subDepartments": [
{
"$id": "61",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "62",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "63",
"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-04-03T06:16:49.5556427",
"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": "hMMPCOnnF0eYKtoDi60VMA==",
"labelPageLayoutGuid": "080fc384-e7e9-4717-982a-da038bad1530",
"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": "64",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "65",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "66",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "66"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "65"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "65"
},
"mscDep": {
"$id": "67",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "66"
}
},
{
"$ref": "63"
}
],
"updated": "2026-04-03T06:16:49.5556427",
"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": "Lch5KCSlpE6P9WiAXZXvZA==",
"labelPageLayoutGuid": "2879c82d-a524-4ea4-8ff5-68805d95ef64",
"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": "64"
},
"mscCom": {
"$ref": "65"
},
"mscDep": {
"$ref": "67"
},
"mscSubCom": {
"$ref": "66"
}
},
{
"$ref": "62"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:16:49.5556427",
"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": "bLu0iKZwRUaNfOKCIrFQRQ==",
"labelPageLayoutGuid": "88b4bb6c-70a6-4645-8d7c-e28222b15045",
"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": "64"
},
"mscCom": {
"$ref": "65"
},
"mscDep": {
"$ref": "67"
},
"mscSubCom": {
"$ref": "66"
}
},
{
"$ref": "61"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:16:49.5556427",
"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": "EW9C67US0keivpD/eA539A==",
"labelPageLayoutGuid": "eb426f11-12b5-47d2-a2be-90ff780e77f4",
"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": "64"
},
"mscCom": {
"$ref": "65"
},
"mscDep": {
"$ref": "67"
},
"mscSubCom": {
"$ref": "66"
}
}
}
},
{
"$ref": "58"
}
],
"nextPrice": {
"$id": "68",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "MlrFxD6ESUKmKK2dn2JEPQ==",
"pluGuid": "c4c55a32-843e-4249-a628-ad9d9f62443d",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "p1fzvBWRDkCewOUy5JeOYw==",
"dealCostGuid": "bcf357a7-9115-400e-9ec0-e532e4978e63",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "DOuGeif1LEWq3i7zj4A8eQ==",
"priceGroupGuid": "7a86eb0c-f527-452c-aade-2ef38f803c79",
"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,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:16:49.5556427",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "b2a9a0f9-98cc-4003-852e-4ed798c4199f",
"campaignComboPriceGroupG_UID": "CQWaAvsqh0alIR5bB8ED9g==",
"campaignComboPriceGroupIdentifier": "029a0509-2afb-4687-a521-1e5b07c103f6",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "69",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:16:49.5556427",
"operatorG_UID": "pg9rxGbz2kCJp9JbB+mk5w==",
"operatorGuid": "c46b0fa6-f366-40da-89a7-d25b07e9a4e7",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:16:49.5556427",
"signIqTicketFileMovedUtc": "2026-04-03T06:16:49.5556427",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:16:49.5556427",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "74686d95-b614-4974-a20b-a50055240091",
"product": {
"$ref": "4"
},
"campaignPlu": {
"$ref": "68"
},
"fuelItem": true
},
{
"$ref": "69"
}
],
"campaign": {
"$id": "70",
"id": 1,
"storeID": 2,
"name": "7a9b1441-9ac9-467a-9f49-25915a58589d",
"nameGuid": "7a9b1441-9ac9-467a-9f49-25915a58589d",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:16:49.5556427",
"startTime": 1,
"endDate": "2026-04-03T06:16:49.5556427",
"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-04-03T06:16:49.5556427",
"system": true,
"created": "2026-04-03T06:16:49.5556427",
"updated": "2026-04-03T06:16:49.5556427",
"priceChangeNotifiedUtc": "2026-04-03T06:16:49.5556427",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "mmzSIW/tIki2fLtz2AcKWQ==",
"hostIdentifierGuid": "21d26c9a-ed6f-4822-b67c-bb73d8070a59",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:16:49.5556427",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "68"
},
{
"$ref": "68"
}
],
"campaignPools": [
{
"$id": "71",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "weFonYr8G0mjpaUDX+zX0A==",
"pluGuid": "9d68e1c1-fc8a-491b-a3a5-a5035fecd7d0",
"hostOfferID": 1,
"priceGroupG_UID": "HKXKa/Mk1kKIi10S94yPvA==",
"priceGroupGuid": "6bcaa51c-24f3-42d6-888b-5d12f78c8fbc",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:16:49.5556427",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "4"
},
"campaign": {
"$ref": "70"
}
},
{
"$ref": "71"
}
],
"sellingRules": [
{
"$id": "72",
"id": 1,
"identifier": "62YqVcc/I0KC+PW3HHNLsg==",
"identifierStr": "62YqVcc/I0KC+PW3HHNLsg==",
"identifierGuid": "552a66eb-3fc7-4223-82f8-f5b71c734bb2",
"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": "70"
}
},
{
"$ref": "72"
}
],
"customers": [
{
"$id": "73",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "zrYb8v4BpU2BQJF9fjuTLw==",
"customerIDGuid": "f21bb6ce-01fe-4da5-8140-917d7e3b932f",
"campaign": {
"$ref": "70"
},
"customer": {
"$id": "74",
"identifier": "oh3xi708kEGVTLuNgEynOQ==",
"identifierGuid": "8bf11da2-3cbd-4190-954c-bb8d804ca739",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:16:49.5556427",
"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": "cY1eCbUIO0SEY9IE+iCMfQ==",
"communityIdentifierGuid": "095e8d71-08b5-443b-8463-d204fa208c7d",
"joined": "2026-04-03T06:16:49.5556427",
"updated": "2026-04-03T06:16:49.5556427",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "ZTunCfUT60muYEhYZ8TzCQ==",
"priceLevelIdentifierGuid": "09a73b65-13f5-49eb-ae60-485867c4f309",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:16:49.5556427",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "75",
"cardType": 2,
"issueDate": "2026-04-03T06:16:49.5556427",
"expiry": "2026-04-03T06:16:49.5556427",
"customerID": "7UQew3/6s0eXXXhYAXhs3g==",
"customerIDGuid": "c31e44ed-fa7f-47b3-975d-785801786cde",
"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-04-03T06:16:49.5556427",
"linkedAccount": "VhaCmpnFJka3aR37MZ5P2w==",
"linkedAccountGuid": "9a821656-c599-4626-b769-1dfb319e4fdb",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "74"
},
"account": {
"$id": "76",
"id": 1,
"identifier": "4tDPOBphCk2qf7GQpaq7QQ==",
"identifierGuid": "38cfd0e2-611a-4d0a-aa7f-b190a5aabb41",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:16:49.5556427",
"owner": "832QvCHIcUKraQpAiGTstA==",
"ownerGuid": "bc907df3-c821-4271-ab69-0a408864ecb4",
"accountStoreGroupIdentifier": "TxmSQjpWWEKw96vAsjfBrA==",
"accountStoreGroupGuid": "4292194f-563a-4258-b0f7-abc0b237c1ac",
"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-04-03T06:16:49.5556427",
"active": true,
"updated": "2026-04-03T06:16:49.5556427",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "74"
},
"card": {
"$ref": "75"
},
"members": {
"$id": "77",
"sample string 1": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"sample string 2": [
{
"$ref": "74"
},
{
"$ref": "74"
}
]
},
"customerGroups": [
{
"$id": "78",
"identifier": "9tF0LNt47EiuWiFTf/qGxw==",
"identifierGuid": "2c74d1f6-78db-48ec-ae5a-21537ffa86c7",
"name": "sample string 2",
"primaryContact": "b/ulCaatOkCVcv/vrnNx/g==",
"primaryContactGuid": "09a5fb6f-ada6-403a-9572-ffefae7371fe",
"accountID": "NSehj3CFXU+gy7zWjMwRtw==",
"accountIDGuid": "8fa12735-8570-4f5d-a0cb-bcd68ccc11b7",
"special": true,
"updated": "2026-04-03T06:16:49.5556427",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "mIKMIlVxU02nXoJcpVZQhA==",
"priceLevelIdentifierGuid": "228c8298-7155-4d53-a75e-825ca5565084",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "76"
},
"primaryContactCustomer": {
"$ref": "74"
},
"customerGroupMembers": [
{
"$id": "79",
"id": 1,
"groupID": "764yoS1U6U6wJMunpFk/Vg==",
"groupIDGuid": "a132aeef-542d-4ee9-b024-cba7a4593f56",
"customerID": "47p1rhqfqUGkn/RmAf6k4A==",
"customerIDGuid": "ae75bae3-9f1a-41a9-a49f-f46601fea4e0",
"card": "sample string 4",
"linkedAccount": "yEYBAkwEUUqXtFMwCVM/xw==",
"linkedAccountGuid": "020146c8-044c-4a51-97b4-533009533fc7",
"customer": {
"$ref": "74"
},
"group": {
"$ref": "78"
},
"customerCard": {
"$ref": "75"
}
},
{
"$ref": "79"
}
]
},
{
"$ref": "78"
}
]
},
"payments": [
{
"$id": "80",
"id": 1,
"identifier": "/mt0pe5yCkmqUhZHs1E3mg==",
"identifierGuid": "a5746bfe-72ee-490a-aa52-1647b351379a",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "3jWi5tMTJE68f08+Ls/XIw==",
"accountIDGuid": "e6a235de-13d3-4e24-bc7f-4f3e2ecfd723",
"customerAccount": {
"$ref": "76"
},
"customerCard": {
"$ref": "75"
},
"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-04-03T06:16:49.5556427",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "8xOp21cN0EiDSxfMFp6y2Q==",
"idempotentVoidGuid": "dba913f3-0d57-48d0-834b-17cc169eb2d9",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "81",
"saleHeaderID": 1,
"saleHeaderGuid": "fe8XZWB6WUqoMNtr52hgvA==",
"saleHeaderIdentifierGuid": "6517ef7d-7a60-4a59-a830-db6be76860bc",
"created": "2026-04-03T06:16:49.5556427",
"createdLocal": "2026-04-03T06:16:49.5556427",
"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-04-03T06:16:49.5556427",
"storeID": 1,
"operatorG_Uid": "QCWB72AcnkKSd2GhE2pPqg==",
"operatorGuid": "ef812540-1c60-429e-9277-61a1136a4faa",
"customerG_Uid": "e/Vc67Ufmk6wu6SWDM4cog==",
"customerGuid": "eb5cf57b-1fb5-4e9a-b0bb-a4960cce1ca2",
"communityIdentifier": "NmTZ+GSCZEu3nYaptdDLsg==",
"communityIdentifierGuid": "f8d96436-8264-4b64-b79d-86a9b5d0cbb2",
"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": "MW3AGrycjU23EP6TLzVbAQ==",
"priceLevelIdentifierGuid": "1ac06d31-9cbc-4d8d-b710-fe932f355b01",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:16:49.5556427+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": "82",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:16:49.5556427",
"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": "41"
},
"customer": {
"$ref": "74"
},
"communityOrganisation": {
"$id": "83",
"id": 1,
"identifier": "4MEvpbO1vka6xaNM16xGoQ==",
"identifierGuid": "a52fc1e0-b5b3-46be-bac5-a34cd7ac46a1",
"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-04-03T06:16:49.5556427",
"promoPeriodEnd": "2026-04-03T06:16:49.5556427",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:16:49.5556427",
"deleted": true
},
"details": [
{
"$id": "84",
"saleItemID": 1,
"identifier": "K+C7yykPnEGcqlXsOoZWaQ==",
"identifierGuid": "cbbbe02b-0f29-419c-9caa-55ec3a865669",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "O3KzcE7qwUK7SYz5NBO0pQ==",
"pluGuid": "70b3723b-ea4e-42c1-bb49-8cf93413b4a5",
"accountID": "CGJvNaLBL0ilGPVKbMwPKg==",
"accountIDGuid": "356f6208-c1a2-482f-a518-f54a6ccc0f2a",
"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-04-03T06:16:49.5556427",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "Je6qg5t6A0WluAGZVdRmtg==",
"refundGuid": "83aaee25-7a9b-4503-a5b8-019955d466b6",
"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": "r4iIIAgdpEuLTibKkCsf/w==",
"idempotentVoidGuid": "208888af-1d08-4ba4-8b4e-26ca902b1fff",
"priceLevelIdentifier": "OgI/ZzlL+UaHjgzz5bYOMA==",
"priceLevelIdentifierGuid": "673f023a-4b39-46f9-878e-0cf3e5b60e30",
"communityIdentifier": "eQd6qXmbEE6YSDhgGyfKvg==",
"communityIdentifierGuid": "a97a0779-9b79-4e10-9848-38601b27cabe",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "85",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:16:49.5556427",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "85"
}
],
"refund": {
"$id": "86",
"id": 1,
"g_UID": "bPXDS/L2SU6NMejdMVSNKg==",
"guid": "4bc3f56c-f6f2-4e49-8d31-e8dd31548d2a",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:16:49.5556427"
},
"modifier": {
"$id": "87",
"id": 1,
"setG_UID": "EEu0la4CDUO++KuHgnQj0A==",
"modifierSetGuid": "95b44b10-02ae-430d-bef8-ab87827423d0",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "kD6ks1AFDE2JY25NWc3XHQ==",
"pluGuid": "b3a43e90-0550-4d0c-8963-6e4d59cdd71d",
"deleted": true,
"g_UID": "JGcNNFJv4kmt9Gmb1HTslg==",
"guid": "340d6724-6f52-49e2-adf4-699bd474ec96",
"product": {
"$ref": "4"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "84"
}
],
"eftReceipts": [
{
"$id": "88",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "81"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "88"
}
],
"payments": [
{
"$ref": "80"
},
{
"$ref": "80"
}
],
"cards": [
{
"$id": "89",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "89"
}
],
"campaignHits": [
{
"$id": "90",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "90"
}
],
"fuel": [
{
"$id": "91",
"id": 1,
"plu": 1,
"pluG_UID": "4EkqUtaqaUOJ4DgYTaNpvA==",
"pluGuid": "522a49e0-aad6-4369-89e0-38184da369bc",
"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-04-03T06:16:49.5556427",
"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-04-03T06:16:49.5556427",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "91"
}
],
"fuelResells": [
{
"$id": "92",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "Ma8c+Q/jW0CVDeOY/laDag==",
"pluGuid": "f91caf31-e30f-405b-950d-e398fe56836a",
"accountID": "OLXl3+jTj0KPkYN1n7iG5Q==",
"accountIDGuid": "dfe5b538-d3e8-428f-8f91-83759fb886e5",
"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-04-03T06:16:49.5556427",
"bestOrExpireType": 1,
"refundG_UID": "wB2ZpxAb6UaZyX1vdnWZqw==",
"refundGuid": "a7991dc0-1b10-46e9-99c9-7d6f767599ab",
"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": "92"
}
],
"customerOrder": [
{
"$id": "93",
"identifier": "FX75bFSYvkWjHSOxeGQrsg==",
"identifierGuid": "6cf97e15-9854-45be-a31d-23b178642bb2",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "KIj986w3mk21pvdNG3eSBw==",
"customerIdentifierGuid": "f3fd8828-37ac-4d9a-b5a6-f74d1b779207",
"operatorNo": 1,
"operatorG_UID": "I2CeIeya6UGlS1Lp5PPYFQ==",
"operatorGuid": "219e6023-9aec-41e9-a54b-52e9e4f3d815",
"created": "2026-04-03T06:16:49.5556427",
"ordered": "2026-04-03T06:16:49.5556427",
"started": "2026-04-03T06:16:49.5556427",
"completed": "2026-04-03T06:16:49.5556427",
"supplied": "2026-04-03T06:16:49.5556427",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "74"
},
"operator": {
"$ref": "41"
},
"details": [
{
"$id": "94",
"headerID": 1,
"plu": 1,
"pluG_UId": "uLopZdai0EmyfW5mq7tM0g==",
"pluGuid": "6529bab8-a2d6-49d0-b27d-6e66abbb4cd2",
"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": "bfCXoQ7JREO2jGECXgfokw==",
"headerIdentifierGuid": "a197f06d-c90e-4344-b68c-61025e07e893",
"product": {
"$ref": "4"
}
},
{
"$ref": "94"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "81"
}
},
{
"$ref": "93"
}
],
"surveyResponses": [
{
"$id": "95",
"surveyG_UID": "j7fXOlSfeUK5w7FMTNCUcw==",
"surveyGuid": "3ad7b78f-9f54-4279-b9c3-b14c4cd09473",
"saleHeaderGuid": "xHv5cDpkQke5Y3uxUUfkiA==",
"saleGuid": "70f97bc4-643a-4742-b963-7bb15147e488",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "l7ex2XaESUiG3iXfLe4MgA==",
"guidResponse": "d9b1b797-8476-4849-86de-25df2dee0c80",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:16:49.5556427",
"sale": {
"$ref": "81"
},
"survey": {
"$id": "96",
"g_UID": "PTPx+/h6HkmFNunB5gK3/Q==",
"guid": "fbf1333d-7af8-491e-8536-e9c1e602b7fd",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "bTlPbr+zCkO6suMDc4LbTQ==",
"checkoutFormGuid": "6e4f396d-b3bf-430a-bab2-e3037382db4d",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:16:49.5556427",
"end": "2026-04-03T06:16:49.5556427",
"deleted": true,
"updated": "2026-04-03T06:16:49.5556427",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"f4c28789-bd7e-41a5-b605-0d3c7060af0b",
"2d064a05-82f0-40e0-b417-fdb2dc6db03c"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "49"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "95"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "NyG17MsD6U+k0/sE5yyUGA==",
"accountIdentifier": "ecb52137-03cb-4fe9-a4d3-fb04e72c9418",
"accountName": "sample string 44",
"customerOrderIdentifier": "xHb+giyTtUe761CHEI/lfQ==",
"customerOrderIdentifierGuid": "82fe76c4-932c-47b5-bbeb-5087108fe57d",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "97",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "p4TyfUX88Ua4wbZOsi4VRw==",
"paymentIdentifierGuid": "7df284a7-fc45-46f1-b8c1-b64eb22e1547",
"identifier": "ccJD9794/kS4kq0jbQoH/w==",
"identifierGuid": "f743c271-78bf-44fe-b892-ad236d0a07ff",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "bL/ZZFf/cEWqhpxu7ChzlQ==",
"itemIdentifierGuid": "64d9bf6c-ff57-4570-aa86-9c6eec287395"
}
},
{
"$ref": "80"
}
]
},
{
"$ref": "75"
}
],
"customerGroupMembers": [
{
"$ref": "79"
},
{
"$ref": "79"
}
],
"customerGroups": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"accounts": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"account": {
"$ref": "76"
},
"vouchers": [
{
"$id": "98",
"customerIdentifier": "e8K7X1+zMUuXt9JAXg/33g==",
"customerIdentifierGuid": "5fbbc27b-b35f-4b31-97b7-d2405e0ff7de",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "b1+uONyIbkmxfJ0+hHy4fw==",
"idempotentGuid": "38ae5f6f-88dc-496e-b17c-9d3e847cb87f",
"offline": true,
"voucher": {
"$id": "99",
"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-04-03T06:16:49.5556427",
"barcodeTemplate": {
"$id": "100",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "101",
"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-04-03T06:16:49.5556427",
"labelPageLayout": "djthE4isrUiK909OUaIR/Q==",
"pageLayoutGuid": "13613b76-ac88-48ad-8af7-4f4e51a211fd",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "99"
},
"elements": [
{
"$id": "102",
"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-04-03T06:16:49.5556427"
},
{
"$ref": "102"
}
]
},
"customerVouchers": [
{
"$id": "103",
"id": 1,
"customerIdentifier": "+DRJOOL2wEKJDQM62gN6+g==",
"customerIdentifierGuid": "384934f8-f6e2-42c0-890d-033ada037afa",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:16:49.5556427",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "/5BJOx+CokiimPwWae02Bw==",
"issuedIdempotentGuid": "3b4990ff-821f-48a2-a298-fc1669ed3607",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:16:49.5556427",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:16:49.5556427",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "eZku5E7hT0aPtiBKm8SNPg==",
"redeemedIdempotentGuid": "e42e9979-e14e-464f-8fb6-204a9bc48d3e",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:16:49.5556427",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "101"
},
"voucher": {
"$ref": "99"
},
"customer": {
"$ref": "74"
},
"issuedOfflinePayment": {
"$ref": "80"
},
"redeemedOfflinePayment": {
"$ref": "80"
}
},
{
"$ref": "103"
}
]
},
"customer": {
"$ref": "74"
}
},
{
"$ref": "98"
}
]
}
},
{
"$ref": "73"
}
],
"customerGroups": [
{
"$id": "104",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "Y4CUnGTPLU66bFNZISa4+g==",
"groupIDGuid": "9c948063-cf64-4e2d-ba6c-53592126b8fa",
"campaign": {
"$ref": "70"
},
"group": {
"$ref": "78"
}
},
{
"$ref": "104"
}
],
"signIqTickets": [
{
"$id": "105",
"identifier": "sTHZBg1wykutMhdoCEKWsQ==",
"identifierGuid": "06d931b1-700d-4bca-ad32-1768084296b1",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "105"
}
],
"comboPriceGroups": [
{
"$id": "106",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "GsSvEmyc5UecXAprKMPwYw==",
"guid": "12afc41a-9c6c-47e5-9c5c-0a6b28c3f063",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "70"
},
"comboPricePlus": [
{
"$id": "107",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "UwA3dwzD9USFkHiKtsnOHg==",
"groupGuid": "77370053-c30c-44f5-8590-788ab6c9ce1e",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "TQpe9/Cdq0SZL2rB8HBnOw==",
"pluGuid": "f75e0a4d-9df0-44ab-992f-6ac1f070673b",
"priceGroupG_UID": "0qJbq+Gy8UOB3eZjML7u0Q==",
"priceGroupGuid": "ab5ba2d2-b2e1-43f1-81dd-e66330beeed1",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "70"
},
"product": {
"$ref": "4"
},
"priceGroup": {
"$ref": "34"
},
"campaignPool": {
"$ref": "70"
}
},
{
"$ref": "107"
}
]
},
{
"$ref": "106"
}
],
"priceLevels": [
{
"$id": "108",
"id": 1,
"priceLevelIdentifier": "w66nw6iQcEWH9tymKf+jSw==",
"priceLevelIdentifierGuid": "c3a7aec3-90a8-4570-87f6-dca629ffa34b",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "108"
}
],
"promotionType": {
"$id": "109",
"identifier": "ZTEAEG63R0KaoOtGcwHnpA==",
"identifierGuid": "10003165-b76e-4247-9aa0-eb467301e7a4",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "CFZ9B8HrmkOmhPrbfPJpkw==",
"labelPageLayoutGuid": "077d5608-ebc1-439a-a684-fadb7cf26993",
"priceLevelIdentifier": "VuKssYXZ9EeflbE24Qdd8Q==",
"priceLevelIdentifierGuid": "b1ace256-d985-47f4-9f95-b136e1075df1",
"active": true,
"updated": "2026-04-03T06:16:49.5556427",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "4"
},
"dealCost": {
"$id": "110",
"headerIdentifier": "A5UYfIUjHUGqNtTVt3FoRg==",
"headerIdentifierGuid": "7c189503-2385-411d-aa36-d4d5b7716846",
"identifier": "HUmudAe8oUavG27Dfl2GyQ==",
"identifierGuid": "74ae491d-bc07-46a1-af1b-6ec37e5d86c9",
"supplierIdentifier": "Y1A95TAr006N27StcyP3MA==",
"supplierGuid": "e53d5063-2b30-4ed3-8ddb-b4ad7323f730",
"pluG_UID": "BPwZknzd3kuaeuBw/JiY1A==",
"pluGuid": "9219fc04-dd7c-4bde-9a7a-e070fc9898d4",
"campaignName": "28baccd7-d5e7-4570-a3bd-cacce79b0ed4",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:16:49.5556427",
"end": "2026-04-03T06:16:49.5556427",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "j2xC/RWx5ESO9cmCLuShuw==",
"bonusItemPluGuid": "fd426c8f-b115-44e4-8ef5-c9822ee4a1bb",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:16:49.5556427",
"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-04-03T06:16:49.5556427",
"campaignEndDate": "2026-04-03T06:16:49.5556427",
"masterPLUG_UID": "VQxiOZ2NvkGZ9W07kTEm9Q==",
"masterID": "39620c55-8d9d-41be-99f5-6d3b913126f5",
"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": "3U1mGtG0q0SDr1by8ji+zw==",
"bonusMasterID": "1a664ddd-b4d1-44ab-83af-56f2f238becf",
"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-04-03T06:16:49.5556427",
"dealCosts": [
{
"$ref": "110"
},
{
"$ref": "110"
}
],
"tags": [
{
"$id": "111",
"pluG_UID": "QKcHXJdEekSk03it3I4Rlg==",
"pluGuid": "5c07a740-4497-447a-a4d3-78addc8e1196",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "111"
}
],
"alternateProductG_UID": "5ltEt+Xy5E2mgeU79Ya2dw==",
"alternateProduct": "b7445be6-f2e5-4de4-a681-e53bf586b677",
"altProduct": {
"$ref": "4"
},
"productHostCode": {
"$id": "112",
"id": 1,
"pluG_UID": "1ExeYaOaXESel8XXBKxrsA==",
"pluGuid": "615e4cd4-9aa3-445c-9e97-c5d704ac6bb0",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "64"
},
"mscCom": {
"$ref": "65"
},
"mscDep": {
"$ref": "67"
},
"mscSubCom": {
"$ref": "66"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:16:49.5556427",
"inventoryTracked": "2026-04-03T06:16:49.5556427",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "113",
"pluG_UID": "5UscL6OI2E+4rHMYN6tkVQ==",
"pluGuid": "2f1c4be5-88a3-4fd8-b8ac-731837ab6455",
"fuelPluG_UID": "6nWpPH2tkEKxY3Esyjki9A==",
"fuelPluGuid": "3ca975ea-ad7d-4290-b163-712cca3922f4",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "113"
},
{
"$ref": "113"
}
]
},
"location": {
"$ref": "57"
},
"operator": {
"$ref": "41"
},
"productDescription": "sample string 9",
"productActive": true,
"productBarcode": "sample string 11",
"succeeded": true,
"printRunID": "s+NJqs5NxUKWadvN2nHIbg==",
"printRunGuid": "aa49e3b3-4dce-42c5-9669-dbcdda71c86e",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"minorDepartmentName": "sample string 15",
"lesserDepartmentName": "sample string 16",
"storeName": "sample string 17",
"campaignDescription": "sample string 18",
"campaignStartDate": "2026-04-03T06:16:49.5556427",
"campaignEndDate": "2026-04-03T06:16:49.5556427",
"campaignPrice": 1,
"campaignCost": 1,
"campaignCostDecimals": 1,
"comboGroupDescription": "sample string 19",
"comboGroupSell": 1,
"printRequestType": 20,
"isTobacco": true,
"isLiquor": true,
"shelfLocationName": "sample string 23",
"operatorName": "sample string 24",
"printBatchType": 25,
"createdBy": "sample string 26",
"pageLayoutName": "sample string 27",
"complianceIndicatorName": "sample string 28",
"warehouseDirectIndicator": "sample string 29",
"productGrade": "sample string 30"
},
{
"$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 2�\��ݩ� 5 xl/workbook.xml � (� ��1�0�w�C�`AŁ �����^mmI[�?�����w߽jr�����6���*Ʊd,p��ɍh�N:o &�_�I�9���
���Yvc��٠��J��F� �B�fXQ����@H57{j��"��՝M���MUl�X�`��-D�dq9%��ix �u������;{�Ul��|PK 2�\���� � [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
2�\)��' ' _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="Rc3f7e813c39c404d" /></Relationships>PK 2�\�`�Ś 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 2�\��O.� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;�B�����n)0�8�Hl��r�.z�^��J����h~OO����\o�ǁ�bL�w-�� �Nyݻ����%l7���D�}H,��Ԃ%
+Γ�8�T��.w�����Ǝ���C^ ��8e�-����C���
��:���0��,"���!��[J��"S�=�vsi�LJ}Ъ����Z������Odp��э*E��E�������|�Ӵ<Q���L-PT֏Z\���_l�PK 2�\Ѓ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 2�\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- 2�\��ݩ� 5 xl/workbook.xmlPK- 2�\���� � � [Content_Types].xmlPK-
2�\)��' ' U _rels/.relsPK- 2�\�`�Ś � xl/worksheets/sheet1.xmlPK- 2�\��O.� P � xl/_rels/workbook.xml.relsPK- 2�\Ѓc'2 E
� xl/styles.xmlPK- 2�\g�[� � l xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK 2�\�H��� 5 xl/workbook.xml � (� ����0��&�C����B
'.^=x�ek�O�||o�vfg�:X�=���G�&���2FW����:0i'��,&�_�
�84��5�H���x�YT��\�3�VpX$@����L\o7ѱ�C�&����h"2��o�N��bR�0
nXdM�p��/U�?fW!�B��)���W%���PK 2�\���� � [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
2�\,gK' ' _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="Rb673d924d7c949a0" /></Relationships>PK 2�\�`�Ś 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 2�\��Y� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8NҠ�ݰ���3N�&�e����G�
XE�Tb�������4�����9��5X�A�l7�^�)�l7�=N2��0�.��b��!F�DiP�2d֡Im�,cJ}O�TG�#-����%n��pq���zT�l�iF� �W�a@�@������%*�]'`ߨ���f��^���Z�� ï�w��i˲�Z��bwW�Az�^�O�^:-����9gyQW���U�����PK 2�\Ѓ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 2�\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- 2�\�H��� 5 xl/workbook.xmlPK- 2�\���� � [Content_Types].xmlPK-
2�\,gK' ' V _rels/.relsPK- 2�\�`�Ś � xl/worksheets/sheet1.xmlPK- 2�\��Y� P � xl/_rels/workbook.xml.relsPK- 2�\Ѓc'2 E
� xl/styles.xmlPK- 2�\g�[� � m xl/sharedStrings.xmlPK � �