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.

SlowMoving

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

boolean

None.

GeneralMerchandise

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

boolean

None.

HasCampaign

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

boolean

None.

ComplianceIndicator

Print Batch Details with product has this ComplianceIndicator/CoreRangeIndicator

string

None.

ComplianceIndicators

Print Batch Details with product has these ComplianceIndicators/CoreRangeIndicators

Collection of string

None.

Grades

Print Batch Details with product has these ProductGrade(s)

Collection of string

None.

StartsWith

Whether to make searches starting with rather than anywhere.

boolean

None.

ExcludeZeroQty

Excludes any talkers with zero quantity

boolean

None.

CampaignNames

Filter batch details by campaign names. Added for react app

Collection of string

None.

DepartmentCodes

Filter batch details by department codes. Added for react app

Collection of string

None.

SubDepartmentCodes

Filter batch details by subdepartment codes Added for react app

Collection of string

None.

MinorDepartmentCodes

Filter batch details by minordepartment codes Added for react app

Collection of string

None.

LesserDepartmentCodes

Filter batch details by lesserdepartment codes Added for react app

Collection of string

None.

WarehouseDirectIndicators

filter by warehouse indicator of PLU

Collection of string

None.

Users

Filter print batch details by users

Collection of string

None.

PrintBatchTypes

filter by PrintBatchtypes

Collection of integer

None.

IncludeZeroQtyOnly

filter labels having 0 Qty only - for react app

boolean

None.

LabelPageLayoutG_UID

Collection of byte

None.

LabelPageLayoutGuid

globally unique identifier

None.

CampaignStartDate

The detail campaign will starts after this date

date

None.

CampaignEndDate

The detail campaign will starts before this date

date

None.

Relations

Load all product, location, bin and operator models

boolean

None.

Skip

Number of records to skip over

integer

None.

Take

Number of records to take

integer

None.

TotalCount

integer

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

Request Formats

application/json, text/json

