POST api/printBatch/{id}/details

This is a GET request masked as a POST request to get around query string limits for location filtering. Lists print batch products/locations in request

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

PrintBatch header identifier to get print batch details for

globally unique identifier

Required

Body Parameters

Filtering options for print batch details (mostly focused on product filtering)

PrintBatchDetailQuery
NameDescriptionTypeAdditional information
HeaderIdentifier

Collection of byte

None.

HeaderGuid

globally unique identifier

None.

PrintRequestType

PrintRequestType

None.

SortKind

PrintBatchSortKind

None.

Sort

SortOrder

None.

Printed

Whether to include the print batch details that have been printed

boolean

None.

PrintDate

The date that a print batch detail was printed, incompatible with printed filter being set to false

date

None.

UTCOffset

UTC offset to be used with the single date to get the results accurately

decimal number

None.

UseExactPrintDateTime

boolean

None.

Keyword

string

None.

Search

ProductQuerySearch

None.

ShelfLocationGuids

Print Batch Details assigned to these location only

Collection of globally unique identifier

None.

SupplierIdentifier

Print Batch Details with product with this preffered supplier only

Collection of byte

None.

SupplierGuid

globally unique identifier

None.

StoreID

integer

None.

Stores

Collection of integer

None.

PLU

PLU

integer

None.

APN

string

None.

Name

string

None.

ItemNumber

Item number

string

None.

DirectNumber

PluOrderingDetail.ItemCode

string

None.

DepartmentCode

Print Batch Details with product in this department

string

None.

SubDepartmentCode

Print Batch Details with product in this sub department Added for react app

string

None.

MinorDepartmentCode

Print Batch Details with product in this minor department Added for react app

string

None.

Tobacco

Print Batch Details with product has a tobacco product type

boolean

None.

Liquor

Print Batch Details with product has a liquor product type

boolean

Deprecated.

GlutenFree

Print Batch Details with product that is gluten free

boolean

None.

ExcludeTalkers

Print Batch details with a product that has departments with matching ExcludeTalkers values

boolean

None.

Direct

Print Batch details with a product that has a SupplierDirect Warehouse Indicator

boolean

None.

Variety

Print Batch details with a product that has a Variety Warehouse Indicator

boolean

None.

Warehouse

Print Batch details with a product that has a WarehouseLine Warehouse Indicator

boolean

None.

ChargeThrough

Print Batch details with a product that has a ChargeThrough Warehouse Indicator

boolean

None.

SlowMoving

Print Batch Details with product is (not) Slow Moving? (true or false option, matched to Product value)

boolean

None.

GeneralMerchandise

Print Batch Details with product is (not) General Merchandise? (true or false option, matched to Product value)

boolean

None.

HasCampaign