Sample:
{
  "headerIdentifier": "SrvNQtW//E+Z4XRzV/HcFw==",
  "headerGuid": "42cdbb4a-bfd5-4ffc-99e1-747357f1dc17",
  "printRequestType": 1,
  "sortKind": 0,
  "sort": 0,
  "printed": true,
  "printDate": "2026-04-03T06:18:47.9603608",
  "utcOffset": 3.1,
  "useExactPrintDateTime": true,
  "keyword": "sample string 5",
  "search": 0,
  "shelfLocationGuids": [
    "79cac9f7-f67c-4548-9000-686514effb80",
    "43b3dd80-8e36-4ea1-a870-af743d1865bf"
  ],
  "supplierIdentifier": "+KY0q1od10SiHfKiYhXEfQ==",
  "supplierGuid": "ab34a6f8-1d5a-44d7-a21d-f2a26215c47d",
  "storeID": 1,
  "stores": [
    1,
    2
  ],
  "plu": 1,
  "apn": "sample string 6",
  "name": "sample string 7",
  "itemNumber": "sample string 8",
  "directNumber": "sample string 9",
  "departmentCode": "sample string 10",
  "subDepartmentCode": "sample string 11",
  "minorDepartmentCode": "sample string 12",
  "tobacco": true,
  "liquor": true,
  "glutenFree": true,
  "excludeTalkers": true,
  "direct": true,
  "variety": true,
  "warehouse": true,
  "slowMoving": true,
  "generalMerchandise": true,
  "hasCampaign": true,
  "complianceIndicator": "sample string 14",
  "complianceIndicators": [
    "sample string 1",
    "sample string 2"
  ],
  "grades": [
    "sample string 1",
    "sample string 2"
  ],
  "startsWith": true,
  "excludeZeroQty": true,
  "campaignNames": [
    "sample string 1",
    "sample string 2"
  ],
  "departmentCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "subDepartmentCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "minorDepartmentCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "lesserDepartmentCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "warehouseDirectIndicators": [
    "sample string 1",
    "sample string 2"
  ],
  "users": [
    "sample string 1",
    "sample string 2"
  ],
  "printBatchTypes": [
    1,
    2
  ],
  "includeZeroQtyOnly": true,
  "labelPageLayoutG_UID": "lCW4tFjd8UeKiWI1cqyQWg==",
  "labelPageLayoutGuid": "b4b82594-dd58-47f1-8a89-623572ac905a",
  "campaignStartDate": "2026-04-03T06:18:47.9603608",
  "campaignEndDate": "2026-04-03T06:18:47.9603608",
  "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-04-03T06:18:47.9603608+00:00</CampaignEndDate>
  <CampaignNames xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </CampaignNames>
  <CampaignStartDate>2026-04-03T06:18:47.9603608+00:00</CampaignStartDate>
  <ComplianceIndicator>sample string 14</ComplianceIndicator>
  <ComplianceIndicators xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </ComplianceIndicators>
  <DepartmentCode>sample string 10</DepartmentCode>
  <DepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </DepartmentCodes>
  <Direct>true</Direct>
  <DirectNumber>sample string 9</DirectNumber>
  <ExcludeTalkers>true</ExcludeTalkers>
  <ExcludeZeroQty>true</ExcludeZeroQty>
  <GeneralMerchandise>true</GeneralMerchandise>
  <GlutenFree>true</GlutenFree>
  <Grades xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Grades>
  <HasCampaign>true</HasCampaign>
  <HeaderGuid>42cdbb4a-bfd5-4ffc-99e1-747357f1dc17</HeaderGuid>
  <HeaderIdentifier>SrvNQtW//E+Z4XRzV/HcFw==</HeaderIdentifier>
  <IncludeZeroQtyOnly>true</IncludeZeroQtyOnly>
  <ItemNumber>sample string 8</ItemNumber>
  <Keyword>sample string 5</Keyword>
  <LabelPageLayoutG_UID>lCW4tFjd8UeKiWI1cqyQWg==</LabelPageLayoutG_UID>
  <LabelPageLayoutGuid>b4b82594-dd58-47f1-8a89-623572ac905a</LabelPageLayoutGuid>
  <LesserDepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </LesserDepartmentCodes>
  <Liquor>true</Liquor>
  <MinorDepartmentCode>sample string 12</MinorDepartmentCode>
  <MinorDepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </MinorDepartmentCodes>
  <Name>sample string 7</Name>
  <PLU>1</PLU>
  <PrintBatchTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </PrintBatchTypes>
  <PrintDate>2026-04-03T06:18:47.9603608+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>79cac9f7-f67c-4548-9000-686514effb80</d2p1:guid>
    <d2p1:guid>43b3dd80-8e36-4ea1-a870-af743d1865bf</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>ab34a6f8-1d5a-44d7-a21d-f2a26215c47d</SupplierGuid>
  <SupplierIdentifier>+KY0q1od10SiHfKiYhXEfQ==</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": "ussf3LchJEKXfxdXnB7irQ==",
      "identifierGuid": "dc1fcbba-21b7-4224-977f-17579c1ee2ad",
      "headerIdentifier": "7Xs90Gt/LU+RSsDP5YLCVw==",
      "headerGuid": "d03d7bed-7f6b-4f2d-914a-c0cfe582c257",
      "shelfLocationIdentifier": "TDZQ/GwgHU+WmBGhrMB2zg==",
      "shelfLocationGuid": "fc50364c-206c-4f1d-9698-11a1acc076ce",
      "pluG_UID": "8cYdvdxSB0iOFjlagy0gDw==",
      "pluGuid": "bd1dc6f1-52dc-4807-8e16-395a832d200f",
      "operatorG_UID": "X7l5NaoG5kWDaWxf+nuEaA==",
      "operatorGuid": "3579b95f-06aa-45e6-8369-6c5ffa7b8468",
      "campaignName": "sample string 2",
      "comboGroupIdentifier": "2zHWKGUaqU+0peWX6nQt8g==",
      "comboGroupGuid": "28d631db-1a65-4fa9-b4a5-e597ea742df2",
      "created": "2026-04-03T06:18:47.9760012",
      "labelQuantity": 3,
      "talkerQuantity": 4,
      "labelSmall": true,
      "printed": "2026-04-03T06:18:47.9760012",
      "printedByUser": "sample string 6",
      "detailMetaList": [
        {
          "$id": "3",
          "id": 1,
          "printBatchType": 2,
          "user": "sample string 3",
          "detailIdentifier": "uBquqAGjxk6uhqe4EAWb3w==",
          "detailGuid": "a8ae1ab8-a301-4ec6-ae86-a7b810059bdf"
        },
        {
          "$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": "QurrfQFVW0y/SVlCyLTEIQ==",
        "guid": "7debea42-5501-4c5b-bf49-5942c8b4c421",
        "apn": "sample string 1",
        "apnChanged": true,
        "apnSwitched": true,
        "barcode": "sample string 4",
        "itemNumber": "sample string 5",
        "itemNumberChanged": true,
        "priceGroupG_UID": "bY6BqljMM0+2RgAiPmjkyw==",
        "priceGroupGuid": "aa818e6d-cc58-4f33-b646-00223e68e4cb",
        "blueprintID": 1,
        "lastCountedDate": "2026-04-03T06:18:47.9760012",
        "externalID": "sample string 7",
        "active": true,
        "activated": "2026-04-03T06:18:47.9760012",
        "pluCreated": "2026-04-03T06:18:47.9760012",
        "createdByUser": "sample string 9",
        "name": "sample string 10",
        "nameChanged": true,
        "secondDescription": "sample string 12",
        "hostDescription": "sample string 13",
        "keepCartonQty": true,
        "keepDescription": true,
        "keepDepartments": true,
        "keepSuppliers": true,
        "markdownDescription": "sample string 18",
        "altDescription": "sample string 19",
        "bestOrExpire": 20,
        "lastUpdate": "2026-04-03T06:18:47.9760012",
        "lastManualUpdate": "2026-04-03T06:18:47.9760012",
        "imageName": "sample string 23",
        "showImageOnFlipCharts": true,
        "showTextOnFlipCharts": true,
        "overrideFlipChartText": true,
        "flipChartText": "sample string 27",
        "salesMode": 1,
        "eftCode": 1,
        "price": 1,
        "priceChanged": true,
        "rrp": 1,
        "gstPercent": 28,
        "gstPercentChanged": true,
        "costGSTPercent": 29,
        "costGSTPercentChanged": true,
        "wetPercent": 1,
        "priceOverride": 1,
        "cost": 1,
        "currentCost": 1,
        "currentCostDecimals": 1,
        "grossProfit": 1.0,
        "currentCostDesc": "sample string 30",
        "currentCostEnd": "2026-04-03T06:18:47.9760012",
        "currentCostUpdated": "2026-04-03T06:18:47.9760012",
        "costDecimals": 31,
        "costChanged": true,
        "dealCostIdentifier": "QEA=",
        "excludeFromRebate": true,
        "rebateOverride": 1,
        "costCalcMethod": 32,
        "costCalcMethodChanged": true,
        "costEffectiveDate": "2026-04-03T06:18:47.9760012",
        "defaultGP": 1,
        "breakTargetMode": 33,
        "break1": 1,
        "price1": 1,
        "target1": 34,
        "break2": 1,
        "price2": 1,
        "target2": 35,
        "break3": 1,
        "price3": 1,
        "target3": 36,
        "break1Changed": true,
        "price1Changed": true,
        "target1Changed": true,
        "break2Changed": true,
        "price2Changed": true,
        "target2Changed": true,
        "break3Changed": true,
        "price3Changed": true,
        "target3Changed": true,
        "breakTargetModeChanged": true,
        "margin": 1.1,
        "marginChanged": true,
        "marginRanged": true,
        "marginRangedChanged": true,
        "minimumMargin": 1.1,
        "minimumMarginChanged": true,
        "maximumMargin": 1.1,
        "maximumMarginChanged": true,
        "overrideHostWarehouseIndicator": true,
        "overrideHostWarehouseIndicatorChanged": true,
        "overrideHostPrice": true,
        "overrideHostPriceChanged": true,
        "overrideHostCost": true,
        "overrideHostCostChanged": true,
        "overrideHostMargin": true,
        "overrideHostMarginChanged": true,
        "alwaysApplyMargin": true,
        "alwaysApplyMarginChanged": true,
        "aws": 1.0,
        "paws": 1.0,
        "awsUpdated": "2026-04-03T06:18:47.9760012",
        "posTare": 1,
        "altPrice": 1.0,
        "altPriceChanged": true,
        "altPriceMode": 53,
        "altPriceModeChanged": true,
        "altPLUG_UID": "kLCzRAkhsUOSbaQNYxSelA==",
        "altPLUGuid": "44b3b090-2109-43b1-926d-a40d63149e94",
        "altPLUGuidChanged": true,
        "altPriceDescription1": "sample string 54",
        "altPriceDescription2": "sample string 55",
        "cartonQuantity": 56,
        "cartonQuantityChanged": true,
        "trayID": 1,
        "promptID": 1,
        "tare": 1,
        "packQty": 1,
        "fixedWeight": 1,
        "extraMesg": 1,
        "text1": "sample string 58",
        "text2": "sample string 59",
        "text3": "sample string 60",
        "labelText": "sample string 61",
        "labelTextChanged": true,
        "sendToScale": true,
        "nonScaleWeigh": true,
        "labelFormat": "sample string 65",
        "barcodeFormat": "sample string 66",
        "austMade": 1,
        "coolCode": 67,
        "countryOfOrigin": "sample string 68",
        "percentContent": 69.1,
        "departmentID": 1,
        "subDepartmentID": 1,
        "minorDepartmentID": 1,
        "lesserDepartmentID": 1,
        "deptCode": "sample string 70",
        "subDeptCode": "sample string 71",
        "minorDeptCode": "sample string 72",
        "lesserDeptCode": "sample string 73",
        "deptName": "sample string 74",
        "subDeptName": "sample string 75",
        "minorDeptName": "sample string 76",
        "lesserDeptName": "sample string 77",
        "departmentChanged": true,
        "subCategoryID": 1,
        "expiry": 1,
        "showDays": 1,
        "datePrint": 1,
        "labelRequired": true,
        "labelShelfQty": 80,
        "labelShelfChanged": true,
        "labelTalkerQty": 82,
        "labelSmall": true,
        "labelLastPrinted": "2026-04-03T06:18:47.9760012",
        "labelLastPrice": 1,
        "shelfPageLayoutG_UID": "kdBle0FcY0eB3nQJ+2iB5Q==",
        "shelfPageLayoutGuid": "7b65d091-5c41-4763-81de-7409fb6881e5",
        "talkerPageLayoutG_UID": "snODvjlG0k6/0TQz9vyj1A==",
        "talkerPageLayoutGuid": "be8373b2-4639-4ed2-bfd1-3433f6fca3d4",
        "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": "gIAQL/OKh0ScxG5Gih5ARA==",
        "inventoryIdentifier": "2f108080-8af3-4487-9cc4-6e468a1e4044",
        "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": "b/JAlHyv5EGRxOoOMCKxHQ==",
        "parentPluGuid": "9440f26f-af7c-41e4-91c4-ea0e3022b11d",
        "preferredHostVendor": 105,
        "preferredHostChanged": true,
        "code": "sample string 107",
        "supplierIdentifier": "fpFbFbAg90u7VSJDl1JjDQ==",
        "supplierIdentifierGuid": "155b917e-20b0-4bf7-bb55-22439752630d",
        "supplierChanged": true,
        "rebateSupplierIdentifier": "5uS78JYIok2Q2t8FjcWEFA==",
        "rebateSupplierIdentifierGuid": "f0bbe4e6-0896-4da2-90da-df058dc58414",
        "rebateSupplierChanged": true,
        "availableForOrder": true,
        "warehouseDirectIndicator": "sample string 109",
        "warehouseDirectIndicatorChanged": true,
        "productGrade": "sample string 111",
        "productType": "sample string 112",
        "productGroup": "sample string 113",
        "complianceIndicator": "sample string 114",
        "inhouseBrand": "sample string 115",
        "slowMoving": true,
        "generalMerchandise": true,
        "comment": "sample string 118",
        "lastUpdatedByUser": "sample string 119",
        "lastManualUpdatedByUser": "sample string 120",
        "lastUpdatedByUserOverride": true,
        "lastUpdatedByHost": "2026-04-03T06:18:47.9760012",
        "commodity": "sample string 122",
        "businessPillar": "sample string 123",
        "mscCommodity": "sample string 124",
        "hostIdentifier": "j6JvAbyEOE+VnzgFfK/YKw==",
        "hostIdentifierGuid": "016fa28f-84bc-4f38-959f-38057cafd82b",
        "serviceFeeID": 1,
        "serviceFeeIDChanged": true,
        "providerName": "sample string 126",
        "aisleEnds": "sample string 127",
        "deleted": true,
        "deletedChanged": true,
        "hidden": true,
        "doNotRange": true,
        "doNotRangeChanged": true,
        "doNotOrder": true,
        "doNotOrderChanged": true,
        "locked": true,
        "excludeFromWebUpdate": true,
        "excludeFromWebUpdateChanged": true,
        "webPriceBasedOn": 138,
        "webPriceRounding": true,
        "webMarkup": 140,
        "webPriceMode": 141,
        "altDepartmentID": 1,
        "altSubDepartmentID": 1,
        "altMinorDepartmentID": 1,
        "altLesserDepartmentID": 1,
        "altDeptCode": "sample string 142",
        "altSubDeptCode": "sample string 143",
        "altMinorDeptCode": "sample string 144",
        "altLesserDeptCode": "sample string 145",
        "altDepartmentChanged": true,
        "storeProducts": [
          {
            "$ref": "4"
          },
          {
            "$ref": "4"
          }
        ],
        "store": {
          "$id": "5",
          "id": 1,
          "isMaster": true,
          "isElectedMaster": true,
          "electedMasterStoreID": 1,
          "isZoneMaster": true,
          "shortName": "sample string 3",
          "url": "sample string 4",
          "sortOrder": 1,
          "name": "sample string 5",
          "phone": "sample string 6",
          "fax": "sample string 7",
          "email": "sample string 8",
          "address1": "sample string 9",
          "address2": "sample string 10",
          "city": "sample string 11",
          "state": "sample string 12",
          "country": "sample string 13",
          "postCode": "sample string 14",
          "delivery": 1,
          "exportAccounts": 1,
          "salesAccountFolder": "sample string 15",
          "purchaseAccountFolder": "sample string 16",
          "initLoad": 1,
          "initIDs": 1,
          "zoneID": 1,
          "actAsMaster": 1,
          "lastActiveUtc": "2026-04-03T06:18:47.9760012",
          "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": "p5FAAXxX5U6MTOfipxNTLw==",
          "hostIdentifierGuid": "014091a7-577c-4ee5-8c4c-e7e2a713532f",
          "hostName": 1,
          "hostAddress": "sample string 27",
          "hostUsername": "sample string 28",
          "hostPassword": "sample string 29",
          "excludeFromLeadInOut": true,
          "accountingProvider": 31,
          "accountingAddress": "sample string 32",
          "accountingUsername": "sample string 33",
          "accountingPassword": "sample string 34",
          "storeAccountingCode": "sample string 35",
          "softwareVariance": 36,
          "fuelWarningVariance": 37.0,
          "fuelErrorVariance": 38.0,
          "fuelAccumulatedWarningVariance": 39.0,
          "fuelAccumulatedErrorVariance": 40.0,
          "drawManagment": 41,
          "endOfDayManagment": true,
          "autoFillCashBalancing": true,
          "fuelDayVariance": 44,
          "accountingTradingTime": "00:00:00.1234567",
          "stockActivateProduct": 46,
          "defaultOrderDocumentId": 1,
          "defaultStockReceiveDocumentId": 1,
          "giftCardSalesAccountingDeptCode": "sample string 47",
          "transactionDiscountAccountingDeptCode": "sample string 48",
          "size": 49,
          "updated": "2026-04-03T06:18:47.9760012",
          "priceZone": {
            "$id": "6",
            "id": 1,
            "name": "sample string 2",
            "hostIdentifier": "7NG0rspE6E+WAgPkOWlCrg==",
            "hostIdentifierGuid": "aeb4d1ec-44ca-4fe8-9602-03e4396942ae",
            "sortOrder": 3,
            "zoneMasterStoreID": 1,
            "electedMasterStoreID": 1,
            "containsElectedMasterStore": true
          },
          "priceZoneName": "sample string 51",
          "storeFuelConfigured": true,
          "shippingAddressCopied": true,
          "shippingAddress": {
            "$id": "7",
            "storeID": 1,
            "addressType": 1,
            "address1": "sample string 1",
            "address2": "sample string 2",
            "city": "sample string 3",
            "state": "sample string 4",
            "country": "sample string 5",
            "postCode": "sample string 6"
          },
          "billingAddressCopied": true,
          "billingAddress": {
            "$ref": "7"
          },
          "hostStoreSettings": [
            {
              "$id": "8",
              "id": 1,
              "hostIdentifier": "Lh6xBE2JW0aEcpP8CwmqPw==",
              "hostIdentifierGuid": "04b11e2e-894d-465b-8472-93fc0b09aa3f",
              "storeID": 2,
              "username": "sample string 3",
              "password": "sample string 4",
              "passwordPlain": "sample string 5",
              "serverAddress": "sample string 6",
              "serverPort": 1,
              "excludeFromLeadInOut": true,
              "useForHostFile": true,
              "metcashPillarID": "sample string 9",
              "metcashStateCode": "sample string 10",
              "metcashCustomerID": "sample string 11",
              "metcashTradingPartnerID": "sample string 12",
              "drakesCustomerNumber": 1,
              "sparCustomerNumber": "sample string 13",
              "sparOrderUsername": "sample string 14",
              "sparOrderPassword": "sample string 15",
              "sparOrderPasswordPlain": "sample string 16",
              "pharmXSiteID": 1,
              "ibaZoneID": 1,
              "ibaState": "sample string 17",
              "foodlandStoreCode": "sample string 18",
              "ilgMemberNumber": "sample string 19",
              "ilgOutletLocation": 1,
              "ilgBaseCost": 1,
              "ilgApplyNonAdvertisedPromos": true,
              "ilgExemptFromFreight": true,
              "ilgOrderDealReview": true,
              "ilgFinanceFee": 1,
              "secondPassword": "sample string 23",
              "secondPasswordPlain": "sample string 24",
              "secondServerAddress": "sample string 25",
              "processPromotions": true,
              "hostProvider": 0,
              "host": {
                "$id": "9",
                "identifier": "uJhJbOOJZ0GETZG9JM6jig==",
                "identifierGuid": "6c4998b8-89e3-4167-844d-91bd24cea38a",
                "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": "TxhcFSq8VkOFsxwGVqVbhA==",
                "hostSupplierIdentifierGuid": "155c184f-bc2a-4356-85b3-1c0656a55b84",
                "loyaltyPriceLevelIdentifier": "bWeXzfT7XUW+vt3LiATkzA==",
                "loyaltyPriceLevelIdentifierGuid": "cd97676d-fbf4-455d-bebe-ddcb8804e4cc",
                "isGroup": true,
                "description": "sample string 22",
                "hostProvider": 23,
                "hostTypeEnum": 24,
                "hostType": "sample string 25",
                "hostCode": "sample string 26",
                "username": "sample string 27",
                "password": "sample string 28",
                "passwordPlain": "sample string 29",
                "server": "sample string 30",
                "url": "sample string 31",
                "global": true,
                "stateCode": "sample string 33",
                "lastCollected": "2026-04-03T06:18:47.9760012",
                "lastProcessed": "2026-04-03T06:18:47.9760012",
                "hold": true,
                "supplierName": "sample string 35",
                "supplier": {
                  "$id": "10",
                  "identifier": "L3DgKSDoOk6JNKRcvgc2TA==",
                  "identifierGuid": "29e0702f-e820-4e3a-8934-a45cbe07364c",
                  "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": "G3CwdZkjb02nxasHo0lbpw==",
                  "primaryContactID": "75b0701b-2399-4d6f-a7c5-ab07a3495ba7",
                  "storeID": 1,
                  "abn": "sample string 16",
                  "supplierGroupIdentifier": "03ttCvEwrkq02hM8FxMJCQ==",
                  "supplierGroupGuid": "0a6d7bd3-30f1-4aae-b4da-133c17130909",
                  "rebate": 1.0,
                  "rebateType": 1,
                  "rebateFrequency": 1,
                  "rebateSource": 1,
                  "rebateLastClaimed": "2026-04-03T06:18:47.9760012",
                  "rebateLastClaimedAmount": 1.0,
                  "cartonsOnly": true,
                  "minimumOrderValue": 1,
                  "enforceMinimumQuantity": true,
                  "freight": 19.0,
                  "freightType": 20,
                  "deleted": true,
                  "deletedUser": "sample string 22",
                  "storeName": "sample string 23",
                  "primaryContact": {
                    "$id": "11",
                    "id": "8938cd06-a9fb-49b1-89ef-43711dbb64e4",
                    "identifier": "4LOTm/RX2UiSPan0BwYBJQ==",
                    "identifierGuid": "9b93b3e0-57f4-48d9-923d-a9f407060125",
                    "familyName": "sample string 1",
                    "givenNames": "sample string 2",
                    "otherNames": "sample string 3",
                    "title": "sample string 4",
                    "dateOfBirth": "sample string 5",
                    "sex": "sample string 6",
                    "address": "sample string 7",
                    "address1": "sample string 8",
                    "address2": "sample string 9",
                    "town": "sample string 10",
                    "state": "sample string 11",
                    "country": "sample string 12",
                    "postalCode": "sample string 13",
                    "telephone": "sample string 14",
                    "mobile": "sample string 15",
                    "email": "sample string 16",
                    "fax": "sample string 17",
                    "primary": true
                  },
                  "contacts": [
                    {
                      "$id": "12",
                      "supplierIdentifier": "the9Fr4Df0CZSPluS/WJ0Q==",
                      "supplierIdentifierGuid": "16bd17b6-03be-407f-9948-f96e4bf589d1",
                      "contactGuid": "ndvNV0aURE6P4f3w4Kl2pg==",
                      "contactID": "57cddb9d-9446-4e44-8fe1-fdf0e0a976a6",
                      "contact": {
                        "$ref": "11"
                      },
                      "supplier": {
                        "$ref": "10"
                      }
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "products": [
                    {
                      "$id": "13",
                      "pluG_UID": "P1IFXbiml0OuJ03oczTvPw==",
                      "pluGuid": "5d05523f-a6b8-4397-ae27-4de87334ef3f",
                      "supplierIdentifier": "eOemnMeXX0GKCdL4kenkxQ==",
                      "supplierIdentifierGuid": "9ca6e778-97c7-415f-8a09-d2f891e9e4c5",
                      "cartonQuantity": 1,
                      "cartonQuantityChanged": true,
                      "productSize": "sample string 3",
                      "cigarettesPerSleeve": 1,
                      "randomWeight": true,
                      "piecesPerUnit": 5,
                      "averagePackSize": 6,
                      "effectiveDate": "2026-04-03T06:18:47.9760012",
                      "pricedByWeight": true,
                      "landedUnitCostEx": 9,
                      "landedUnitCostInc": 10,
                      "landedCartonCostInc": 12,
                      "landedCartonCostEx": 13,
                      "standardCost": 14,
                      "deliveryFee": 1,
                      "deliveryFeeBasis": "sample string 15",
                      "pickAndPackFee": 1,
                      "pickAndPackFeeBasis": "sample string 16",
                      "financeFee": 1,
                      "financeFeeBasis": "sample string 17",
                      "cartonLength": 1,
                      "cartonWidth": 1,
                      "cartonHeight": 1,
                      "palletLayerQuantity": 1,
                      "palletLayers": 1,
                      "itemCode": "sample string 18",
                      "invoiceCode": "sample string 19",
                      "invoiceDesc": "sample string 20",
                      "orderDirect": true,
                      "useCost": true,
                      "minimumQuantity": 21,
                      "hostType": 22,
                      "fromHost": 23,
                      "minimumReorder": 1,
                      "maximumReorder": 1,
                      "orderMultiple": 24.1,
                      "sellMultiple": 25.1,
                      "baseMultiple": 26.1,
                      "hostStandardCost": 27,
                      "hostTotalCost": 28,
                      "hostRetail": 29,
                      "hostLandedUnitCostEx": 30,
                      "hostLandedUnitCostInc": 31,
                      "hostDesc": "sample string 32",
                      "directIndicator": "sample string 33",
                      "availableToOrder": true,
                      "hostRangeIndicator": "sample string 35",
                      "hostProductType": "sample string 36",
                      "hostProductGrade": "sample string 37",
                      "hostProductGroup": "sample string 38",
                      "hostSlowMoving": true,
                      "hostGeneralMerchandise": true,
                      "hostPillar": "sample string 41",
                      "hostLastUpdated": "2026-04-03T06:18:47.9760012",
                      "rebate": 1.0,
                      "rebateExclude": true,
                      "invoiceCodes": [
                        {
                          "$id": "14",
                          "pluG_UID": "XXpz6mupL0mqwoSByRDh6g==",
                          "pluGuid": "ea737a5d-a96b-492f-aac2-8481c910e1ea",
                          "supplierIdentifier": "uphXeZa2mEmz5NtyEIkUWQ==",
                          "supplierIdentifierGuid": "795798ba-b696-4998-b3e4-db7210891459",
                          "invoiceCode": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "14"
                        }
                      ],
                      "storeIDs": [
                        1,
                        2
                      ],
                      "preferredSupplier": true,
                      "preferredRebateSupplier": true,
                      "supplierName": "sample string 42",
                      "salesMode": 43,
                      "orderPacked": true,
                      "active": true,
                      "price": 1,
                      "costGstPercent": 45,
                      "parentPluG_UID": "TqHcOwYV8kSRnIKxTYSZxQ==",
                      "parentPluGuid": "3bdca14e-1506-44f2-919c-82b14d8499c5",
                      "freight": 46.0,
                      "freightType": 1,
                      "product": {
                        "$ref": "4"
                      },
                      "supplier": {
                        "$ref": "10"
                      },
                      "serviceFee": {
                        "$id": "15",
                        "id": 1,
                        "description": "sample string 1",
                        "fee": 1
                      },
                      "isPrimaryHost": true,
                      "hostVendor": 48
                    },
                    {
                      "$ref": "13"
                    }
                  ],
                  "orderCycleHeaders": [
                    {
                      "$id": "16",
                      "storeID": 1,
                      "supplierIdentifier": "u/n4mrRYrk2kw4KdO71hfw==",
                      "supplierGuid": "9af8f9bb-58b4-4dae-a4c3-829d3bbd617f",
                      "departmentCode": "sample string 2",
                      "warehouseDirectIndicator": "sample string 3",
                      "type": 4,
                      "storeName": "sample string 5",
                      "departmentName": "sample string 6",
                      "orderDays": 7
                    },
                    {
                      "$ref": "16"
                    }
                  ],
                  "cycles": [
                    {
                      "$id": "17",
                      "storeID": 1,
                      "supplierIdentifier": "TI5NSYsSSECyLK8EeD4Yyw==",
                      "supplierGuid": "494d8e4c-128b-4048-b22c-af04783e18cb",
                      "departmentCode": "sample string 2",
                      "warehouseDirectIndicator": "sample string 3",
                      "type": 4,
                      "cutOffWeek": 5,
                      "cutOffDay": 6,
                      "cutOffTime": "00:00:00.1234567",
                      "leadTime": 7,
                      "daysBuffer": 8,
                      "supplierName": "sample string 9",
                      "cutOffDate": "2026-04-03T06:18:47.9760012",
                      "deliveryDate": "2026-04-03T06:18:47.9760012",
                      "nextCutOffDate": "2026-04-03T06:18:47.9760012",
                      "nextDeliveryDate": "2026-04-03T06:18:47.9760012",
                      "nextDaysBuffer": 10
                    },
                    {
                      "$ref": "17"
                    }
                  ],
                  "store": {
                    "$ref": "5"
                  },
                  "updated": "2026-04-03T06:18:47.9760012",
                  "isHost": true
                },
                "files": [
                  {
                    "$id": "18",
                    "id": "sample string 1",
                    "fileName": "sample string 2",
                    "extension": "sample string 3",
                    "provider": 0,
                    "type": 0,
                    "hostType": "sample string 4",
                    "createdUtc": "2026-04-03T06:18:47.9760012",
                    "processed": "2026-04-03T06:18:47.9760012",
                    "isProcessing": true,
                    "processedCount": 6,
                    "processingTime": 1,
                    "collectedUtc": "2026-04-03T06:18:47.9760012",
                    "size": 1,
                    "sizeFormat": "sample string 7",
                    "isArchive": true,
                    "customerNumber": "sample string 9",
                    "businessPillar": "sample string 10",
                    "fileType": "sample string 11",
                    "version": "sample string 12",
                    "reference": "sample string 13",
                    "digest": "sample string 14",
                    "contentType": "sample string 15",
                    "host": {
                      "$ref": "9"
                    },
                    "metcashHeader": {
                      "$id": "19",
                      "customerNumber": "sample string 1",
                      "creationDate": "2026-04-03T06:18:47.9760012",
                      "businessPillar": "sample string 3",
                      "fileType": "sample string 4"
                    }
                  },
                  {
                    "$ref": "18"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$id": "20",
                    "id": 1,
                    "hostIdentifier": "o05gfJXjt0KwuSPTLOd7fw==",
                    "hostIdentifierGuid": "7c604ea3-e395-42b7-b0b9-23d32ce77b7f",
                    "storeID": 1,
                    "departmentCode": "sample string 2",
                    "hostGuids": [
                      "15430d09-7c4e-4d75-a06e-0d20506dce19",
                      "99089165-a796-4313-a219-1983091a3c4b"
                    ]
                  },
                  {
                    "$ref": "20"
                  }
                ],
                "hostFileStoreSetting": {
                  "$ref": "8"
                },
                "hostStoreSettings": [
                  {
                    "$ref": "8"
                  },
                  {
                    "$ref": "8"
                  }
                ],
                "promotionPlacements": [
                  {
                    "$id": "21",
                    "identifier": "ECBqzqyUPUOV5RJdhdurZw==",
                    "identifierGuid": "ce6a2010-94ac-433d-95e5-125d85dbab67",
                    "code": "sample string 2",
                    "description": "sample string 3",
                    "isAdvertised": true
                  },
                  {
                    "$ref": "21"
                  }
                ],
                "promoTypeGuids": [
                  "2da511c6-3330-44ec-a279-ae09d7d14bf2",
                  "e74faa44-c39b-4a76-82cb-c7bcf7fd0bde"
                ],
                "isPromotionOnly": false,
                "isOrderable": false,
                "vendor": 0
              },
              "groupIDs": [
                1,
                2
              ],
              "hostDescription": "sample string 27"
            },
            {
              "$ref": "8"
            }
          ],
          "accounts": [
            {
              "$id": "22",
              "id": 1,
              "storeID": 1,
              "accountName": "sample string 2",
              "bsb": "sample string 3",
              "accountNumber": "sample string 4",
              "accountDesignated": true
            },
            {
              "$ref": "22"
            }
          ],
          "sales": [
            {
              "$id": "23",
              "id": 1,
              "storeID": 1,
              "externalSalesType": 2,
              "ftpSiteID": 1,
              "lastSaleProcessed": "2026-04-03T06:18:47.9760012",
              "ftpSite": {
                "$id": "24",
                "id": 1,
                "description": "sample string 2",
                "address": "sample string 3",
                "username": "sample string 4",
                "password": "sample string 5",
                "path": "sample string 7",
                "protocol": 8
              }
            },
            {
              "$ref": "23"
            }
          ],
          "zoneMatrix": [
            {
              "$ref": "20"
            },
            {
              "$ref": "20"
            }
          ],
          "cashManagements": [
            {
              "$id": "25",
              "id": 1,
              "storeID": 1,
              "cashManagementType": 2,
              "apiID": 1,
              "organisationID": "sample string 3",
              "siteName": "sample string 4",
              "thirdPartyAPI": {
                "$id": "26",
                "id": 1,
                "description": "sample string 2",
                "address": "sample string 3",
                "username": "sample string 4",
                "password": "sample string 5",
                "passwordPlain": "sample string 6",
                "token": "sample string 7",
                "apiType": 8,
                "apiSubType": 9
              }
            },
            {
              "$ref": "25"
            }
          ],
          "updateStoreID": "2031cfe1-ada0-489d-a6b1-9e30ca1b29ab",
          "updateStore": {
            "$id": "27",
            "id": "14f2e0df-bce7-43bb-b276-a2d4bcd2cadb",
            "name": "sample string 1",
            "lastActivity": "2026-04-03T06:18:47.9760012",
            "zone": "sample string 2",
            "timeZoneOffset": 0.0,
            "businessHoursStart": "00:00:00.1234567",
            "businessHoursEnd": "00:00:00.1234567",
            "master": true,
            "lastIP": "sample string 10",
            "lastHostName": "sample string 11",
            "ping": 1,
            "pingStatus": "sample string 12",
            "lastUpdateCompleted": "2026-04-03T06:18:47.9760012"
          },
          "timeZoneId": "sample string 54",
          "securityOptions": {
            "$id": "28",
            "loginMode": 1,
            "allowSelfVerification": true,
            "verifierEmail": "sample string 3",
            "source": "sample string 4",
            "loginModeInherited": 5,
            "loginModeSource": "sample string 6",
            "selfVerifyInherited": true,
            "selfVerifySource": "sample string 8",
            "verifyEmailInherited": "sample string 9",
            "verifyEmailSource": "sample string 10"
          }
        },
        "storePrices": [
          {
            "$id": "29",
            "pluG_UID": "OEH7d7GLCE+FExJ3s17blA==",
            "pluGuid": "77fb4138-8bb1-4f08-8513-1277b35edb94",
            "plu": 1,
            "storeID": 1,
            "zoneID": 2,
            "zoneName": "sample string 3",
            "store": "sample string 4",
            "isElectedMasterStore": true,
            "isZoneMasterStore": true,
            "priceNow": 7,
            "costNow": 8,
            "costNowDecimals": 9,
            "normalPrice": 10,
            "priceNext": 1,
            "costNext": 1,
            "costNextDecimals": 11,
            "nextCampaignName": "sample string 12",
            "gstPercent": 13,
            "normalCost": 14,
            "normalCostDecimals": 15,
            "costGstPercent": 16,
            "costCalcMethod": 1,
            "currentCost": 17,
            "currentCostDecimals": 18,
            "break1": 19,
            "price1": 20,
            "break2": 21,
            "price2": 22,
            "break3": 23,
            "price3": 24,
            "fuelItem": 25,
            "fixedWeight": 26,
            "active": true,
            "complianceIndicator": "sample string 27",
            "doNotOrder": true,
            "doNotRange": true,
            "isNormalPriceChangesCampaign": true,
            "updated": "2026-04-03T06:18:47.9760012"
          },
          {
            "$ref": "29"
          }
        ],
        "currentPrices": {
          "$id": "30",
          "pluPrices": {
            "$id": "31",
            "plu": 1,
            "pluG_UID": "QEA=",
            "stores": [
              1,
              2
            ],
            "normalPrice": 1,
            "cost": 2,
            "break1": 3,
            "price1": 4,
            "break2": 5,
            "price2": 6,
            "break3": 7,
            "price3": 8,
            "discountPrice": 9,
            "memberDiscountPrice": 10,
            "acceptedUtc": "2026-04-03T06:18:47.9760012",
            "priceChangeType": 0,
            "costDecimals": 11,
            "costCalcMethod": 12,
            "targetCampaignPriceGtOrEquNormal": true
          },
          "normalPluPrices": {
            "$ref": "31"
          },
          "winningCampaign": 1,
          "winner": {
            "$id": "32",
            "campaignName": "sample string 1",
            "campaignDescription": "sample string 2",
            "talkerText": "sample string 3",
            "disableWasSave": true,
            "startDate": "2026-04-03T06:18:47.9760012",
            "startTime": 5,
            "endDate": "2026-04-03T06:18:47.9760012",
            "endTime": 6,
            "newPrice": 7,
            "newCost": 8,
            "newCostDecimals": 9,
            "pctDiscount": 10,
            "promoType": 1,
            "promotionTypeCode": "sample string 11",
            "hostType": 12,
            "hostIdentifier": "VH48109RPkGa0EuHLnVDyw==",
            "hostIdentifierGuid": "d73c7e54-514f-413e-9ad0-4b872e7543cb",
            "storeNames": [
              "sample string 1",
              "sample string 2"
            ]
          },
          "details": [
            {
              "$ref": "32"
            },
            {
              "$ref": "32"
            }
          ]
        },
        "tray": {
          "$id": "33",
          "g_UId": "A7f72hMBZUClUjikCINESA==",
          "guid": "dafbb703-0113-4065-a552-38a408834448",
          "name": "sample string 1",
          "number": 1,
          "tare": 1
        },
        "priceGroup": {
          "$id": "34",
          "priceGroupG_UID": "WBfbOgavIU6+KSdZlmsKqg==",
          "priceGroupGuid": "3adb1758-af06-4e21-be29-2759966b0aaa",
          "name": "sample string 2",
          "code": 1,
          "modified": true,
          "updated": "2026-04-03T06:18:47.9760012",
          "buyingLimit": 1,
          "buyingLimitIndependent": true,
          "buyingLimitType": 0,
          "number": 1,
          "products": [
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            }
          ],
          "productCount": 1
        },
        "priceGroupName": "sample string 147",
        "nutrifacts": {
          "$id": "35",
          "pluG_UID": "kxjf5u9XG0ixOmODUTkR9A==",
          "pluGuid": "e6df1893-57ef-481b-b13a-6383513911f4",
          "plu": 1,
          "servingsPerPack": 1,
          "servingSize": 1,
          "showAllergens": 1,
          "energy": 1,
          "protein": 1,
          "fat": 1,
          "saturated": 1,
          "carbo": 1,
          "sugars": 1,
          "sodium": 1,
          "potasium": 1,
          "calcium": 1,
          "fibre": 1,
          "soya": 1,
          "nutsSeeds": 1,
          "shells": 1,
          "eggs": 1,
          "dairy": 1,
          "gluten": 1,
          "sulphites": 1,
          "peanuts": 1,
          "sesame": 1,
          "fish": 1,
          "lupins": 1
        },
        "dates": {
          "$id": "36",
          "pluGuid": "622f58e6-b9ad-4a72-81fd-3213da00dd53",
          "created": "2026-04-03T06:18:47.9760012",
          "createdByUser": "sample string 1",
          "activated": "2026-04-03T06:18:47.9760012",
          "activatedByUser": "sample string 2",
          "deactivated": "2026-04-03T06:18:47.9760012",
          "deactivatedByUser": "sample string 3",
          "lastOrdered": "2026-04-03T06:18:47.9760012",
          "lastOrderedQty": 4.0,
          "lastReceived": "2026-04-03T06:18:47.9760012",
          "lastReceivedQty": 5.0,
          "lastInvoiceStatus": 1,
          "lastCounted": "2026-04-03T06:18:47.9760012",
          "lastSold": "2026-04-03T06:18:47.9760012",
          "firstSold": "2026-04-03T06:18:47.9760012",
          "awsUpdated": "2026-04-03T06:18:47.9760012",
          "lastManualUpdate": "2026-04-03T06:18:47.9760012",
          "lastManualUpdatedByUser": "sample string 7",
          "lastUpdated": "2026-04-03T06:18:47.9760012",
          "lastUpdatedByUser": "sample string 9",
          "lastUpdatedByHost": "2026-04-03T06:18:47.9760012",
          "doNotRangeUpdated": "2026-04-03T06:18:47.9760012",
          "doNotOrderUpdated": "2026-04-03T06:18:47.9760012",
          "tracked": "2026-04-03T06:18:47.9760012"
        },
        "allergens": [
          {
            "$id": "37",
            "primaryKey": {
              "$id": "38",
              "pluGuid": "69fcd710-07c3-4706-ae03-317c1d5ba9e7",
              "contains": 2
            },
            "allergenID": 1,
            "pluG_UID": "ENf8acMHBkeuAzF8HVup5w==",
            "pluGuid": "69fcd710-07c3-4706-ae03-317c1d5ba9e7",
            "contains": 2,
            "allergenName": "sample string 3",
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "37"
          }
        ],
        "costs": {
          "$id": "39",
          "pluG_UID": "zgVFOCUTwE6e5LUDvIuiBA==",
          "pluGuid": "384505ce-1325-4ec0-9ee4-b503bc8ba204",
          "enteredCost": 1,
          "weightedAvgCost": 1,
          "lastCost": 1,
          "rawEnteredCost": 2,
          "rawWeightedAvgCost": 3,
          "rawLastCost": 4,
          "freight": 5.0,
          "freightType": 6,
          "costDecimals": 7,
          "fifoCost": 1,
          "updated": "2026-04-03T06:18:47.9760012",
          "normalCost": 1,
          "currentCost": 1
        },
        "sales": [
          {
            "$id": "40",
            "saleHeaderID": 1,
            "created": "2026-04-03T06:18:47.9760012",
            "createdLocal": "2026-04-03T06:18:47.9760012",
            "storeID": 3,
            "storeName": "sample string 4",
            "operatorG_Uid": "yIJsudVwa0C7ksNrJeZLyA==",
            "operatorGuid": "b96c82c8-70d5-406b-bb92-c36b25e64bc8",
            "operatorName": "sample string 5",
            "tranType": 1,
            "plu": 1,
            "pluG_UId": "8aOUMHTcPkyUZnl2sM0ZGQ==",
            "pluGuid": "3094a3f1-dc74-4c3e-9466-7976b0cd1919",
            "normalPrice": 1,
            "totalCents": 1,
            "cost": 1,
            "grossProfit": 1,
            "quantity": 1,
            "operator": {
              "$id": "41",
              "id": 1,
              "g_Uid": "Ddssj3DIB0ikwPTEX1F3Dg==",
              "guid": "8f2cdb0d-c870-4807-a4c0-f4c45f51770e",
              "operatorNumber": 1,
              "shortName": "sample string 2",
              "firstName": "sample string 3",
              "lastName": "sample string 4",
              "password": "sample string 5",
              "hasPassword": true,
              "passwordText": "sample string 6",
              "rfidTagID": "sample string 7",
              "blueprintID": 1,
              "groupID": 1,
              "groupName": "sample string 8",
              "managerGroupID": 1,
              "managerGroupName": "sample string 9",
              "zoneID": 1,
              "zoneName": "sample string 10",
              "loggedIn": 1,
              "lastUsedIP": "sample string 11",
              "deleted": true,
              "locked": true,
              "allowOpenTill": true,
              "webEmail": "sample string 14",
              "simpleOperatorType": 0,
              "webRole": "sample string 15",
              "updated": "2026-04-03T06:18:47.9760012",
              "passwordResetRequired": true,
              "alteredInStore": true,
              "startShift": "2026-04-03T06:18:47.9760012",
              "endShift": "2026-04-03T06:18:47.9760012",
              "machineName": "sample string 20",
              "drawerID": 1,
              "stores": [
                {
                  "$id": "42",
                  "operatorG_UID": "/qBAjhlJXk2M63BWJQ1ETg==",
                  "operatorGuid": "8e40a0fe-4919-4d5e-8ceb-7056250d444e",
                  "storeID": 2,
                  "operator": {
                    "$ref": "41"
                  },
                  "store": {
                    "$ref": "5"
                  }
                },
                {
                  "$ref": "42"
                }
              ]
            }
          },
          {
            "$ref": "40"
          }
        ],
        "apns": [
          {
            "$id": "43",
            "pluID": 1,
            "pluG_UID": "B7dwzo4Y10aOUK1e3JbvZg==",
            "pluGuid": "ce70b707-188e-46d7-8e50-ad5edc96ef66",
            "apn": "sample string 1",
            "deleted": true,
            "storeID": 1,
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "43"
          }
        ],
        "tuns": [
          {
            "$id": "44",
            "pluG_UId": "fd9PnZjY40agpK5R+vDNfQ==",
            "pluGuid": "9d4fdf7d-d898-46e3-a0a4-ae51faf0cd7d",
            "apn": "sample string 1",
            "tun": "sample string 2",
            "cartonQuantity": 3,
            "product": {
              "$ref": "4"
            },
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "44"
          }
        ],
        "competitionPricing": [
          {
            "$id": "45",
            "identifier": "Ii5tP+PX60u9CYCcyQwa1w==",
            "identifierGuid": "3f6d2e22-d7e3-4beb-bd09-809cc90c1ad7",
            "pluG_UID": "xnmvo3pk/kGvEgcICtMo/w==",
            "pluGuid": "a3af79c6-647a-41fe-af12-07080ad328ff",
            "competitionID": 1,
            "name": "sample string 2",
            "sellMultiple": 3,
            "retailPrice": 4,
            "storeName": "sample string 5"
          },
          {
            "$ref": "45"
          }
        ],
        "supplier": {
          "$ref": "10"
        },
        "supplierName": "sample string 148",
        "children": [
          {
            "$ref": "4"
          },
          {
            "$ref": "4"
          }
        ],
        "ordering": {
          "$ref": "13"
        },
        "flipChartPages": [
          {
            "$id": "46",
            "identifier": "+Cg9WLvzpUOBECVLV/qSIQ==",
            "groupName": "sample string 1",
            "identifierGuid": "583d28f8-f3bb-43a5-8110-254b57fa9221",
            "exists": true,
            "flipChartIdentifier": "FS9O6Gp68kWCwKc6XfmlBQ==",
            "flipChartIdentifierGuid": "e84e2f15-7a6a-45f2-82c0-a73a5df9a505",
            "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": "VJU80zhqikSZZlWW8xhD6g==",
            "groupIdentifierGuid": "d33c9554-6a38-448a-9966-5596f31843ea",
            "flipChart": {
              "$id": "47",
              "identifier": "UGej/HE7ckeYzRTABrYbUg==",
              "identifierGuid": "fca36750-3b71-4772-98cd-14c006b61b52",
              "displayName": "sample string 2",
              "sortOrder": 3,
              "productsPerRow": 4,
              "rowsPerPage": 5,
              "buttonMarginX": 6,
              "buttonMarginY": 7,
              "beginButtonsX": 8,
              "beginButtonsY": 9,
              "autoSizeButtons": true,
              "autoSizeGrid": true,
              "showButtonText": true,
              "showButtonImage": true,
              "formLocationX": 1,
              "formLocationY": 1,
              "formWidth": 14,
              "formHeight": 15,
              "formMaximised": true,
              "formResizable": true,
              "formBackgroundImage": "sample string 16",
              "formBackgroundColourA": 1,
              "formBackgroundColourR": 1,
              "formBackgroundColourG": 1,
              "formBackgroundColourB": 1,
              "formFontFamily": "sample string 17",
              "formFontSize": 1.1,
              "formFontStyle": 1,
              "formAttributes": "sample string 18",
              "buttonWidth": 19,
              "buttonHeight": 20,
              "buttonAnchor": 21,
              "buttonBackgroundImage": "sample string 22",
              "buttonTopColour": 1,
              "buttonTextColour": 1,
              "buttonBottomColour": 1,
              "buttonBorderColour": 1,
              "buttonBorderWidth": 1,
              "buttonRadius": 1,
              "buttonGradientMode": 1,
              "buttonDropShadow": true,
              "buttonShadowWidth": 1,
              "buttonHighLightOnPush": true,
              "buttonFontFamily": "sample string 23",
              "buttonFontSize": 1.1,
              "buttonFontStyle": 1,
              "buttonTextAlign": 1,
              "buttonWordBreak": true,
              "buttonDrawImageAndButton": true,
              "buttonVerticalText": true,
              "buttonImageAlign": 1,
              "panelLocationX": 1,
              "panelLocationY": 1,
              "panelWidth": 1,
              "panelHeight": 1,
              "panelAnchor": 1,
              "panelFontFamily": "sample string 24",
              "panelFontSize": 1.1,
              "panelFontStyle": 1,
              "panelBackgroundColour": 1,
              "panelTextColour": 1,
              "panelAttributes": "sample string 25",
              "unsentCount": 26,
              "group": {
                "$id": "48",
                "identifier": "anh0pu3DgU+ldkIWGgLUEw==",
                "identifierGuid": "a674786a-c3ed-4f81-a576-42161a02d413",
                "name": "sample string 2",
                "formType": "sample string 3",
                "forms": [
                  {
                    "$id": "49",
                    "id": 1,
                    "g_UID": "Y4KT8iJb6UONwAl6umgv/g==",
                    "guid": "f2938263-5b22-43e9-8dc0-097aba682ffe",
                    "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": "/KiX1sI75Ui5xe+/vFW6ug==",
                    "previousFormGuid": "d697a8fc-3bc2-48e5-b9c5-efbfbc55baba",
                    "nextForm": 1,
                    "nextFormG_UID": "ZQZNbfsI/0+YLQWp5NIQMQ==",
                    "nextFormGuid": "6d4d0665-08fb-4fff-982d-05a9e4d21031",
                    "attributes": "sample string 10",
                    "updated": "2026-04-03T06:18:47.9760012",
                    "positioning": 1,
                    "contentPanel": "sample string 11",
                    "selectionMode": 1,
                    "maximumSelections": 1,
                    "alteredInStore": true,
                    "deleted": true,
                    "blueprintID": 1,
                    "preserveLayout": true,
                    "mainCheckoutFormName": "sample string 13",
                    "nextCheckoutForm": {
                      "$ref": "49"
                    },
                    "previousCheckoutForm": {
                      "$ref": "49"
                    },
                    "buttons": [
                      {
                        "$id": "50",
                        "id": 1,
                        "checkoutFormID": 2,
                        "checkoutFormG_UID": "Q9RYJRs94k6e22nglSh9DQ==",
                        "checkoutFormGuid": "2558d443-3d1b-4ee2-9edb-69e095287d0d",
                        "identifier": "Bg9mSfiwC0W3SSRr1wIo9Q==",
                        "identifierGuid": "49660f06-b0f8-450b-b749-246bd70228f5",
                        "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": "w9C3AARtaEq9mAng6YPusA==",
                        "valueGuid": "00b7d0c3-6d04-4a68-bd98-09e0e983eeb0",
                        "buttonText": "sample string 10",
                        "valueText": "sample string 11",
                        "drawImageAndButton": true,
                        "updated": "2026-04-03T06:18:47.9760012",
                        "action": "sample string 12",
                        "valueForm": {
                          "$ref": "49"
                        },
                        "image": {
                          "$id": "51",
                          "name": "sample string 3.sample string 4",
                          "imageID": 2,
                          "imageName": "sample string 3",
                          "imageExtension": "sample string 4",
                          "lastUpdate": "2026-04-03T06:18:47.9760012",
                          "imageData": "QEA=",
                          "readOnly": true
                        }
                      },
                      {
                        "$ref": "50"
                      }
                    ],
                    "panels": [
                      {
                        "$id": "52",
                        "id": 1,
                        "checkoutFormID": 2,
                        "checkoutFormG_UID": "PiIKpsMkx0Km1BTQXy8Erg==",
                        "checkoutFormGuid": "a60a223e-24c3-42c7-a6d4-14d05f2f04ae",
                        "panelType": "sample string 4",
                        "name": "sample string 5",
                        "locationX": 6,
                        "locationY": 7,
                        "width": 8,
                        "height": 9,
                        "anchor": 10,
                        "fontFamily": "sample string 11",
                        "fontSize": 12.1,
                        "fontStyle": 13,
                        "backgroundColour": 14,
                        "textColour": 15,
                        "attributes": "sample string 16"
                      },
                      {
                        "$ref": "52"
                      }
                    ]
                  },
                  {
                    "$ref": "49"
                  }
                ],
                "panels": [
                  {
                    "$ref": "52"
                  },
                  {
                    "$ref": "52"
                  }
                ]
              },
              "pages": [
                {
                  "$ref": "46"
                },
                {
                  "$ref": "46"
                }
              ]
            },
            "contentPanel": {
              "$ref": "52"
            },
            "products": [
              {
                "$id": "53",
                "flipChartPageIdentifier": "95yJrnzy2keFBIM9+Xrdww==",
                "flipChartPageIdentifierGuid": "ae899cf7-f27c-47da-8504-833df97addc3",
                "pluG_UID": "Iu9Blg009ECUO1ljfLf2ow==",
                "pluGuid": "9641ef22-340d-40f4-943b-59637cb7f6a3",
                "sortOrder": 3,
                "sent": true,
                "productChanged": true,
                "productImageName": "sample string 6",
                "productShowImageOnFlipCharts": true,
                "productShowTextOnFlipCharts": true,
                "productOverrideFlipChartText": true,
                "productFlipChartText": "sample string 10",
                "product": {
                  "$ref": "4"
                },
                "departmentSortOrder": 11,
                "subDepartmentName": "sample string 12"
              },
              {
                "$ref": "53"
              }
            ],
            "productCount": 27,
            "pages": [
              {
                "$ref": "46"
              },
              {
                "$ref": "46"
              }
            ]
          },
          {
            "$ref": "46"
          }
        ],
        "priceHistory": [
          {
            "$id": "54",
            "pluG_UID": "ysLkr8V3w0GilmD4QHpslg==",
            "pluGuid": "afe4c2ca-77c5-41c3-a296-60f8407a6c96",
            "price": 1,
            "costCalcMethod": 1,
            "cost": 2,
            "weightedAvgCost": 3,
            "lastCost": 4,
            "rawCost": 5,
            "rawWeightedAvgCost": 6,
            "rawLastCost": 7,
            "costDecimals": 8,
            "serviceFeeID": 9,
            "freight": 10.0,
            "freightType": 11,
            "process": "sample string 12",
            "user": "sample string 13",
            "updated": "2026-04-03T06:18:47.9760012",
            "previousPrice": 1,
            "previousCostCalcMethod": 1,
            "previousCost": 1,
            "previousWeightedAvgCost": 1,
            "previousLastCost": 1,
            "previousRawCost": 15,
            "previousRawWeightedAvgCost": 16,
            "previousRawLastCost": 17,
            "previousCostDecimals": 1,
            "previousServiceFeeID": 18,
            "previousFreight": 19.0,
            "previousFreightType": 20,
            "storeID": 21,
            "storeName": "sample string 22",
            "serviceFeeDescription": "sample string 23",
            "previousServiceFeeDescription": "sample string 24"
          },
          {
            "$ref": "54"
          }
        ],
        "ingredients": [
          {
            "$id": "55",
            "pluG_UID": "HHpvQ5h050Sea1UcI3CT0Q==",
            "ingredientGuid": "N201rkEjSkWChRzhkghkQA==",
            "ingredientIdentifier": "ae356d37-2341-454a-8285-1ce192086440",
            "quantity": 1.0,
            "storeIDs": [
              1,
              2
            ],
            "ingredientText": "sample string 1",
            "ingredient": {
              "$ref": "4"
            }
          },
          {
            "$ref": "55"
          }
        ],
        "bins": [
          {
            "$id": "56",
            "pluG_UID": "dJzdPYZdrEqiCn8I/HUYMw==",
            "pluGuid": "3ddd9c74-5d86-4aac-a20a-7f08fc751833",
            "shelfLocationIdentifier": "DH1f8i70ME+7eUMuLPhcDA==",
            "shelfLocationGuid": "f25f7d0c-f42e-4f30-bb79-432e2cf85c0c",
            "labelShelfDefault": 1,
            "labelTalkerDefault": 1,
            "labelSmall": true,
            "labelPageLayoutG_UID": "z/RiSGzqF0qCxjmgBZX0iA==",
            "labelPageLayoutGuid": "4862f4cf-ea6c-4a17-82c6-39a00595f488",
            "updated": "2026-04-03T06:18:47.9760012",
            "electronicShelfLabelIdentifier": "sample string 5",
            "electronicshelfLabelsConfigurationID": 6,
            "labelShelfChanged": true,
            "productName": "sample string 8",
            "locationText": "sample string 9",
            "product": {
              "$ref": "4"
            },
            "location": {
              "$id": "57",
              "identifier": "m66uB18hkUuy8VRUJ5bAMA==",
              "storeID": 1,
              "identifierGuid": "07aeae9b-215f-4b91-b2f1-54542796c030",
              "name": "sample string 2",
              "haccp": true,
              "blueprintID": 1,
              "updated": "2026-04-03T06:18:47.9760012",
              "minTemp": 1,
              "maxTemp": 1,
              "checkFrequency": 1,
              "storeCaseConfiguration": 5,
              "storeName": "sample string 6",
              "bins": [
                {
                  "$ref": "56"
                },
                {
                  "$ref": "56"
                }
              ]
            }
          },
          {
            "$ref": "56"
          }
        ],
        "bin": {
          "$ref": "56"
        },
        "scaleLocations": [
          {
            "$id": "58",
            "plu": 1,
            "pluG_UID": "9cL1vFU/pU+ZrJs4SKuA1w==",
            "pluGuid": "bcf5c2f5-3f55-4fa5-99ac-9b3848ab80d7",
            "deptNo": 1,
            "product": {
              "$ref": "4"
            },
            "scaleLocation": {
              "$id": "59",
              "id": 1,
              "deptNo": 1,
              "deptCode": "sample string 2",
              "name": "sample string 3",
              "enabled": true,
              "updated": "2026-04-03T06:18:47.9760012",
              "department": {
                "$id": "60",
                "id": 1,
                "name": "sample string 2",
                "code": "sample string 3",
                "sortOrder": 4,
                "isLiquor": true,
                "isTobacco": true,
                "excludeTalker": true,
                "externalSales": true,
                "saleGLCode": "sample string 9",
                "cogsglCode": "sample string 10",
                "accountingCategoryID": 11,
                "maximumMarkdownPercentage": 12.0,
                "accountingOnly": true,
                "generateExternalID": 1,
                "useNonReportableTaxCode": true,
                "minPLU": 15,
                "maxPLU": 16,
                "scaleLocation": {
                  "$ref": "59"
                },
                "subDepartments": [
                  {
                    "$id": "61",
                    "id": 1,
                    "departmentID": 2,
                    "name": "sample string 3",
                    "code": "sample string 4",
                    "departmentCode": "sample string 5",
                    "externalSales": true,
                    "minorDepartments": [
                      {
                        "$id": "62",
                        "id": 1,
                        "subDepartmentID": 2,
                        "departmentID": 3,
                        "name": "sample string 4",
                        "subDepartmentCode": "sample string 5",
                        "departmentCode": "sample string 6",
                        "code": "sample string 7",
                        "lesserDepartments": [
                          {
                            "$id": "63",
                            "id": 1,
                            "departmentID": 2,
                            "subDepartmentID": 3,
                            "minorDepartmentID": 4,
                            "name": "sample string 5",
                            "code": "sample string 6",
                            "departmentCode": "sample string 7",
                            "subDepartmentCode": "sample string 8",
                            "minorDepartmentCode": "sample string 9",
                            "updated": "2026-04-03T06:18:47.9760012",
                            "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": "ARWOlZF+wE6P8HdpfI+85Q==",
                            "labelPageLayoutGuid": "958e1501-7e91-4ec0-8ff0-77697c8fbce5",
                            "minimumAge": 17,
                            "countryOfOrigin": "sample string 18",
                            "serviceFeeID": 1,
                            "eftCode": 19,
                            "defaultPrinter": "sample string 20",
                            "defaultPrinterGroup": "sample string 21",
                            "buyingLimit": 1,
                            "buyingLimitIndependent": true,
                            "buyingLimitType": 0,
                            "includeInDistinctLimit": true,
                            "defaultsEmpty": false,
                            "mscCat": {
                              "$id": "64",
                              "dept": 1,
                              "category": 2,
                              "name": "sample string 3",
                              "active": true,
                              "mscCommodities": [
                                {
                                  "$id": "65",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "name": "sample string 4",
                                  "active": true,
                                  "mscSubCommodities": [
                                    {
                                      "$id": "66",
                                      "dept": 1,
                                      "category": 2,
                                      "commodity": 3,
                                      "subCommodity": 4,
                                      "name": "sample string 5",
                                      "active": true,
                                      "subCommodityCode": "sample string 7"
                                    },
                                    {
                                      "$ref": "66"
                                    }
                                  ],
                                  "commodityCode": "sample string 6"
                                },
                                {
                                  "$ref": "65"
                                }
                              ],
                              "categoryCode": "sample string 5"
                            },
                            "mscCom": {
                              "$ref": "65"
                            },
                            "mscDep": {
                              "$id": "67",
                              "dept": 1,
                              "name": "sample string 2",
                              "active": true,
                              "mscCategories": [
                                {
                                  "$ref": "64"
                                },
                                {
                                  "$ref": "64"
                                }
                              ],
                              "deptCode": "sample string 4"
                            },
                            "mscSubCom": {
                              "$ref": "66"
                            }
                          },
                          {
                            "$ref": "63"
                          }
                        ],
                        "updated": "2026-04-03T06:18:47.9760012",
                        "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": "AMqJ8BEmq0ez/Y0f//NjnQ==",
                        "labelPageLayoutGuid": "f089ca00-2611-47ab-b3fd-8d1ffff3639d",
                        "minimumAge": 15,
                        "countryOfOrigin": "sample string 16",
                        "serviceFeeID": 1,
                        "eftCode": 17,
                        "defaultPrinter": "sample string 18",
                        "defaultPrinterGroup": "sample string 19",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "includeInDistinctLimit": true,
                        "defaultsEmpty": false,
                        "mscCat": {
                          "$ref": "64"
                        },
                        "mscCom": {
                          "$ref": "65"
                        },
                        "mscDep": {
                          "$ref": "67"
                        },
                        "mscSubCom": {
                          "$ref": "66"
                        }
                      },
                      {
                        "$ref": "62"
                      }
                    ],
                    "investmentBuyOverride": true,
                    "updated": "2026-04-03T06:18:47.9760012",
                    "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": "oqoeftfO/0akI/bsBMidkw==",
                    "labelPageLayoutGuid": "7e1eaaa2-ced7-46ff-a423-f6ec04c89d93",
                    "minimumAge": 15,
                    "countryOfOrigin": "sample string 16",
                    "serviceFeeID": 1,
                    "eftCode": 17,
                    "defaultPrinter": "sample string 18",
                    "defaultPrinterGroup": "sample string 19",
                    "buyingLimit": 1,
                    "buyingLimitIndependent": true,
                    "buyingLimitType": 0,
                    "includeInDistinctLimit": true,
                    "defaultsEmpty": false,
                    "mscCat": {
                      "$ref": "64"
                    },
                    "mscCom": {
                      "$ref": "65"
                    },
                    "mscDep": {
                      "$ref": "67"
                    },
                    "mscSubCom": {
                      "$ref": "66"
                    }
                  },
                  {
                    "$ref": "61"
                  }
                ],
                "stores": [
                  1,
                  2
                ],
                "investmentBuyOverride": true,
                "updated": "2026-04-03T06:18:47.9760012",
                "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": "/YFiSGvzTk2Ds1GXGZ65Nw==",
                "labelPageLayoutGuid": "486281fd-f36b-4d4e-83b3-5197199eb937",
                "minimumAge": 25,
                "countryOfOrigin": "sample string 26",
                "serviceFeeID": 1,
                "eftCode": 27,
                "defaultPrinter": "sample string 28",
                "defaultPrinterGroup": "sample string 29",
                "buyingLimit": 1,
                "buyingLimitIndependent": true,
                "buyingLimitType": 0,
                "includeInDistinctLimit": true,
                "defaultsEmpty": false,
                "mscCat": {
                  "$ref": "64"
                },
                "mscCom": {
                  "$ref": "65"
                },
                "mscDep": {
                  "$ref": "67"
                },
                "mscSubCom": {
                  "$ref": "66"
                }
              }
            }
          },
          {
            "$ref": "58"
          }
        ],
        "nextPrice": {
          "$id": "68",
          "id": 1,
          "campaignID": 2,
          "campaignName": "sample string 3",
          "plu": 1,
          "hostOfferID": 1,
          "metcashPromotionID": "sample string 4",
          "metcashPromotionPlacement": "sample string 5",
          "pluG_UID": "agaZU6NKd0eeNt6YNmmVmg==",
          "pluGuid": "5399066a-4aa3-4777-9e36-de983669959a",
          "newPrice": 1,
          "pctDiscount": 1,
          "newCost": 1,
          "newCostDecimals": 6,
          "dealCostIdentifier": "ZKX59FnWqUK1zVlgO+4/rw==",
          "dealCostGuid": "f4f9a564-d659-42a9-b5cd-59603bee3faf",
          "pluName": "sample string 7",
          "apn": "sample string 8",
          "fuelItem": true,
          "priceGroupG_UID": "8h9nj9dLsEaaS4xpeBEZXA==",
          "priceGroupGuid": "8f671ff2-4bd7-46b0-9a4b-8c697811195c",
          "itemNumber": "sample string 10",
          "cri": "sample string 11",
          "pluPrice": 12,
          "costCalcMethod": 13,
          "pluCost": 14,
          "pluCostIndicator": "sample string 15",
          "pluPriceGstPercent": 16,
          "pluCostGstPercent": 17,
          "pluActive": true,
          "cartonQty": 1.1,
          "baseUnits": 19.1,
          "salesMode": 1,
          "pluNormalCost": 20,
          "pluaws": 21.0,
          "directNumber": "sample string 22",
          "departmentName": "sample string 23",
          "subDepartmentName": "sample string 24",
          "priceGroupName": "sample string 25",
          "supplierName": "sample string 26",
          "stockOnHand": 1.1,
          "stockOnOrder": 1.1,
          "lastReceived": "2026-04-03T06:18:47.9760012",
          "rrp": 27,
          "campaignDescription": "sample string 28",
          "hostCampaign": true,
          "hostIdentifier": "QEA=",
          "hostIdentifierGuid": "b8c546c7-4abd-4da4-b6b1-847cdfaa4262",
          "campaignComboPriceGroupG_UID": "jbkgLpCTdk21kPPzoq0fnA==",
          "campaignComboPriceGroupIdentifier": "2e20b98d-9390-4d76-b590-f3f3a2ad1f9c",
          "promotionPlacementDescription": "sample string 30",
          "storeAcceptances": [
            {
              "$id": "69",
              "plu": 1,
              "pluG_UId": "QEA=",
              "campaignID": 1,
              "campaignName": "sample string 2",
              "storeID": 3,
              "acceptedUtc": "2026-04-03T06:18:47.9760012",
              "operatorG_UID": "XxKaSGAPnEqa13Tj7sG3PQ==",
              "operatorGuid": "489a125f-0f60-4a9c-9ad7-74e3eec1b73d",
              "machineID": 1,
              "processed": true,
              "appliedUtc": "2026-04-03T06:18:47.9760012",
              "signIqTicketFileMovedUtc": "2026-04-03T06:18:47.9760012",
              "user": "sample string 6",
              "campaignDescription": "sample string 7",
              "productDesc": "sample string 8",
              "storeName": "sample string 9",
              "effectiveUtc": "2026-04-03T06:18:47.9760012",
              "priceChangeType": 0,
              "operatorName": "sample string 10",
              "hostCampaign": true,
              "hostIdentifier": "QEA=",
              "hostIdentifierGuid": "3b6fe348-59fc-4e4c-a597-dffb93209857",
              "product": {
                "$ref": "4"
              },
              "campaignPlu": {
                "$ref": "68"
              },
              "fuelItem": true
            },
            {
              "$ref": "69"
            }
          ],
          "campaign": {
            "$id": "70",
            "id": 1,
            "storeID": 2,
            "name": "04d74ce3-e84e-4b65-92a0-ac1f8346085c",
            "nameGuid": "04d74ce3-e84e-4b65-92a0-ac1f8346085c",
            "description": "sample string 4",
            "showDiscounts": true,
            "showTotals": true,
            "onlyEvaluateOnSubtotal": true,
            "useDescription": true,
            "campaignType": 1,
            "startDate": "2026-04-03T06:18:47.9760012",
            "startTime": 1,
            "endDate": "2026-04-03T06:18:47.9760012",
            "endTime": 1,
            "recurrence": 1,
            "recurrenceType": 1,
            "monthType": 1,
            "weekDays": 1,
            "months": 1,
            "monthWeeks": 1,
            "monthDays": "sample string 7",
            "printed": true,
            "talkerText": "sample string 8",
            "rangeDescription": "sample string 9",
            "dealDescription": "sample string 10",
            "labelQuantity": 11,
            "active": 1,
            "deactivated": "2026-04-03T06:18:47.9760012",
            "system": true,
            "created": "2026-04-03T06:18:47.9760012",
            "updated": "2026-04-03T06:18:47.9760012",
            "priceChangeNotifiedUtc": "2026-04-03T06:18:47.9760012",
            "promoType": 1,
            "promotionTypeCode": "sample string 13",
            "hostIdentifier": "cnK46QkOPUOSNxKOhtgGQg==",
            "hostIdentifierGuid": "e9b87272-0e09-433d-9237-128e86d80642",
            "hostType": 14,
            "createdByUser": "sample string 15",
            "fromHost": true,
            "deleted": true,
            "campaignDeleted": "2026-04-03T06:18:47.9760012",
            "updatedByUser": "sample string 18",
            "offerID": 1,
            "isPriceChangeCampaign": true,
            "stores": [
              1,
              2
            ],
            "storeNames": [
              "sample string 1",
              "sample string 2"
            ],
            "campaignPlus": [
              {
                "$ref": "68"
              },
              {
                "$ref": "68"
              }
            ],
            "campaignPools": [
              {
                "$id": "71",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "plu": 4,
                "pluG_UID": "cIgbRcUL70eWoMaNNR+rmw==",
                "pluGuid": "451b8870-0bc5-47ef-96a0-c68d351fab9b",
                "hostOfferID": 1,
                "priceGroupG_UID": "GUGrUM9bj0Wvy60lmhds1w==",
                "priceGroupGuid": "50ab4119-5bcf-458f-afcb-ad259a176cd7",
                "fuelItem": true,
                "pluName": "sample string 6",
                "apn": "sample string 7",
                "pluActive": true,
                "cartonQty": 1,
                "baseUnits": 9.1,
                "cri": "sample string 10",
                "salesMode": 1,
                "pluaws": 11.0,
                "directNumber": "sample string 12",
                "departmentName": "sample string 13",
                "subDepartmentName": "sample string 14",
                "priceGroupName": "sample string 15",
                "supplierName": "sample string 16",
                "stockOnHand": 1.1,
                "stockOnOrder": 1.1,
                "lastReceived": "2026-04-03T06:18:47.9760012",
                "rrp": 17,
                "campaignDescription": "sample string 18",
                "product": {
                  "$ref": "4"
                },
                "campaign": {
                  "$ref": "70"
                }
              },
              {
                "$ref": "71"
              }
            ],
            "sellingRules": [
              {
                "$id": "72",
                "id": 1,
                "identifier": "Gwm9v8jGlE6L50FFHtoGug==",
                "identifierStr": "Gwm9v8jGlE6L50FFHtoGug==",
                "identifierGuid": "bfbd091b-c6c8-4e94-8be7-41451eda06ba",
                "campaignID": 4,
                "campaignName": "sample string 5",
                "ruleJoin": 1,
                "ruleType": 6,
                "operand0": "sample string 7",
                "comparisonOp": 1,
                "operand1": "sample string 8",
                "action": 1,
                "operand2": "sample string 9",
                "operand3": "sample string 10",
                "includeExcludedItems": true,
                "noFurtherDiscounts": true,
                "description": "sample string 11",
                "sortOrder": 1,
                "isItemRule": false,
                "prevDept": "sample string 12",
                "campaign": {
                  "$ref": "70"
                }
              },
              {
                "$ref": "72"
              }
            ],
            "customers": [
              {
                "$id": "73",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "customerID": "p7Vr0Um+wEaxXvNGtooWFQ==",
                "customerIDGuid": "d16bb5a7-be49-46c0-b15e-f346b68a1615",
                "campaign": {
                  "$ref": "70"
                },
                "customer": {
                  "$id": "74",
                  "identifier": "CTlIrcaTkU6VPdt1VnM6lA==",
                  "identifierGuid": "ad483909-93c6-4e91-953d-db7556733a94",
                  "code": "sample string 2",
                  "familyName": "sample string 3",
                  "givenName": "sample string 4",
                  "otherName": "sample string 5",
                  "title": "sample string 6",
                  "dateOfBirth": "2026-04-03T06:18:47.9760012",
                  "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": "rICqAoA5y0WblPITcdYQ3w==",
                  "communityIdentifierGuid": "02aa80ac-3980-45cb-9b94-f21371d610df",
                  "joined": "2026-04-03T06:18:47.9760012",
                  "updated": "2026-04-03T06:18:47.9760012",
                  "active": true,
                  "reasonInactive": 1,
                  "groupCustomer": true,
                  "loyaltyPoints": 1,
                  "homeStoreID": 1,
                  "availableSpend": 1,
                  "priceLevelIdentifier": "Flmm7a7wbkWsQc2oPBtlww==",
                  "priceLevelIdentifierGuid": "eda65916-f0ae-456e-ac41-cda83c1b65c3",
                  "marketingID": "sample string 18",
                  "receiptPrintOptions": 1,
                  "hidden": true,
                  "registered": true,
                  "registeredOn": "2026-04-03T06:18:47.9760012",
                  "emailMarketing": true,
                  "smsMarketing": true,
                  "deleted": true,
                  "deletedUser": "sample string 24",
                  "homeStoreName": "sample string 25",
                  "customerCards": [
                    {
                      "$id": "75",
                      "cardType": 2,
                      "issueDate": "2026-04-03T06:18:47.9760012",
                      "expiry": "2026-04-03T06:18:47.9760012",
                      "customerID": "I1QbMqx8GUqUEdppOl+NOg==",
                      "customerIDGuid": "321b5423-7cac-4a19-9411-da693a5f8d3a",
                      "initialValue": 1,
                      "currentValue": 1,
                      "maxLimit": 1,
                      "minTransaction": 1,
                      "maxTransaction": 1,
                      "multiplier": 1.1,
                      "active": true,
                      "reasonInactive": 1,
                      "idRequired": true,
                      "idType": 1,
                      "idValue": "sample string 5",
                      "updated": "2026-04-03T06:18:47.9760012",
                      "linkedAccount": "4kU046O4/06kA8TBl3EoDQ==",
                      "linkedAccountGuid": "e33445e2-b8a3-4eff-a403-c4c19771280d",
                      "currentValueChanged": true,
                      "limitsChanged": true,
                      "customer": {
                        "$ref": "74"
                      },
                      "account": {
                        "$id": "76",
                        "id": 1,
                        "identifier": "4b0Kr9v7QEC19WMeGwd1AA==",
                        "identifierGuid": "af0abde1-fbdb-4040-b5f5-631e1b077500",
                        "referenceNo": "sample string 3",
                        "name": "sample string 4",
                        "created": "2026-04-03T06:18:47.9760012",
                        "owner": "kzP0qNBK2kWbkjunVro3/w==",
                        "ownerGuid": "a8f43393-4ad0-45da-9b92-3ba756ba37ff",
                        "accountStoreGroupIdentifier": "vVXKj0hsyke3ZpicSS50lg==",
                        "accountStoreGroupGuid": "8fca55bd-6c48-47ca-b766-989c492e7496",
                        "accountType": 1,
                        "currentBalance": 1,
                        "externalID": "sample string 7",
                        "maximumLimit": 1,
                        "accruePoints": true,
                        "loyaltyPoints": 1,
                        "termsOfTrade": 1,
                        "signatureRequired": true,
                        "referenceRequired": true,
                        "statementSendType": 10,
                        "ageingPeriod": 1,
                        "monthlyAgeingPeriod": true,
                        "explodedInvoice": true,
                        "isFifoAllocation": true,
                        "lastStatementSent": "2026-04-03T06:18:47.9760012",
                        "active": true,
                        "updated": "2026-04-03T06:18:47.9760012",
                        "deleted": true,
                        "deletedUser": "sample string 16",
                        "currentBalanceChanged": true,
                        "maximumLimitChanged": true,
                        "loyaltyPointsChanged": true,
                        "projectedBalance": 17,
                        "accountStoreGroupStoreIDs": [
                          1,
                          2
                        ],
                        "customerEmail": "sample string 18",
                        "ownerCustomer": {
                          "$ref": "74"
                        },
                        "card": {
                          "$ref": "75"
                        },
                        "members": {
                          "$id": "77",
                          "sample string 1": [
                            {
                              "$ref": "74"
                            },
                            {
                              "$ref": "74"
                            }
                          ],
                          "sample string 2": [
                            {
                              "$ref": "74"
                            },
                            {
                              "$ref": "74"
                            }
                          ]
                        },
                        "customerGroups": [
                          {
                            "$id": "78",
                            "identifier": "X4LUyG2/XUi8Dni7eJjhyA==",
                            "identifierGuid": "c8d4825f-bf6d-485d-bc0e-78bb7898e1c8",
                            "name": "sample string 2",
                            "primaryContact": "H6ebHbioakqPDVaun6YCEA==",
                            "primaryContactGuid": "1d9ba71f-a8b8-4a6a-8f0d-56ae9fa60210",
                            "accountID": "nrtsv8mgg0miZtx5bOobqQ==",
                            "accountIDGuid": "bf6cbb9e-a0c9-4983-a266-dc796cea1ba9",
                            "special": true,
                            "updated": "2026-04-03T06:18:47.9760012",
                            "active": true,
                            "reasonInactive": 1,
                            "priceLevelIdentifier": "WrahKCMhSkiK9cZaQVI6fA==",
                            "priceLevelIdentifierGuid": "28a1b65a-2123-484a-8af5-c65a41523a7c",
                            "marketingListID": "sample string 7",
                            "deleted": true,
                            "account": {
                              "$ref": "76"
                            },
                            "primaryContactCustomer": {
                              "$ref": "74"
                            },
                            "customerGroupMembers": [
                              {
                                "$id": "79",
                                "id": 1,
                                "groupID": "RaTlMC6/WkSeHPJbHf5UOA==",
                                "groupIDGuid": "30e5a445-bf2e-445a-9e1c-f25b1dfe5438",
                                "customerID": "vGIN2K11UkOnt/SZz0mbnw==",
                                "customerIDGuid": "d80d62bc-75ad-4352-a7b7-f499cf499b9f",
                                "card": "sample string 4",
                                "linkedAccount": "DpKc1JWqIkWLoJ7sA2G+TA==",
                                "linkedAccountGuid": "d49c920e-aa95-4522-8ba0-9eec0361be4c",
                                "customer": {
                                  "$ref": "74"
                                },
                                "group": {
                                  "$ref": "78"
                                },
                                "customerCard": {
                                  "$ref": "75"
                                }
                              },
                              {
                                "$ref": "79"
                              }
                            ]
                          },
                          {
                            "$ref": "78"
                          }
                        ]
                      },
                      "payments": [
                        {
                          "$id": "80",
                          "id": 1,
                          "identifier": "PJPxyAn67kWNw25cfFUpCg==",
                          "identifierGuid": "c8f1933c-fa09-45ee-8dc3-6e5c7c55290a",
                          "storeID": 2,
                          "operatorName": "sample string 3",
                          "saleHeaderID": 4,
                          "paymentType": 5,
                          "amount": 6,
                          "account": "sample string 7",
                          "accountID": "+L+bFdDRNEWDRb9/4lPUPA==",
                          "accountIDGuid": "159bbff8-d1d0-4534-8345-bf7fe253d43c",
                          "customerAccount": {
                            "$ref": "76"
                          },
                          "customerCard": {
                            "$ref": "75"
                          },
                          "accountType": 1,
                          "cardName": "sample string 8",
                          "authorisationNumber": "sample string 9",
                          "bankReference": "sample string 10",
                          "merchantID": "sample string 11",
                          "terminalID": "sample string 12",
                          "cardNumber": "sample string 13",
                          "paymentDate": "2026-04-03T06:18:47.9760012",
                          "invRocNo": "sample string 14",
                          "responseCode": "sample string 15",
                          "cashout": 1,
                          "tip": 16,
                          "idempotentVoid": "hYIx3Lj25EOuWFVy9yQrTA==",
                          "idempotentVoidGuid": "dc318285-f6b8-43e4-ae58-5572f7242b4c",
                          "offline": true,
                          "processed": 1,
                          "storeSaleHeader": {
                            "$id": "81",
                            "saleHeaderID": 1,
                            "saleHeaderGuid": "ubLMnxBVP0+9d2xeW3+h6g==",
                            "saleHeaderIdentifierGuid": "9fccb2b9-5510-4f3f-bd77-6c5e5b7fa1ea",
                            "created": "2026-04-03T06:18:47.9760012",
                            "createdLocal": "2026-04-03T06:18:47.9760012",
                            "createdText": "sample string 4",
                            "itemCount": 5,
                            "totalAmount": 6,
                            "cashTender": 1,
                            "cardTender": 1,
                            "cheqTender": 1,
                            "acctTender": 1,
                            "voucherTender": 1,
                            "loyaltyPoints": 1,
                            "cashout": 1,
                            "changeAmount": 1,
                            "rounding": 1,
                            "gstAmount": 1,
                            "transactionDiscountTender": 1,
                            "totalTip": 7,
                            "tranType": 1,
                            "processed": 1,
                            "imported": "2026-04-03T06:18:47.9760012",
                            "storeID": 1,
                            "operatorG_Uid": "TzkUKt3CakGJjdHO1Nlbgg==",
                            "operatorGuid": "2a14394f-c2dd-416a-898d-d1ced4d95b82",
                            "customerG_Uid": "iEH6G9d7+kiOJGUiYb+iXg==",
                            "customerGuid": "1bfa4188-7bd7-48fa-8e24-652261bfa25e",
                            "communityIdentifier": "I3M86/4/tU+ZkDlc+MqllA==",
                            "communityIdentifierGuid": "eb3c7323-3ffe-4fb5-9990-395cf8caa594",
                            "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": "owTMO5yjV0mZoN0FmCMG9w==",
                            "priceLevelIdentifierGuid": "3bcc04a3-a39c-4957-99a0-dd05982306f7",
                            "locked": 36,
                            "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:18:47.9760012+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                            "deserialisedOrderMetadata": {
                              "$id": "82",
                              "customerName": "sample string 1",
                              "pickupAt": "2026-04-03T06:18:47.9760012",
                              "deliveryAddress1": "sample string 2",
                              "deliveryAddress2": "sample string 3",
                              "customerPhoneNumber": "sample string 4",
                              "orderType": 0,
                              "externalOrderID": "sample string 5",
                              "externalDisplayableOrderID": "sample string 6",
                              "tableName": "sample string 7",
                              "createdBy": 0,
                              "orderingAppName": "sample string 8"
                            },
                            "relationChecksum": "sample string 38",
                            "loyaltyTender": 1,
                            "giftCardTender": 1,
                            "operator": {
                              "$ref": "41"
                            },
                            "customer": {
                              "$ref": "74"
                            },
                            "communityOrganisation": {
                              "$id": "83",
                              "id": 1,
                              "identifier": "KRmMyEv0iE+r+SYgVBbBvg==",
                              "identifierGuid": "c88c1929-f44b-4f88-abf9-26205416c1be",
                              "name": "sample string 3",
                              "lookupIdentifier": "sample string 4",
                              "externalID": "sample string 5",
                              "phone": "sample string 6",
                              "fax": "sample string 7",
                              "email": "sample string 8",
                              "address1": "sample string 9",
                              "address2": "sample string 10",
                              "city": "sample string 11",
                              "postCode": "sample string 12",
                              "state": "sample string 13",
                              "country": "sample string 14",
                              "abn": "sample string 15",
                              "promoPeriodStart": "2026-04-03T06:18:47.9760012",
                              "promoPeriodEnd": "2026-04-03T06:18:47.9760012",
                              "allowDonations": true,
                              "logoImageName": "sample string 17",
                              "totalAmountAwarded": 18.1,
                              "updated": "2026-04-03T06:18:47.9760012",
                              "deleted": true
                            },
                            "details": [
                              {
                                "$id": "84",
                                "saleItemID": 1,
                                "identifier": "5+nEzQANv0mfEfxzPDpXEg==",
                                "identifierGuid": "cdc4e9e7-0d00-49bf-9f11-fc733c3a5712",
                                "saleHeaderID": 2,
                                "plu": 1,
                                "pluG_UId": "DjSrciZc40+7glzPBGoWpQ==",
                                "pluGuid": "72ab340e-5c26-4fe3-bb82-5ccf046a16a5",
                                "accountID": "QnV3f+0N+EeZuSdIuExKEw==",
                                "accountIDGuid": "7f777542-0ded-47f8-99b9-2748b84c4a13",
                                "normalPrice": 3,
                                "originalSellingPrice": 4,
                                "discountPrice": 5,
                                "unit": 1,
                                "quantity": 6,
                                "totalCents": 7,
                                "fixedPrice": 1,
                                "tranType": 1,
                                "discountType": 1,
                                "cost": 1,
                                "costDecimals": 8,
                                "markdown": 1,
                                "manualQuantity": 1,
                                "manualPrice": 1,
                                "manualMode": 1,
                                "active": 1,
                                "offline": true,
                                "barcode": "sample string 9",
                                "keyedSale": 1,
                                "discountedID": 1,
                                "fuelID": 1,
                                "serialNumber": "sample string 10",
                                "bestOrExpire": "2026-04-03T06:18:47.9760012",
                                "bestOrExpireType": 1,
                                "providerName": "sample string 11",
                                "refundG_UID": "ewJC1CNOoUiQQodqrKeqOQ==",
                                "refundGuid": "d442027b-4e23-48a1-9042-876aaca7aa39",
                                "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": "YEE2kmho6k+DMsz6J98CuQ==",
                                "idempotentVoidGuid": "92364160-6868-4fea-8332-ccfa27df02b9",
                                "priceLevelIdentifier": "c7XWxYprqEuz4Lt6qNg1kw==",
                                "priceLevelIdentifierGuid": "c5d6b573-6b8a-4ba8-b3e0-bb7aa8d83593",
                                "communityIdentifier": "CXx7ko4NIEusg/pQumwD7A==",
                                "communityIdentifierGuid": "927b7c09-0d8e-4b20-ac83-fa50ba6c03ec",
                                "productName": "sample string 23",
                                "apn": "sample string 24",
                                "unknownScans": [
                                  {
                                    "$id": "85",
                                    "id": 1,
                                    "saleDetailID": 2,
                                    "storeID": 1,
                                    "scanned": "2026-04-03T06:18:47.9760012",
                                    "operatorG_UID": "QEA=",
                                    "barcode": "sample string 4",
                                    "processed": 1
                                  },
                                  {
                                    "$ref": "85"
                                  }
                                ],
                                "refund": {
                                  "$id": "86",
                                  "id": 1,
                                  "g_UID": "Q7ry2v/0Z0G5Y6ygSLd3+w==",
                                  "guid": "daf2ba43-f4ff-4167-b963-aca048b777fb",
                                  "description": "sample string 1",
                                  "dumped": true,
                                  "inventoryReasonID": 1,
                                  "sortOrder": 1,
                                  "updated": "2026-04-03T06:18:47.9760012"
                                },
                                "modifier": {
                                  "$id": "87",
                                  "id": 1,
                                  "setG_UID": "Dk/zTNi8qUeRE9HrHQGkUQ==",
                                  "modifierSetGuid": "4cf34f0e-bcd8-47a9-9113-d1eb1d01a451",
                                  "name": "sample string 2",
                                  "price": 1,
                                  "quantity": 1,
                                  "modifierType": 1,
                                  "groupNumber": 1,
                                  "pageNumber": 1,
                                  "controlOrder": 1,
                                  "printToStation": true,
                                  "pluG_UID": "liryNCmR4kash51GFsIbwA==",
                                  "pluGuid": "34f22a96-9129-46e2-ac87-9d4616c21bc0",
                                  "deleted": true,
                                  "g_UID": "hE0YTGmGF0W1LRAnQkYfZA==",
                                  "guid": "4c184d84-8669-4517-b52d-102742461f64",
                                  "product": {
                                    "$ref": "4"
                                  }
                                },
                                "priceLevelName": "sample string 25",
                                "pumpNumber": 1,
                                "hoseNumber": 1
                              },
                              {
                                "$ref": "84"
                              }
                            ],
                            "eftReceipts": [
                              {
                                "$id": "88",
                                "id": 1,
                                "storeID": 1,
                                "saleHeaderID": 2,
                                "storeSaleHeader": {
                                  "$ref": "81"
                                },
                                "receipt": "sample string 3",
                                "processed": 1
                              },
                              {
                                "$ref": "88"
                              }
                            ],
                            "payments": [
                              {
                                "$ref": "80"
                              },
                              {
                                "$ref": "80"
                              }
                            ],
                            "cards": [
                              {
                                "$id": "89",
                                "id": 1,
                                "saleHeaderID": 1,
                                "identifier": "sample string 2",
                                "cardType": 3,
                                "providerName": "sample string 4"
                              },
                              {
                                "$ref": "89"
                              }
                            ],
                            "campaignHits": [
                              {
                                "$id": "90",
                                "id": 1,
                                "saleHeaderID": 2,
                                "campaign": "sample string 3",
                                "name": "sample string 4",
                                "processed": 1,
                                "campaignDescription": "sample string 5"
                              },
                              {
                                "$ref": "90"
                              }
                            ],
                            "fuel": [
                              {
                                "$id": "91",
                                "id": 1,
                                "plu": 1,
                                "pluG_UID": "UrIibSDl+0aNbdICa4KJig==",
                                "pluGuid": "6d22b252-e520-46fb-8d6d-d2026b82898a",
                                "saleHeaderID": 2,
                                "totalCents": 3,
                                "grade": 1,
                                "gradeDescription": "sample string 4",
                                "dispenser": 1,
                                "hose": 1,
                                "quantity": 1,
                                "cost": 1,
                                "acquirerNum": 1,
                                "attendant": 1,
                                "ePurseBalance": 1.0,
                                "cardSignature": "sample string 5",
                                "compartmentNumber": 1,
                                "contractNumber": 1,
                                "discountCardPAN": "sample string 6",
                                "discountID": 1,
                                "discountName": "sample string 7",
                                "discountNetValue": 1.0,
                                "discountType": 1,
                                "discountValue": 1.0,
                                "discretionaryData": "sample string 8",
                                "driverID": "sample string 9",
                                "eftBatchNumber": 1,
                                "eftResponseCode": "sample string 10",
                                "endDateTime": "2026-04-03T06:18:47.9760012",
                                "engineHours": 1.1,
                                "fposNumber": 1,
                                "loyaltyCardPAN": "sample string 11",
                                "miscData1": 1,
                                "miscData2": "sample string 12",
                                "miscFlags": 1,
                                "mop": 1,
                                "odometer": 1,
                                "panNumber": "sample string 13",
                                "saleRefund": true,
                                "saleStatus": 1,
                                "sequenceNumber": 1,
                                "stan": 1,
                                "startDateTime": "2026-04-03T06:18:47.9760012",
                                "tagNumber": "sample string 15",
                                "trackTwoRem": "sample string 16",
                                "transCode": 1,
                                "transType": 1,
                                "unitPrice": 1.0,
                                "vehicleReg": "sample string 17",
                                "offline": true,
                                "processed": 1
                              },
                              {
                                "$ref": "91"
                              }
                            ],
                            "fuelResells": [
                              {
                                "$id": "92",
                                "saleItemID": 1,
                                "saleHeaderID": 2,
                                "plu": 1,
                                "pluG_UId": "qSyB2wv6dUu1uheYjgxP2Q==",
                                "pluGuid": "db812ca9-fa0b-4b75-b5ba-17988e0c4fd9",
                                "accountID": "+tdr7y6CJEyYpdl2WcX0Lg==",
                                "accountIDGuid": "ef6bd7fa-822e-4c24-98a5-d97659c5f42e",
                                "normalPrice": 3,
                                "originalSellingPrice": 4,
                                "discountPrice": 5,
                                "unit": 1,
                                "quantity": 6,
                                "totalCents": 7,
                                "fixedPrice": 1,
                                "tranType": 1,
                                "processed": 1,
                                "discountType": 1,
                                "cost": 1,
                                "costDecimals": 1,
                                "markdown": 1,
                                "manualQuantity": 1,
                                "manualPrice": 1,
                                "manualMode": 1,
                                "active": 1,
                                "barcode": "sample string 8",
                                "offline": 1,
                                "keyedSale": 1,
                                "discountedID": 1,
                                "fuelID": 1,
                                "serialNumber": "sample string 9",
                                "bestOrExpire": "2026-04-03T06:18:47.9760012",
                                "bestOrExpireType": 1,
                                "refundG_UID": "fJcasHVU+U6ux+v/YZDj1A==",
                                "refundGuid": "b01a977c-5475-4ef9-aec7-ebff6190e3d4",
                                "providerName": "sample string 10",
                                "campaign": "sample string 11",
                                "campaignType": 1,
                                "modifiedID": 1,
                                "omittedIngredient": 1,
                                "taxPercent": 1.0,
                                "taxAmount": 1.0,
                                "refundablePrice": 1.0,
                                "showDiscounts": true,
                                "orderPrinted": true,
                                "note": "sample string 14",
                                "modifierName": "sample string 15",
                                "modifierSetName": "sample string 16",
                                "totalValueWasScanned": true,
                                "sold": true,
                                "campaignPrice": true,
                                "scannedValue": 1,
                                "campaignName": "sample string 20",
                                "comboDiscount": 1
                              },
                              {
                                "$ref": "92"
                              }
                            ],
                            "customerOrder": [
                              {
                                "$id": "93",
                                "identifier": "IJEclk1fP0+a77zoeYPGHw==",
                                "identifierGuid": "961c9120-5f4d-4f3f-9aef-bce87983c61f",
                                "id": 1,
                                "orderNo": 2,
                                "externalSaleIdentifier": "sample string 3",
                                "storeID": 4,
                                "zoneID": 5,
                                "deptNo": 6,
                                "customerIdentifier": "8diiidQ0wkiBljIRbvPb3w==",
                                "customerIdentifierGuid": "89a2d8f1-34d4-48c2-8196-32116ef3dbdf",
                                "operatorNo": 1,
                                "operatorG_UID": "s7O8tw9KC0aGm3DYD/KzpQ==",
                                "operatorGuid": "b7bcb3b3-4a0f-460b-869b-70d80ff2b3a5",
                                "created": "2026-04-03T06:18:47.9760012",
                                "ordered": "2026-04-03T06:18:47.9760012",
                                "started": "2026-04-03T06:18:47.9760012",
                                "completed": "2026-04-03T06:18:47.9760012",
                                "supplied": "2026-04-03T06:18:47.9760012",
                                "quickTicket": 1,
                                "deleted": true,
                                "walkAway": true,
                                "approxWait": 1,
                                "actualWait": 1,
                                "deliveryMethod": 8,
                                "externalSaleType": 9,
                                "customer": {
                                  "$ref": "74"
                                },
                                "operator": {
                                  "$ref": "41"
                                },
                                "details": [
                                  {
                                    "$id": "94",
                                    "headerID": 1,
                                    "plu": 1,
                                    "pluG_UId": "xVEOPmDfBkWueIOgt7UDLg==",
                                    "pluGuid": "3e0e51c5-df60-4506-ae78-83a0b7b5032e",
                                    "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": "5tTt/iUkIEeh4msyX4gHew==",
                                    "headerIdentifierGuid": "feedd4e6-2425-4720-a1e2-6b325f88077b",
                                    "product": {
                                      "$ref": "4"
                                    }
                                  },
                                  {
                                    "$ref": "94"
                                  }
                                ],
                                "storeName": "sample string 11",
                                "customerName": "sample string 12",
                                "storeReplyTo": "sample string 13",
                                "storeSubjectLine": "sample string 14",
                                "storeSaleHeader": {
                                  "$ref": "81"
                                }
                              },
                              {
                                "$ref": "93"
                              }
                            ],
                            "surveyResponses": [
                              {
                                "$id": "95",
                                "surveyG_UID": "/JMFWAbFTESjxjpLMN5+zw==",
                                "surveyGuid": "580593fc-c506-444c-a3c6-3a4b30de7ecf",
                                "saleHeaderGuid": "jnf6NUDM/EOJ6NsoqhzUaQ==",
                                "saleGuid": "35fa778e-cc40-43fc-89e8-db28aa1cd469",
                                "textResponse": "sample string 1",
                                "integerResponse": 1,
                                "g_UIDResponse": "n6qYF7PfkUKSW0qsZsBgfg==",
                                "guidResponse": "1798aa9f-dfb3-4291-925b-4aac66c0607e",
                                "whoAnswered": 2,
                                "answeredAtUTC": "2026-04-03T06:18:47.9760012",
                                "sale": {
                                  "$ref": "81"
                                },
                                "survey": {
                                  "$id": "96",
                                  "g_UID": "k5Ol/O2fi0i5faU8CcHQmA==",
                                  "guid": "fca59393-9fed-488b-b97d-a53c09c1d098",
                                  "name": "sample string 1",
                                  "storeID": 2,
                                  "zoneID": 1,
                                  "checkoutFormG_UID": "IAJyWUE5CkyZXrvhIfvbmQ==",
                                  "checkoutFormGuid": "59720220-3941-4c0a-995e-bbe121fbdb99",
                                  "displayToWho": 3,
                                  "displayWhen": 4,
                                  "start": "2026-04-03T06:18:47.9760012",
                                  "end": "2026-04-03T06:18:47.9760012",
                                  "deleted": true,
                                  "updated": "2026-04-03T06:18:47.9760012",
                                  "possibleIntegerResponses": [
                                    1,
                                    2
                                  ],
                                  "possibleTextResponses": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "possibleGuidResponses": [
                                    "29271687-12d4-49fd-a3bb-e62ee7485019",
                                    "8a8dd4f9-4d30-4251-aec0-e767bb79cbcc"
                                  ],
                                  "allowsAllTextResponses": true,
                                  "surveyForm": {
                                    "$ref": "49"
                                  }
                                },
                                "ingressId": "sample string 4"
                              },
                              {
                                "$ref": "95"
                              }
                            ],
                            "storeName": "sample string 39",
                            "terminalNumber": 40,
                            "machineName": "sample string 41",
                            "operatorName": "sample string 42",
                            "direction": 1,
                            "reason": "sample string 43",
                            "accountG_UID": "zaSu9vG+nE22SC3xWtDROw==",
                            "accountIdentifier": "f6aea4cd-bef1-4d9c-b648-2df15ad0d13b",
                            "accountName": "sample string 44",
                            "customerOrderIdentifier": "duLTYCbMRUOOnmSbNHNXdg==",
                            "customerOrderIdentifierGuid": "60d3e276-cc26-4345-8e9e-649b34735776",
                            "priceLevelName": "sample string 45",
                            "revision": 46,
                            "ingressId": "sample string 47"
                          },
                          "metadata": {
                            "$id": "97",
                            "id": 1,
                            "paymentID": 2,
                            "paymentIdentifier": "dFDF0ZXGjEqdMEBmjY40iA==",
                            "paymentIdentifierGuid": "d1c55074-c695-4a8c-9d30-40668d8e3488",
                            "identifier": "1BWxSiTnLEeuiubyJJ0KwA==",
                            "identifierGuid": "4ab115d4-e724-472c-ae8a-e6f2249d0ac0",
                            "metadata": "sample string 3",
                            "signatureImage": "QEA=",
                            "itemIdentifier": "tU4lB6W3WESI1GYBPOFeMg==",
                            "itemIdentifierGuid": "07254eb5-b7a5-4458-88d4-66013ce15e32"
                          }
                        },
                        {
                          "$ref": "80"
                        }
                      ]
                    },
                    {
                      "$ref": "75"
                    }
                  ],
                  "customerGroupMembers": [
                    {
                      "$ref": "79"
                    },
                    {
                      "$ref": "79"
                    }
                  ],
                  "customerGroups": [
                    {
                      "$ref": "78"
                    },
                    {
                      "$ref": "78"
                    }
                  ],
                  "accounts": [
                    {
                      "$ref": "76"
                    },
                    {
                      "$ref": "76"
                    }
                  ],
                  "account": {
                    "$ref": "76"
                  },
                  "vouchers": [
                    {
                      "$id": "98",
                      "customerIdentifier": "VqQ1jt1g8km0+QWsZwO/Jw==",
                      "customerIdentifierGuid": "8e35a456-60dd-49f2-b4f9-05ac6703bf27",
                      "voucherName": "sample string 2",
                      "count": 3,
                      "storeID": 4,
                      "barcode": "sample string 5",
                      "redeemCount": 6,
                      "issueCount": 7,
                      "storeSalePaymentID": 1,
                      "idempotentID": "/bfSwsXqT0+fDUy9pGgAeA==",
                      "idempotentGuid": "c2d2b7fd-eac5-4f4f-9f0d-4cbda4680078",
                      "offline": true,
                      "voucher": {
                        "$id": "99",
                        "id": 1,
                        "name": "sample string 2",
                        "description": "sample string 3",
                        "shortDescription": "sample string 4",
                        "url": "sample string 5",
                        "barcodeTemplateID": 1,
                        "expiry": 0,
                        "voucherType": 6,
                        "limitPerTransaction": 7,
                        "customerTracking": true,
                        "discountAccount": "sample string 9",
                        "endDate": "2026-04-03T06:18:47.9760012",
                        "barcodeTemplate": {
                          "$id": "100",
                          "templateID": 1,
                          "template": "sample string 1",
                          "bcFunction": "sample string 2",
                          "sortOrder": 3
                        },
                        "scaleLabel": {
                          "$id": "101",
                          "id": 1,
                          "uid": "sample string 2",
                          "name": "sample string 3",
                          "width": 1.1,
                          "height": 1.1,
                          "showBorder": true,
                          "borderWidth": 1.1,
                          "borderStyle": 1,
                          "borderColour": "sample string 5",
                          "updated": "2026-04-03T06:18:47.9760012",
                          "labelPageLayout": "xOaYngzYmEe4njWWWhf/dA==",
                          "pageLayoutGuid": "9e98e6c4-d80c-4798-b89e-35965a17ff74",
                          "labelType": 6,
                          "oldName": "sample string 7",
                          "voucher": {
                            "$ref": "99"
                          },
                          "elements": [
                            {
                              "$id": "102",
                              "id": 1,
                              "scaleLabelID": 2,
                              "showPercentDI": true,
                              "showAvgPerHundred": true,
                              "showAvgPerServe": true,
                              "name": "sample string 6",
                              "x": 1.1,
                              "y": 1.1,
                              "width": 1.1,
                              "height": 1.1,
                              "type": 1,
                              "rotation": 1,
                              "text": "sample string 7",
                              "fontFamily": "sample string 8",
                              "align": 1,
                              "bold": true,
                              "italic": true,
                              "underline": true,
                              "strikeout": true,
                              "reverse": true,
                              "textColour": "sample string 9",
                              "fontSize": 1.1,
                              "picture": "QEA=",
                              "borderWidth": 10,
                              "sortOrder": 11,
                              "printOptions": 12,
                              "superScriptTextFontSize": 1.1,
                              "lineStyle": 1,
                              "spacingStyle": 1,
                              "interCharacterSpacing": 1.1,
                              "superScriptOffset": 1.1,
                              "lineSpacing": 1.1,
                              "dateFormat": "sample string 13",
                              "autoGrow": true,
                              "fontAutoResize": true,
                              "updated": "2026-04-03T06:18:47.9760012"
                            },
                            {
                              "$ref": "102"
                            }
                          ]
                        },
                        "customerVouchers": [
                          {
                            "$id": "103",
                            "id": 1,
                            "customerIdentifier": "PzkAGQaY6EO1Z1xXtI53nA==",
                            "customerIdentifierGuid": "1900393f-9806-43e8-b567-5c57b48e779c",
                            "voucherID": 3,
                            "voucherName": "sample string 4",
                            "storeID": 1,
                            "barcode": "sample string 5",
                            "dateOfIssue": "2026-04-03T06:18:47.991626",
                            "issuedSaleHeaderID": 1,
                            "issuedSaleIdentifier": "sample string 7",
                            "issuedOfflinePaymentID": 1,
                            "issuedIdempotentID": "1GIxrtvyO0iOauD1yg5zGw==",
                            "issuedIdempotentGuid": "ae3162d4-f2db-483b-8e6a-e0f5ca0e731b",
                            "issuedOffline": true,
                            "issuedUser": "sample string 9",
                            "issuedNotes": "sample string 10",
                            "expiryDate": "2026-04-03T06:18:47.991626",
                            "expiredUser": "sample string 11",
                            "expiredNotes": "sample string 12",
                            "redeemed": "2026-04-03T06:18:47.991626",
                            "redeemedSaleHeaderID": 1,
                            "redeemedSaleIdentifier": "sample string 13",
                            "redeemedOfflinePaymentID": 1,
                            "redeemedIdempotentID": "SumoKp00Nk6wFck9pp4U2Q==",
                            "redeemedIdempotentGuid": "2aa8e94a-349d-4e36-b015-c93da69e14d9",
                            "redeemedUser": "sample string 14",
                            "redeemedNotes": "sample string 15",
                            "redeemedOffline": true,
                            "updated": "2026-04-03T06:18:47.991626",
                            "storeName": "sample string 17",
                            "scaleLabel": {
                              "$ref": "101"
                            },
                            "voucher": {
                              "$ref": "99"
                            },
                            "customer": {
                              "$ref": "74"
                            },
                            "issuedOfflinePayment": {
                              "$ref": "80"
                            },
                            "redeemedOfflinePayment": {
                              "$ref": "80"
                            }
                          },
                          {
                            "$ref": "103"
                          }
                        ]
                      },
                      "customer": {
                        "$ref": "74"
                      }
                    },
                    {
                      "$ref": "98"
                    }
                  ]
                }
              },
              {
                "$ref": "73"
              }
            ],
            "customerGroups": [
              {
                "$id": "104",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupID": "vVaTIjDwa06fCfMf7xVHvQ==",
                "groupIDGuid": "229356bd-f030-4e6b-9f09-f31fef1547bd",
                "campaign": {
                  "$ref": "70"
                },
                "group": {
                  "$ref": "78"
                }
              },
              {
                "$ref": "104"
              }
            ],
            "signIqTickets": [
              {
                "$id": "105",
                "identifier": "DrV8G+RKdUCcx2QktVvpBw==",
                "identifierGuid": "1b7cb50e-4ae4-4075-9cc7-6424b55be907",
                "campaignName": "sample string 2",
                "message": "sample string 3",
                "ticketFileSource": "sample string 4",
                "ticketFileDestination": "sample string 5",
                "storeID": 1
              },
              {
                "$ref": "105"
              }
            ],
            "comboPriceGroups": [
              {
                "$id": "106",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "g_UID": "3Heo8wPTu0SbpqPf8ythzA==",
                "guid": "f3a877dc-d303-44bb-9ba6-a3dff32b61cc",
                "description": "sample string 5",
                "newPrice": 1,
                "rangeDescription": "sample string 6",
                "dealDescription": "sample string 7",
                "labelQuantity": 8,
                "hostProductCategoryID": 1,
                "offerID": 1,
                "dontUpdatePricePlus": true,
                "campaign": {
                  "$ref": "70"
                },
                "comboPricePlus": [
                  {
                    "$id": "107",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "groupG_UID": "rE0RR5eZX0Cs6qSDHoIQfA==",
                    "groupGuid": "47114dac-9997-405f-acea-a4831e82107c",
                    "comboPriceType": 5,
                    "priceType": 5,
                    "pluG_UID": "Qvq4QUvMY0yf/uBXNEzsNg==",
                    "pluGuid": "41b8fa42-cc4b-4c63-9ffe-e057344cec36",
                    "priceGroupG_UID": "Sh6Pik2lBEa5oO4o/Siw2g==",
                    "priceGroupGuid": "8a8f1e4a-a54d-4604-b9a0-ee28fd28b0da",
                    "campaignPoolID": "sample string 7",
                    "quantity": 1,
                    "campaign": {
                      "$ref": "70"
                    },
                    "product": {
                      "$ref": "4"
                    },
                    "priceGroup": {
                      "$ref": "34"
                    },
                    "campaignPool": {
                      "$ref": "70"
                    }
                  },
                  {
                    "$ref": "107"
                  }
                ]
              },
              {
                "$ref": "106"
              }
            ],
            "priceLevels": [
              {
                "$id": "108",
                "id": 1,
                "priceLevelIdentifier": "jLFS2sQls0ewd9uTXPYaMw==",
                "priceLevelIdentifierGuid": "da52b18c-25c4-47b3-b077-db935cf61a33",
                "campaignName": "sample string 3",
                "priceLevelName": "sample string 4"
              },
              {
                "$ref": "108"
              }
            ],
            "promotionType": {
              "$id": "109",
              "identifier": "fmLdMGERlUe3ILaPUPZGVg==",
              "identifierGuid": "30dd627e-1161-4795-b720-b68f50f64656",
              "hostType": 2,
              "code": "sample string 3",
              "description": "sample string 4",
              "isLiquor": true,
              "isAdvertised": true,
              "disableWasSave": true,
              "excludeFromPromoSales": true,
              "labelPageLayoutG_UID": "nKOqhb8vLkSa9HzFz+j4Lw==",
              "labelPageLayoutGuid": "85aaa39c-2fbf-442e-9af4-7cc5cfe8f82f",
              "priceLevelIdentifier": "n3E6c1L4a0eZtcWTCZbbKQ==",
              "priceLevelIdentifierGuid": "733a719f-f852-476b-99b5-c5930996db29",
              "active": true,
              "updated": "2026-04-03T06:18:47.991626",
              "hostName": "sample string 11"
            }
          },
          "product": {
            "$ref": "4"
          },
          "dealCost": {
            "$id": "110",
            "headerIdentifier": "/oJDQJYbI0mblqW2jkIHRQ==",
            "headerIdentifierGuid": "404382fe-1b96-4923-9b96-a5b68e420745",
            "identifier": "GlIU+zEf3UumftBqmrciFg==",
            "identifierGuid": "fb14521a-1f31-4bdd-a67e-d06a9ab72216",
            "supplierIdentifier": "gXrqmHVNNkiK7zk4GKeFBw==",
            "supplierGuid": "98ea7a81-4d75-4836-8aef-393818a78507",
            "pluG_UID": "JIgCzbxmmkKduAdZQlet2A==",
            "pluGuid": "cd028824-66bc-429a-9db8-07594257add8",
            "campaignName": "22ea81fd-99c1-47dd-89a8-d93840c781e0",
            "description": "sample string 4",
            "cost": 5,
            "costDecimals": 6,
            "start": "2026-04-03T06:18:47.991626",
            "end": "2026-04-03T06:18:47.991626",
            "type": 9,
            "promoType": 10,
            "bonusItemPLUG_UID": "xgcCt37A9UmDYtk6RXLHOw==",
            "bonusItemPluGuid": "b70207c6-c07e-49f5-8362-d93a4572c73b",
            "bonusPurchaseUnits": 11,
            "bonusReceiveUnits": 12,
            "updated": "2026-04-03T06:18:47.991626",
            "metcashPromotionID": "sample string 14",
            "fromHost": 15,
            "storeNames": "sample string 16",
            "storeIDs": [
              1,
              2
            ],
            "supplierName": "sample string 17",
            "campaignDescription": "sample string 18",
            "newPrice": 1,
            "campaignMetcashPromotionID": "sample string 19",
            "campaignActive": true,
            "campaignStartDate": "2026-04-03T06:18:47.991626",
            "campaignEndDate": "2026-04-03T06:18:47.991626",
            "masterPLUG_UID": "ByQUg/RpoEyyyYneWKAxxQ==",
            "masterID": "83142407-69f4-4ca0-b2c9-89de58a031c5",
            "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": "77Hvx9JmCUiR0O7Ecs8yGA==",
            "bonusMasterID": "c7efb1ef-66d2-4809-91d0-eec472cf3218",
            "bonusProductName": "sample string 34",
            "bonusProductAPN": "sample string 35",
            "bonusOrderCode": "sample string 36",
            "bonusNormalSell": 37,
            "bonusNormalCost": 38,
            "bonusNormalCostDecimals": 39,
            "bonusCartonQuantity": 40,
            "bonusSalesMode": 41,
            "bonusOrderPacked": 42,
            "bonusFuelItem": true,
            "bonusActive": true
          }
        },
        "currentCostStart": "2026-04-03T06:18:47.991626",
        "dealCosts": [
          {
            "$ref": "110"
          },
          {
            "$ref": "110"
          }
        ],
        "tags": [
          {
            "$id": "111",
            "pluG_UID": "9IBUGOWDdkGV2t0eEp1q0Q==",
            "pluGuid": "185480f4-83e5-4176-95da-dd1e129d6ad1",
            "tagID": 1,
            "description": "sample string 1",
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "111"
          }
        ],
        "alternateProductG_UID": "jCG9o4MQxkKuGRl/5+XhkA==",
        "alternateProduct": "a3bd218c-1083-42c6-ae19-197fe7e5e190",
        "altProduct": {
          "$ref": "4"
        },
        "productHostCode": {
          "$id": "112",
          "id": 1,
          "pluG_UID": "GMk/dWZFUU+9bYj8dvCWQw==",
          "pluGuid": "753fc918-4566-4f51-bd6d-88fc76f09643",
          "ibaCode": "sample string 2"
        },
        "mscCat": {
          "$ref": "64"
        },
        "mscCom": {
          "$ref": "65"
        },
        "mscDep": {
          "$ref": "67"
        },
        "mscSubCom": {
          "$ref": "66"
        },
        "isUserUpdate": true,
        "ignoreMasterProduct": true,
        "priceGroupLabelRequested": true,
        "firstSold": "2026-04-03T06:18:47.991626",
        "inventoryTracked": "2026-04-03T06:18:47.991626",
        "isNormalPriceChangesCampaign": true,
        "baseProductFuel": {
          "$id": "113",
          "pluG_UID": "hTXTKksmyUWK3LS5pPQKOQ==",
          "pluGuid": "2ad33585-264b-45c9-8adc-b4b9a4f40a39",
          "fuelPluG_UID": "nVPoUOgXoUmmJJHGZqd0kw==",
          "fuelPluGuid": "50e8539d-17e8-49a1-a624-91c666a77493",
          "price": 3,
          "productDescription": "sample string 4",
          "productBarcode": "sample string 5",
          "fuelProductDescription": "sample string 6",
          "fuelProductBarcode": "sample string 7",
          "fuelProductPrice": 8
        },
        "productFuelLinks": [
          {
            "$ref": "113"
          },
          {
            "$ref": "113"
          }
        ]
      },
      "location": {
        "$ref": "57"
      },
      "operator": {
        "$ref": "41"
      },
      "productDescription": "sample string 9",
      "productActive": true,
      "productBarcode": "sample string 11",
      "succeeded": true,
      "printRunID": "4KNpWAW7lEiwBqXtXqjhRQ==",
      "printRunGuid": "5869a3e0-bb05-4894-b006-a5ed5ea8e145",
      "departmentName": "sample string 13",
      "subDepartmentName": "sample string 14",
      "minorDepartmentName": "sample string 15",
      "lesserDepartmentName": "sample string 16",
      "storeName": "sample string 17",
      "campaignDescription": "sample string 18",
      "campaignStartDate": "2026-04-03T06:18:47.991626",
      "campaignEndDate": "2026-04-03T06:18:47.991626",
      "campaignPrice": 1,
      "campaignCost": 1,
      "campaignCostDecimals": 1,
      "comboGroupDescription": "sample string 19",
      "comboGroupSell": 1,
      "printRequestType": 20,
      "isTobacco": true,
      "isLiquor": true,
      "shelfLocationName": "sample string 23",
      "operatorName": "sample string 24",
      "printBatchType": 25,
      "createdBy": "sample string 26",
      "pageLayoutName": "sample string 27",
      "complianceIndicatorName": "sample string 28",
      "warehouseDirectIndicator": "sample string 29",
      "productGrade": "sample string 30"
    },
    {
      "$ref": "2"
    }
  ],
  "skip": 1,
  "take": 1,
  "totalCount": 1
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKX2�\��4�5xl/workbook.xml �(�����0��&�C��EN\�z���6Ж�5���H�yۙ��v�Ѻ�imG>�7>w%�!9c������f�	�4�I��B�kۼ5��Μ'�aAY�<]i����Z/��W�ehu<R��
G������&ak�����_,��X�P�8���%.W�p�i�^#�p��%�c��wX����PKX2�\����	�[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
X2�\4&''_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="R84ad6c6def124738" /></Relationships>PKX2�\�`�Ś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�PKX2�\h��Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;���M7l)��q�ؑmJ9[=R�P�Jm����h~OO��|����Ɓ�b��w
ʂA���w��s2Ov����D��I^qQ�MiZS��������a�)����nN�CZ1��a΀{&9^'���7���.��N�"& G:L
~J��BYd*�}����uiVLK��b�>L-�����;�� �V�r)Y�9��Ce�ؾ��/=w��gj��U%Qr,k���F��b�PKX2�\Ѓ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��PKX2�\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-X2�\��4�5xl/workbook.xmlPK-X2�\����	�[Content_Types].xmlPK-
X2�\4&''V_rels/.relsPK-X2�\�`�Ś�xl/worksheets/sheet1.xmlPK-X2�\h��P�xl/_rels/workbook.xml.relsPK-X2�\Ѓc'2E
�xl/styles.xmlPK-X2�\g�[��mxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PKX2�\��ͷ5xl/workbook.xml �(�����0��&�C��E���x��})[�@[�����O ��mgv��)F�ƹ�|LoC�K�brƂPh �܀v�I�
�I�sRj��o�6�3�7汇��
J���Xa�mP���+ʀ��:)�fO�cX�dlug��5�~S��/E,,i
(Y�{[҄��ix4"�R$2��f���V��w�PKX2�\����	�[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
X2�\f6�.''_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="R5444ea6c60994a67" /></Relationships>PKX2�\�`�Ś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�PKX2�\��
�Pxl/_rels/workbook.xml.rels �(���An� E��f_�]L'�n�Ms�c��m��E��+5R�H]t��?��4����z�6O�c�렮t���:8es��v���r���)O\���(M��R���1>�*�24(}T҆��K\3���?Dǫ���ӌ.���>�E�@�*�;���>�P�<��Z0�k#�d\�{ �fj)�'L�^�z!�X�j�mSs.xS�"��9�M/���B
�Z6���R^�D����PKX2�\Ѓ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��PKX2�\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-X2�\��ͷ5xl/workbook.xmlPK-X2�\����	�[Content_Types].xmlPK-
X2�\f6�.''V_rels/.relsPK-X2�\�`��xl/worksheets/sheet1.xmlPK-X2�\��
�P�xl/_rels/workbook.xml.relsPK-X2�\Ѓc'2E
�xl/styles.xmlPK-X2�\g�[��mxl/sharedStrings.xmlPK��