Print Batch Details with products that has a campaign (when it's set to true)

boolean

None.

ComplianceIndicator

Print Batch Details with product has this ComplianceIndicator/CoreRangeIndicator

string

None.

ComplianceIndicators

Print Batch Details with product has these ComplianceIndicators/CoreRangeIndicators

Collection of string

None.

Grades

Print Batch Details with product has these ProductGrade(s)

Collection of string

None.

StartsWith

Whether to make searches starting with rather than anywhere.

boolean

None.

ExcludeZeroQty

Excludes any talkers with zero quantity

boolean

None.

CampaignNames

Filter batch details by campaign names. Added for react app

Collection of string

None.

DepartmentCodes

Filter batch details by department codes. Added for react app

Collection of string

None.

SubDepartmentCodes

Filter batch details by subdepartment codes Added for react app

Collection of string

None.

MinorDepartmentCodes

Filter batch details by minordepartment codes Added for react app

Collection of string

None.

LesserDepartmentCodes

Filter batch details by lesserdepartment codes Added for react app

Collection of string

None.

WarehouseDirectIndicators

filter by warehouse indicator of PLU

Collection of string

None.

Users

Filter print batch details by users

Collection of string

None.

PrintBatchTypes

filter by PrintBatchtypes

Collection of PrintBatchType

None.

IncludeZeroQtyOnly

filter labels having 0 Qty only - for react app

boolean

None.

LabelPageLayoutG_UID

Collection of byte

None.

LabelPageLayoutGuid

globally unique identifier

None.

CampaignStartDate

The detail campaign will starts after this date

date

None.

CampaignEndDate

The detail campaign will starts before this date

date

None.

Relations

Load all product, location, bin and operator models

boolean

None.

Skip

Number of records to skip over

integer

None.

Take

Number of records to take

integer

None.

TotalCount

integer

Relation. This field may not always be loaded or used for updates.

Request Formats

application/json, text/json

Sample:
{
  "headerIdentifier": "7SRC2uUfX025Fv4ouUC+sQ==",
  "headerGuid": "da4224ed-1fe5-4d5f-b916-fe28b940beb1",
  "printRequestType": 1,
  "sortKind": 0,
  "sort": 0,
  "printed": true,
  "printDate": "2026-06-03T18:36:49.8807973",
  "utcOffset": 3.1,
  "useExactPrintDateTime": true,
  "keyword": "sample string 5",
  "search": 0,
  "shelfLocationGuids": [
    "d9169aad-f607-47d3-9856-34a8d3f40711",
    "acbddcc2-cd2d-44be-beb6-70847a3154af"
  ],
  "supplierIdentifier": "A+kB2/2nI0aaygn1PyTmHw==",
  "supplierGuid": "db01e903-a7fd-4623-9aca-09f53f24e61f",
  "storeID": 1,
  "stores": [
    1,
    2
  ],
  "plu": 1,
  "apn": "sample string 6",
  "name": "sample string 7",
  "itemNumber": "sample string 8",
  "directNumber": "sample string 9",
  "departmentCode": "sample string 10",
  "subDepartmentCode": "sample string 11",
  "minorDepartmentCode": "sample string 12",
  "tobacco": true,
  "liquor": true,
  "glutenFree": true,
  "excludeTalkers": true,
  "direct": true,
  "variety": true,
  "warehouse": true,
  "chargeThrough": true,
  "slowMoving": true,
  "generalMerchandise": true,
  "hasCampaign": true,
  "complianceIndicator": "sample string 14",
  "complianceIndicators": [
    "sample string 1",
    "sample string 2"
  ],
  "grades": [
    "sample string 1",
    "sample string 2"
  ],
  "startsWith": true,
  "excludeZeroQty": true,
  "campaignNames": [
    "sample string 1",
    "sample string 2"
  ],
  "departmentCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "subDepartmentCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "minorDepartmentCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "lesserDepartmentCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "warehouseDirectIndicators": [
    "sample string 1",
    "sample string 2"
  ],
  "users": [
    "sample string 1",
    "sample string 2"
  ],
  "printBatchTypes": [
    0,
    0
  ],
  "includeZeroQtyOnly": true,
  "labelPageLayoutG_UID": "AKManj1G80iu1zH5ERH2uA==",
  "labelPageLayoutGuid": "9e1aa300-463d-48f3-aed7-31f91111f6b8",
  "campaignStartDate": "2026-06-03T18:36:49.8807973",
  "campaignEndDate": "2026-06-03T18:36:49.8807973",
  "relations": true,
  "skip": 1,
  "take": 1,
  "totalCount": 1
}

application/xml, text/xml

Sample:
<PrintBatchDetailQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Labels">
  <Skip xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Common">1</Skip>
  <Take xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Common">1</Take>
  <TotalCount xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Common">1</TotalCount>
  <APN>sample string 6</APN>
  <CampaignEndDate>2026-06-03T18:36:49.8807973+00:00</CampaignEndDate>
  <CampaignNames xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </CampaignNames>
  <CampaignStartDate>2026-06-03T18:36:49.8807973+00:00</CampaignStartDate>
  <ChargeThrough>true</ChargeThrough>
  <ComplianceIndicator>sample string 14</ComplianceIndicator>
  <ComplianceIndicators xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </ComplianceIndicators>
  <DepartmentCode>sample string 10</DepartmentCode>
  <DepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </DepartmentCodes>
  <Direct>true</Direct>
  <DirectNumber>sample string 9</DirectNumber>
  <ExcludeTalkers>true</ExcludeTalkers>
  <ExcludeZeroQty>true</ExcludeZeroQty>
  <GeneralMerchandise>true</GeneralMerchandise>
  <GlutenFree>true</GlutenFree>
  <Grades xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Grades>
  <HasCampaign>true</HasCampaign>
  <HeaderGuid>da4224ed-1fe5-4d5f-b916-fe28b940beb1</HeaderGuid>
  <HeaderIdentifier>7SRC2uUfX025Fv4ouUC+sQ==</HeaderIdentifier>
  <IncludeZeroQtyOnly>true</IncludeZeroQtyOnly>
  <ItemNumber>sample string 8</ItemNumber>
  <Keyword>sample string 5</Keyword>
  <LabelPageLayoutG_UID>AKManj1G80iu1zH5ERH2uA==</LabelPageLayoutG_UID>
  <LabelPageLayoutGuid>9e1aa300-463d-48f3-aed7-31f91111f6b8</LabelPageLayoutGuid>
  <LesserDepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </LesserDepartmentCodes>
  <Liquor>true</Liquor>
  <MinorDepartmentCode>sample string 12</MinorDepartmentCode>
  <MinorDepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </MinorDepartmentCodes>
  <Name>sample string 7</Name>
  <PLU>1</PLU>
  <PrintBatchTypes xmlns:d2p1="http://gapsolutions.com.au/schema/ezimanager">
    <d2p1:PrintBatchType>PDE</d2p1:PrintBatchType>
    <d2p1:PrintBatchType>PDE</d2p1:PrintBatchType>
  </PrintBatchTypes>
  <PrintDate>2026-06-03T18:36:49.8807973+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>d9169aad-f607-47d3-9856-34a8d3f40711</d2p1:guid>
    <d2p1:guid>acbddcc2-cd2d-44be-beb6-70847a3154af</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>db01e903-a7fd-4623-9aca-09f53f24e61f</SupplierGuid>
  <SupplierIdentifier>A+kB2/2nI0aaygn1PyTmHw==</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:

Sample not available.

Response Information

Resource Description

List of matching print batch details

PageListOfPrintBatchDetail
NameDescriptionTypeAdditional 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

Sample:
{
  "type": "PrintBatchDetail",
  "list": [
    {
      "$id": "2",
      "identifier": "FNfU+U4+uUCPIeOCSpV6sw==",
      "identifierGuid": "f9d4d714-3e4e-40b9-8f21-e3824a957ab3",
      "headerIdentifier": "X0dTsuLxHE6q5jGEKD6W8w==",
      "headerGuid": "b253475f-f1e2-4e1c-aae6-3184283e96f3",
      "shelfLocationIdentifier": "VJ4VO4fdAUaqiaWQIlK1Yw==",
      "shelfLocationGuid": "3b159e54-dd87-4601-aa89-a5902252b563",
      "pluG_UID": "0kWEjdjSbk+Lx/xwWGHOsA==",
      "pluGuid": "8d8445d2-d2d8-4f6e-8bc7-fc705861ceb0",
      "operatorG_UID": "KuL4GWCpJ0uzIrv4uwaAxw==",
      "operatorGuid": "19f8e22a-a960-4b27-b322-bbf8bb0680c7",
      "campaignName": "sample string 2",
      "comboGroupIdentifier": "IFPEDBt07k6RYLtbGIhErw==",
      "comboGroupGuid": "0cc45320-741b-4eee-9160-bb5b188844af",
      "created": "2026-06-03T18:36:49.9121593",
      "labelQuantity": 3,
      "talkerQuantity": 4,
      "labelSmall": true,
      "printed": "2026-06-03T18:36:49.9121593",
      "printedByUser": "sample string 6",
      "detailMetaList": [
        {
          "$id": "3",
          "id": 1,
          "printBatchType": 2,
          "user": "sample string 3",
          "detailIdentifier": "yB7eprOqgEO8Rgb/uG6CeQ==",
          "detailGuid": "a6de1ec8-aab3-4380-bc46-06ffb86e8279"
        },
        {
          "$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": "FfcDTCzheUeynKiKfVdYpw==",
        "guid": "4c03f715-e12c-4779-b29c-a88a7d5758a7",
        "apn": "sample string 1",
        "apnChanged": true,
        "apnSwitched": true,
        "barcode": "sample string 4",
        "itemNumber": "sample string 5",
        "itemNumberChanged": true,
        "priceGroupG_UID": "JT+Ujqu6N0i4oR5Rtmc9sQ==",
        "priceGroupGuid": "8e943f25-baab-4837-b8a1-1e51b6673db1",
        "blueprintID": 1,
        "lastCountedDate": "2026-06-03T18:36:49.9121593",
        "externalID": "sample string 7",
        "active": true,
        "activated": "2026-06-03T18:36:49.9121593",
        "pluCreated": "2026-06-03T18:36:49.9121593",
        "createdByUser": "sample string 9",
        "name": "sample string 10",
        "nameChanged": true,
        "secondDescription": "sample string 12",
        "hostDescription": "sample string 13",
        "keepCartonQty": true,
        "keepDescription": true,
        "keepDepartments": true,
        "keepSuppliers": true,
        "markdownDescription": "sample string 18",
        "altDescription": "sample string 19",
        "bestOrExpire": 20,
        "lastUpdate": "2026-06-03T18:36:49.9121593",
        "lastManualUpdate": "2026-06-03T18:36:49.9121593",
        "imageName": "sample string 23",
        "showImageOnFlipCharts": true,
        "showTextOnFlipCharts": true,
        "overrideFlipChartText": true,
        "flipChartText": "sample string 27",
        "salesMode": 1,
        "eftCode": 1,
        "price": 1,
        "priceChanged": true,
        "rrp": 1,
        "gstPercent": 28,
        "gstPercentChanged": true,
        "costGSTPercent": 29,
        "costGSTPercentChanged": true,
        "wetPercent": 1,
        "priceOverride": 1,
        "cost": 1,
        "currentCost": 1,
        "currentCostDecimals": 1,
        "grossProfit": 1.0,
        "currentCostDesc": "sample string 30",
        "currentCostEnd": "2026-06-03T18:36:49.9121593",
        "currentCostUpdated": "2026-06-03T18:36:49.9121593",
        "costDecimals": 31,
        "costChanged": true,
        "dealCostIdentifier": "QEA=",
        "excludeFromRebate": true,
        "rebateOverride": 1,
        "costCalcMethod": 32,
        "costCalcMethodChanged": true,
        "costEffectiveDate": "2026-06-03T18:36:49.9121593",
        "defaultGP": 1,
        "breakTargetMode": 33,
        "break1": 1,
        "price1": 1,
        "target1": 34,
        "break2": 1,
        "price2": 1,
        "target2": 35,
        "break3": 1,
        "price3": 1,
        "target3": 36,
        "break1Changed": true,
        "price1Changed": true,
        "target1Changed": true,
        "break2Changed": true,
        "price2Changed": true,
        "target2Changed": true,
        "break3Changed": true,
        "price3Changed": true,
        "target3Changed": true,
        "breakTargetModeChanged": true,
        "margin": 1.1,
        "marginChanged": true,
        "marginRanged": true,
        "marginRangedChanged": true,
        "minimumMargin": 1.1,
        "minimumMarginChanged": true,
        "maximumMargin": 1.1,
        "maximumMarginChanged": true,
        "overrideHostWarehouseIndicator": true,
        "overrideHostWarehouseIndicatorChanged": true,
        "overrideHostPrice": true,
        "overrideHostPriceChanged": true,
        "overrideHostCost": true,
        "overrideHostCostChanged": true,
        "overrideHostMargin": true,
        "overrideHostMarginChanged": true,
        "alwaysApplyMargin": true,
        "alwaysApplyMarginChanged": true,
        "aws": 1.0,
        "paws": 1.0,
        "awsUpdated": "2026-06-03T18:36:49.9121593",
        "posTare": 1,
        "altPrice": 1.0,
        "altPriceChanged": true,
        "altPriceMode": 53,
        "altPriceModeChanged": true,
        "altPLUG_UID": "3D/ieQyWBUa6ma4nGO6P6Q==",
        "altPLUGuid": "79e23fdc-960c-4605-ba99-ae2718ee8fe9",
        "altPLUGuidChanged": true,
        "altPriceDescription1": "sample string 54",
        "altPriceDescription2": "sample string 55",
        "cartonQuantity": 56,
        "cartonQuantityChanged": true,
        "trayID": 1,
        "promptID": 1,
        "tare": 1,
        "packQty": 1,
        "fixedWeight": 1,
        "extraMesg": 1,
        "text1": "sample string 58",
        "text2": "sample string 59",
        "text3": "sample string 60",
        "labelText": "sample string 61",
        "labelTextChanged": true,
        "sendToScale": true,
        "nonScaleWeigh": true,
        "labelFormat": "sample string 65",
        "barcodeFormat": "sample string 66",
        "austMade": 1,
        "coolCode": 67,
        "countryOfOrigin": "sample string 68",
        "percentContent": 69.1,
        "departmentID": 1,
        "subDepartmentID": 1,
        "minorDepartmentID": 1,
        "lesserDepartmentID": 1,
        "deptCode": "sample string 70",
        "subDeptCode": "sample string 71",
        "minorDeptCode": "sample string 72",
        "lesserDeptCode": "sample string 73",
        "deptName": "sample string 74",
        "subDeptName": "sample string 75",
        "minorDeptName": "sample string 76",
        "lesserDeptName": "sample string 77",
        "departmentChanged": true,
        "subCategoryID": 1,
        "expiry": 1,
        "showDays": 1,
        "datePrint": 1,
        "labelRequired": true,
        "labelShelfQty": 80,
        "labelShelfChanged": true,
        "labelTalkerQty": 82,
        "labelSmall": true,
        "labelLastPrinted": "2026-06-03T18:36:49.9121593",
        "labelLastPrice": 1,
        "shelfPageLayoutG_UID": "BcIsB1aUdEOsa7tT0TmiNw==",
        "shelfPageLayoutGuid": "072cc205-9456-4374-ac6b-bb53d139a237",
        "talkerPageLayoutG_UID": "H+Hgp2He0kC8YchqvchCgQ==",
        "talkerPageLayoutGuid": "a7e0e11f-de61-40d2-bc61-c86abdc84281",
        "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": "DCJYdnDVbE6dxq42tPwu4g==",
        "inventoryIdentifier": "7658220c-d570-4e6c-9dc6-ae36b4fc2ee2",
        "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": "UijEVoBVFk6DO+PshefZWg==",
        "parentPluGuid": "56c42852-5580-4e16-833b-e3ec85e7d95a",
        "preferredHostVendor": 105,
        "preferredHostChanged": true,
        "code": "sample string 107",
        "supplierIdentifier": "dcVDH0p4/UGz8kOgCNp1Bw==",
        "supplierIdentifierGuid": "1f43c575-784a-41fd-b3f2-43a008da7507",
        "supplierChanged": true,
        "rebateSupplierIdentifier": "sHWy5XUM5UC4CGmgKGh+/Q==",
        "rebateSupplierIdentifierGuid": "e5b275b0-0c75-40e5-b808-69a028687efd",
        "rebateSupplierChanged": true,
        "availableForOrder": true,
        "warehouseDirectIndicator": "sample string 109",
        "warehouseDirectIndicatorChanged": true,
        "productGrade": "sample string 111",
        "productType": "sample string 112",
        "productGroup": "sample string 113",
        "complianceIndicator": "sample string 114",
        "inhouseBrand": "sample string 115",
        "slowMoving": true,
        "generalMerchandise": true,
        "comment": "sample string 118",
        "lastUpdatedByUser": "sample string 119",
        "lastManualUpdatedByUser": "sample string 120",
        "lastUpdatedByUserOverride": true,
        "lastUpdatedByHost": "2026-06-03T18:36:49.9121593",
        "commodity": "sample string 122",
        "businessPillar": "sample string 123",
        "mscCommodity": "sample string 124",
        "hostIdentifier": "718/GDdnlkyY1LCMoFCrlg==",
        "hostIdentifierGuid": "183f5fef-6737-4c96-98d4-b08ca050ab96",
        "serviceFeeID": 1,
        "serviceFeeIDChanged": true,
        "providerName": "sample string 126",
        "aisleEnds": "sample string 127",
        "deleted": true,
        "deletedChanged": true,
        "hidden": true,
        "doNotRange": true,
        "doNotRangeChanged": true,
        "doNotOrder": true,
        "doNotOrderChanged": true,
        "locked": true,
        "excludeFromWebUpdate": true,
        "excludeFromWebUpdateChanged": true,
        "webPriceBasedOn": 138,
        "webPriceRounding": true,
        "webMarkup": 140,
        "webPriceMode": 141,
        "altDepartmentID": 1,
        "altSubDepartmentID": 1,
        "altMinorDepartmentID": 1,
        "altLesserDepartmentID": 1,
        "altDeptCode": "sample string 142",
        "altSubDeptCode": "sample string 143",
        "altMinorDeptCode": "sample string 144",
        "altLesserDeptCode": "sample string 145",
        "altDepartmentChanged": true,
        "storeProducts": [
          {
            "$ref": "4"
          },
          {
            "$ref": "4"
          }
        ],
        "store": {
          "$id": "5",
          "id": 1,
          "isMaster": true,
          "isElectedMaster": true,
          "electedMasterStoreID": 1,
          "isZoneMaster": true,
          "shortName": "sample string 3",
          "url": "sample string 4",
          "sortOrder": 1,
          "name": "sample string 5",
          "phone": "sample string 6",
          "fax": "sample string 7",
          "email": "sample string 8",
          "address1": "sample string 9",
          "address2": "sample string 10",
          "city": "sample string 11",
          "state": "sample string 12",
          "country": "sample string 13",
          "postCode": "sample string 14",
          "delivery": 1,
          "exportAccounts": 1,
          "salesAccountFolder": "sample string 15",
          "purchaseAccountFolder": "sample string 16",
          "initLoad": 1,
          "initIDs": 1,
          "zoneID": 1,
          "actAsMaster": 1,
          "lastActiveUtc": "2026-06-03T18:36:49.9121593",
          "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": "cNn6oOnmxEyMFVk4/xc4kA==",
          "hostIdentifierGuid": "a0fad970-e6e9-4cc4-8c15-5938ff173890",
          "hostName": 1,
          "hostAddress": "sample string 27",
          "hostUsername": "sample string 28",
          "hostPassword": "sample string 29",
          "excludeFromLeadInOut": true,
          "accountingProvider": 31,
          "accountingAddress": "sample string 32",
          "accountingUsername": "sample string 33",
          "accountingPassword": "sample string 34",
          "storeAccountingCode": "sample string 35",
          "softwareVariance": 36,
          "fuelWarningVariance": 37.0,
          "fuelErrorVariance": 38.0,
          "fuelAccumulatedWarningVariance": 39.0,
          "fuelAccumulatedErrorVariance": 40.0,
          "drawManagment": 41,
          "endOfDayManagment": true,
          "autoFillCashBalancing": true,
          "fuelDayVariance": 44,
          "accountingTradingTime": "00:00:00.1234567",
          "stockActivateProduct": 46,
          "defaultOrderDocumentId": 1,
          "defaultStockReceiveDocumentId": 1,
          "giftCardSalesAccountingDeptCode": "sample string 47",
          "transactionDiscountAccountingDeptCode": "sample string 48",
          "size": 49,
          "updated": "2026-06-03T18:36:49.9121593",
          "priceZone": {
            "$id": "6",
            "id": 1,
            "name": "sample string 2",
            "hostIdentifier": "5hrOnjXzk0ip0pMpsE4TWw==",
            "hostIdentifierGuid": "9ece1ae6-f335-4893-a9d2-9329b04e135b",
            "sortOrder": 3,
            "zoneMasterStoreID": 1,
            "electedMasterStoreID": 1,
            "containsElectedMasterStore": true
          },
          "priceZoneName": "sample string 51",
          "storeFuelConfigured": true,
          "shippingAddressCopied": true,
          "shippingAddress": {
            "$id": "7",
            "storeID": 1,
            "addressType": 1,
            "address1": "sample string 1",
            "address2": "sample string 2",
            "city": "sample string 3",
            "state": "sample string 4",
            "country": "sample string 5",
            "postCode": "sample string 6"
          },
          "billingAddressCopied": true,
          "billingAddress": {
            "$ref": "7"
          },
          "warehouseStore": {
            "$id": "8",
            "storeID": 1,
            "warehouseStoreID": 2,
            "storeName": "sample string 3",
            "warehouseName": "sample string 4"
          },
          "hostStoreSettings": [
            {
              "$id": "9",
              "id": 1,
              "hostIdentifier": "ETHuA/y9UUGH5N74DWRTtw==",
              "hostIdentifierGuid": "03ee3111-bdfc-4151-87e4-def80d6453b7",
              "storeID": 2,
              "username": "sample string 3",
              "password": "sample string 4",
              "passwordPlain": "sample string 5",
              "serverAddress": "sample string 6",
              "serverPort": 1,
              "excludeFromLeadInOut": true,
              "useForHostFile": true,
              "metcashPillarID": "sample string 9",
              "metcashStateCode": "sample string 10",
              "metcashCustomerID": "sample string 11",
              "metcashTradingPartnerID": "sample string 12",
              "drakesCustomerNumber": 1,
              "sparCustomerNumber": "sample string 13",
              "sparOrderUsername": "sample string 14",
              "sparOrderPassword": "sample string 15",
              "sparOrderPasswordPlain": "sample string 16",
              "pharmXSiteID": 1,
              "ibaZoneID": 1,
              "ibaState": "sample string 17",
              "foodlandStoreCode": "sample string 18",
              "ilgMemberNumber": "sample string 19",
              "ilgOutletLocation": 1,
              "ilgBaseCost": 1,
              "ilgApplyNonAdvertisedPromos": true,
              "ilgExemptFromFreight": true,
              "ilgOrderDealReview": true,
              "ilgFinanceFee": 1,
              "secondPassword": "sample string 23",
              "secondPasswordPlain": "sample string 24",
              "secondServerAddress": "sample string 25",
              "processPromotions": true,
              "hostProvider": 0,
              "host": {
                "$id": "10",
                "identifier": "oDLTAkO8r0K6ZWnrNPTmKw==",
                "identifierGuid": "02d332a0-bc43-42af-ba65-69eb34f4e62b",
                "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": "rPsiAk2GRUmIP6qJqdU6yw==",
                "hostSupplierIdentifierGuid": "0222fbac-864d-4945-883f-aa89a9d53acb",
                "loyaltyPriceLevelIdentifier": "+4CpGM73TEe3oXhpamlN0w==",
                "loyaltyPriceLevelIdentifierGuid": "18a980fb-f7ce-474c-b7a1-78696a694dd3",
                "isGroup": true,
                "description": "sample string 22",
                "hostProvider": 23,
                "hostTypeEnum": 24,
                "hostType": "sample string 25",
                "hostCode": "sample string 26",
                "username": "sample string 27",
                "password": "sample string 28",
                "passwordPlain": "sample string 29",
                "server": "sample string 30",
                "url": "sample string 31",
                "global": true,
                "stateCode": "sample string 33",
                "lastCollected": "2026-06-03T18:36:49.9121593",
                "lastProcessed": "2026-06-03T18:36:49.9121593",
                "hold": true,
                "supplierName": "sample string 35",
                "supplier": {
                  "$id": "11",
                  "identifier": "6wrC66ctp0qZMXBc4wmUqA==",
                  "identifierGuid": "ebc20aeb-2da7-4aa7-9931-705ce30994a8",
                  "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": "roZtdFSq+UG9oBrlENdI4g==",
                  "primaryContactID": "746d86ae-aa54-41f9-bda0-1ae510d748e2",
                  "storeID": 1,
                  "abn": "sample string 16",
                  "supplierGroupIdentifier": "1kM4lmD6BUm4s9oHyhUekA==",
                  "supplierGroupGuid": "963843d6-fa60-4905-b8b3-da07ca151e90",
                  "rebate": 1.0,
                  "rebateType": 1,
                  "rebateFrequency": 1,
                  "rebateSource": 1,
                  "rebateLastClaimed": "2026-06-03T18:36:49.9121593",
                  "rebateLastClaimedAmount": 1.0,
                  "cartonsOnly": true,
                  "minimumOrderValue": 1,
                  "enforceMinimumQuantity": true,
                  "freight": 19.0,
                  "freightType": 20,
                  "deleted": true,
                  "deletedUser": "sample string 22",
                  "storeName": "sample string 23",
                  "primaryContact": {
                    "$id": "12",
                    "id": "18d8504a-882b-4b09-9f44-9ee0094c1463",
                    "identifier": "zqREKO60eE6cQK9U53moZA==",
                    "identifierGuid": "2844a4ce-b4ee-4e78-9c40-af54e779a864",
                    "familyName": "sample string 1",
                    "givenNames": "sample string 2",
                    "otherNames": "sample string 3",
                    "title": "sample string 4",
                    "dateOfBirth": "sample string 5",
                    "sex": "sample string 6",
                    "address": "sample string 7",
                    "address1": "sample string 8",
                    "address2": "sample string 9",
                    "town": "sample string 10",
                    "state": "sample string 11",
                    "country": "sample string 12",
                    "postalCode": "sample string 13",
                    "telephone": "sample string 14",
                    "mobile": "sample string 15",
                    "email": "sample string 16",
                    "fax": "sample string 17",
                    "primary": true
                  },
                  "contacts": [
                    {
                      "$id": "13",
                      "supplierIdentifier": "r3ejpUcwT0yxE70J1gkCcw==",
                      "supplierIdentifierGuid": "a5a377af-3047-4c4f-b113-bd09d6090273",
                      "contactGuid": "qGyH3sSU506e4zARIpRyHA==",
                      "contactID": "de876ca8-94c4-4ee7-9ee3-30112294721c",
                      "contact": {
                        "$ref": "12"
                      },
                      "supplier": {
                        "$ref": "11"
                      }
                    },
                    {
                      "$ref": "13"
                    }
                  ],
                  "products": [
                    {
                      "$id": "14",
                      "pluG_UID": "VIXPFo+3r0+xyseQcLi6pw==",
                      "pluGuid": "16cf8554-b78f-4faf-b1ca-c79070b8baa7",
                      "supplierIdentifier": "Ok1m2Jq2ZEuOaVtl2jLwBw==",
                      "supplierIdentifierGuid": "d8664d3a-b69a-4b64-8e69-5b65da32f007",
                      "cartonQuantity": 1,
                      "cartonQuantityChanged": true,
                      "productSize": "sample string 3",
                      "cigarettesPerSleeve": 1,
                      "randomWeight": true,
                      "piecesPerUnit": 5,
                      "averagePackSize": 6,
                      "effectiveDate": "2026-06-03T18:36:49.9121593",
                      "pricedByWeight": true,
                      "landedUnitCostEx": 9,
                      "landedUnitCostInc": 10,
                      "landedCartonCostInc": 12,
                      "landedCartonCostEx": 13,
                      "standardCost": 14,
                      "deliveryFee": 1,
                      "deliveryFeeBasis": "sample string 15",
                      "pickAndPackFee": 1,
                      "pickAndPackFeeBasis": "sample string 16",
                      "financeFee": 1,
                      "financeFeeBasis": "sample string 17",
                      "cartonLength": 1,
                      "cartonWidth": 1,
                      "cartonHeight": 1,
                      "palletLayerQuantity": 1,
                      "palletLayers": 1,
                      "itemCode": "sample string 18",
                      "invoiceCode": "sample string 19",
                      "invoiceDesc": "sample string 20",
                      "orderDirect": true,
                      "useCost": true,
                      "minimumQuantity": 21,
                      "hostType": 22,
                      "fromHost": 23,
                      "minimumReorder": 1,
                      "maximumReorder": 1,
                      "orderMultiple": 24.1,
                      "sellMultiple": 25.1,
                      "baseMultiple": 26.1,
                      "hostStandardCost": 27,
                      "hostTotalCost": 28,
                      "hostRetail": 29,
                      "hostLandedUnitCostEx": 30,
                      "hostLandedUnitCostInc": 31,
                      "hostDesc": "sample string 32",
                      "directIndicator": "sample string 33",
                      "availableToOrder": true,
                      "hostRangeIndicator": "sample string 35",
                      "hostProductType": "sample string 36",
                      "hostProductGrade": "sample string 37",
                      "hostProductGroup": "sample string 38",
                      "hostSlowMoving": true,
                      "hostGeneralMerchandise": true,
                      "hostPillar": "sample string 41",
                      "hostLastUpdated": "2026-06-03T18:36:49.9121593",
                      "rebate": 1.0,
                      "rebateExclude": true,
                      "invoiceCodes": [
                        {
                          "$id": "15",
                          "pluG_UID": "6cY60WMI3kGrzimfvJMJdA==",
                          "pluGuid": "d13ac6e9-0863-41de-abce-299fbc930974",
                          "supplierIdentifier": "Ei3JQjHN4ESQrdAGPIu3Ag==",
                          "supplierIdentifierGuid": "42c92d12-cd31-44e0-90ad-d0063c8bb702",
                          "invoiceCode": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "15"
                        }
                      ],
                      "storeIDs": [
                        1,
                        2
                      ],
                      "preferredSupplier": true,
                      "preferredRebateSupplier": true,
                      "supplierName": "sample string 42",
                      "salesMode": 43,
                      "orderPacked": true,
                      "active": true,
                      "price": 1,
                      "costGstPercent": 45,
                      "parentPluG_UID": "kmbDrIcbTEa+ZSJ7HZyZ1w==",
                      "parentPluGuid": "acc36692-1b87-464c-be65-227b1d9c99d7",
                      "freight": 46.0,
                      "freightType": 1,
                      "product": {
                        "$ref": "4"
                      },
                      "supplier": {
                        "$ref": "11"
                      },
                      "serviceFee": {
                        "$id": "16",
                        "id": 1,
                        "description": "sample string 1",
                        "fee": 1
                      },
                      "isPrimaryHost": true,
                      "hostVendor": 48
                    },
                    {
                      "$ref": "14"
                    }
                  ],
                  "orderCycleHeaders": [
                    {
                      "$id": "17",
                      "storeID": 1,
                      "supplierIdentifier": "x6ycv7d/TUasObD33MEtZQ==",
                      "supplierGuid": "bf9cacc7-7fb7-464d-ac39-b0f7dcc12d65",
                      "departmentCode": "sample string 2",
                      "warehouseDirectIndicator": "sample string 3",
                      "type": 4,
                      "storeName": "sample string 5",
                      "departmentName": "sample string 6",
                      "orderDays": 7
                    },
                    {
                      "$ref": "17"
                    }
                  ],
                  "cycles": [
                    {
                      "$id": "18",
                      "storeID": 1,
                      "supplierIdentifier": "PgZXF01aO0+CnAxDjz/8nQ==",
                      "supplierGuid": "1757063e-5a4d-4f3b-829c-0c438f3ffc9d",
                      "departmentCode": "sample string 2",
                      "warehouseDirectIndicator": "sample string 3",
                      "type": 4,
                      "cutOffWeek": 5,
                      "cutOffDay": 6,
                      "cutOffTime": "00:00:00.1234567",
                      "leadTime": 7,
                      "daysBuffer": 8,
                      "supplierName": "sample string 9",
                      "cutOffDate": "2026-06-03T18:36:49.9121593",
                      "deliveryDate": "2026-06-03T18:36:49.9121593",
                      "nextCutOffDate": "2026-06-03T18:36:49.9121593",
                      "nextDeliveryDate": "2026-06-03T18:36:49.9121593",
                      "nextDaysBuffer": 10
                    },
                    {
                      "$ref": "18"
                    }
                  ],
                  "store": {
                    "$ref": "5"
                  },
                  "updated": "2026-06-03T18:36:49.9121593",
                  "isHost": true
                },
                "files": [
                  {
                    "$id": "19",
                    "id": "sample string 1",
                    "fileName": "sample string 2",
                    "extension": "sample string 3",
                    "provider": 0,
                    "type": 0,
                    "hostType": "sample string 4",
                    "createdUtc": "2026-06-03T18:36:49.9121593",
                    "processed": "2026-06-03T18:36:49.9121593",
                    "isProcessing": true,
                    "processedCount": 6,
                    "processingTime": 1,
                    "collectedUtc": "2026-06-03T18:36:49.9121593",
                    "size": 1,
                    "sizeFormat": "sample string 7",
                    "isArchive": true,
                    "customerNumber": "sample string 9",
                    "businessPillar": "sample string 10",
                    "fileType": "sample string 11",
                    "version": "sample string 12",
                    "reference": "sample string 13",
                    "digest": "sample string 14",
                    "contentType": "sample string 15",
                    "host": {
                      "$ref": "10"
                    },
                    "metcashHeader": {
                      "$id": "20",
                      "customerNumber": "sample string 1",
                      "creationDate": "2026-06-03T18:36:49.9121593",
                      "businessPillar": "sample string 3",
                      "fileType": "sample string 4"
                    }
                  },
                  {
                    "$ref": "19"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$id": "21",
                    "id": 1,
                    "hostIdentifier": "mUFeGsCW3ke3bRcX/ATABQ==",
                    "hostIdentifierGuid": "1a5e4199-96c0-47de-b76d-1717fc04c005",
                    "storeID": 1,
                    "departmentCode": "sample string 2",
                    "hostGuids": [
                      "c14f7c98-6b1c-41f3-8f25-a431d45fb640",
                      "124ef869-92c8-4ba3-a8c1-60440a82b530"
                    ]
                  },
                  {
                    "$ref": "21"
                  }
                ],
                "hostFileStoreSetting": {
                  "$ref": "9"
                },
                "hostStoreSettings": [
                  {
                    "$ref": "9"
                  },
                  {
                    "$ref": "9"
                  }
                ],
                "promotionPlacements": [
                  {
                    "$id": "22",
                    "identifier": "tL0+6nIBf02bPOdjzhGmsw==",
                    "identifierGuid": "ea3ebdb4-0172-4d7f-9b3c-e763ce11a6b3",
                    "code": "sample string 2",
                    "description": "sample string 3",
                    "isAdvertised": true
                  },
                  {
                    "$ref": "22"
                  }
                ],
                "promoTypeGuids": [
                  "c41a204b-95b4-4b56-a129-083278f5f3af",
                  "2f4d5da9-6d48-4153-a984-9784490f4c6e"
                ],
                "isPromotionOnly": false,
                "isOrderable": false,
                "vendor": 0
              },
              "groupIDs": [
                1,
                2
              ],
              "hostDescription": "sample string 27"
            },
            {
              "$ref": "9"
            }
          ],
          "accounts": [
            {
              "$id": "23",
              "id": 1,
              "storeID": 1,
              "accountName": "sample string 2",
              "bsb": "sample string 3",
              "accountNumber": "sample string 4",
              "accountDesignated": true
            },
            {
              "$ref": "23"
            }
          ],
          "sales": [
            {
              "$id": "24",
              "id": 1,
              "storeID": 1,
              "externalSalesType": 2,
              "ftpSiteID": 1,
              "lastSaleProcessed": "2026-06-03T18:36:49.9121593",
              "ftpSite": {
                "$id": "25",
                "id": 1,
                "description": "sample string 2",
                "address": "sample string 3",
                "username": "sample string 4",
                "password": "sample string 5",
                "path": "sample string 7",
                "protocol": 8
              }
            },
            {
              "$ref": "24"
            }
          ],
          "suppliedStores": [
            1,
            2
          ],
          "zoneMatrix": [
            {
              "$ref": "21"
            },
            {
              "$ref": "21"
            }
          ],
          "cashManagements": [
            {
              "$id": "26",
              "id": 1,
              "storeID": 1,
              "cashManagementType": 2,
              "apiID": 1,
              "organisationID": "sample string 3",
              "siteName": "sample string 4",
              "thirdPartyAPI": {
                "$id": "27",
                "id": 1,
                "description": "sample string 2",
                "address": "sample string 3",
                "username": "sample string 4",
                "password": "sample string 5",
                "passwordPlain": "sample string 6",
                "token": "sample string 7",
                "apiType": 8,
                "apiSubType": 9,
                "config": "sample string 10"
              }
            },
            {
              "$ref": "26"
            }
          ],
          "updateStoreID": "530cdaef-327a-4356-82cf-2e6618e719bf",
          "updateStore": {
            "$id": "28",
            "id": "de536ae8-1a76-4112-a047-659e6105a198",
            "name": "sample string 1",
            "lastActivity": "2026-06-03T18:36:49.9121593",
            "zone": "sample string 2",
            "timeZoneOffset": 0.0,
            "businessHoursStart": "00:00:00.1234567",
            "businessHoursEnd": "00:00:00.1234567",
            "master": true,
            "lastIP": "sample string 10",
            "lastHostName": "sample string 11",
            "ping": 1,
            "pingStatus": "sample string 12",
            "lastUpdateCompleted": "2026-06-03T18:36:49.9121593"
          },
          "timeZoneId": "sample string 54",
          "securityOptions": {
            "$id": "29",
            "loginMode": 1,
            "allowSelfVerification": true,
            "verifierEmail": "sample string 3",
            "source": "sample string 4",
            "loginModeInherited": 5,
            "loginModeSource": "sample string 6",
            "selfVerifyInherited": true,
            "selfVerifySource": "sample string 8",
            "verifyEmailInherited": "sample string 9",
            "verifyEmailSource": "sample string 10"
          }
        },
        "storePrices": [
          {
            "$id": "30",
            "pluG_UID": "cWLnWe4dxU+J20UCqMhyBw==",
            "pluGuid": "59e76271-1dee-4fc5-89db-4502a8c87207",
            "plu": 1,
            "storeID": 1,
            "zoneID": 2,
            "zoneName": "sample string 3",
            "store": "sample string 4",
            "isElectedMasterStore": true,
            "isZoneMasterStore": true,
            "priceNow": 7,
            "costNow": 8,
            "costNowDecimals": 9,
            "normalPrice": 10,
            "priceNext": 1,
            "costNext": 1,
            "costNextDecimals": 11,
            "nextCampaignName": "sample string 12",
            "gstPercent": 13,
            "normalCost": 14,
            "normalCostDecimals": 15,
            "costGstPercent": 16,
            "costCalcMethod": 1,
            "currentCost": 17,
            "currentCostDecimals": 18,
            "break1": 19,
            "price1": 20,
            "break2": 21,
            "price2": 22,
            "break3": 23,
            "price3": 24,
            "fuelItem": 25,
            "fixedWeight": 26,
            "active": true,
            "complianceIndicator": "sample string 27",
            "doNotOrder": true,
            "doNotRange": true,
            "isNormalPriceChangesCampaign": true,
            "updated": "2026-06-03T18:36:49.9121593"
          },
          {
            "$ref": "30"
          }
        ],
        "currentPrices": {
          "$id": "31",
          "pluPrices": {
            "$id": "32",
            "plu": 1,
            "pluG_UID": "QEA=",
            "stores": [
              1,
              2
            ],
            "normalPrice": 1,
            "cost": 2,
            "break1": 3,
            "price1": 4,
            "break2": 5,
            "price2": 6,
            "break3": 7,
            "price3": 8,
            "discountPrice": 9,
            "memberDiscountPrice": 10,
            "acceptedUtc": "2026-06-03T18:36:49.9121593",
            "priceChangeType": 0,
            "costDecimals": 11,
            "costCalcMethod": 12,
            "targetCampaignPriceGtOrEquNormal": true
          },
          "normalPluPrices": {
            "$ref": "32"
          },
          "winningCampaign": 1,
          "winner": {
            "$id": "33",
            "campaignName": "sample string 1",
            "campaignDescription": "sample string 2",
            "talkerText": "sample string 3",
            "disableWasSave": true,
            "startDate": "2026-06-03T18:36:49.9121593",
            "startTime": 5,
            "endDate": "2026-06-03T18:36:49.9121593",
            "endTime": 6,
            "newPrice": 7,
            "newCost": 8,
            "newCostDecimals": 9,
            "pctDiscount": 10,
            "promoType": 1,
            "promotionTypeCode": "sample string 11",
            "hostType": 12,
            "hostIdentifier": "jZpB52tf7EeG8xmNm/TxjA==",
            "hostIdentifierGuid": "e7419a8d-5f6b-47ec-86f3-198d9bf4f18c",
            "storeNames": [
              "sample string 1",
              "sample string 2"
            ]
          },
          "details": [
            {
              "$ref": "33"
            },
            {
              "$ref": "33"
            }
          ]
        },
        "tray": {
          "$id": "34",
          "g_UId": "xKUsSihYdEit8MFpB7BFtA==",
          "guid": "4a2ca5c4-5828-4874-adf0-c16907b045b4",
          "name": "sample string 1",
          "number": 1,
          "tare": 1
        },
        "priceGroup": {
          "$id": "35",
          "priceGroupG_UID": "AfegCzZgkkm7RfjgXTBgww==",
          "priceGroupGuid": "0ba0f701-6036-4992-bb45-f8e05d3060c3",
          "name": "sample string 2",
          "code": 1,
          "modified": true,
          "updated": "2026-06-03T18:36:49.9121593",
          "buyingLimit": 1,
          "buyingLimitIndependent": true,
          "buyingLimitType": 0,
          "number": 1,
          "products": [
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            }
          ],
          "productCount": 1
        },
        "priceGroupName": "sample string 147",
        "nutrifacts": {
          "$id": "36",
          "pluG_UID": "+2xvQqvHP0SGU4TclbioaA==",
          "pluGuid": "426f6cfb-c7ab-443f-8653-84dc95b8a868",
          "plu": 1,
          "servingsPerPack": 1,
          "servingSize": 1,
          "showAllergens": 1,
          "energy": 1,
          "protein": 1,
          "fat": 1,
          "saturated": 1,
          "carbo": 1,
          "sugars": 1,
          "sodium": 1,
          "potasium": 1,
          "calcium": 1,
          "fibre": 1,
          "soya": 1,
          "nutsSeeds": 1,
          "shells": 1,
          "eggs": 1,
          "dairy": 1,
          "gluten": 1,
          "sulphites": 1,
          "peanuts": 1,
          "sesame": 1,
          "fish": 1,
          "lupins": 1
        },
        "dates": {
          "$id": "37",
          "pluGuid": "1ce2f605-5766-42eb-aa27-be37510b959b",
          "created": "2026-06-03T18:36:49.9121593",
          "createdByUser": "sample string 1",
          "activated": "2026-06-03T18:36:49.9121593",
          "activatedByUser": "sample string 2",
          "deactivated": "2026-06-03T18:36:49.9121593",
          "deactivatedByUser": "sample string 3",
          "lastOrdered": "2026-06-03T18:36:49.9121593",
          "lastOrderedQty": 4.0,
          "lastReceived": "2026-06-03T18:36:49.9121593",
          "lastReceivedQty": 5.0,
          "lastInvoiceStatus": 1,
          "lastCounted": "2026-06-03T18:36:49.9121593",
          "lastSold": "2026-06-03T18:36:49.9121593",
          "firstSold": "2026-06-03T18:36:49.9121593",
          "awsUpdated": "2026-06-03T18:36:49.9121593",
          "lastManualUpdate": "2026-06-03T18:36:49.9121593",
          "lastManualUpdatedByUser": "sample string 7",
          "lastUpdated": "2026-06-03T18:36:49.9121593",
          "lastUpdatedByUser": "sample string 9",
          "lastUpdatedByHost": "2026-06-03T18:36:49.9121593",
          "doNotRangeUpdated": "2026-06-03T18:36:49.9121593",
          "doNotOrderUpdated": "2026-06-03T18:36:49.9121593",
          "tracked": "2026-06-03T18:36:49.9121593"
        },
        "allergens": [
          {
            "$id": "38",
            "primaryKey": {
              "$id": "39",
              "pluGuid": "1bcc638f-0b50-4aaa-a99c-c14e89c430fe",
              "contains": 2
            },
            "allergenID": 1,
            "pluG_UID": "j2PMG1ALqkqpnMFOicQw/g==",
            "pluGuid": "1bcc638f-0b50-4aaa-a99c-c14e89c430fe",
            "contains": 2,
            "allergenName": "sample string 3",
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "38"
          }
        ],
        "costs": {
          "$id": "40",
          "pluG_UID": "9I3lgzrgEkaWiP5DlSQK9w==",
          "pluGuid": "83e58df4-e03a-4612-9688-fe4395240af7",
          "enteredCost": 1,
          "weightedAvgCost": 1,
          "lastCost": 1,
          "rawEnteredCost": 2,
          "rawWeightedAvgCost": 3,
          "rawLastCost": 4,
          "freight": 5.0,
          "freightType": 6,
          "costDecimals": 7,
          "fifoCost": 1,
          "updated": "2026-06-03T18:36:49.9121593",
          "normalCost": 1,
          "currentCost": 1
        },
        "sales": [
          {
            "$id": "41",
            "saleHeaderID": 1,
            "created": "2026-06-03T18:36:49.9121593",
            "createdLocal": "2026-06-03T18:36:49.9121593",
            "storeID": 3,
            "storeName": "sample string 4",
            "operatorG_Uid": "Cbu0k38i3kimZ4PJtvxN8g==",
            "operatorGuid": "93b4bb09-227f-48de-a667-83c9b6fc4df2",
            "operatorName": "sample string 5",
            "tranType": 1,
            "plu": 1,
            "pluG_UId": "IP9mQ7Zm20eDpPQRr/cn0g==",
            "pluGuid": "4366ff20-66b6-47db-83a4-f411aff727d2",
            "normalPrice": 1,
            "totalCents": 1,
            "cost": 1,
            "grossProfit": 1,
            "quantity": 1,
            "operator": {
              "$id": "42",
              "id": 1,
              "g_Uid": "q1Rh3ucaPUSJT1Jc3v+TBw==",
              "guid": "de6154ab-1ae7-443d-894f-525cdeff9307",
              "operatorNumber": 1,
              "shortName": "sample string 2",
              "firstName": "sample string 3",
              "lastName": "sample string 4",
              "password": "sample string 5",
              "hasPassword": true,
              "passwordText": "sample string 6",
              "rfidTagID": "sample string 7",
              "blueprintID": 1,
              "groupID": 1,
              "groupName": "sample string 8",
              "managerGroupID": 1,
              "managerGroupName": "sample string 9",
              "zoneID": 1,
              "zoneName": "sample string 10",
              "loggedIn": 1,
              "lastUsedIP": "sample string 11",
              "deleted": true,
              "locked": true,
              "allowOpenTill": true,
              "webEmail": "sample string 14",
              "simpleOperatorType": 0,
              "webRole": "sample string 15",
              "updated": "2026-06-03T18:36:49.9121593",
              "passwordResetRequired": true,
              "alteredInStore": true,
              "startShift": "2026-06-03T18:36:49.9121593",
              "endShift": "2026-06-03T18:36:49.9121593",
              "machineName": "sample string 20",
              "drawerID": 1,
              "stores": [
                {
                  "$id": "43",
                  "operatorG_UID": "4XWTFxOdnkGcTfsBMlq8qQ==",
                  "operatorGuid": "179375e1-9d13-419e-9c4d-fb01325abca9",
                  "storeID": 2,
                  "operator": {
                    "$ref": "42"
                  },
                  "store": {
                    "$ref": "5"
                  }
                },
                {
                  "$ref": "43"
                }
              ]
            }
          },
          {
            "$ref": "41"
          }
        ],
        "apns": [
          {
            "$id": "44",
            "pluID": 1,
            "pluG_UID": "T6jkXgSbREu3iP5oNtqqmQ==",
            "pluGuid": "5ee4a84f-9b04-4b44-b788-fe6836daaa99",
            "apn": "sample string 1",
            "deleted": true,
            "storeID": 1,
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "44"
          }
        ],
        "tuns": [
          {
            "$id": "45",
            "pluG_UId": "CMPf3e/dIEGMOh/JiUiyjg==",
            "pluGuid": "dddfc308-ddef-4120-8c3a-1fc98948b28e",
            "apn": "sample string 1",
            "tun": "sample string 2",
            "cartonQuantity": 3,
            "product": {
              "$ref": "4"
            },
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "45"
          }
        ],
        "competitionPricing": [
          {
            "$id": "46",
            "identifier": "YK+oDeFQwkqnr9eIpaxylw==",
            "identifierGuid": "0da8af60-50e1-4ac2-a7af-d788a5ac7297",
            "pluG_UID": "gfZqv4LwLk6MbXMaEHqLsw==",
            "pluGuid": "bf6af681-f082-4e2e-8c6d-731a107a8bb3",
            "competitionID": 1,
            "name": "sample string 2",
            "sellMultiple": 3,
            "retailPrice": 4,
            "storeName": "sample string 5"
          },
          {
            "$ref": "46"
          }
        ],
        "supplier": {
          "$ref": "11"
        },
        "supplierName": "sample string 148",
        "children": [
          {
            "$ref": "4"
          },
          {
            "$ref": "4"
          }
        ],
        "ordering": {
          "$ref": "14"
        },
        "flipChartPages": [
          {
            "$id": "47",
            "identifier": "zVPQ2TgGqE2pWzBez3s71w==",
            "groupName": "sample string 1",
            "identifierGuid": "d9d053cd-0638-4da8-a95b-305ecf7b3bd7",
            "exists": true,
            "flipChartIdentifier": "JFoA6CYMx0Gbapkj+u6qkQ==",
            "flipChartIdentifierGuid": "e8005a24-0c26-41c7-9b6a-9923faeeaa91",
            "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": "oAkDhFKeh02FigGO54Ggbw==",
            "groupIdentifierGuid": "840309a0-9e52-4d87-858a-018ee781a06f",
            "flipChart": {
              "$id": "48",
              "identifier": "0QaPv8orV0KKNcF9YkW5lw==",
              "identifierGuid": "bf8f06d1-2bca-4257-8a35-c17d6245b997",
              "displayName": "sample string 2",
              "sortOrder": 3,
              "productsPerRow": 4,
              "rowsPerPage": 5,
              "buttonMarginX": 6,
              "buttonMarginY": 7,
              "beginButtonsX": 8,
              "beginButtonsY": 9,
              "autoSizeButtons": true,
              "autoSizeGrid": true,
              "showButtonText": true,
              "showButtonImage": true,
              "formLocationX": 1,
              "formLocationY": 1,
              "formWidth": 14,
              "formHeight": 15,
              "formMaximised": true,
              "formResizable": true,
              "formBackgroundImage": "sample string 16",
              "formBackgroundColourA": 1,
              "formBackgroundColourR": 1,
              "formBackgroundColourG": 1,
              "formBackgroundColourB": 1,
              "formFontFamily": "sample string 17",
              "formFontSize": 1.1,
              "formFontStyle": 1,
              "formAttributes": "sample string 18",
              "buttonWidth": 19,
              "buttonHeight": 20,
              "buttonAnchor": 21,
              "buttonBackgroundImage": "sample string 22",
              "buttonTopColour": 1,
              "buttonTextColour": 1,
              "buttonBottomColour": 1,
              "buttonBorderColour": 1,
              "buttonBorderWidth": 1,
              "buttonRadius": 1,
              "buttonGradientMode": 1,
              "buttonDropShadow": true,
              "buttonShadowWidth": 1,
              "buttonHighLightOnPush": true,
              "buttonFontFamily": "sample string 23",
              "buttonFontSize": 1.1,
              "buttonFontStyle": 1,
              "buttonTextAlign": 1,
              "buttonWordBreak": true,
              "buttonDrawImageAndButton": true,
              "buttonVerticalText": true,
              "buttonImageAlign": 1,
              "panelLocationX": 1,
              "panelLocationY": 1,
              "panelWidth": 1,
              "panelHeight": 1,
              "panelAnchor": 1,
              "panelFontFamily": "sample string 24",
              "panelFontSize": 1.1,
              "panelFontStyle": 1,
              "panelBackgroundColour": 1,
              "panelTextColour": 1,
              "panelAttributes": "sample string 25",
              "unsentCount": 26,
              "group": {
                "$id": "49",
                "identifier": "yPtZwa3udkqRNhJEibsP1w==",
                "identifierGuid": "c159fbc8-eead-4a76-9136-124489bb0fd7",
                "name": "sample string 2",
                "formType": "sample string 3",
                "forms": [
                  {
                    "$id": "50",
                    "id": 1,
                    "g_UID": "+2spwyRqaUiFFkwS42ip1g==",
                    "guid": "c3296bfb-6a24-4869-8516-4c12e368a9d6",
                    "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": "PRwGP94YBkqXN3F+IXGnvg==",
                    "previousFormGuid": "3f061c3d-18de-4a06-9737-717e2171a7be",
                    "nextForm": 1,
                    "nextFormG_UID": "q3JbdgvSbU6pLdGiJR0Q1A==",
                    "nextFormGuid": "765b72ab-d20b-4e6d-a92d-d1a2251d10d4",
                    "attributes": "sample string 10",
                    "updated": "2026-06-03T18:36:49.9121593",
                    "positioning": 1,
                    "contentPanel": "sample string 11",
                    "selectionMode": 1,
                    "maximumSelections": 1,
                    "alteredInStore": true,
                    "deleted": true,
                    "blueprintID": 1,
                    "preserveLayout": true,
                    "mainCheckoutFormName": "sample string 13",
                    "nextCheckoutForm": {
                      "$ref": "50"
                    },
                    "previousCheckoutForm": {
                      "$ref": "50"
                    },
                    "buttons": [
                      {
                        "$id": "51",
                        "id": 1,
                        "checkoutFormID": 2,
                        "checkoutFormG_UID": "PFz6Gd6dbkO9VQ3JoDvxQA==",
                        "checkoutFormGuid": "19fa5c3c-9dde-436e-bd55-0dc9a03bf140",
                        "identifier": "pRqRu8o9S0i6lKYNw9OmBw==",
                        "identifierGuid": "bb911aa5-3dca-484b-ba94-a60dc3d3a607",
                        "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": "unHZXlU6RUG3caAuLPVA7Q==",
                        "valueGuid": "5ed971ba-3a55-4145-b771-a02e2cf540ed",
                        "buttonText": "sample string 10",
                        "valueText": "sample string 11",
                        "drawImageAndButton": true,
                        "updated": "2026-06-03T18:36:49.9121593",
                        "action": "sample string 12",
                        "valueForm": {
                          "$ref": "50"
                        },
                        "image": {
                          "$id": "52",
                          "name": "sample string 3.sample string 4",
                          "imageID": 2,
                          "imageName": "sample string 3",
                          "imageExtension": "sample string 4",
                          "lastUpdate": "2026-06-03T18:36:49.9121593",
                          "imageData": "QEA=",
                          "readOnly": true
                        }
                      },
                      {
                        "$ref": "51"
                      }
                    ],
                    "panels": [
                      {
                        "$id": "53",
                        "id": 1,
                        "checkoutFormID": 2,
                        "checkoutFormG_UID": "yfvlXib0F0G+06akJ1ISWw==",
                        "checkoutFormGuid": "5ee5fbc9-f426-4117-bed3-a6a42752125b",
                        "panelType": "sample string 4",
                        "name": "sample string 5",
                        "locationX": 6,
                        "locationY": 7,
                        "width": 8,
                        "height": 9,
                        "anchor": 10,
                        "fontFamily": "sample string 11",
                        "fontSize": 12.1,
                        "fontStyle": 13,
                        "backgroundColour": 14,
                        "textColour": 15,
                        "attributes": "sample string 16"
                      },
                      {
                        "$ref": "53"
                      }
                    ]
                  },
                  {
                    "$ref": "50"
                  }
                ],
                "panels": [
                  {
                    "$ref": "53"
                  },
                  {
                    "$ref": "53"
                  }
                ]
              },
              "pages": [
                {
                  "$ref": "47"
                },
                {
                  "$ref": "47"
                }
              ]
            },
            "contentPanel": {
              "$ref": "53"
            },
            "products": [
              {
                "$id": "54",
                "flipChartPageIdentifier": "vHRf+dT1cUKXdQaTt/v19Q==",
                "flipChartPageIdentifierGuid": "f95f74bc-f5d4-4271-9775-0693b7fbf5f5",
                "pluG_UID": "bhLJ0M8CEkqejS84bnluPA==",
                "pluGuid": "d0c9126e-02cf-4a12-9e8d-2f386e796e3c",
                "sortOrder": 3,
                "sent": true,
                "productChanged": true,
                "productImageName": "sample string 6",
                "productShowImageOnFlipCharts": true,
                "productShowTextOnFlipCharts": true,
                "productOverrideFlipChartText": true,
                "productFlipChartText": "sample string 10",
                "product": {
                  "$ref": "4"
                },
                "departmentSortOrder": 11,
                "subDepartmentName": "sample string 12"
              },
              {
                "$ref": "54"
              }
            ],
            "productCount": 27,
            "pages": [
              {
                "$ref": "47"
              },
              {
                "$ref": "47"
              }
            ]
          },
          {
            "$ref": "47"
          }
        ],
        "priceHistory": [
          {
            "$id": "55",
            "pluG_UID": "NVhMAdxQykC+VJB3347zaQ==",
            "pluGuid": "014c5835-50dc-40ca-be54-9077df8ef369",
            "price": 1,
            "costCalcMethod": 1,
            "cost": 2,
            "weightedAvgCost": 3,
            "lastCost": 4,
            "rawCost": 5,
            "rawWeightedAvgCost": 6,
            "rawLastCost": 7,
            "costDecimals": 8,
            "serviceFeeID": 9,
            "freight": 10.0,
            "freightType": 11,
            "process": "sample string 12",
            "user": "sample string 13",
            "updated": "2026-06-03T18:36:49.9121593",
            "previousPrice": 1,
            "previousCostCalcMethod": 1,
            "previousCost": 1,
            "previousWeightedAvgCost": 1,
            "previousLastCost": 1,
            "previousRawCost": 15,
            "previousRawWeightedAvgCost": 16,
            "previousRawLastCost": 17,
            "previousCostDecimals": 1,
            "previousServiceFeeID": 18,
            "previousFreight": 19.0,
            "previousFreightType": 20,
            "storeID": 21,
            "storeName": "sample string 22",
            "serviceFeeDescription": "sample string 23",
            "previousServiceFeeDescription": "sample string 24"
          },
          {
            "$ref": "55"
          }
        ],
        "ingredients": [
          {
            "$id": "56",
            "pluG_UID": "uTnAQlGyk0G/lqEWYGorIQ==",
            "ingredientGuid": "Kb92GE684EeYSpyYRvG3kg==",
            "ingredientIdentifier": "1876bf29-bc4e-47e0-984a-9c9846f1b792",
            "quantity": 1.0,
            "storeIDs": [
              1,
              2
            ],
            "ingredientText": "sample string 1",
            "ingredient": {
              "$ref": "4"
            }
          },
          {
            "$ref": "56"
          }
        ],
        "bins": [
          {
            "$id": "57",
            "pluG_UID": "JdkkXK4NskSMIu/Q8X3iZg==",
            "pluGuid": "5c24d925-0dae-44b2-8c22-efd0f17de266",
            "shelfLocationIdentifier": "cy/ZNOo9IEWaAg6+1EyRRg==",
            "shelfLocationGuid": "34d92f73-3dea-4520-9a02-0ebed44c9146",
            "labelShelfDefault": 1,
            "labelTalkerDefault": 1,
            "labelSmall": true,
            "labelPageLayoutG_UID": "AOVx/WApikOrv4dEVR4hpw==",
            "labelPageLayoutGuid": "fd71e500-2960-438a-abbf-8744551e21a7",
            "updated": "2026-06-03T18:36:49.9121593",
            "electronicShelfLabelIdentifier": "sample string 5",
            "electronicshelfLabelsConfigurationID": 6,
            "labelShelfChanged": true,
            "productName": "sample string 8",
            "locationText": "sample string 9",
            "product": {
              "$ref": "4"
            },
            "location": {
              "$id": "58",
              "identifier": "06yUeraMmkm6D7P60EmDHg==",
              "storeID": 1,
              "identifierGuid": "7a94acd3-8cb6-499a-ba0f-b3fad049831e",
              "name": "sample string 2",
              "haccp": true,
              "blueprintID": 1,
              "updated": "2026-06-03T18:36:49.9121593",
              "minTemp": 1,
              "maxTemp": 1,
              "checkFrequency": 1,
              "storeCaseConfiguration": 5,
              "storeName": "sample string 6",
              "bins": [
                {
                  "$ref": "57"
                },
                {
                  "$ref": "57"
                }
              ]
            }
          },
          {
            "$ref": "57"
          }
        ],
        "bin": {
          "$ref": "57"
        },
        "scaleLocations": [
          {
            "$id": "59",
            "plu": 1,
            "pluG_UID": "NFiTVzddzU+nmH5YGUELhw==",
            "pluGuid": "57935834-5d37-4fcd-a798-7e5819410b87",
            "deptNo": 1,
            "product": {
              "$ref": "4"
            },
            "scaleLocation": {
              "$id": "60",
              "id": 1,
              "deptNo": 1,
              "deptCode": "sample string 2",
              "name": "sample string 3",
              "enabled": true,
              "updated": "2026-06-03T18:36:49.9121593",
              "department": {
                "$id": "61",
                "id": 1,
                "name": "sample string 2",
                "code": "sample string 3",
                "sortOrder": 4,
                "isLiquor": true,
                "isTobacco": true,
                "excludeTalker": true,
                "externalSales": true,
                "saleGLCode": "sample string 9",
                "cogsglCode": "sample string 10",
                "accountingCategoryID": 11,
                "maximumMarkdownPercentage": 12.0,
                "accountingOnly": true,
                "generateExternalID": 1,
                "useNonReportableTaxCode": true,
                "minPLU": 15,
                "maxPLU": 16,
                "scaleLocation": {
                  "$ref": "60"
                },
                "subDepartments": [
                  {
                    "$id": "62",
                    "id": 1,
                    "departmentID": 2,
                    "name": "sample string 3",
                    "code": "sample string 4",
                    "departmentCode": "sample string 5",
                    "externalSales": true,
                    "minorDepartments": [
                      {
                        "$id": "63",
                        "id": 1,
                        "subDepartmentID": 2,
                        "departmentID": 3,
                        "name": "sample string 4",
                        "subDepartmentCode": "sample string 5",
                        "departmentCode": "sample string 6",
                        "code": "sample string 7",
                        "lesserDepartments": [
                          {
                            "$id": "64",
                            "id": 1,
                            "departmentID": 2,
                            "subDepartmentID": 3,
                            "minorDepartmentID": 4,
                            "name": "sample string 5",
                            "code": "sample string 6",
                            "departmentCode": "sample string 7",
                            "subDepartmentCode": "sample string 8",
                            "minorDepartmentCode": "sample string 9",
                            "updated": "2026-06-03T18:36:49.9121593",
                            "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": "YplCMQvUX0aivtl+INxvaA==",
                            "labelPageLayoutGuid": "31429962-d40b-465f-a2be-d97e20dc6f68",
                            "minimumAge": 17,
                            "countryOfOrigin": "sample string 18",
                            "serviceFeeID": 1,
                            "eftCode": 19,
                            "defaultPrinter": "sample string 20",
                            "defaultPrinterGroup": "sample string 21",
                            "buyingLimit": 1,
                            "buyingLimitIndependent": true,
                            "buyingLimitType": 0,
                            "includeInDistinctLimit": true,
                            "defaultsEmpty": false,
                            "mscCat": {
                              "$id": "65",
                              "dept": 1,
                              "category": 2,
                              "name": "sample string 3",
                              "active": true,
                              "mscCommodities": [
                                {
                                  "$id": "66",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "name": "sample string 4",
                                  "active": true,
                                  "mscSubCommodities": [
                                    {
                                      "$id": "67",
                                      "dept": 1,
                                      "category": 2,
                                      "commodity": 3,
                                      "subCommodity": 4,
                                      "name": "sample string 5",
                                      "active": true,
                                      "subCommodityCode": "sample string 7"
                                    },
                                    {
                                      "$ref": "67"
                                    }
                                  ],
                                  "commodityCode": "sample string 6"
                                },
                                {
                                  "$ref": "66"
                                }
                              ],
                              "categoryCode": "sample string 5"
                            },
                            "mscCom": {
                              "$ref": "66"
                            },
                            "mscDep": {
                              "$id": "68",
                              "dept": 1,
                              "name": "sample string 2",
                              "active": true,
                              "mscCategories": [
                                {
                                  "$ref": "65"
                                },
                                {
                                  "$ref": "65"
                                }
                              ],
                              "deptCode": "sample string 4"
                            },
                            "mscSubCom": {
                              "$ref": "67"
                            }
                          },
                          {
                            "$ref": "64"
                          }
                        ],
                        "updated": "2026-06-03T18:36:49.9121593",
                        "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": "cXplJgCP3k6MQgl4OyUjDw==",
                        "labelPageLayoutGuid": "26657a71-8f00-4ede-8c42-09783b25230f",
                        "minimumAge": 15,
                        "countryOfOrigin": "sample string 16",
                        "serviceFeeID": 1,
                        "eftCode": 17,
                        "defaultPrinter": "sample string 18",
                        "defaultPrinterGroup": "sample string 19",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "includeInDistinctLimit": true,
                        "defaultsEmpty": false,
                        "mscCat": {
                          "$ref": "65"
                        },
                        "mscCom": {
                          "$ref": "66"
                        },
                        "mscDep": {
                          "$ref": "68"
                        },
                        "mscSubCom": {
                          "$ref": "67"
                        }
                      },
                      {
                        "$ref": "63"
                      }
                    ],
                    "investmentBuyOverride": true,
                    "updated": "2026-06-03T18:36:49.9121593",
                    "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": "z4H6q2VzyUOt7chGxjLEGg==",
                    "labelPageLayoutGuid": "abfa81cf-7365-43c9-aded-c846c632c41a",
                    "minimumAge": 15,
                    "countryOfOrigin": "sample string 16",
                    "serviceFeeID": 1,
                    "eftCode": 17,
                    "defaultPrinter": "sample string 18",
                    "defaultPrinterGroup": "sample string 19",
                    "buyingLimit": 1,
                    "buyingLimitIndependent": true,
                    "buyingLimitType": 0,
                    "includeInDistinctLimit": true,
                    "defaultsEmpty": false,
                    "mscCat": {
                      "$ref": "65"
                    },
                    "mscCom": {
                      "$ref": "66"
                    },
                    "mscDep": {
                      "$ref": "68"
                    },
                    "mscSubCom": {
                      "$ref": "67"
                    }
                  },
                  {
                    "$ref": "62"
                  }
                ],
                "stores": [
                  1,
                  2
                ],
                "investmentBuyOverride": true,
                "updated": "2026-06-03T18:36:49.9121593",
                "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": "dg13gdR3mkKjqBi2q/aXZQ==",
                "labelPageLayoutGuid": "81770d76-77d4-429a-a3a8-18b6abf69765",
                "minimumAge": 25,
                "countryOfOrigin": "sample string 26",
                "serviceFeeID": 1,
                "eftCode": 27,
                "defaultPrinter": "sample string 28",
                "defaultPrinterGroup": "sample string 29",
                "buyingLimit": 1,
                "buyingLimitIndependent": true,
                "buyingLimitType": 0,
                "includeInDistinctLimit": true,
                "defaultsEmpty": false,
                "mscCat": {
                  "$ref": "65"
                },
                "mscCom": {
                  "$ref": "66"
                },
                "mscDep": {
                  "$ref": "68"
                },
                "mscSubCom": {
                  "$ref": "67"
                }
              }
            }
          },
          {
            "$ref": "59"
          }
        ],
        "nextPrice": {
          "$id": "69",
          "id": 1,
          "campaignID": 2,
          "campaignName": "sample string 3",
          "plu": 1,
          "hostOfferID": 1,
          "metcashPromotionID": "sample string 4",
          "metcashPromotionPlacement": "sample string 5",
          "pluG_UID": "+X/g8jcBr0m5avIszsd39A==",
          "pluGuid": "f2e07ff9-0137-49af-b96a-f22ccec777f4",
          "newPrice": 1,
          "pctDiscount": 1,
          "newCost": 1,
          "newCostDecimals": 6,
          "dealCostIdentifier": "MmDVSO3+LEaiF3cS1w+pgg==",
          "dealCostGuid": "48d56032-feed-462c-a217-7712d70fa982",
          "pluName": "sample string 7",
          "apn": "sample string 8",
          "fuelItem": true,
          "priceGroupG_UID": "KVgmI23Qbk+e4aJgvaviGg==",
          "priceGroupGuid": "23265829-d06d-4f6e-9ee1-a260bdabe21a",
          "itemNumber": "sample string 10",
          "cri": "sample string 11",
          "pluPrice": 12,
          "costCalcMethod": 13,
          "pluCost": 14,
          "pluCostIndicator": "sample string 15",
          "pluPriceGstPercent": 16,
          "pluCostGstPercent": 17,
          "pluActive": true,
          "cartonQty": 1.1,
          "baseUnits": 19.1,
          "salesMode": 1,
          "orderPacked": 20,
          "pluNormalCost": 21,
          "pluaws": 22.0,
          "directNumber": "sample string 23",
          "departmentName": "sample string 24",
          "subDepartmentName": "sample string 25",
          "priceGroupName": "sample string 26",
          "supplierName": "sample string 27",
          "stockOnHand": 1.1,
          "stockOnOrder": 1.1,
          "lastReceived": "2026-06-03T18:36:49.9121593",
          "rrp": 28,
          "campaignDescription": "sample string 29",
          "hostCampaign": true,
          "hostIdentifier": "QEA=",
          "hostIdentifierGuid": "f830acba-d4de-433b-aebc-5a39f7e4b83b",
          "campaignComboPriceGroupG_UID": "V7YiEwFpxUaO7ZNt1IPdAQ==",
          "campaignComboPriceGroupIdentifier": "1322b657-6901-46c5-8eed-936dd483dd01",
          "promotionPlacementDescription": "sample string 31",
          "storeAcceptances": [
            {
              "$id": "70",
              "plu": 1,
              "pluG_UId": "QEA=",
              "campaignID": 1,
              "campaignName": "sample string 2",
              "storeID": 3,
              "acceptedUtc": "2026-06-03T18:36:49.9121593",
              "operatorG_UID": "Yo/mE+DxNEafpOyHCrR6wA==",
              "operatorGuid": "13e68f62-f1e0-4634-9fa4-ec870ab47ac0",
              "machineID": 1,
              "processed": true,
              "appliedUtc": "2026-06-03T18:36:49.9121593",
              "signIqTicketFileMovedUtc": "2026-06-03T18:36:49.9121593",
              "user": "sample string 6",
              "campaignDescription": "sample string 7",
              "productDesc": "sample string 8",
              "storeName": "sample string 9",
              "effectiveUtc": "2026-06-03T18:36:49.9121593",
              "priceChangeType": 0,
              "operatorName": "sample string 10",
              "hostCampaign": true,
              "hostIdentifier": "QEA=",
              "hostIdentifierGuid": "ee2b2e88-531b-4ff1-b4ed-d9f3789c6cff",
              "product": {
                "$ref": "4"
              },
              "campaignPlu": {
                "$ref": "69"
              },
              "fuelItem": true
            },
            {
              "$ref": "70"
            }
          ],
          "campaign": {
            "$id": "71",
            "id": 1,
            "storeID": 2,
            "name": "989a508f-2992-4d93-a907-ebd4641a6717",
            "nameGuid": "989a508f-2992-4d93-a907-ebd4641a6717",
            "description": "sample string 4",
            "showDiscounts": true,
            "showTotals": true,
            "onlyEvaluateOnSubtotal": true,
            "useDescription": true,
            "campaignType": 1,
            "startDate": "2026-06-03T18:36:49.9121593",
            "startTime": 1,
            "endDate": "2026-06-03T18:36:49.9121593",
            "endTime": 1,
            "recurrence": 1,
            "recurrenceType": 1,
            "monthType": 1,
            "weekDays": 1,
            "months": 1,
            "monthWeeks": 1,
            "monthDays": "sample string 7",
            "printed": true,
            "talkerText": "sample string 8",
            "rangeDescription": "sample string 9",
            "dealDescription": "sample string 10",
            "labelQuantity": 11,
            "active": 1,
            "deactivated": "2026-06-03T18:36:49.9121593",
            "system": true,
            "created": "2026-06-03T18:36:49.9121593",
            "updated": "2026-06-03T18:36:49.9121593",
            "priceChangeNotifiedUtc": "2026-06-03T18:36:49.9121593",
            "promoType": 1,
            "promotionTypeCode": "sample string 13",
            "hostIdentifier": "vy/E9oUBx0ulmuCPwSJ7XA==",
            "hostIdentifierGuid": "f6c42fbf-0185-4bc7-a59a-e08fc1227b5c",
            "hostType": 14,
            "createdByUser": "sample string 15",
            "fromHost": true,
            "deleted": true,
            "campaignDeleted": "2026-06-03T18:36:49.9121593",
            "updatedByUser": "sample string 18",
            "offerID": 1,
            "isPriceChangeCampaign": true,
            "stores": [
              1,
              2
            ],
            "storeNames": [
              "sample string 1",
              "sample string 2"
            ],
            "campaignPlus": [
              {
                "$ref": "69"
              },
              {
                "$ref": "69"
              }
            ],
            "campaignPools": [
              {
                "$id": "72",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "plu": 4,
                "pluG_UID": "k1gGhiGn9ES5F1yU8sEMRg==",
                "pluGuid": "86065893-a721-44f4-b917-5c94f2c10c46",
                "hostOfferID": 1,
                "priceGroupG_UID": "GiiJRkTnP0mTjus7FeW9+w==",
                "priceGroupGuid": "4689281a-e744-493f-938e-eb3b15e5bdfb",
                "fuelItem": true,
                "pluName": "sample string 6",
                "apn": "sample string 7",
                "pluActive": true,
                "cartonQty": 1,
                "baseUnits": 9.1,
                "cri": "sample string 10",
                "salesMode": 1,
                "orderPacked": 11,
                "pluaws": 12.0,
                "directNumber": "sample string 13",
                "departmentName": "sample string 14",
                "subDepartmentName": "sample string 15",
                "priceGroupName": "sample string 16",
                "supplierName": "sample string 17",
                "stockOnHand": 1.1,
                "stockOnOrder": 1.1,
                "lastReceived": "2026-06-03T18:36:49.9121593",
                "rrp": 18,
                "campaignDescription": "sample string 19",
                "product": {
                  "$ref": "4"
                },
                "campaign": {
                  "$ref": "71"
                }
              },
              {
                "$ref": "72"
              }
            ],
            "sellingRules": [
              {
                "$id": "73",
                "id": 1,
                "identifier": "0vmmg5+eNkef+9Jx2cxM4w==",
                "identifierStr": "0vmmg5+eNkef+9Jx2cxM4w==",
                "identifierGuid": "83a6f9d2-9e9f-4736-9ffb-d271d9cc4ce3",
                "campaignID": 4,
                "campaignName": "sample string 5",
                "ruleJoin": 1,
                "ruleType": 6,
                "operand0": "sample string 7",
                "comparisonOp": 1,
                "operand1": "sample string 8",
                "action": 1,
                "operand2": "sample string 9",
                "operand3": "sample string 10",
                "includeExcludedItems": true,
                "noFurtherDiscounts": true,
                "description": "sample string 11",
                "sortOrder": 1,
                "isItemRule": false,
                "prevDept": "sample string 12",
                "campaign": {
                  "$ref": "71"
                }
              },
              {
                "$ref": "73"
              }
            ],
            "customers": [
              {
                "$id": "74",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "customerID": "WYIpuUFdVUSObxuEGziZhQ==",
                "customerIDGuid": "b9298259-5d41-4455-8e6f-1b841b389985",
                "campaign": {
                  "$ref": "71"
                },
                "customer": {
                  "$id": "75",
                  "identifier": "lywsUMPqtEC21v6kG41RYg==",
                  "identifierGuid": "502c2c97-eac3-40b4-b6d6-fea41b8d5162",
                  "code": "sample string 2",
                  "familyName": "sample string 3",
                  "givenName": "sample string 4",
                  "otherName": "sample string 5",
                  "title": "sample string 6",
                  "dateOfBirth": "2026-06-03T18:36:49.9121593",
                  "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": "xtd/HWMm6UeNO3lDauOCdg==",
                  "communityIdentifierGuid": "1d7fd7c6-2663-47e9-8d3b-79436ae38276",
                  "joined": "2026-06-03T18:36:49.9121593",
                  "updated": "2026-06-03T18:36:49.9121593",
                  "active": true,
                  "reasonInactive": 1,
                  "groupCustomer": true,
                  "loyaltyPoints": 1,
                  "homeStoreID": 1,
                  "availableSpend": 1,
                  "priceLevelIdentifier": "9cQVA2hnsEqTgSMZYGpAlA==",
                  "priceLevelIdentifierGuid": "0315c4f5-6768-4ab0-9381-2319606a4094",
                  "marketingID": "sample string 18",
                  "receiptPrintOptions": 1,
                  "hidden": true,
                  "registered": true,
                  "registeredOn": "2026-06-03T18:36:49.9121593",
                  "emailMarketing": true,
                  "smsMarketing": true,
                  "deleted": true,
                  "deletedUser": "sample string 24",
                  "homeStoreName": "sample string 25",
                  "customerCards": [
                    {
                      "$id": "76",
                      "cardType": 2,
                      "issueDate": "2026-06-03T18:36:49.9121593",
                      "expiry": "2026-06-03T18:36:49.9121593",
                      "customerID": "jU6oPItAtEGa/DnSa0n32g==",
                      "customerIDGuid": "3ca84e8d-408b-41b4-9afc-39d26b49f7da",
                      "initialValue": 1,
                      "currentValue": 1,
                      "maxLimit": 1,
                      "minTransaction": 1,
                      "maxTransaction": 1,
                      "multiplier": 1.1,
                      "active": true,
                      "reasonInactive": 1,
                      "idRequired": true,
                      "idType": 1,
                      "idValue": "sample string 5",
                      "updated": "2026-06-03T18:36:49.9121593",
                      "linkedAccount": "C21aVZJ2bE+rnRx4g5DQbQ==",
                      "linkedAccountGuid": "555a6d0b-7692-4f6c-ab9d-1c788390d06d",
                      "currentValueChanged": true,
                      "limitsChanged": true,
                      "customer": {
                        "$ref": "75"
                      },
                      "account": {
                        "$id": "77",
                        "id": 1,
                        "identifier": "//6EYMPmH0GOyCqIYT+SEg==",
                        "identifierGuid": "6084feff-e6c3-411f-8ec8-2a88613f9212",
                        "referenceNo": "sample string 3",
                        "name": "sample string 4",
                        "created": "2026-06-03T18:36:49.9121593",
                        "owner": "SETUnhPynEyP/Uji5+5Fbg==",
                        "ownerGuid": "9ed44448-f213-4c9c-8ffd-48e2e7ee456e",
                        "accountStoreGroupIdentifier": "+88oE5UbvkGDMSWR1zLe/Q==",
                        "accountStoreGroupGuid": "1328cffb-1b95-41be-8331-2591d732defd",
                        "accountType": 1,
                        "currentBalance": 1,
                        "externalID": "sample string 7",
                        "maximumLimit": 1,
                        "accruePoints": true,
                        "loyaltyPoints": 1,
                        "termsOfTrade": 1,
                        "signatureRequired": true,
                        "referenceRequired": true,
                        "statementSendType": 10,
                        "ageingPeriod": 1,
                        "monthlyAgeingPeriod": true,
                        "explodedInvoice": true,
                        "isFifoAllocation": true,
                        "lastStatementSent": "2026-06-03T18:36:49.9121593",
                        "active": true,
                        "updated": "2026-06-03T18:36:49.9121593",
                        "deleted": true,
                        "deletedUser": "sample string 16",
                        "currentBalanceChanged": true,
                        "maximumLimitChanged": true,
                        "loyaltyPointsChanged": true,
                        "projectedBalance": 17,
                        "accountStoreGroupStoreIDs": [
                          1,
                          2
                        ],
                        "customerEmail": "sample string 18",
                        "ownerCustomer": {
                          "$ref": "75"
                        },
                        "card": {
                          "$ref": "76"
                        },
                        "members": {
                          "$id": "78",
                          "sample string 1": [
                            {
                              "$ref": "75"
                            },
                            {
                              "$ref": "75"
                            }
                          ],
                          "sample string 2": [
                            {
                              "$ref": "75"
                            },
                            {
                              "$ref": "75"
                            }
                          ]
                        },
                        "customerGroups": [
                          {
                            "$id": "79",
                            "identifier": "EpyMbZng8kKHOMq+sCCF1Q==",
                            "identifierGuid": "6d8c9c12-e099-42f2-8738-cabeb02085d5",
                            "name": "sample string 2",
                            "primaryContact": "qHCSfBghrk2rp1dg6rIryQ==",
                            "primaryContactGuid": "7c9270a8-2118-4dae-aba7-5760eab22bc9",
                            "accountID": "a6EV7pltvUumahGkyWb2tw==",
                            "accountIDGuid": "ee15a16b-6d99-4bbd-a66a-11a4c966f6b7",
                            "special": true,
                            "updated": "2026-06-03T18:36:49.9121593",
                            "active": true,
                            "reasonInactive": 1,
                            "priceLevelIdentifier": "PnFkdl6MBUO808dVYKnSyg==",
                            "priceLevelIdentifierGuid": "7664713e-8c5e-4305-bcd3-c75560a9d2ca",
                            "marketingListID": "sample string 7",
                            "deleted": true,
                            "account": {
                              "$ref": "77"
                            },
                            "primaryContactCustomer": {
                              "$ref": "75"
                            },
                            "customerGroupMembers": [
                              {
                                "$id": "80",
                                "id": 1,
                                "groupID": "02058aDtYUul6fI0VuUzIQ==",
                                "groupIDGuid": "f1396dd3-eda0-4b61-a5e9-f23456e53321",
                                "customerID": "Fp6z1t61g0eqAth/yUw+hA==",
                                "customerIDGuid": "d6b39e16-b5de-4783-aa02-d87fc94c3e84",
                                "card": "sample string 4",
                                "linkedAccount": "8PcG9jfMJUughx9Rl0rFBA==",
                                "linkedAccountGuid": "f606f7f0-cc37-4b25-a087-1f51974ac504",
                                "customer": {
                                  "$ref": "75"
                                },
                                "group": {
                                  "$ref": "79"
                                },
                                "customerCard": {
                                  "$ref": "76"
                                }
                              },
                              {
                                "$ref": "80"
                              }
                            ]
                          },
                          {
                            "$ref": "79"
                          }
                        ]
                      },
                      "payments": [
                        {
                          "$id": "81",
                          "id": 1,
                          "identifier": "YWLO/lBYv06IVhVoQkRm+A==",
                          "identifierGuid": "fece6261-5850-4ebf-8856-1568424466f8",
                          "storeID": 2,
                          "operatorName": "sample string 3",
                          "saleHeaderID": 4,
                          "paymentType": 5,
                          "amount": 6,
                          "account": "sample string 7",
                          "accountID": "/TrW+mR6gkGP3XNeH0ytWQ==",
                          "accountIDGuid": "fad63afd-7a64-4182-8fdd-735e1f4cad59",
                          "customerAccount": {
                            "$ref": "77"
                          },
                          "customerCard": {
                            "$ref": "76"
                          },
                          "accountType": 1,
                          "cardName": "sample string 8",
                          "authorisationNumber": "sample string 9",
                          "bankReference": "sample string 10",
                          "merchantID": "sample string 11",
                          "terminalID": "sample string 12",
                          "cardNumber": "sample string 13",
                          "paymentDate": "2026-06-03T18:36:49.9121593",
                          "invRocNo": "sample string 14",
                          "responseCode": "sample string 15",
                          "cashout": 1,
                          "tip": 16,
                          "idempotentVoid": "DmGV12vDa0+jB9jq+vvQyQ==",
                          "idempotentVoidGuid": "d795610e-c36b-4f6b-a307-d8eafafbd0c9",
                          "offline": true,
                          "processed": 1,
                          "storeSaleHeader": {
                            "$id": "82",
                            "saleHeaderID": 1,
                            "saleHeaderGuid": "5muThackcUqGQAy2Vl1rwg==",
                            "saleHeaderIdentifierGuid": "85936be6-24a7-4a71-8640-0cb6565d6bc2",
                            "created": "2026-06-03T18:36:49.9121593",
                            "createdLocal": "2026-06-03T18:36:49.9121593",
                            "createdText": "sample string 4",
                            "itemCount": 5,
                            "totalAmount": 6,
                            "cashTender": 1,
                            "cardTender": 1,
                            "cheqTender": 1,
                            "acctTender": 1,
                            "voucherTender": 1,
                            "loyaltyPoints": 1,
                            "cashout": 1,
                            "changeAmount": 1,
                            "rounding": 1,
                            "gstAmount": 1,
                            "transactionDiscountTender": 1,
                            "totalTip": 7,
                            "tranType": 1,
                            "processed": 1,
                            "imported": "2026-06-03T18:36:49.9121593",
                            "storeID": 1,
                            "operatorG_Uid": "USKCt6epdUak0y5LhvNP+w==",
                            "operatorGuid": "b7822251-a9a7-4675-a4d3-2e4b86f34ffb",
                            "customerG_Uid": "5J+Hr1MhCU+9U/pVyOdSIg==",
                            "customerGuid": "af879fe4-2153-4f09-bd53-fa55c8e75222",
                            "communityIdentifier": "Dcraqat/eESSmeoNQza7mg==",
                            "communityIdentifierGuid": "a9daca0d-7fab-4478-9299-ea0d4336bb9a",
                            "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": "yv+5l7mUg0yeuKnb5Qq3JA==",
                            "priceLevelIdentifierGuid": "97b9ffca-94b9-4c83-9eb8-a9dbe50ab724",
                            "locked": 36,
                            "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:36:49.9121593+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                            "deserialisedOrderMetadata": {
                              "$id": "83",
                              "customerName": "sample string 1",
                              "pickupAt": "2026-06-03T18:36:49.9121593",
                              "deliveryAddress1": "sample string 2",
                              "deliveryAddress2": "sample string 3",
                              "customerPhoneNumber": "sample string 4",
                              "orderType": 0,
                              "externalOrderID": "sample string 5",
                              "externalDisplayableOrderID": "sample string 6",
                              "tableName": "sample string 7",
                              "createdBy": 0,
                              "orderingAppName": "sample string 8"
                            },
                            "relationChecksum": "sample string 38",
                            "loyaltyTender": 1,
                            "giftCardTender": 1,
                            "operator": {
                              "$ref": "42"
                            },
                            "customer": {
                              "$ref": "75"
                            },
                            "communityOrganisation": {
                              "$id": "84",
                              "id": 1,
                              "identifier": "/mYD0kukFEefMi6+kHGPkA==",
                              "identifierGuid": "d20366fe-a44b-4714-9f32-2ebe90718f90",
                              "name": "sample string 3",
                              "lookupIdentifier": "sample string 4",
                              "externalID": "sample string 5",
                              "phone": "sample string 6",
                              "fax": "sample string 7",
                              "email": "sample string 8",
                              "address1": "sample string 9",
                              "address2": "sample string 10",
                              "city": "sample string 11",
                              "postCode": "sample string 12",
                              "state": "sample string 13",
                              "country": "sample string 14",
                              "abn": "sample string 15",
                              "promoPeriodStart": "2026-06-03T18:36:49.9121593",
                              "promoPeriodEnd": "2026-06-03T18:36:49.9121593",
                              "allowDonations": true,
                              "logoImageName": "sample string 17",
                              "totalAmountAwarded": 18.1,
                              "updated": "2026-06-03T18:36:49.9121593",
                              "deleted": true
                            },
                            "details": [
                              {
                                "$id": "85",
                                "saleItemID": 1,
                                "identifier": "aYwdk756fkOY312FUJnjVQ==",
                                "identifierGuid": "931d8c69-7abe-437e-98df-5d855099e355",
                                "saleHeaderID": 2,
                                "plu": 1,
                                "pluG_UId": "bjIVjBzf1UCAaguowgNQ8g==",
                                "pluGuid": "8c15326e-df1c-40d5-806a-0ba8c20350f2",
                                "accountID": "+peuf37hVUytKLCone9Jtw==",
                                "accountIDGuid": "7fae97fa-e17e-4c55-ad28-b0a89def49b7",
                                "normalPrice": 3,
                                "originalSellingPrice": 4,
                                "discountPrice": 5,
                                "unit": 1,
                                "quantity": 6,
                                "totalCents": 7,
                                "fixedPrice": 1,
                                "tranType": 1,
                                "discountType": 1,
                                "cost": 1,
                                "costDecimals": 8,
                                "markdown": 1,
                                "manualQuantity": 1,
                                "manualPrice": 1,
                                "manualMode": 1,
                                "active": 1,
                                "offline": true,
                                "barcode": "sample string 9",
                                "keyedSale": 1,
                                "discountedID": 1,
                                "fuelID": 1,
                                "serialNumber": "sample string 10",
                                "bestOrExpire": "2026-06-03T18:36:49.9121593",
                                "bestOrExpireType": 1,
                                "providerName": "sample string 11",
                                "refundG_UID": "WDbuQPkZ7kiics4kbORvxw==",
                                "refundGuid": "40ee3658-19f9-48ee-a272-ce246ce46fc7",
                                "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": "BuNOKUpFQk2EjE2cHAKMew==",
                                "idempotentVoidGuid": "294ee306-454a-4d42-848c-4d9c1c028c7b",
                                "priceLevelIdentifier": "Vq13Bah6KEChScI5QFgudQ==",
                                "priceLevelIdentifierGuid": "0577ad56-7aa8-4028-a149-c23940582e75",
                                "communityIdentifier": "6ifMTxZnj0OCCGOVuspBSg==",
                                "communityIdentifierGuid": "4fcc27ea-6716-438f-8208-6395baca414a",
                                "productName": "sample string 23",
                                "apn": "sample string 24",
                                "unknownScans": [
                                  {
                                    "$id": "86",
                                    "id": 1,
                                    "saleDetailID": 2,
                                    "storeID": 1,
                                    "scanned": "2026-06-03T18:36:49.9121593",
                                    "operatorG_UID": "QEA=",
                                    "barcode": "sample string 4",
                                    "processed": 1
                                  },
                                  {
                                    "$ref": "86"
                                  }
                                ],
                                "refund": {
                                  "$id": "87",
                                  "id": 1,
                                  "g_UID": "HwKCBCnhhUKks4KNYHvz7Q==",
                                  "guid": "0482021f-e129-4285-a4b3-828d607bf3ed",
                                  "description": "sample string 1",
                                  "dumped": true,
                                  "inventoryReasonID": 1,
                                  "sortOrder": 1,
                                  "updated": "2026-06-03T18:36:49.9121593"
                                },
                                "modifier": {
                                  "$id": "88",
                                  "id": 1,
                                  "setG_UID": "n+b2LS16ZEec1aQApkZVqA==",
                                  "modifierSetGuid": "2df6e69f-7a2d-4764-9cd5-a400a64655a8",
                                  "name": "sample string 2",
                                  "price": 1,
                                  "quantity": 1,
                                  "modifierType": 1,
                                  "groupNumber": 1,
                                  "pageNumber": 1,
                                  "controlOrder": 1,
                                  "printToStation": true,
                                  "pluG_UID": "uA/dvTvc7k2a8yCpxhF71g==",
                                  "pluGuid": "bddd0fb8-dc3b-4dee-9af3-20a9c6117bd6",
                                  "deleted": true,
                                  "g_UID": "ClFVduDG6kWSeunFic17cA==",
                                  "guid": "7655510a-c6e0-45ea-927a-e9c589cd7b70",
                                  "product": {
                                    "$ref": "4"
                                  }
                                },
                                "priceLevelName": "sample string 25",
                                "pumpNumber": 1,
                                "hoseNumber": 1
                              },
                              {
                                "$ref": "85"
                              }
                            ],
                            "eftReceipts": [
                              {
                                "$id": "89",
                                "id": 1,
                                "storeID": 1,
                                "saleHeaderID": 2,
                                "storeSaleHeader": {
                                  "$ref": "82"
                                },
                                "receipt": "sample string 3",
                                "processed": 1
                              },
                              {
                                "$ref": "89"
                              }
                            ],
                            "payments": [
                              {
                                "$ref": "81"
                              },
                              {
                                "$ref": "81"
                              }
                            ],
                            "cards": [
                              {
                                "$id": "90",
                                "id": 1,
                                "saleHeaderID": 1,
                                "identifier": "sample string 2",
                                "cardType": 3,
                                "providerName": "sample string 4"
                              },
                              {
                                "$ref": "90"
                              }
                            ],
                            "campaignHits": [
                              {
                                "$id": "91",
                                "id": 1,
                                "saleHeaderID": 2,
                                "campaign": "sample string 3",
                                "name": "sample string 4",
                                "processed": 1,
                                "campaignDescription": "sample string 5"
                              },
                              {
                                "$ref": "91"
                              }
                            ],
                            "fuel": [
                              {
                                "$id": "92",
                                "id": 1,
                                "plu": 1,
                                "pluG_UID": "I64Xy1TtbU6iV2TDbojdXQ==",
                                "pluGuid": "cb17ae23-ed54-4e6d-a257-64c36e88dd5d",
                                "saleHeaderID": 2,
                                "totalCents": 3,
                                "grade": 1,
                                "gradeDescription": "sample string 4",
                                "dispenser": 1,
                                "hose": 1,
                                "quantity": 1,
                                "cost": 1,
                                "acquirerNum": 1,
                                "attendant": 1,
                                "ePurseBalance": 1.0,
                                "cardSignature": "sample string 5",
                                "compartmentNumber": 1,
                                "contractNumber": 1,
                                "discountCardPAN": "sample string 6",
                                "discountID": 1,
                                "discountName": "sample string 7",
                                "discountNetValue": 1.0,
                                "discountType": 1,
                                "discountValue": 1.0,
                                "discretionaryData": "sample string 8",
                                "driverID": "sample string 9",
                                "eftBatchNumber": 1,
                                "eftResponseCode": "sample string 10",
                                "endDateTime": "2026-06-03T18:36:49.9121593",
                                "engineHours": 1.1,
                                "fposNumber": 1,
                                "loyaltyCardPAN": "sample string 11",
                                "miscData1": 1,
                                "miscData2": "sample string 12",
                                "miscFlags": 1,
                                "mop": 1,
                                "odometer": 1,
                                "panNumber": "sample string 13",
                                "saleRefund": true,
                                "saleStatus": 1,
                                "sequenceNumber": 1,
                                "stan": 1,
                                "startDateTime": "2026-06-03T18:36:49.9121593",
                                "tagNumber": "sample string 15",
                                "trackTwoRem": "sample string 16",
                                "transCode": 1,
                                "transType": 1,
                                "unitPrice": 1.0,
                                "vehicleReg": "sample string 17",
                                "offline": true,
                                "processed": 1
                              },
                              {
                                "$ref": "92"
                              }
                            ],
                            "fuelResells": [
                              {
                                "$id": "93",
                                "saleItemID": 1,
                                "saleHeaderID": 2,
                                "plu": 1,
                                "pluG_UId": "Y+Po2j/h002dIm8w3w47mQ==",
                                "pluGuid": "dae8e363-e13f-4dd3-9d22-6f30df0e3b99",
                                "accountID": "x+CShWxD+0C09HaF/225bw==",
                                "accountIDGuid": "8592e0c7-436c-40fb-b4f4-7685ff6db96f",
                                "normalPrice": 3,
                                "originalSellingPrice": 4,
                                "discountPrice": 5,
                                "unit": 1,
                                "quantity": 6,
                                "totalCents": 7,
                                "fixedPrice": 1,
                                "tranType": 1,
                                "processed": 1,
                                "discountType": 1,
                                "cost": 1,
                                "costDecimals": 1,
                                "markdown": 1,
                                "manualQuantity": 1,
                                "manualPrice": 1,
                                "manualMode": 1,
                                "active": 1,
                                "barcode": "sample string 8",
                                "offline": 1,
                                "keyedSale": 1,
                                "discountedID": 1,
                                "fuelID": 1,
                                "serialNumber": "sample string 9",
                                "bestOrExpire": "2026-06-03T18:36:49.9121593",
                                "bestOrExpireType": 1,
                                "refundG_UID": "WxEzVqkKBUmX5oPQvo06LA==",
                                "refundGuid": "5633115b-0aa9-4905-97e6-83d0be8d3a2c",
                                "providerName": "sample string 10",
                                "campaign": "sample string 11",
                                "campaignType": 1,
                                "modifiedID": 1,
                                "omittedIngredient": 1,
                                "taxPercent": 1.0,
                                "taxAmount": 1.0,
                                "refundablePrice": 1.0,
                                "showDiscounts": true,
                                "orderPrinted": true,
                                "note": "sample string 14",
                                "modifierName": "sample string 15",
                                "modifierSetName": "sample string 16",
                                "totalValueWasScanned": true,
                                "sold": true,
                                "campaignPrice": true,
                                "scannedValue": 1,
                                "campaignName": "sample string 20",
                                "comboDiscount": 1
                              },
                              {
                                "$ref": "93"
                              }
                            ],
                            "customerOrder": [
                              {
                                "$id": "94",
                                "identifier": "oZaL35Pu4EmzJzFr+moZRQ==",
                                "identifierGuid": "df8b96a1-ee93-49e0-b327-316bfa6a1945",
                                "id": 1,
                                "orderNo": 2,
                                "externalSaleIdentifier": "sample string 3",
                                "storeID": 4,
                                "zoneID": 5,
                                "deptNo": 6,
                                "customerIdentifier": "vBm9xk26LkmT5iFYtODY5g==",
                                "customerIdentifierGuid": "c6bd19bc-ba4d-492e-93e6-2158b4e0d8e6",
                                "operatorNo": 1,
                                "operatorG_UID": "bTAR4DnujkO51iVLxoT2Hg==",
                                "operatorGuid": "e011306d-ee39-438e-b9d6-254bc684f61e",
                                "created": "2026-06-03T18:36:49.9121593",
                                "ordered": "2026-06-03T18:36:49.9121593",
                                "started": "2026-06-03T18:36:49.9121593",
                                "completed": "2026-06-03T18:36:49.9121593",
                                "supplied": "2026-06-03T18:36:49.9121593",
                                "quickTicket": 1,
                                "deleted": true,
                                "walkAway": true,
                                "approxWait": 1,
                                "actualWait": 1,
                                "deliveryMethod": 8,
                                "externalSaleType": 9,
                                "customer": {
                                  "$ref": "75"
                                },
                                "operator": {
                                  "$ref": "42"
                                },
                                "details": [
                                  {
                                    "$id": "95",
                                    "headerID": 1,
                                    "plu": 1,
                                    "pluG_UId": "kO4j0nm8HUCcDyCbE1lNHw==",
                                    "pluGuid": "d223ee90-bc79-401d-9c0f-209b13594d1f",
                                    "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": "4pDiwj53lUSOaaK7dzb2Kw==",
                                    "headerIdentifierGuid": "c2e290e2-773e-4495-8e69-a2bb7736f62b",
                                    "product": {
                                      "$ref": "4"
                                    }
                                  },
                                  {
                                    "$ref": "95"
                                  }
                                ],
                                "storeName": "sample string 11",
                                "customerName": "sample string 12",
                                "storeReplyTo": "sample string 13",
                                "storeSubjectLine": "sample string 14",
                                "storeSaleHeader": {
                                  "$ref": "82"
                                }
                              },
                              {
                                "$ref": "94"
                              }
                            ],
                            "surveyResponses": [
                              {
                                "$id": "96",
                                "surveyG_UID": "/XGLb5AEqkOnKdScd4Yqsw==",
                                "surveyGuid": "6f8b71fd-0490-43aa-a729-d49c77862ab3",
                                "saleHeaderGuid": "GpoioXOW906xTcAPGvUcUw==",
                                "saleGuid": "a1229a1a-9673-4ef7-b14d-c00f1af51c53",
                                "textResponse": "sample string 1",
                                "integerResponse": 1,
                                "g_UIDResponse": "pTy/BljId0SICya4SliAxw==",
                                "guidResponse": "06bf3ca5-c858-4477-880b-26b84a5880c7",
                                "whoAnswered": 2,
                                "answeredAtUTC": "2026-06-03T18:36:49.9121593",
                                "sale": {
                                  "$ref": "82"
                                },
                                "survey": {
                                  "$id": "97",
                                  "g_UID": "029LcEaafU20P+IQ4/Q0Lw==",
                                  "guid": "704b6fd3-9a46-4d7d-b43f-e210e3f4342f",
                                  "name": "sample string 1",
                                  "storeID": 2,
                                  "zoneID": 1,
                                  "checkoutFormG_UID": "98eg3qHcDE+Qtva8H9nGxg==",
                                  "checkoutFormGuid": "dea0c7f7-dca1-4f0c-90b6-f6bc1fd9c6c6",
                                  "displayToWho": 3,
                                  "displayWhen": 4,
                                  "start": "2026-06-03T18:36:49.9121593",
                                  "end": "2026-06-03T18:36:49.9121593",
                                  "deleted": true,
                                  "updated": "2026-06-03T18:36:49.9121593",
                                  "possibleIntegerResponses": [
                                    1,
                                    2
                                  ],
                                  "possibleTextResponses": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "possibleGuidResponses": [
                                    "b0ae5289-dc60-4f3d-ac67-63b3df62c665",
                                    "d092c13e-a794-47d7-9dd7-ca644d74c843"
                                  ],
                                  "allowsAllTextResponses": true,
                                  "surveyForm": {
                                    "$ref": "50"
                                  }
                                },
                                "ingressId": "sample string 4"
                              },
                              {
                                "$ref": "96"
                              }
                            ],
                            "storeName": "sample string 39",
                            "terminalNumber": 40,
                            "machineName": "sample string 41",
                            "operatorName": "sample string 42",
                            "direction": 1,
                            "reason": "sample string 43",
                            "accountG_UID": "2owRqI//jkGweSsfW6nSgg==",
                            "accountIdentifier": "a8118cda-ff8f-418e-b079-2b1f5ba9d282",
                            "accountName": "sample string 44",
                            "customerOrderIdentifier": "/Eh0UD6HckGuG9QWGOjYvA==",
                            "customerOrderIdentifierGuid": "507448fc-873e-4172-ae1b-d41618e8d8bc",
                            "priceLevelName": "sample string 45",
                            "revision": 46,
                            "ingressId": "sample string 47"
                          },
                          "metadata": {
                            "$id": "98",
                            "id": 1,
                            "paymentID": 2,
                            "paymentIdentifier": "OByipJPzbEeFjQX//Y4QSg==",
                            "paymentIdentifierGuid": "a4a21c38-f393-476c-858d-05fffd8e104a",
                            "identifier": "WZjjuEKmfk+YR10mijl7ow==",
                            "identifierGuid": "b8e39859-a642-4f7e-9847-5d268a397ba3",
                            "metadata": "sample string 3",
                            "signatureImage": "QEA=",
                            "itemIdentifier": "+HgxhLB5ZEu6VT96vZqUdw==",
                            "itemIdentifierGuid": "843178f8-79b0-4b64-ba55-3f7abd9a9477"
                          }
                        },
                        {
                          "$ref": "81"
                        }
                      ]
                    },
                    {
                      "$ref": "76"
                    }
                  ],
                  "customerGroupMembers": [
                    {
                      "$ref": "80"
                    },
                    {
                      "$ref": "80"
                    }
                  ],
                  "customerGroups": [
                    {
                      "$ref": "79"
                    },
                    {
                      "$ref": "79"
                    }
                  ],
                  "accounts": [
                    {
                      "$ref": "77"
                    },
                    {
                      "$ref": "77"
                    }
                  ],
                  "account": {
                    "$ref": "77"
                  },
                  "vouchers": [
                    {
                      "$id": "99",
                      "customerIdentifier": "UxGe7fkH+0aZ0BMhYiGhaQ==",
                      "customerIdentifierGuid": "ed9e1153-07f9-46fb-99d0-13216221a169",
                      "voucherName": "sample string 2",
                      "count": 3,
                      "storeID": 4,
                      "barcode": "sample string 5",
                      "redeemCount": 6,
                      "issueCount": 7,
                      "storeSalePaymentID": 1,
                      "idempotentID": "hXOrFKFIoUu3cYyy45zGwg==",
                      "idempotentGuid": "14ab7385-48a1-4ba1-b771-8cb2e39cc6c2",
                      "offline": true,
                      "voucher": {
                        "$id": "100",
                        "id": 1,
                        "name": "sample string 2",
                        "description": "sample string 3",
                        "shortDescription": "sample string 4",
                        "url": "sample string 5",
                        "barcodeTemplateID": 1,
                        "expiry": 0,
                        "voucherType": 6,
                        "limitPerTransaction": 7,
                        "customerTracking": true,
                        "discountAccount": "sample string 9",
                        "endDate": "2026-06-03T18:36:49.9121593",
                        "barcodeTemplate": {
                          "$id": "101",
                          "templateID": 1,
                          "template": "sample string 1",
                          "bcFunction": "sample string 2",
                          "sortOrder": 3
                        },
                        "scaleLabel": {
                          "$id": "102",
                          "id": 1,
                          "uid": "sample string 2",
                          "name": "sample string 3",
                          "width": 1.1,
                          "height": 1.1,
                          "showBorder": true,
                          "borderWidth": 1.1,
                          "borderStyle": 1,
                          "borderColour": "sample string 5",
                          "updated": "2026-06-03T18:36:49.9121593",
                          "labelPageLayout": "avqdH64bm0myDQWVWOGtEg==",
                          "pageLayoutGuid": "1f9dfa6a-1bae-499b-b20d-059558e1ad12",
                          "labelType": 6,
                          "oldName": "sample string 7",
                          "voucher": {
                            "$ref": "100"
                          },
                          "elements": [
                            {
                              "$id": "103",
                              "id": 1,
                              "scaleLabelID": 2,
                              "showPercentDI": true,
                              "showAvgPerHundred": true,
                              "showAvgPerServe": true,
                              "name": "sample string 6",
                              "x": 1.1,
                              "y": 1.1,
                              "width": 1.1,
                              "height": 1.1,
                              "type": 1,
                              "rotation": 1,
                              "text": "sample string 7",
                              "fontFamily": "sample string 8",
                              "align": 1,
                              "bold": true,
                              "italic": true,
                              "underline": true,
                              "strikeout": true,
                              "reverse": true,
                              "textColour": "sample string 9",
                              "fontSize": 1.1,
                              "picture": "QEA=",
                              "borderWidth": 10,
                              "sortOrder": 11,
                              "printOptions": 12,
                              "superScriptTextFontSize": 1.1,
                              "lineStyle": 1,
                              "spacingStyle": 1,
                              "interCharacterSpacing": 1.1,
                              "superScriptOffset": 1.1,
                              "lineSpacing": 1.1,
                              "dateFormat": "sample string 13",
                              "autoGrow": true,
                              "fontAutoResize": true,
                              "updated": "2026-06-03T18:36:49.9121593"
                            },
                            {
                              "$ref": "103"
                            }
                          ]
                        },
                        "customerVouchers": [
                          {
                            "$id": "104",
                            "id": 1,
                            "customerIdentifier": "4Bv3reB4mUiWQDGB70k2EQ==",
                            "customerIdentifierGuid": "adf71be0-78e0-4899-9640-3181ef493611",
                            "voucherID": 3,
                            "voucherName": "sample string 4",
                            "storeID": 1,
                            "barcode": "sample string 5",
                            "dateOfIssue": "2026-06-03T18:36:49.9121593",
                            "issuedSaleHeaderID": 1,
                            "issuedSaleIdentifier": "sample string 7",
                            "issuedOfflinePaymentID": 1,
                            "issuedIdempotentID": "d/jyv+zQVkyackYwDv2DhQ==",
                            "issuedIdempotentGuid": "bff2f877-d0ec-4c56-9a72-46300efd8385",
                            "issuedOffline": true,
                            "issuedUser": "sample string 9",
                            "issuedNotes": "sample string 10",
                            "expiryDate": "2026-06-03T18:36:49.9121593",
                            "expiredUser": "sample string 11",
                            "expiredNotes": "sample string 12",
                            "redeemed": "2026-06-03T18:36:49.9121593",
                            "redeemedSaleHeaderID": 1,
                            "redeemedSaleIdentifier": "sample string 13",
                            "redeemedOfflinePaymentID": 1,
                            "redeemedIdempotentID": "plhyDSqKx0WQGzp1MMxKHQ==",
                            "redeemedIdempotentGuid": "0d7258a6-8a2a-45c7-901b-3a7530cc4a1d",
                            "redeemedUser": "sample string 14",
                            "redeemedNotes": "sample string 15",
                            "redeemedOffline": true,
                            "updated": "2026-06-03T18:36:49.9121593",
                            "storeName": "sample string 17",
                            "scaleLabel": {
                              "$ref": "102"
                            },
                            "voucher": {
                              "$ref": "100"
                            },
                            "customer": {
                              "$ref": "75"
                            },
                            "issuedOfflinePayment": {
                              "$ref": "81"
                            },
                            "redeemedOfflinePayment": {
                              "$ref": "81"
                            }
                          },
                          {
                            "$ref": "104"
                          }
                        ]
                      },
                      "customer": {
                        "$ref": "75"
                      }
                    },
                    {
                      "$ref": "99"
                    }
                  ]
                }
              },
              {
                "$ref": "74"
              }
            ],
            "customerGroups": [
              {
                "$id": "105",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupID": "3hndP0puiUGLgtfN1Xy/iA==",
                "groupIDGuid": "3fdd19de-6e4a-4189-8b82-d7cdd57cbf88",
                "campaign": {
                  "$ref": "71"
                },
                "group": {
                  "$ref": "79"
                }
              },
              {
                "$ref": "105"
              }
            ],
            "signIqTickets": [
              {
                "$id": "106",
                "identifier": "Y73eztyfO0iHl7HiGH8hfQ==",
                "identifierGuid": "cedebd63-9fdc-483b-8797-b1e2187f217d",
                "campaignName": "sample string 2",
                "message": "sample string 3",
                "ticketFileSource": "sample string 4",
                "ticketFileDestination": "sample string 5",
                "storeID": 1
              },
              {
                "$ref": "106"
              }
            ],
            "comboPriceGroups": [
              {
                "$id": "107",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "g_UID": "n/DiS0YhHkmyb7O604oYNw==",
                "guid": "4be2f09f-2146-491e-b26f-b3bad38a1837",
                "description": "sample string 5",
                "newPrice": 1,
                "rangeDescription": "sample string 6",
                "dealDescription": "sample string 7",
                "labelQuantity": 8,
                "hostProductCategoryID": 1,
                "offerID": 1,
                "dontUpdatePricePlus": true,
                "campaign": {
                  "$ref": "71"
                },
                "comboPricePlus": [
                  {
                    "$id": "108",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "groupG_UID": "jKhBXRsT90iRmyV4cLEMig==",
                    "groupGuid": "5d41a88c-131b-48f7-919b-257870b10c8a",
                    "comboPriceType": 5,
                    "priceType": 5,
                    "pluG_UID": "tlJj9jjZrE6MFpKNDOfmvQ==",
                    "pluGuid": "f66352b6-d938-4eac-8c16-928d0ce7e6bd",
                    "priceGroupG_UID": "nEMdTujqn0C72lMZfwXG5g==",
                    "priceGroupGuid": "4e1d439c-eae8-409f-bbda-53197f05c6e6",
                    "campaignPoolID": "sample string 7",
                    "quantity": 1,
                    "campaign": {
                      "$ref": "71"
                    },
                    "product": {
                      "$ref": "4"
                    },
                    "priceGroup": {
                      "$ref": "35"
                    },
                    "campaignPool": {
                      "$ref": "71"
                    }
                  },
                  {
                    "$ref": "108"
                  }
                ]
              },
              {
                "$ref": "107"
              }
            ],
            "priceLevels": [
              {
                "$id": "109",
                "id": 1,
                "priceLevelIdentifier": "Sf3NC1vqmUmSDZP/xYAIKg==",
                "priceLevelIdentifierGuid": "0bcdfd49-ea5b-4999-920d-93ffc580082a",
                "campaignName": "sample string 3",
                "priceLevelName": "sample string 4"
              },
              {
                "$ref": "109"
              }
            ],
            "promotionType": {
              "$id": "110",
              "identifier": "3xdBh4yDI0ukBJ9pdaKjRA==",
              "identifierGuid": "874117df-838c-4b23-a404-9f6975a2a344",
              "hostType": 2,
              "code": "sample string 3",
              "description": "sample string 4",
              "isLiquor": true,
              "isAdvertised": true,
              "disableWasSave": true,
              "excludeFromPromoSales": true,
              "labelPageLayoutG_UID": "rkmeFCWCU0mtCtOTbdOTxQ==",
              "labelPageLayoutGuid": "149e49ae-8225-4953-ad0a-d3936dd393c5",
              "priceLevelIdentifier": "rpO0qQ0AeUmKQ59aVqHuoQ==",
              "priceLevelIdentifierGuid": "a9b493ae-000d-4979-8a43-9f5a56a1eea1",
              "active": true,
              "updated": "2026-06-03T18:36:49.9121593",
              "hostName": "sample string 11"
            }
          },
          "product": {
            "$ref": "4"
          },
          "dealCost": {
            "$id": "111",
            "headerIdentifier": "cTGRQRiW5km/AMc1BfqRlA==",
            "headerIdentifierGuid": "41913171-9618-49e6-bf00-c73505fa9194",
            "identifier": "xfZItljlnkmZfPmckWi/nA==",
            "identifierGuid": "b648f6c5-e558-499e-997c-f99c9168bf9c",
            "supplierIdentifier": "uG242Tq90Ey/KI1CKzcsSw==",
            "supplierGuid": "d9b86db8-bd3a-4cd0-bf28-8d422b372c4b",
            "pluG_UID": "1LMLVNAve0iLH6tAzvBz+Q==",
            "pluGuid": "540bb3d4-2fd0-487b-8b1f-ab40cef073f9",
            "campaignName": "29481514-c188-420b-92e6-50961cdbc1ec",
            "description": "sample string 4",
            "cost": 5,
            "costDecimals": 6,
            "start": "2026-06-03T18:36:49.9121593",
            "end": "2026-06-03T18:36:49.9121593",
            "type": 9,
            "promoType": 10,
            "bonusItemPLUG_UID": "bfRGwKO0RU2CV3Ghn7qKjA==",
            "bonusItemPluGuid": "c046f46d-b4a3-4d45-8257-71a19fba8a8c",
            "bonusPurchaseUnits": 11,
            "bonusReceiveUnits": 12,
            "updated": "2026-06-03T18:36:49.9121593",
            "metcashPromotionID": "sample string 14",
            "fromHost": 15,
            "storeNames": "sample string 16",
            "storeIDs": [
              1,
              2
            ],
            "supplierName": "sample string 17",
            "campaignDescription": "sample string 18",
            "newPrice": 1,
            "campaignMetcashPromotionID": "sample string 19",
            "campaignActive": true,
            "campaignStartDate": "2026-06-03T18:36:49.9121593",
            "campaignEndDate": "2026-06-03T18:36:49.9121593",
            "masterPLUG_UID": "011A4WER4UewPgXk5SKkRQ==",
            "masterID": "e1405dd3-1161-47e1-b03e-05e4e522a445",
            "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": "o1TqawJ76kuVCCZJDu+0mg==",
            "bonusMasterID": "6bea54a3-7b02-4bea-9508-26490eefb49a",
            "bonusProductName": "sample string 34",
            "bonusProductAPN": "sample string 35",
            "bonusOrderCode": "sample string 36",
            "bonusNormalSell": 37,
            "bonusNormalCost": 38,
            "bonusNormalCostDecimals": 39,
            "bonusCartonQuantity": 40,
            "bonusSalesMode": 41,
            "bonusOrderPacked": 42,
            "bonusFuelItem": true,
            "bonusActive": true
          }
        },
        "currentCostStart": "2026-06-03T18:36:49.9121593",
        "dealCosts": [
          {
            "$ref": "111"
          },
          {
            "$ref": "111"
          }
        ],
        "tags": [
          {
            "$id": "112",
            "pluG_UID": "m6Eafzhnqkmh4YT14GGwEA==",
            "pluGuid": "7f1aa19b-6738-49aa-a1e1-84f5e061b010",
            "tagID": 1,
            "description": "sample string 1",
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "112"
          }
        ],
        "alternateProductG_UID": "kOXSoZ1NCU2H+NPolxqjZw==",
        "alternateProduct": "a1d2e590-4d9d-4d09-87f8-d3e8971aa367",
        "altProduct": {
          "$ref": "4"
        },
        "productHostCode": {
          "$id": "113",
          "id": 1,
          "pluG_UID": "1xsQY1xex0G2VyFg+SRkpA==",
          "pluGuid": "63101bd7-5e5c-41c7-b657-2160f92464a4",
          "ibaCode": "sample string 2"
        },
        "mscCat": {
          "$ref": "65"
        },
        "mscCom": {
          "$ref": "66"
        },
        "mscDep": {
          "$ref": "68"
        },
        "mscSubCom": {
          "$ref": "67"
        },
        "isUserUpdate": true,
        "ignoreMasterProduct": true,
        "priceGroupLabelRequested": true,
        "firstSold": "2026-06-03T18:36:49.9121593",
        "inventoryTracked": "2026-06-03T18:36:49.9121593",
        "isNormalPriceChangesCampaign": true,
        "baseProductFuel": {
          "$id": "114",
          "pluG_UID": "XxcYIhRFmEuTVwMsRAureg==",
          "pluGuid": "2218175f-4514-4b98-9357-032c440bab7a",
          "fuelPluG_UID": "efqYIMgdFkeTbZASSjqyaQ==",
          "fuelPluGuid": "2098fa79-1dc8-4716-936d-90124a3ab269",
          "price": 3,
          "productDescription": "sample string 4",
          "productBarcode": "sample string 5",
          "fuelProductDescription": "sample string 6",
          "fuelProductBarcode": "sample string 7",
          "fuelProductPrice": 8
        },
        "productFuelLinks": [
          {
            "$ref": "114"
          },
          {
            "$ref": "114"
          }
        ]
      },
      "location": {
        "$ref": "58"
      },
      "operator": {
        "$ref": "42"
      },
      "productDescription": "sample string 9",
      "productItemNumber": "sample string 10",
      "productSell": 11,
      "productCost": 12,
      "productCostDecimals": 13,
      "productActive": true,
      "productBarcode": "sample string 15",
      "succeeded": true,
      "printRunID": "NoVtH/Rc6UmPTtufjwjgIA==",
      "printRunGuid": "1f6d8536-5cf4-49e9-8f4e-db9f8f08e020",
      "departmentName": "sample string 17",
      "subDepartmentName": "sample string 18",
      "minorDepartmentName": "sample string 19",
      "lesserDepartmentName": "sample string 20",
      "storeName": "sample string 21",
      "campaignDescription": "sample string 22",
      "campaignStartDate": "2026-06-03T18:36:49.9121593",
      "campaignEndDate": "2026-06-03T18:36:49.9121593",
      "campaignPrice": 1,
      "campaignCost": 1,
      "campaignCostDecimals": 1,
      "comboGroupDescription": "sample string 23",
      "comboGroupSell": 1,
      "printRequestType": 24,
      "isTobacco": true,
      "isLiquor": true,
      "shelfLocationName": "sample string 27",
      "operatorName": "sample string 28",
      "printBatchType": 29,
      "createdBy": "sample string 30",
      "pageLayoutName": "sample string 31",
      "complianceIndicatorName": "sample string 32",
      "directNumber": "sample string 33",
      "warehouseDirectIndicator": "sample string 34",
      "productGrade": "sample string 35"
    },
    {
      "$ref": "2"
    }
  ],
  "skip": 1,
  "take": 1,
  "totalCount": 1
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK���\ؓ��5xl/workbook.xml �(�����0D�&�C������x��}-�4Ж�5���H�yۙ�};�l��4f 5jW؊��OcN���̄:�:c� 틙��#�
�g��3�#xi�����J���&�кѫqE)����!���!qvQc�����!��*#l���hPX�<P�[[ф[�0�y.�6��8O�$�6�+����PK���\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
���\�r2�''_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="R1a30acbb46044c91" /></Relationships>PK���\�`�Śxl/worksheets/sheet1.xml �(���]o� ��
�~A��Mۙf�n��׬�H*2f��/���:�Ǎb��^1�y�8sm���W����'��H�M�J?��sޛ�.`k�q���Z.�	ԑ���(-�u���Tӈ��Tu����`� �;f�V�G�n_�e����G���J2��2���>��7�
�{*s�|0o�`<��Ǐ_u�g�
~��֠�
;u��~rqh�R�Ju�?��� ��ɿQ�v�M��YB2�iAu2V�s�����'����$�	�&�Y��٧��a���^�M/�����aR�F'4�4��il~�;fY�k5�ˮ���uK�o�
۸+>�8G�ѝ��5^�k�\�5A/������Kv򚝬��]�5����B\9����zmJ��L�u��JY���,�w�PK���\��g�Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;�Pj 
ɦ�l�\`0c@�Nڜ���W��J-���&�����4����޾M#;��55��FF�v0]
��J�n�{1�	��gq�����^�4�O�L&v�u����Ϩ��τ��-p�d��L�!Z�E�V�&2�0���{�쀮�P�O��kH�H�kk��JUm��J�2/S����e$����/d�l�,��*�7YqW��/��K/���Z�
)P?�F7yF��o�b�PK���\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK���\g�[��xl/sharedStrings.xml �(�eP�J�0���w��*���z�r��$�{�چK75����*"��vf��e��g��Fv�2�1�VHuh��~��ή�bj��LO�Zm�Y�l%�t'2\[�u�=�	Ҭ��؃�0�����p�(���Ira{p�UF�L_j5�{���s��Sɫi��J���r{Dz��nXsO�U�?-k�!:����E�O&�M��Z���#at�Yz�<�\	-FS�=�]Y�=�s��o�-�oPK-���\ؓ��5xl/workbook.xmlPK-���\����	�[Content_Types].xmlPK-
���\�r2�''V_rels/.relsPK-���\�`�Ś�xl/worksheets/sheet1.xmlPK-���\��g�P�xl/_rels/workbook.xml.relsPK-���\Ѓc'2E
�xl/styles.xmlPK-���\g�[��nxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK���\��QZ�5xl/workbook.xml �(�����0D�&�C���J�'.^=x_�"
�%m
~��o�vfg�N1k34Z�#GesS�޹)g̶=J�'=��N	�K�b��D��n��cI���Nhe{1Y���a�� p�#:9�(	B��x �X�=�6Holu��5�~SE��AKZ�J�s�%�)1���#�%Y��ڦ�»���V��w�PK���\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
���\6$;X''_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="Rfc18236e4010485c" /></Relationships>PK���\�`�Śxl/worksheets/sheet1.xml �(���]o� ��
�~A��Mۙf�n��׬�H*2f��/���:�Ǎb��^1�y�8sm���W����'��H�M�J?��sޛ�.`k�q���Z.�	ԑ���(-�u���Tӈ��Tu����`� �;f�V�G�n_�e����G���J2��2���>��7�
�{*s�|0o�`<��Ǐ_u�g�
~��֠�
;u��~rqh�R�Ju�?��� ��ɿQ�v�M��YB2�iAu2V�s�����'����$�	�&�Y��٧��a���^�M/�����aR�F'4�4��il~�;fY�k5�ˮ���uK�o�
۸+>�8G�ѝ��5^�k�\�5A/������Kv򚝬��]�5����B\9����zmJ��L�u��JY���,�w�PK���\��S��Pxl/_rels/workbook.xml.rels �(���Kn� @��f_c��*N6�t��ۊ
H�����W(J��H]t��h~OO��|�Xm.�L������,�Z9顇SPO-l֫�<�	?N֓��}c��R/F\�όE;ʸ�����Z.�|@��.e�=���C4JM�F���0=w�#b��n���O��[(�H�"{�u-���hd%�}������w�ȴ�u�dX(VWe���C�\�tꔖ�R��>����W
������PK���\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK���\g�[��xl/sharedStrings.xml �(�eP�J�0���w��*���z�r��$�{�چK75����*"��vf��e��g��Fv�2�1�VHuh��~��ή�bj��LO�Zm�Y�l%�t'2\[�u�=�	Ҭ��؃�0�����p�(���Ira{p�UF�L_j5�{���s��Sɫi��J���r{Dz��nXsO�U�?-k�!:����E�O&�M��Z���#at�Yz�<�\	-FS�=�]Y�=�s��o�-�oPK-���\��QZ�5xl/workbook.xmlPK-���\����	�[Content_Types].xmlPK-
���\6$;X''V_rels/.relsPK-���\�`�Ś�xl/worksheets/sheet1.xmlPK-���\��S��P�xl/_rels/workbook.xml.relsPK-���\Ѓc'2E
�xl/styles.xmlPK-���\g�[��mxl/sharedStrings.xmlPK��