GET api/invoice/{id}?relations={relations}

Load an invoice

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Invoice identifier

globally unique identifier

Required

relations

Indicates whether relations models are also loaded

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Matching Invoice Header model

InvoiceHeader
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

StoreID

integer

None.

TradingPartner

InvoiceTradingPartner

None.

SupplierIdentifier

Collection of byte

None.

SupplierIdentifierGuid

globally unique identifier

None.

Xfer

True if stock transfer

boolean

None.

SourceStore

string

None.

SourceCode

string

None.

SourceAbn

string

None.

TargetCode

string

None.

TargetState

string

None.

WhouseRef

string

None.

StateSource

string

None.

Status

InvoiceStatus

None.

FileID

string

String length: inclusive between 0 and 255

Created

Time invoice was created

date

None.

CreatedByUser

User who created in invoice

string

None.

Updated

date

None.

TransType

InvoiceType

None.

TransDateTime

date

None.

InvoiceNo

Invoice number

string

None.

InvoiceText

string

String length: inclusive between 0 and 40

AdjustmentNo

integer

None.

InvoiceDate

date

None.

ClaimNo

integer

None.

CountReceivedReset

Invoice received counts have been reset

boolean

None.

AccountingExported

Invoice has been exported by accounting services

boolean

None.

OrderReceived

The order has already received the inventory

boolean

None.

OrderGuid

Collection of byte

None.

OrderIdentifier

Order identifier of the order attached to this invoice

globally unique identifier

None.

OrderNo

Order number in emc system

integer

None.

OrderText

string

None.

SupplierNotes

string

None.

DefaultStockReceiveDocumentId

integer

None.

ReceiptEmailSent

boolean

None.

ReceiptEmailSentId

string

String length: inclusive between 0 and 100

ReceiptEmailSentStatus

string

String length: inclusive between 0 and 20

CustomerCd

string

None.

StoreName

string

None.

Street

string

None.

Suburb

string

None.

PostCd

string

None.

DebtorCd

string

None.

LiquorLicense

string

None.

Bond

string

None.

Url

string

None.

Completed

Time invoice was completed

date

None.

Received

Time invoice was received into system

date

None.

InvoiceSubTotal

Invoice total excluding fees

decimal number

None.

ItemTotalCost

decimal number

None.

AdminFee

decimal number

None.

FinanceFee

decimal number

None.

InvoiceTotal

decimal number

None.

Weight

decimal number

None.

SalesTax

decimal number

None.

TobaccoTax

decimal number

None.

ShrinkWrap

decimal number

None.

GstTotal

decimal number

None.

Margin

decimal number

None.

DeliveryFee

Invoiced delivery fee, gst inclusive, exported to accounting services

decimal number

None.

TransportFee

Delivery or freight fee not included in invoice, will be ignored in accounting

decimal number

None.

ServiceFee

decimal number

None.

GstOnService

decimal number

None.

GstOnDelivery

decimal number

None.

GstOnShrinkWrap

decimal number

None.

WetTotal

decimal number

None.

GstApplicable

decimal number

None.

GstExempt

decimal number

None.

SupplierMatchRequired

Temporary supplier, invoice requires a supplier match before it can be completed

boolean

None.

Temperature

Temperature recorded of order on receive. Null indicates no temperature recorded

decimal number

None.

TemperatureScale

Temperature scale that temperature is recorded in

TemperatureScale

None.

Rating

Quality rating of the order

integer

None.

CompleteInvoiceInventory

Complete invoice setting used during invoice complete

UpdateInventory

None.

WineLitres

decimal number

None.

WineValue

decimal number

None.

SpiritLitres

decimal number

None.

SpiritValue

decimal number

None.

BeerLitres

decimal number

None.

BeerValue

decimal number

None.

MidBeerLitres

decimal number

None.

MidBeerValue

decimal number

None.

LowBeerLitres

decimal number

None.

LowBeerValue

decimal number

None.

LowWineLitres

decimal number

None.

LowWineValue

decimal number

None.

Deleted

boolean

None.

SupplierName

string

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

InvoiceSuffix

string

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

CostVariance

decimal number

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

Store

Store

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

Supplier

Supplier

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

Order

OrderHeader

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

Details

Collection of InvoiceDetail

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

OrderStatus

integer

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

ProcessLockedInvoice

option to process the locked invoice

boolean

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

Response Formats

application/json, text/json

Sample:
{
  "identifier": "WyxV958mK0G8Qm3VeyIZQw==",
  "identifierGuid": "f7552c5b-269f-412b-bc42-6dd57b221943",
  "storeID": 2,
  "tradingPartner": 0,
  "supplierIdentifier": "D3ulvySlEESjd5JLttaZRw==",
  "supplierIdentifierGuid": "bfa57b0f-a524-4410-a377-924bb6d69947",
  "xfer": true,
  "sourceStore": "sample string 3",
  "sourceCode": "sample string 4",
  "sourceAbn": "sample string 5",
  "targetCode": "sample string 6",
  "targetState": "sample string 7",
  "whouseRef": "sample string 8",
  "stateSource": "sample string 9",
  "status": 10,
  "fileID": "sample string 11",
  "created": "2026-04-03T06:15:21.2913564",
  "createdByUser": "sample string 12",
  "updated": "2026-04-03T06:15:21.2913564",
  "transType": 0,
  "transDateTime": "2026-04-03T06:15:21.2913564",
  "invoiceNo": "sample string 13",
  "invoiceText": "sample string 14",
  "adjustmentNo": 1,
  "invoiceDate": "2026-04-03T06:15:21.2913564",
  "claimNo": 1,
  "countReceivedReset": true,
  "accountingExported": true,
  "orderReceived": true,
  "orderGuid": "896jaL/ko0OzJGw//pqemw==",
  "orderIdentifier": "68a3def3-e4bf-43a3-b324-6c3ffe9a9e9b",
  "orderNo": 1,
  "orderText": "sample string 18",
  "supplierNotes": "sample string 19",
  "defaultStockReceiveDocumentId": 1,
  "receiptEmailSent": true,
  "receiptEmailSentId": "sample string 21",
  "receiptEmailSentStatus": "sample string 22",
  "customerCd": "sample string 23",
  "storeName": "sample string 24",
  "street": "sample string 25",
  "suburb": "sample string 26",
  "postCd": "sample string 27",
  "debtorCd": "sample string 28",
  "liquorLicense": "sample string 29",
  "bond": "sample string 30",
  "url": "sample string 31",
  "completed": "2026-04-03T06:15:21.2913564",
  "received": "2026-04-03T06:15:21.2913564",
  "invoiceSubTotal": 1.0,
  "itemTotalCost": 1.0,
  "adminFee": 1.0,
  "financeFee": 1.0,
  "invoiceTotal": 1.0,
  "weight": 1.0,
  "salesTax": 1.0,
  "tobaccoTax": 1.0,
  "shrinkWrap": 32.0,
  "gstTotal": 1.0,
  "margin": 1.0,
  "deliveryFee": 1.0,
  "transportFee": 33.0,
  "serviceFee": 1.0,
  "gstOnService": 1.0,
  "gstOnDelivery": 1.0,
  "gstOnShrinkWrap": 1.0,
  "wetTotal": 1.0,
  "gstApplicable": 1.0,
  "gstExempt": 1.0,
  "supplierMatchRequired": true,
  "temperature": 1.1,
  "temperatureScale": 35,
  "rating": 36,
  "completeInvoiceInventory": 37,
  "wineLitres": 1.0,
  "wineValue": 1.0,
  "spiritLitres": 1.0,
  "spiritValue": 1.0,
  "beerLitres": 1.0,
  "beerValue": 1.0,
  "midBeerLitres": 1.0,
  "midBeerValue": 1.0,
  "lowBeerLitres": 1.0,
  "lowBeerValue": 1.0,
  "lowWineLitres": 1.0,
  "lowWineValue": 1.0,
  "deleted": true,
  "supplierName": "sample string 39",
  "invoiceSuffix": "sample string 40",
  "costVariance": 1.0,
  "store": {
    "$id": "2",
    "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:15:21.2913564",
    "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": "wdtvFtErEE2SR9pZmKcG3g==",
    "hostIdentifierGuid": "166fdbc1-2bd1-4d10-9247-da5998a706de",
    "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:15:21.2913564",
    "priceZone": {
      "$id": "3",
      "id": 1,
      "name": "sample string 2",
      "hostIdentifier": "4qVbjiemZUOXQpQpGP681Q==",
      "hostIdentifierGuid": "8e5ba5e2-a627-4365-9742-942918febcd5",
      "sortOrder": 3,
      "zoneMasterStoreID": 1,
      "electedMasterStoreID": 1,
      "containsElectedMasterStore": true
    },
    "priceZoneName": "sample string 51",
    "storeFuelConfigured": true,
    "shippingAddressCopied": true,
    "shippingAddress": {
      "$id": "4",
      "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": "4"
    },
    "hostStoreSettings": [
      {
        "$id": "5",
        "id": 1,
        "hostIdentifier": "RZkh+OQCkEqQJK4kA0n2lQ==",
        "hostIdentifierGuid": "f8219945-02e4-4a90-9024-ae240349f695",
        "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": "6",
          "identifier": "m/Yqu4UMnUO6UAZziJL5dw==",
          "identifierGuid": "bb2af69b-0c85-439d-ba50-06738892f977",
          "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": "PNAq/wMbMEaBjEUdegJblQ==",
          "hostSupplierIdentifierGuid": "ff2ad03c-1b03-4630-818c-451d7a025b95",
          "loyaltyPriceLevelIdentifier": "CPa25N3MVEGDpO816ctOKg==",
          "loyaltyPriceLevelIdentifierGuid": "e4b6f608-ccdd-4154-83a4-ef35e9cb4e2a",
          "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:15:21.2913564",
          "lastProcessed": "2026-04-03T06:15:21.2913564",
          "hold": true,
          "supplierName": "sample string 35",
          "supplier": {
            "$id": "7",
            "identifier": "Cxi8AOmcO0q3falgImMyDA==",
            "identifierGuid": "00bc180b-9ce9-4a3b-b77d-a9602263320c",
            "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": "n1bkrSAPn02OQIqWRhrs7Q==",
            "primaryContactID": "ade4569f-0f20-4d9f-8e40-8a96461aeced",
            "storeID": 1,
            "abn": "sample string 16",
            "supplierGroupIdentifier": "Yaah6J7clUmeQ9hkThU+Mw==",
            "supplierGroupGuid": "e8a1a661-dc9e-4995-9e43-d8644e153e33",
            "rebate": 1.0,
            "rebateType": 1,
            "rebateFrequency": 1,
            "rebateSource": 1,
            "rebateLastClaimed": "2026-04-03T06:15:21.2913564",
            "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": "8",
              "id": "9c77f827-c9c8-4439-9c7d-d6620b7d3c48",
              "identifier": "miHJhvcfGEiEslgQ/GPfDQ==",
              "identifierGuid": "86c9219a-1ff7-4818-84b2-5810fc63df0d",
              "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": "9",
                "supplierIdentifier": "7LoWy2kTzEyyhpQYinz8Xw==",
                "supplierIdentifierGuid": "cb16baec-1369-4ccc-b286-94188a7cfc5f",
                "contactGuid": "sYSw+G/ZO0Wh4J2feqfWlA==",
                "contactID": "f8b084b1-d96f-453b-a1e0-9d9f7aa7d694",
                "contact": {
                  "$ref": "8"
                },
                "supplier": {
                  "$ref": "7"
                }
              },
              {
                "$ref": "9"
              }
            ],
            "products": [
              {
                "$id": "10",
                "pluG_UID": "eKMvfwCMLUWfOwmejBiCWQ==",
                "pluGuid": "7f2fa378-8c00-452d-9f3b-099e8c188259",
                "supplierIdentifier": "SAUt5eyj80Svu/5u6+Jn1Q==",
                "supplierIdentifierGuid": "e52d0548-a3ec-44f3-afbb-fe6eebe267d5",
                "cartonQuantity": 1,
                "cartonQuantityChanged": true,
                "productSize": "sample string 3",
                "cigarettesPerSleeve": 1,
                "randomWeight": true,
                "piecesPerUnit": 5,
                "averagePackSize": 6,
                "effectiveDate": "2026-04-03T06:15:21.2913564",
                "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:15:21.2913564",
                "rebate": 1.0,
                "rebateExclude": true,
                "invoiceCodes": [
                  {
                    "$id": "11",
                    "pluG_UID": "cmn9E19wnk2HwUs8gMwCVA==",
                    "pluGuid": "13fd6972-705f-4d9e-87c1-4b3c80cc0254",
                    "supplierIdentifier": "radWyTI2z0GEjK/8M8NH1Q==",
                    "supplierIdentifierGuid": "c956a7ad-3632-41cf-848c-affc33c347d5",
                    "invoiceCode": "sample string 1",
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "storeIDs": [
                  1,
                  2
                ],
                "preferredSupplier": true,
                "preferredRebateSupplier": true,
                "supplierName": "sample string 42",
                "salesMode": 43,
                "orderPacked": true,
                "active": true,
                "price": 1,
                "costGstPercent": 45,
                "parentPluG_UID": "qP8ZAXTVXkiRxIC0wecosg==",
                "parentPluGuid": "0119ffa8-d574-485e-91c4-80b4c1e728b2",
                "freight": 46.0,
                "freightType": 1,
                "product": {
                  "$id": "12",
                  "plu": 1,
                  "storeID": 1,
                  "masterPluG_UID": "QEA=",
                  "storeIDs": [
                    1,
                    2
                  ],
                  "g_UId": "c9YJ7P0sikmAQF4gZ4H55A==",
                  "guid": "ec09d673-2cfd-498a-8040-5e206781f9e4",
                  "apn": "sample string 1",
                  "apnChanged": true,
                  "apnSwitched": true,
                  "barcode": "sample string 4",
                  "itemNumber": "sample string 5",
                  "itemNumberChanged": true,
                  "priceGroupG_UID": "XemEOAd7o0yt2kSokYOlsg==",
                  "priceGroupGuid": "3884e95d-7b07-4ca3-adda-44a89183a5b2",
                  "blueprintID": 1,
                  "lastCountedDate": "2026-04-03T06:15:21.2913564",
                  "externalID": "sample string 7",
                  "active": true,
                  "activated": "2026-04-03T06:15:21.2913564",
                  "pluCreated": "2026-04-03T06:15:21.2913564",
                  "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:15:21.2913564",
                  "lastManualUpdate": "2026-04-03T06:15:21.2913564",
                  "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:15:21.2913564",
                  "currentCostUpdated": "2026-04-03T06:15:21.2913564",
                  "costDecimals": 31,
                  "costChanged": true,
                  "dealCostIdentifier": "QEA=",
                  "excludeFromRebate": true,
                  "rebateOverride": 1,
                  "costCalcMethod": 32,
                  "costCalcMethodChanged": true,
                  "costEffectiveDate": "2026-04-03T06:15:21.2913564",
                  "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:15:21.2913564",
                  "posTare": 1,
                  "altPrice": 1.0,
                  "altPriceChanged": true,
                  "altPriceMode": 53,
                  "altPriceModeChanged": true,
                  "altPLUG_UID": "fTo88nuQRE+GEx2wTrTNbg==",
                  "altPLUGuid": "f23c3a7d-907b-4f44-8613-1db04eb4cd6e",
                  "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:15:21.2913564",
                  "labelLastPrice": 1,
                  "shelfPageLayoutG_UID": "rKbx8cgQMkalafqSQJvemQ==",
                  "shelfPageLayoutGuid": "f1f1a6ac-10c8-4632-a569-fa92409bde99",
                  "talkerPageLayoutG_UID": "Qmxu8/5YekCf7IJiPmjw/Q==",
                  "talkerPageLayoutGuid": "f36e6c42-58fe-407a-9fec-82623e68f0fd",
                  "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": "9/H7z6RIgUSA/WLG9w4erw==",
                  "inventoryIdentifier": "cffbf1f7-48a4-4481-80fd-62c6f70e1eaf",
                  "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": "HF4gzfXDCUCIBF+XJ/HG+w==",
                  "parentPluGuid": "cd205e1c-c3f5-4009-8804-5f9727f1c6fb",
                  "preferredHostVendor": 105,
                  "preferredHostChanged": true,
                  "code": "sample string 107",
                  "supplierIdentifier": "Lnnxl3N3RkCZWfmh9WNVvw==",
                  "supplierIdentifierGuid": "97f1792e-7773-4046-9959-f9a1f56355bf",
                  "supplierChanged": true,
                  "rebateSupplierIdentifier": "oLBLpa97yEWp3iKo6zO9Xw==",
                  "rebateSupplierIdentifierGuid": "a54bb0a0-7baf-45c8-a9de-22a8eb33bd5f",
                  "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:15:21.2913564",
                  "commodity": "sample string 122",
                  "businessPillar": "sample string 123",
                  "mscCommodity": "sample string 124",
                  "hostIdentifier": "8soXhIVKuECO0TQlcwxy5g==",
                  "hostIdentifierGuid": "8417caf2-4a85-40b8-8ed1-3425730c72e6",
                  "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": "12"
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "store": {
                    "$ref": "2"
                  },
                  "storePrices": [
                    {
                      "$id": "13",
                      "pluG_UID": "A0h5GEEyQEydLN2lASZ8Mg==",
                      "pluGuid": "18794803-3241-4c40-9d2c-dda501267c32",
                      "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:15:21.2913564"
                    },
                    {
                      "$ref": "13"
                    }
                  ],
                  "currentPrices": {
                    "$id": "14",
                    "pluPrices": {
                      "$id": "15",
                      "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:15:21.2913564",
                      "priceChangeType": 0,
                      "costDecimals": 11,
                      "costCalcMethod": 12,
                      "targetCampaignPriceGtOrEquNormal": true
                    },
                    "normalPluPrices": {
                      "$ref": "15"
                    },
                    "winningCampaign": 1,
                    "winner": {
                      "$id": "16",
                      "campaignName": "sample string 1",
                      "campaignDescription": "sample string 2",
                      "talkerText": "sample string 3",
                      "disableWasSave": true,
                      "startDate": "2026-04-03T06:15:21.2913564",
                      "startTime": 5,
                      "endDate": "2026-04-03T06:15:21.2913564",
                      "endTime": 6,
                      "newPrice": 7,
                      "newCost": 8,
                      "newCostDecimals": 9,
                      "pctDiscount": 10,
                      "promoType": 1,
                      "promotionTypeCode": "sample string 11",
                      "hostType": 12,
                      "hostIdentifier": "lJIMOGoNJ0K+Ep27R+4sLQ==",
                      "hostIdentifierGuid": "380c9294-0d6a-4227-be12-9dbb47ee2c2d",
                      "storeNames": [
                        "sample string 1",
                        "sample string 2"
                      ]
                    },
                    "details": [
                      {
                        "$ref": "16"
                      },
                      {
                        "$ref": "16"
                      }
                    ]
                  },
                  "tray": {
                    "$id": "17",
                    "g_UId": "DPdwEUoYY0K9bi1rYV1NzQ==",
                    "guid": "1170f70c-184a-4263-bd6e-2d6b615d4dcd",
                    "name": "sample string 1",
                    "number": 1,
                    "tare": 1
                  },
                  "priceGroup": {
                    "$id": "18",
                    "priceGroupG_UID": "UyEFuz7qt0276GgA4s3GPQ==",
                    "priceGroupGuid": "bb052153-ea3e-4db7-bbe8-6800e2cdc63d",
                    "name": "sample string 2",
                    "code": 1,
                    "modified": true,
                    "updated": "2026-04-03T06:15:21.2913564",
                    "buyingLimit": 1,
                    "buyingLimitIndependent": true,
                    "buyingLimitType": 0,
                    "number": 1,
                    "products": [
                      {
                        "$ref": "12"
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "productCount": 1
                  },
                  "priceGroupName": "sample string 147",
                  "nutrifacts": {
                    "$id": "19",
                    "pluG_UID": "Yj1JvgLGvUiuvtYpKoW9rw==",
                    "pluGuid": "be493d62-c602-48bd-aebe-d6292a85bdaf",
                    "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": "20",
                    "pluGuid": "9a891b9b-07fe-4933-be6f-dce618e7d38e",
                    "created": "2026-04-03T06:15:21.3069742",
                    "createdByUser": "sample string 1",
                    "activated": "2026-04-03T06:15:21.3069742",
                    "activatedByUser": "sample string 2",
                    "deactivated": "2026-04-03T06:15:21.3069742",
                    "deactivatedByUser": "sample string 3",
                    "lastOrdered": "2026-04-03T06:15:21.3069742",
                    "lastOrderedQty": 4.0,
                    "lastReceived": "2026-04-03T06:15:21.3069742",
                    "lastReceivedQty": 5.0,
                    "lastInvoiceStatus": 1,
                    "lastCounted": "2026-04-03T06:15:21.3069742",
                    "lastSold": "2026-04-03T06:15:21.3069742",
                    "firstSold": "2026-04-03T06:15:21.3069742",
                    "awsUpdated": "2026-04-03T06:15:21.3069742",
                    "lastManualUpdate": "2026-04-03T06:15:21.3069742",
                    "lastManualUpdatedByUser": "sample string 7",
                    "lastUpdated": "2026-04-03T06:15:21.3069742",
                    "lastUpdatedByUser": "sample string 9",
                    "lastUpdatedByHost": "2026-04-03T06:15:21.3069742",
                    "doNotRangeUpdated": "2026-04-03T06:15:21.3069742",
                    "doNotOrderUpdated": "2026-04-03T06:15:21.3069742",
                    "tracked": "2026-04-03T06:15:21.3069742"
                  },
                  "allergens": [
                    {
                      "$id": "21",
                      "primaryKey": {
                        "$id": "22",
                        "pluGuid": "d35bb228-806c-4ff6-bee4-b39e38d7b8a7",
                        "contains": 2
                      },
                      "allergenID": 1,
                      "pluG_UID": "KLJb02yA9k++5LOeONe4pw==",
                      "pluGuid": "d35bb228-806c-4ff6-bee4-b39e38d7b8a7",
                      "contains": 2,
                      "allergenName": "sample string 3",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "21"
                    }
                  ],
                  "costs": {
                    "$id": "23",
                    "pluG_UID": "HCKkpY0sIU+c6ydl+CLmgA==",
                    "pluGuid": "a5a4221c-2c8d-4f21-9ceb-2765f822e680",
                    "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:15:21.3069742",
                    "normalCost": 1,
                    "currentCost": 1
                  },
                  "sales": [
                    {
                      "$id": "24",
                      "saleHeaderID": 1,
                      "created": "2026-04-03T06:15:21.3069742",
                      "createdLocal": "2026-04-03T06:15:21.3069742",
                      "storeID": 3,
                      "storeName": "sample string 4",
                      "operatorG_Uid": "Qt5WYEXoGku4kiQyc1q67w==",
                      "operatorGuid": "6056de42-e845-4b1a-b892-2432735abaef",
                      "operatorName": "sample string 5",
                      "tranType": 1,
                      "plu": 1,
                      "pluG_UId": "zPEVuViEx0Wd2roKur4nRg==",
                      "pluGuid": "b915f1cc-8458-45c7-9dda-ba0ababe2746",
                      "normalPrice": 1,
                      "totalCents": 1,
                      "cost": 1,
                      "grossProfit": 1,
                      "quantity": 1,
                      "operator": {
                        "$id": "25",
                        "id": 1,
                        "g_Uid": "LOKtVfz//kCN2BtybFsVEg==",
                        "guid": "55ade22c-fffc-40fe-8dd8-1b726c5b1512",
                        "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:15:21.3069742",
                        "passwordResetRequired": true,
                        "alteredInStore": true,
                        "startShift": "2026-04-03T06:15:21.3069742",
                        "endShift": "2026-04-03T06:15:21.3069742",
                        "machineName": "sample string 20",
                        "drawerID": 1,
                        "stores": [
                          {
                            "$id": "26",
                            "operatorG_UID": "TAIDUbyQcUqoKg8k5WznfA==",
                            "operatorGuid": "5103024c-90bc-4a71-a82a-0f24e56ce77c",
                            "storeID": 2,
                            "operator": {
                              "$ref": "25"
                            },
                            "store": {
                              "$ref": "2"
                            }
                          },
                          {
                            "$ref": "26"
                          }
                        ]
                      }
                    },
                    {
                      "$ref": "24"
                    }
                  ],
                  "apns": [
                    {
                      "$id": "27",
                      "pluID": 1,
                      "pluG_UID": "DaiDrW9cKkaZk5kJ3r/blA==",
                      "pluGuid": "ad83a80d-5c6f-462a-9993-9909debfdb94",
                      "apn": "sample string 1",
                      "deleted": true,
                      "storeID": 1,
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "27"
                    }
                  ],
                  "tuns": [
                    {
                      "$id": "28",
                      "pluG_UId": "YTdbdQXRC0i2f2F7GRsuyA==",
                      "pluGuid": "755b3761-d105-480b-b67f-617b191b2ec8",
                      "apn": "sample string 1",
                      "tun": "sample string 2",
                      "cartonQuantity": 3,
                      "product": {
                        "$ref": "12"
                      },
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "28"
                    }
                  ],
                  "competitionPricing": [
                    {
                      "$id": "29",
                      "identifier": "6PHHdXCfXU2VK7g+ZAry1A==",
                      "identifierGuid": "75c7f1e8-9f70-4d5d-952b-b83e640af2d4",
                      "pluG_UID": "biYP3VzW7UG+K8w8wtJu+A==",
                      "pluGuid": "dd0f266e-d65c-41ed-be2b-cc3cc2d26ef8",
                      "competitionID": 1,
                      "name": "sample string 2",
                      "sellMultiple": 3,
                      "retailPrice": 4,
                      "storeName": "sample string 5"
                    },
                    {
                      "$ref": "29"
                    }
                  ],
                  "supplier": {
                    "$ref": "7"
                  },
                  "supplierName": "sample string 148",
                  "children": [
                    {
                      "$ref": "12"
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "ordering": {
                    "$ref": "10"
                  },
                  "flipChartPages": [
                    {
                      "$id": "30",
                      "identifier": "iuaUZs2EWUC031JUiRD3Dw==",
                      "groupName": "sample string 1",
                      "identifierGuid": "6694e68a-84cd-4059-b4df-52548910f70f",
                      "exists": true,
                      "flipChartIdentifier": "lWsuge6Dqkqfa2uRCA8Ntg==",
                      "flipChartIdentifierGuid": "812e6b95-83ee-4aaa-9f6b-6b91080f0db6",
                      "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": "+AuoszQkQUCVNDdXEf7CgA==",
                      "groupIdentifierGuid": "b3a80bf8-2434-4041-9534-375711fec280",
                      "flipChart": {
                        "$id": "31",
                        "identifier": "TzXKMnTGxU+4LHpcE/8Brg==",
                        "identifierGuid": "32ca354f-c674-4fc5-b82c-7a5c13ff01ae",
                        "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": "32",
                          "identifier": "rGKd41tdX0yEwzXytLEPxQ==",
                          "identifierGuid": "e39d62ac-5d5b-4c5f-84c3-35f2b4b10fc5",
                          "name": "sample string 2",
                          "formType": "sample string 3",
                          "forms": [
                            {
                              "$id": "33",
                              "id": 1,
                              "g_UID": "+xjhbIIfa0uLijRSISOGCg==",
                              "guid": "6ce118fb-1f82-4b6b-8b8a-34522123860a",
                              "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": "SqXvA/g9l0yi2jdkX16tFw==",
                              "previousFormGuid": "03efa54a-3df8-4c97-a2da-37645f5ead17",
                              "nextForm": 1,
                              "nextFormG_UID": "uIwEyCWTBEChcIr2ezyGew==",
                              "nextFormGuid": "c8048cb8-9325-4004-a170-8af67b3c867b",
                              "attributes": "sample string 10",
                              "updated": "2026-04-03T06:15:21.3069742",
                              "positioning": 1,
                              "contentPanel": "sample string 11",
                              "selectionMode": 1,
                              "maximumSelections": 1,
                              "alteredInStore": true,
                              "deleted": true,
                              "blueprintID": 1,
                              "preserveLayout": true,
                              "mainCheckoutFormName": "sample string 13",
                              "nextCheckoutForm": {
                                "$ref": "33"
                              },
                              "previousCheckoutForm": {
                                "$ref": "33"
                              },
                              "buttons": [
                                {
                                  "$id": "34",
                                  "id": 1,
                                  "checkoutFormID": 2,
                                  "checkoutFormG_UID": "IQLghFwGA0Kiksd+iSOs+Q==",
                                  "checkoutFormGuid": "84e00221-065c-4203-a292-c77e8923acf9",
                                  "identifier": "cQGPnHPVOkqePFqyYNoGJA==",
                                  "identifierGuid": "9c8f0171-d573-4a3a-9e3c-5ab260da0624",
                                  "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": "nwNI1+z6NkehuL7NfXt2Kg==",
                                  "valueGuid": "d748039f-faec-4736-a1b8-becd7d7b762a",
                                  "buttonText": "sample string 10",
                                  "valueText": "sample string 11",
                                  "drawImageAndButton": true,
                                  "updated": "2026-04-03T06:15:21.3069742",
                                  "action": "sample string 12",
                                  "valueForm": {
                                    "$ref": "33"
                                  },
                                  "image": {
                                    "$id": "35",
                                    "name": "sample string 3.sample string 4",
                                    "imageID": 2,
                                    "imageName": "sample string 3",
                                    "imageExtension": "sample string 4",
                                    "lastUpdate": "2026-04-03T06:15:21.3069742",
                                    "imageData": "QEA=",
                                    "readOnly": true
                                  }
                                },
                                {
                                  "$ref": "34"
                                }
                              ],
                              "panels": [
                                {
                                  "$id": "36",
                                  "id": 1,
                                  "checkoutFormID": 2,
                                  "checkoutFormG_UID": "GHWrLrf7RkK6cPm3aau4LQ==",
                                  "checkoutFormGuid": "2eab7518-fbb7-4246-ba70-f9b769abb82d",
                                  "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": "36"
                                }
                              ]
                            },
                            {
                              "$ref": "33"
                            }
                          ],
                          "panels": [
                            {
                              "$ref": "36"
                            },
                            {
                              "$ref": "36"
                            }
                          ]
                        },
                        "pages": [
                          {
                            "$ref": "30"
                          },
                          {
                            "$ref": "30"
                          }
                        ]
                      },
                      "contentPanel": {
                        "$ref": "36"
                      },
                      "products": [
                        {
                          "$id": "37",
                          "flipChartPageIdentifier": "bznLdlZ4bkO7GYtHLFBSag==",
                          "flipChartPageIdentifierGuid": "76cb396f-7856-436e-bb19-8b472c50526a",
                          "pluG_UID": "BtjQVFIrukmkixphCJfH8g==",
                          "pluGuid": "54d0d806-2b52-49ba-a48b-1a610897c7f2",
                          "sortOrder": 3,
                          "sent": true,
                          "productChanged": true,
                          "productImageName": "sample string 6",
                          "productShowImageOnFlipCharts": true,
                          "productShowTextOnFlipCharts": true,
                          "productOverrideFlipChartText": true,
                          "productFlipChartText": "sample string 10",
                          "product": {
                            "$ref": "12"
                          },
                          "departmentSortOrder": 11,
                          "subDepartmentName": "sample string 12"
                        },
                        {
                          "$ref": "37"
                        }
                      ],
                      "productCount": 27,
                      "pages": [
                        {
                          "$ref": "30"
                        },
                        {
                          "$ref": "30"
                        }
                      ]
                    },
                    {
                      "$ref": "30"
                    }
                  ],
                  "priceHistory": [
                    {
                      "$id": "38",
                      "pluG_UID": "e7ii5ZgsLk+AhFTwA8+8+g==",
                      "pluGuid": "e5a2b87b-2c98-4f2e-8084-54f003cfbcfa",
                      "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:15:21.3069742",
                      "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": "38"
                    }
                  ],
                  "ingredients": [
                    {
                      "$id": "39",
                      "pluG_UID": "bNjMHc75VUW9fW7ZJjSztw==",
                      "ingredientGuid": "mV+zfWQaSEuoDBMvKk2FRQ==",
                      "ingredientIdentifier": "7db35f99-1a64-4b48-a80c-132f2a4d8545",
                      "quantity": 1.0,
                      "storeIDs": [
                        1,
                        2
                      ],
                      "ingredientText": "sample string 1",
                      "ingredient": {
                        "$ref": "12"
                      }
                    },
                    {
                      "$ref": "39"
                    }
                  ],
                  "bins": [
                    {
                      "$id": "40",
                      "pluG_UID": "KcgGXHT6KkiXVxWE7uo8PQ==",
                      "pluGuid": "5c06c829-fa74-482a-9757-1584eeea3c3d",
                      "shelfLocationIdentifier": "OhP1isQodEGI1qMlawGzlA==",
                      "shelfLocationGuid": "8af5133a-28c4-4174-88d6-a3256b01b394",
                      "labelShelfDefault": 1,
                      "labelTalkerDefault": 1,
                      "labelSmall": true,
                      "labelPageLayoutG_UID": "eZx6fOmhNEqDBnjJ3QHeog==",
                      "labelPageLayoutGuid": "7c7a9c79-a1e9-4a34-8306-78c9dd01dea2",
                      "updated": "2026-04-03T06:15:21.3069742",
                      "electronicShelfLabelIdentifier": "sample string 5",
                      "electronicshelfLabelsConfigurationID": 6,
                      "labelShelfChanged": true,
                      "productName": "sample string 8",
                      "locationText": "sample string 9",
                      "product": {
                        "$ref": "12"
                      },
                      "location": {
                        "$id": "41",
                        "identifier": "c7BSD9svAkqIU+jDfhG1Aw==",
                        "storeID": 1,
                        "identifierGuid": "0f52b073-2fdb-4a02-8853-e8c37e11b503",
                        "name": "sample string 2",
                        "haccp": true,
                        "blueprintID": 1,
                        "updated": "2026-04-03T06:15:21.3069742",
                        "minTemp": 1,
                        "maxTemp": 1,
                        "checkFrequency": 1,
                        "storeCaseConfiguration": 5,
                        "storeName": "sample string 6",
                        "bins": [
                          {
                            "$ref": "40"
                          },
                          {
                            "$ref": "40"
                          }
                        ]
                      }
                    },
                    {
                      "$ref": "40"
                    }
                  ],
                  "bin": {
                    "$ref": "40"
                  },
                  "scaleLocations": [
                    {
                      "$id": "42",
                      "plu": 1,
                      "pluG_UID": "vngTm38svkugTlU8lmBrfw==",
                      "pluGuid": "9b1378be-2c7f-4bbe-a04e-553c96606b7f",
                      "deptNo": 1,
                      "product": {
                        "$ref": "12"
                      },
                      "scaleLocation": {
                        "$id": "43",
                        "id": 1,
                        "deptNo": 1,
                        "deptCode": "sample string 2",
                        "name": "sample string 3",
                        "enabled": true,
                        "updated": "2026-04-03T06:15:21.3069742",
                        "department": {
                          "$id": "44",
                          "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": "43"
                          },
                          "subDepartments": [
                            {
                              "$id": "45",
                              "id": 1,
                              "departmentID": 2,
                              "name": "sample string 3",
                              "code": "sample string 4",
                              "departmentCode": "sample string 5",
                              "externalSales": true,
                              "minorDepartments": [
                                {
                                  "$id": "46",
                                  "id": 1,
                                  "subDepartmentID": 2,
                                  "departmentID": 3,
                                  "name": "sample string 4",
                                  "subDepartmentCode": "sample string 5",
                                  "departmentCode": "sample string 6",
                                  "code": "sample string 7",
                                  "lesserDepartments": [
                                    {
                                      "$id": "47",
                                      "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:15:21.3069742",
                                      "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": "TICzzbncXECj2dPMl68H8A==",
                                      "labelPageLayoutGuid": "cdb3804c-dcb9-405c-a3d9-d3cc97af07f0",
                                      "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": "48",
                                        "dept": 1,
                                        "category": 2,
                                        "name": "sample string 3",
                                        "active": true,
                                        "mscCommodities": [
                                          {
                                            "$id": "49",
                                            "dept": 1,
                                            "category": 2,
                                            "commodity": 3,
                                            "name": "sample string 4",
                                            "active": true,
                                            "mscSubCommodities": [
                                              {
                                                "$id": "50",
                                                "dept": 1,
                                                "category": 2,
                                                "commodity": 3,
                                                "subCommodity": 4,
                                                "name": "sample string 5",
                                                "active": true,
                                                "subCommodityCode": "sample string 7"
                                              },
                                              {
                                                "$ref": "50"
                                              }
                                            ],
                                            "commodityCode": "sample string 6"
                                          },
                                          {
                                            "$ref": "49"
                                          }
                                        ],
                                        "categoryCode": "sample string 5"
                                      },
                                      "mscCom": {
                                        "$ref": "49"
                                      },
                                      "mscDep": {
                                        "$id": "51",
                                        "dept": 1,
                                        "name": "sample string 2",
                                        "active": true,
                                        "mscCategories": [
                                          {
                                            "$ref": "48"
                                          },
                                          {
                                            "$ref": "48"
                                          }
                                        ],
                                        "deptCode": "sample string 4"
                                      },
                                      "mscSubCom": {
                                        "$ref": "50"
                                      }
                                    },
                                    {
                                      "$ref": "47"
                                    }
                                  ],
                                  "updated": "2026-04-03T06:15:21.3069742",
                                  "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": "QQHbzS8QoEa0PrLDvY4Cqg==",
                                  "labelPageLayoutGuid": "cddb0141-102f-46a0-b43e-b2c3bd8e02aa",
                                  "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": "48"
                                  },
                                  "mscCom": {
                                    "$ref": "49"
                                  },
                                  "mscDep": {
                                    "$ref": "51"
                                  },
                                  "mscSubCom": {
                                    "$ref": "50"
                                  }
                                },
                                {
                                  "$ref": "46"
                                }
                              ],
                              "investmentBuyOverride": true,
                              "updated": "2026-04-03T06:15:21.3069742",
                              "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": "wzhWUa109kmpXy5lZuuzmA==",
                              "labelPageLayoutGuid": "515638c3-74ad-49f6-a95f-2e6566ebb398",
                              "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": "48"
                              },
                              "mscCom": {
                                "$ref": "49"
                              },
                              "mscDep": {
                                "$ref": "51"
                              },
                              "mscSubCom": {
                                "$ref": "50"
                              }
                            },
                            {
                              "$ref": "45"
                            }
                          ],
                          "stores": [
                            1,
                            2
                          ],
                          "investmentBuyOverride": true,
                          "updated": "2026-04-03T06:15:21.3069742",
                          "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": "+3vXFb87JEW7/Of/hWacYw==",
                          "labelPageLayoutGuid": "15d77bfb-3bbf-4524-bbfc-e7ff85669c63",
                          "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": "48"
                          },
                          "mscCom": {
                            "$ref": "49"
                          },
                          "mscDep": {
                            "$ref": "51"
                          },
                          "mscSubCom": {
                            "$ref": "50"
                          }
                        }
                      }
                    },
                    {
                      "$ref": "42"
                    }
                  ],
                  "nextPrice": {
                    "$id": "52",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "plu": 1,
                    "hostOfferID": 1,
                    "metcashPromotionID": "sample string 4",
                    "metcashPromotionPlacement": "sample string 5",
                    "pluG_UID": "ay43ey9pp0+FlrGTTSia7w==",
                    "pluGuid": "7b372e6b-692f-4fa7-8596-b1934d289aef",
                    "newPrice": 1,
                    "pctDiscount": 1,
                    "newCost": 1,
                    "newCostDecimals": 6,
                    "dealCostIdentifier": "331dDkqBbkuo5jmBzKelaw==",
                    "dealCostGuid": "0e5d7ddf-814a-4b6e-a8e6-3981cca7a56b",
                    "pluName": "sample string 7",
                    "apn": "sample string 8",
                    "fuelItem": true,
                    "priceGroupG_UID": "UoOMKwJ73kGfr0MQlNrJiA==",
                    "priceGroupGuid": "2b8c8352-7b02-41de-9faf-431094dac988",
                    "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:15:21.3069742",
                    "rrp": 27,
                    "campaignDescription": "sample string 28",
                    "hostCampaign": true,
                    "hostIdentifier": "QEA=",
                    "hostIdentifierGuid": "76a4165a-06a8-4f22-a68f-9429de480063",
                    "campaignComboPriceGroupG_UID": "r2eOiNbbAkCZXjRvRQ0uPg==",
                    "campaignComboPriceGroupIdentifier": "888e67af-dbd6-4002-995e-346f450d2e3e",
                    "promotionPlacementDescription": "sample string 30",
                    "storeAcceptances": [
                      {
                        "$id": "53",
                        "plu": 1,
                        "pluG_UId": "QEA=",
                        "campaignID": 1,
                        "campaignName": "sample string 2",
                        "storeID": 3,
                        "acceptedUtc": "2026-04-03T06:15:21.3069742",
                        "operatorG_UID": "O1y9uYjPJEqYPHUaRIHB1w==",
                        "operatorGuid": "b9bd5c3b-cf88-4a24-983c-751a4481c1d7",
                        "machineID": 1,
                        "processed": true,
                        "appliedUtc": "2026-04-03T06:15:21.3069742",
                        "signIqTicketFileMovedUtc": "2026-04-03T06:15:21.3069742",
                        "user": "sample string 6",
                        "campaignDescription": "sample string 7",
                        "productDesc": "sample string 8",
                        "storeName": "sample string 9",
                        "effectiveUtc": "2026-04-03T06:15:21.3069742",
                        "priceChangeType": 0,
                        "operatorName": "sample string 10",
                        "hostCampaign": true,
                        "hostIdentifier": "QEA=",
                        "hostIdentifierGuid": "938d3d00-6562-46f4-b309-baddb5492995",
                        "product": {
                          "$ref": "12"
                        },
                        "campaignPlu": {
                          "$ref": "52"
                        },
                        "fuelItem": true
                      },
                      {
                        "$ref": "53"
                      }
                    ],
                    "campaign": {
                      "$id": "54",
                      "id": 1,
                      "storeID": 2,
                      "name": "4bafd19b-013e-410b-b55a-2c71a6b845d6",
                      "nameGuid": "4bafd19b-013e-410b-b55a-2c71a6b845d6",
                      "description": "sample string 4",
                      "showDiscounts": true,
                      "showTotals": true,
                      "onlyEvaluateOnSubtotal": true,
                      "useDescription": true,
                      "campaignType": 1,
                      "startDate": "2026-04-03T06:15:21.3069742",
                      "startTime": 1,
                      "endDate": "2026-04-03T06:15:21.3069742",
                      "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:15:21.3069742",
                      "system": true,
                      "created": "2026-04-03T06:15:21.3069742",
                      "updated": "2026-04-03T06:15:21.3069742",
                      "priceChangeNotifiedUtc": "2026-04-03T06:15:21.3069742",
                      "promoType": 1,
                      "promotionTypeCode": "sample string 13",
                      "hostIdentifier": "/MqRvwo9Mk+anyjmZMaUNQ==",
                      "hostIdentifierGuid": "bf91cafc-3d0a-4f32-9a9f-28e664c69435",
                      "hostType": 14,
                      "createdByUser": "sample string 15",
                      "fromHost": true,
                      "deleted": true,
                      "campaignDeleted": "2026-04-03T06:15:21.3069742",
                      "updatedByUser": "sample string 18",
                      "offerID": 1,
                      "isPriceChangeCampaign": true,
                      "stores": [
                        1,
                        2
                      ],
                      "storeNames": [
                        "sample string 1",
                        "sample string 2"
                      ],
                      "campaignPlus": [
                        {
                          "$ref": "52"
                        },
                        {
                          "$ref": "52"
                        }
                      ],
                      "campaignPools": [
                        {
                          "$id": "55",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "plu": 4,
                          "pluG_UID": "YOJGgIbF4kS7hBxGmef3wg==",
                          "pluGuid": "8046e260-c586-44e2-bb84-1c4699e7f7c2",
                          "hostOfferID": 1,
                          "priceGroupG_UID": "8QrCUrSuHEWoEjpoGd3Daw==",
                          "priceGroupGuid": "52c20af1-aeb4-451c-a812-3a6819ddc36b",
                          "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:15:21.3069742",
                          "rrp": 17,
                          "campaignDescription": "sample string 18",
                          "product": {
                            "$ref": "12"
                          },
                          "campaign": {
                            "$ref": "54"
                          }
                        },
                        {
                          "$ref": "55"
                        }
                      ],
                      "sellingRules": [
                        {
                          "$id": "56",
                          "id": 1,
                          "identifier": "1XABWfwA9keGp37pvdZNcw==",
                          "identifierStr": "1XABWfwA9keGp37pvdZNcw==",
                          "identifierGuid": "590170d5-00fc-47f6-86a7-7ee9bdd64d73",
                          "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": "54"
                          }
                        },
                        {
                          "$ref": "56"
                        }
                      ],
                      "customers": [
                        {
                          "$id": "57",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "customerID": "543e9r6t+0OEOuqAx8jj+A==",
                          "customerIDGuid": "f6de8de7-adbe-43fb-843a-ea80c7c8e3f8",
                          "campaign": {
                            "$ref": "54"
                          },
                          "customer": {
                            "$id": "58",
                            "identifier": "9j9stL+JekWNtfjlRuyimQ==",
                            "identifierGuid": "b46c3ff6-89bf-457a-8db5-f8e546eca299",
                            "code": "sample string 2",
                            "familyName": "sample string 3",
                            "givenName": "sample string 4",
                            "otherName": "sample string 5",
                            "title": "sample string 6",
                            "dateOfBirth": "2026-04-03T06:15:21.3069742",
                            "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": "tVx4i1YJT0+7obanPCHCaw==",
                            "communityIdentifierGuid": "8b785cb5-0956-4f4f-bba1-b6a73c21c26b",
                            "joined": "2026-04-03T06:15:21.3069742",
                            "updated": "2026-04-03T06:15:21.3069742",
                            "active": true,
                            "reasonInactive": 1,
                            "groupCustomer": true,
                            "loyaltyPoints": 1,
                            "homeStoreID": 1,
                            "availableSpend": 1,
                            "priceLevelIdentifier": "IInDE69Et0ytArrtW+JlyA==",
                            "priceLevelIdentifierGuid": "13c38920-44af-4cb7-ad02-baed5be265c8",
                            "marketingID": "sample string 18",
                            "receiptPrintOptions": 1,
                            "hidden": true,
                            "registered": true,
                            "registeredOn": "2026-04-03T06:15:21.3069742",
                            "emailMarketing": true,
                            "smsMarketing": true,
                            "deleted": true,
                            "deletedUser": "sample string 24",
                            "homeStoreName": "sample string 25",
                            "customerCards": [
                              {
                                "$id": "59",
                                "cardType": 2,
                                "issueDate": "2026-04-03T06:15:21.3069742",
                                "expiry": "2026-04-03T06:15:21.3069742",
                                "customerID": "Kzmm3mSMZUO97OXyoX/fkQ==",
                                "customerIDGuid": "dea6392b-8c64-4365-bdec-e5f2a17fdf91",
                                "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:15:21.3069742",
                                "linkedAccount": "zZauQjgdNEW53UVMvgisIg==",
                                "linkedAccountGuid": "42ae96cd-1d38-4534-b9dd-454cbe08ac22",
                                "currentValueChanged": true,
                                "limitsChanged": true,
                                "customer": {
                                  "$ref": "58"
                                },
                                "account": {
                                  "$id": "60",
                                  "id": 1,
                                  "identifier": "IrRWBR3D6EuNKmXY0Bg27w==",
                                  "identifierGuid": "0556b422-c31d-4be8-8d2a-65d8d01836ef",
                                  "referenceNo": "sample string 3",
                                  "name": "sample string 4",
                                  "created": "2026-04-03T06:15:21.3069742",
                                  "owner": "VTHMiN48zU62Z9skobpdag==",
                                  "ownerGuid": "88cc3155-3cde-4ecd-b667-db24a1ba5d6a",
                                  "accountStoreGroupIdentifier": "tiTiwcbggUaUWe69T1slbA==",
                                  "accountStoreGroupGuid": "c1e224b6-e0c6-4681-9459-eebd4f5b256c",
                                  "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:15:21.3069742",
                                  "active": true,
                                  "updated": "2026-04-03T06:15:21.3069742",
                                  "deleted": true,
                                  "deletedUser": "sample string 16",
                                  "currentBalanceChanged": true,
                                  "maximumLimitChanged": true,
                                  "loyaltyPointsChanged": true,
                                  "projectedBalance": 17,
                                  "accountStoreGroupStoreIDs": [
                                    1,
                                    2
                                  ],
                                  "customerEmail": "sample string 18",
                                  "ownerCustomer": {
                                    "$ref": "58"
                                  },
                                  "card": {
                                    "$ref": "59"
                                  },
                                  "members": {
                                    "$id": "61",
                                    "sample string 1": [
                                      {
                                        "$ref": "58"
                                      },
                                      {
                                        "$ref": "58"
                                      }
                                    ],
                                    "sample string 2": [
                                      {
                                        "$ref": "58"
                                      },
                                      {
                                        "$ref": "58"
                                      }
                                    ]
                                  },
                                  "customerGroups": [
                                    {
                                      "$id": "62",
                                      "identifier": "jQtmET0KWEGZWF4kOsZMdA==",
                                      "identifierGuid": "11660b8d-0a3d-4158-9958-5e243ac64c74",
                                      "name": "sample string 2",
                                      "primaryContact": "ZD7JbyfET0OhRKjj2u/0Xg==",
                                      "primaryContactGuid": "6fc93e64-c427-434f-a144-a8e3daeff45e",
                                      "accountID": "mzA7gntWG0ujQCX6Bu8yFg==",
                                      "accountIDGuid": "823b309b-567b-4b1b-a340-25fa06ef3216",
                                      "special": true,
                                      "updated": "2026-04-03T06:15:21.3069742",
                                      "active": true,
                                      "reasonInactive": 1,
                                      "priceLevelIdentifier": "Ap6YE6Yl60Kzl/nzIJyEXA==",
                                      "priceLevelIdentifierGuid": "13989e02-25a6-42eb-b397-f9f3209c845c",
                                      "marketingListID": "sample string 7",
                                      "deleted": true,
                                      "account": {
                                        "$ref": "60"
                                      },
                                      "primaryContactCustomer": {
                                        "$ref": "58"
                                      },
                                      "customerGroupMembers": [
                                        {
                                          "$id": "63",
                                          "id": 1,
                                          "groupID": "KCNUvhQSkkeUAwbBYoTmTQ==",
                                          "groupIDGuid": "be542328-1214-4792-9403-06c16284e64d",
                                          "customerID": "xg0AqGME3kaVsgiz5XolZw==",
                                          "customerIDGuid": "a8000dc6-0463-46de-95b2-08b3e57a2567",
                                          "card": "sample string 4",
                                          "linkedAccount": "tgRzK90FMkG/D29RUf+8zw==",
                                          "linkedAccountGuid": "2b7304b6-05dd-4132-bf0f-6f5151ffbccf",
                                          "customer": {
                                            "$ref": "58"
                                          },
                                          "group": {
                                            "$ref": "62"
                                          },
                                          "customerCard": {
                                            "$ref": "59"
                                          }
                                        },
                                        {
                                          "$ref": "63"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "62"
                                    }
                                  ]
                                },
                                "payments": [
                                  {
                                    "$id": "64",
                                    "id": 1,
                                    "identifier": "hzEBTcaoekaFZpJjMgtcDg==",
                                    "identifierGuid": "4d013187-a8c6-467a-8566-9263320b5c0e",
                                    "storeID": 2,
                                    "operatorName": "sample string 3",
                                    "saleHeaderID": 4,
                                    "paymentType": 5,
                                    "amount": 6,
                                    "account": "sample string 7",
                                    "accountID": "GmlzP2mbu0Ko0CuTqP27wg==",
                                    "accountIDGuid": "3f73691a-9b69-42bb-a8d0-2b93a8fdbbc2",
                                    "customerAccount": {
                                      "$ref": "60"
                                    },
                                    "customerCard": {
                                      "$ref": "59"
                                    },
                                    "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:15:21.3069742",
                                    "invRocNo": "sample string 14",
                                    "responseCode": "sample string 15",
                                    "cashout": 1,
                                    "tip": 16,
                                    "idempotentVoid": "Iqq6eiKQ7kuH4wUbdJxmWg==",
                                    "idempotentVoidGuid": "7abaaa22-9022-4bee-87e3-051b749c665a",
                                    "offline": true,
                                    "processed": 1,
                                    "storeSaleHeader": {
                                      "$id": "65",
                                      "saleHeaderID": 1,
                                      "saleHeaderGuid": "yYPi9AyKpEy014g2mjoPeQ==",
                                      "saleHeaderIdentifierGuid": "f4e283c9-8a0c-4ca4-b4d7-88369a3a0f79",
                                      "created": "2026-04-03T06:15:21.3069742",
                                      "createdLocal": "2026-04-03T06:15:21.3069742",
                                      "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:15:21.3069742",
                                      "storeID": 1,
                                      "operatorG_Uid": "2dPytLn4/UyRPwt3lYGqDg==",
                                      "operatorGuid": "b4f2d3d9-f8b9-4cfd-913f-0b779581aa0e",
                                      "customerG_Uid": "5m+IyB9BJ0yGXFOKJSg98g==",
                                      "customerGuid": "c8886fe6-411f-4c27-865c-538a25283df2",
                                      "communityIdentifier": "pAmwQdnWtE6x84J/c7ozLA==",
                                      "communityIdentifierGuid": "41b009a4-d6d9-4eb4-b1f3-827f73ba332c",
                                      "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": "qVjRj28SjEK6OoE+4wSFfA==",
                                      "priceLevelIdentifierGuid": "8fd158a9-126f-428c-ba3a-813ee304857c",
                                      "locked": 36,
                                      "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:15:21.3069742+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": "66",
                                        "customerName": "sample string 1",
                                        "pickupAt": "2026-04-03T06:15:21.3069742",
                                        "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": "25"
                                      },
                                      "customer": {
                                        "$ref": "58"
                                      },
                                      "communityOrganisation": {
                                        "$id": "67",
                                        "id": 1,
                                        "identifier": "GqP6lGXyDU6bfmlrPBz8tw==",
                                        "identifierGuid": "94faa31a-f265-4e0d-9b7e-696b3c1cfcb7",
                                        "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:15:21.3069742",
                                        "promoPeriodEnd": "2026-04-03T06:15:21.3069742",
                                        "allowDonations": true,
                                        "logoImageName": "sample string 17",
                                        "totalAmountAwarded": 18.1,
                                        "updated": "2026-04-03T06:15:21.3069742",
                                        "deleted": true
                                      },
                                      "details": [
                                        {
                                          "$id": "68",
                                          "saleItemID": 1,
                                          "identifier": "oi5wARMwtEK4fBa+ihjtqw==",
                                          "identifierGuid": "01702ea2-3013-42b4-b87c-16be8a18edab",
                                          "saleHeaderID": 2,
                                          "plu": 1,
                                          "pluG_UId": "sRL5hnSQskKbQIuK6dGVmg==",
                                          "pluGuid": "86f912b1-9074-42b2-9b40-8b8ae9d1959a",
                                          "accountID": "5GI6ZA9N/kicB6Hs7AvZYw==",
                                          "accountIDGuid": "643a62e4-4d0f-48fe-9c07-a1ecec0bd963",
                                          "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:15:21.3069742",
                                          "bestOrExpireType": 1,
                                          "providerName": "sample string 11",
                                          "refundG_UID": "K7NvWbw3p0KE86RO04KSlQ==",
                                          "refundGuid": "596fb32b-37bc-42a7-84f3-a44ed3829295",
                                          "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": "jaNOUxH4T06QweJsemMaLA==",
                                          "idempotentVoidGuid": "534ea38d-f811-4e4f-90c1-e26c7a631a2c",
                                          "priceLevelIdentifier": "VpwngNAkdEuPXoxg+ngm0A==",
                                          "priceLevelIdentifierGuid": "80279c56-24d0-4b74-8f5e-8c60fa7826d0",
                                          "communityIdentifier": "72OFKqotREKYGk7arn1SmA==",
                                          "communityIdentifierGuid": "2a8563ef-2daa-4244-981a-4edaae7d5298",
                                          "productName": "sample string 23",
                                          "apn": "sample string 24",
                                          "unknownScans": [
                                            {
                                              "$id": "69",
                                              "id": 1,
                                              "saleDetailID": 2,
                                              "storeID": 1,
                                              "scanned": "2026-04-03T06:15:21.3069742",
                                              "operatorG_UID": "QEA=",
                                              "barcode": "sample string 4",
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "69"
                                            }
                                          ],
                                          "refund": {
                                            "$id": "70",
                                            "id": 1,
                                            "g_UID": "LkBcVcdqjESWtQLTgz+1Kg==",
                                            "guid": "555c402e-6ac7-448c-96b5-02d3833fb52a",
                                            "description": "sample string 1",
                                            "dumped": true,
                                            "inventoryReasonID": 1,
                                            "sortOrder": 1,
                                            "updated": "2026-04-03T06:15:21.3069742"
                                          },
                                          "modifier": {
                                            "$id": "71",
                                            "id": 1,
                                            "setG_UID": "UDmS4sJV2U+4/zTgmhLZhw==",
                                            "modifierSetGuid": "e2923950-55c2-4fd9-b8ff-34e09a12d987",
                                            "name": "sample string 2",
                                            "price": 1,
                                            "quantity": 1,
                                            "modifierType": 1,
                                            "groupNumber": 1,
                                            "pageNumber": 1,
                                            "controlOrder": 1,
                                            "printToStation": true,
                                            "pluG_UID": "l5OyN4WonEytJu6VqomjLw==",
                                            "pluGuid": "37b29397-a885-4c9c-ad26-ee95aa89a32f",
                                            "deleted": true,
                                            "g_UID": "WqVdigFxgkK8902Z8RF4BQ==",
                                            "guid": "8a5da55a-7101-4282-bcf7-4d99f1117805",
                                            "product": {
                                              "$ref": "12"
                                            }
                                          },
                                          "priceLevelName": "sample string 25",
                                          "pumpNumber": 1,
                                          "hoseNumber": 1
                                        },
                                        {
                                          "$ref": "68"
                                        }
                                      ],
                                      "eftReceipts": [
                                        {
                                          "$id": "72",
                                          "id": 1,
                                          "storeID": 1,
                                          "saleHeaderID": 2,
                                          "storeSaleHeader": {
                                            "$ref": "65"
                                          },
                                          "receipt": "sample string 3",
                                          "processed": 1
                                        },
                                        {
                                          "$ref": "72"
                                        }
                                      ],
                                      "payments": [
                                        {
                                          "$ref": "64"
                                        },
                                        {
                                          "$ref": "64"
                                        }
                                      ],
                                      "cards": [
                                        {
                                          "$id": "73",
                                          "id": 1,
                                          "saleHeaderID": 1,
                                          "identifier": "sample string 2",
                                          "cardType": 3,
                                          "providerName": "sample string 4"
                                        },
                                        {
                                          "$ref": "73"
                                        }
                                      ],
                                      "campaignHits": [
                                        {
                                          "$id": "74",
                                          "id": 1,
                                          "saleHeaderID": 2,
                                          "campaign": "sample string 3",
                                          "name": "sample string 4",
                                          "processed": 1,
                                          "campaignDescription": "sample string 5"
                                        },
                                        {
                                          "$ref": "74"
                                        }
                                      ],
                                      "fuel": [
                                        {
                                          "$id": "75",
                                          "id": 1,
                                          "plu": 1,
                                          "pluG_UID": "l+767vRKCESzmMYfEtf4Sw==",
                                          "pluGuid": "eefaee97-4af4-4408-b398-c61f12d7f84b",
                                          "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:15:21.3069742",
                                          "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:15:21.3069742",
                                          "tagNumber": "sample string 15",
                                          "trackTwoRem": "sample string 16",
                                          "transCode": 1,
                                          "transType": 1,
                                          "unitPrice": 1.0,
                                          "vehicleReg": "sample string 17",
                                          "offline": true,
                                          "processed": 1
                                        },
                                        {
                                          "$ref": "75"
                                        }
                                      ],
                                      "fuelResells": [
                                        {
                                          "$id": "76",
                                          "saleItemID": 1,
                                          "saleHeaderID": 2,
                                          "plu": 1,
                                          "pluG_UId": "kU+/hI/5oUmjo61xA7l3Kg==",
                                          "pluGuid": "84bf4f91-f98f-49a1-a3a3-ad7103b9772a",
                                          "accountID": "Gac/XTPrckmsds1QvJyJxw==",
                                          "accountIDGuid": "5d3fa719-eb33-4972-ac76-cd50bc9c89c7",
                                          "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:15:21.3069742",
                                          "bestOrExpireType": 1,
                                          "refundG_UID": "Th+kG0La4EqgXHtAoYrZWQ==",
                                          "refundGuid": "1ba41f4e-da42-4ae0-a05c-7b40a18ad959",
                                          "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": "76"
                                        }
                                      ],
                                      "customerOrder": [
                                        {
                                          "$id": "77",
                                          "identifier": "FdKBNeDB8UeNiBcg5W2fpA==",
                                          "identifierGuid": "3581d215-c1e0-47f1-8d88-1720e56d9fa4",
                                          "id": 1,
                                          "orderNo": 2,
                                          "externalSaleIdentifier": "sample string 3",
                                          "storeID": 4,
                                          "zoneID": 5,
                                          "deptNo": 6,
                                          "customerIdentifier": "sRdEGjgnzEC+++uyrwu5Yg==",
                                          "customerIdentifierGuid": "1a4417b1-2738-40cc-befb-ebb2af0bb962",
                                          "operatorNo": 1,
                                          "operatorG_UID": "oJpsJBTwHk2MA2aT77h9Ag==",
                                          "operatorGuid": "246c9aa0-f014-4d1e-8c03-6693efb87d02",
                                          "created": "2026-04-03T06:15:21.3069742",
                                          "ordered": "2026-04-03T06:15:21.3069742",
                                          "started": "2026-04-03T06:15:21.3069742",
                                          "completed": "2026-04-03T06:15:21.3069742",
                                          "supplied": "2026-04-03T06:15:21.3069742",
                                          "quickTicket": 1,
                                          "deleted": true,
                                          "walkAway": true,
                                          "approxWait": 1,
                                          "actualWait": 1,
                                          "deliveryMethod": 8,
                                          "externalSaleType": 9,
                                          "customer": {
                                            "$ref": "58"
                                          },
                                          "operator": {
                                            "$ref": "25"
                                          },
                                          "details": [
                                            {
                                              "$id": "78",
                                              "headerID": 1,
                                              "plu": 1,
                                              "pluG_UId": "NoTmWEU/G0i/SwTccLIy9g==",
                                              "pluGuid": "58e68436-3f45-481b-bf4b-04dc70b232f6",
                                              "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": "Av0csX5Jo0+irW+P7S6gSw==",
                                              "headerIdentifierGuid": "b11cfd02-497e-4fa3-a2ad-6f8fed2ea04b",
                                              "product": {
                                                "$ref": "12"
                                              }
                                            },
                                            {
                                              "$ref": "78"
                                            }
                                          ],
                                          "storeName": "sample string 11",
                                          "customerName": "sample string 12",
                                          "storeReplyTo": "sample string 13",
                                          "storeSubjectLine": "sample string 14",
                                          "storeSaleHeader": {
                                            "$ref": "65"
                                          }
                                        },
                                        {
                                          "$ref": "77"
                                        }
                                      ],
                                      "surveyResponses": [
                                        {
                                          "$id": "79",
                                          "surveyG_UID": "AJ0XTzVexUmHvNV1i34BTA==",
                                          "surveyGuid": "4f179d00-5e35-49c5-87bc-d5758b7e014c",
                                          "saleHeaderGuid": "54aZJ67c/kCjiOKcj18FlQ==",
                                          "saleGuid": "279986e7-dcae-40fe-a388-e29c8f5f0595",
                                          "textResponse": "sample string 1",
                                          "integerResponse": 1,
                                          "g_UIDResponse": "7EyfKKKWCEKLQOLduxeu6w==",
                                          "guidResponse": "289f4cec-96a2-4208-8b40-e2ddbb17aeeb",
                                          "whoAnswered": 2,
                                          "answeredAtUTC": "2026-04-03T06:15:21.3069742",
                                          "sale": {
                                            "$ref": "65"
                                          },
                                          "survey": {
                                            "$id": "80",
                                            "g_UID": "9912gknhbkusslvNC3aFLg==",
                                            "guid": "8276ddf7-e149-4b6e-acb2-5bcd0b76852e",
                                            "name": "sample string 1",
                                            "storeID": 2,
                                            "zoneID": 1,
                                            "checkoutFormG_UID": "+A92UeF5u02JQwGjRidmYg==",
                                            "checkoutFormGuid": "51760ff8-79e1-4dbb-8943-01a346276662",
                                            "displayToWho": 3,
                                            "displayWhen": 4,
                                            "start": "2026-04-03T06:15:21.3069742",
                                            "end": "2026-04-03T06:15:21.3069742",
                                            "deleted": true,
                                            "updated": "2026-04-03T06:15:21.3069742",
                                            "possibleIntegerResponses": [
                                              1,
                                              2
                                            ],
                                            "possibleTextResponses": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "possibleGuidResponses": [
                                              "54ffa804-05da-40ea-8107-98b63c6bbce6",
                                              "c8f1e0e8-df4e-4944-8c9d-ddd6c1f41b1e"
                                            ],
                                            "allowsAllTextResponses": true,
                                            "surveyForm": {
                                              "$ref": "33"
                                            }
                                          },
                                          "ingressId": "sample string 4"
                                        },
                                        {
                                          "$ref": "79"
                                        }
                                      ],
                                      "storeName": "sample string 39",
                                      "terminalNumber": 40,
                                      "machineName": "sample string 41",
                                      "operatorName": "sample string 42",
                                      "direction": 1,
                                      "reason": "sample string 43",
                                      "accountG_UID": "ZXYzr/ySikupxcyR5tRAQw==",
                                      "accountIdentifier": "af337665-92fc-4b8a-a9c5-cc91e6d44043",
                                      "accountName": "sample string 44",
                                      "customerOrderIdentifier": "j+WVp3R6u06GzQ+/enKVjQ==",
                                      "customerOrderIdentifierGuid": "a795e58f-7a74-4ebb-86cd-0fbf7a72958d",
                                      "priceLevelName": "sample string 45",
                                      "revision": 46,
                                      "ingressId": "sample string 47"
                                    },
                                    "metadata": {
                                      "$id": "81",
                                      "id": 1,
                                      "paymentID": 2,
                                      "paymentIdentifier": "0ihlAh8fCE+lBwI1GOf2eA==",
                                      "paymentIdentifierGuid": "026528d2-1f1f-4f08-a507-023518e7f678",
                                      "identifier": "G+WGWru+kESC6JyipAF4dA==",
                                      "identifierGuid": "5a86e51b-bebb-4490-82e8-9ca2a4017874",
                                      "metadata": "sample string 3",
                                      "signatureImage": "QEA=",
                                      "itemIdentifier": "pdh09icTr02CaGGzKh7h1A==",
                                      "itemIdentifierGuid": "f674d8a5-1327-4daf-8268-61b32a1ee1d4"
                                    }
                                  },
                                  {
                                    "$ref": "64"
                                  }
                                ]
                              },
                              {
                                "$ref": "59"
                              }
                            ],
                            "customerGroupMembers": [
                              {
                                "$ref": "63"
                              },
                              {
                                "$ref": "63"
                              }
                            ],
                            "customerGroups": [
                              {
                                "$ref": "62"
                              },
                              {
                                "$ref": "62"
                              }
                            ],
                            "accounts": [
                              {
                                "$ref": "60"
                              },
                              {
                                "$ref": "60"
                              }
                            ],
                            "account": {
                              "$ref": "60"
                            },
                            "vouchers": [
                              {
                                "$id": "82",
                                "customerIdentifier": "A2OJF0aWzUigkuqjccRlrg==",
                                "customerIdentifierGuid": "17896303-9646-48cd-a092-eaa371c465ae",
                                "voucherName": "sample string 2",
                                "count": 3,
                                "storeID": 4,
                                "barcode": "sample string 5",
                                "redeemCount": 6,
                                "issueCount": 7,
                                "storeSalePaymentID": 1,
                                "idempotentID": "Z+nG8L0VG0yQQHuxZGuJHQ==",
                                "idempotentGuid": "f0c6e967-15bd-4c1b-9040-7bb1646b891d",
                                "offline": true,
                                "voucher": {
                                  "$id": "83",
                                  "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:15:21.3069742",
                                  "barcodeTemplate": {
                                    "$id": "84",
                                    "templateID": 1,
                                    "template": "sample string 1",
                                    "bcFunction": "sample string 2",
                                    "sortOrder": 3
                                  },
                                  "scaleLabel": {
                                    "$id": "85",
                                    "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:15:21.3069742",
                                    "labelPageLayout": "b6ho1cxUGUKvVfPC6icyKQ==",
                                    "pageLayoutGuid": "d568a86f-54cc-4219-af55-f3c2ea273229",
                                    "labelType": 6,
                                    "oldName": "sample string 7",
                                    "voucher": {
                                      "$ref": "83"
                                    },
                                    "elements": [
                                      {
                                        "$id": "86",
                                        "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:15:21.3069742"
                                      },
                                      {
                                        "$ref": "86"
                                      }
                                    ]
                                  },
                                  "customerVouchers": [
                                    {
                                      "$id": "87",
                                      "id": 1,
                                      "customerIdentifier": "p5/9z+cMpUGiWgZna6YoEA==",
                                      "customerIdentifierGuid": "cffd9fa7-0ce7-41a5-a25a-06676ba62810",
                                      "voucherID": 3,
                                      "voucherName": "sample string 4",
                                      "storeID": 1,
                                      "barcode": "sample string 5",
                                      "dateOfIssue": "2026-04-03T06:15:21.3069742",
                                      "issuedSaleHeaderID": 1,
                                      "issuedSaleIdentifier": "sample string 7",
                                      "issuedOfflinePaymentID": 1,
                                      "issuedIdempotentID": "E6CSA6unMkuX/uy4hn7VbA==",
                                      "issuedIdempotentGuid": "0392a013-a7ab-4b32-97fe-ecb8867ed56c",
                                      "issuedOffline": true,
                                      "issuedUser": "sample string 9",
                                      "issuedNotes": "sample string 10",
                                      "expiryDate": "2026-04-03T06:15:21.3069742",
                                      "expiredUser": "sample string 11",
                                      "expiredNotes": "sample string 12",
                                      "redeemed": "2026-04-03T06:15:21.3069742",
                                      "redeemedSaleHeaderID": 1,
                                      "redeemedSaleIdentifier": "sample string 13",
                                      "redeemedOfflinePaymentID": 1,
                                      "redeemedIdempotentID": "uaJZx5UWGES//x1dQqo2UQ==",
                                      "redeemedIdempotentGuid": "c759a2b9-1695-4418-bfff-1d5d42aa3651",
                                      "redeemedUser": "sample string 14",
                                      "redeemedNotes": "sample string 15",
                                      "redeemedOffline": true,
                                      "updated": "2026-04-03T06:15:21.3069742",
                                      "storeName": "sample string 17",
                                      "scaleLabel": {
                                        "$ref": "85"
                                      },
                                      "voucher": {
                                        "$ref": "83"
                                      },
                                      "customer": {
                                        "$ref": "58"
                                      },
                                      "issuedOfflinePayment": {
                                        "$ref": "64"
                                      },
                                      "redeemedOfflinePayment": {
                                        "$ref": "64"
                                      }
                                    },
                                    {
                                      "$ref": "87"
                                    }
                                  ]
                                },
                                "customer": {
                                  "$ref": "58"
                                }
                              },
                              {
                                "$ref": "82"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "57"
                        }
                      ],
                      "customerGroups": [
                        {
                          "$id": "88",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "groupID": "74D2rXU7x0yk3KZoPXRN3A==",
                          "groupIDGuid": "adf680ef-3b75-4cc7-a4dc-a6683d744ddc",
                          "campaign": {
                            "$ref": "54"
                          },
                          "group": {
                            "$ref": "62"
                          }
                        },
                        {
                          "$ref": "88"
                        }
                      ],
                      "signIqTickets": [
                        {
                          "$id": "89",
                          "identifier": "b79XSjD8Ckqvf1KgHmhcWw==",
                          "identifierGuid": "4a57bf6f-fc30-4a0a-af7f-52a01e685c5b",
                          "campaignName": "sample string 2",
                          "message": "sample string 3",
                          "ticketFileSource": "sample string 4",
                          "ticketFileDestination": "sample string 5",
                          "storeID": 1
                        },
                        {
                          "$ref": "89"
                        }
                      ],
                      "comboPriceGroups": [
                        {
                          "$id": "90",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "g_UID": "hS/xdxnK70eyXR0pNsExPg==",
                          "guid": "77f12f85-ca19-47ef-b25d-1d2936c1313e",
                          "description": "sample string 5",
                          "newPrice": 1,
                          "rangeDescription": "sample string 6",
                          "dealDescription": "sample string 7",
                          "labelQuantity": 8,
                          "hostProductCategoryID": 1,
                          "offerID": 1,
                          "dontUpdatePricePlus": true,
                          "campaign": {
                            "$ref": "54"
                          },
                          "comboPricePlus": [
                            {
                              "$id": "91",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "groupG_UID": "fehMFY2GPECf2aQT1r8fhg==",
                              "groupGuid": "154ce87d-868d-403c-9fd9-a413d6bf1f86",
                              "comboPriceType": 5,
                              "priceType": 5,
                              "pluG_UID": "mfFN7Zya5kufYkPPrjCTEw==",
                              "pluGuid": "ed4df199-9a9c-4be6-9f62-43cfae309313",
                              "priceGroupG_UID": "rx0VDyr0R0q8fq0m6U6P1w==",
                              "priceGroupGuid": "0f151daf-f42a-4a47-bc7e-ad26e94e8fd7",
                              "campaignPoolID": "sample string 7",
                              "quantity": 1,
                              "campaign": {
                                "$ref": "54"
                              },
                              "product": {
                                "$ref": "12"
                              },
                              "priceGroup": {
                                "$ref": "18"
                              },
                              "campaignPool": {
                                "$ref": "54"
                              }
                            },
                            {
                              "$ref": "91"
                            }
                          ]
                        },
                        {
                          "$ref": "90"
                        }
                      ],
                      "priceLevels": [
                        {
                          "$id": "92",
                          "id": 1,
                          "priceLevelIdentifier": "hxTq57wdNEuBwlWuZvhd7A==",
                          "priceLevelIdentifierGuid": "e7ea1487-1dbc-4b34-81c2-55ae66f85dec",
                          "campaignName": "sample string 3",
                          "priceLevelName": "sample string 4"
                        },
                        {
                          "$ref": "92"
                        }
                      ],
                      "promotionType": {
                        "$id": "93",
                        "identifier": "/zHJjfxPgEKRYJ4BF42x/w==",
                        "identifierGuid": "8dc931ff-4ffc-4280-9160-9e01178db1ff",
                        "hostType": 2,
                        "code": "sample string 3",
                        "description": "sample string 4",
                        "isLiquor": true,
                        "isAdvertised": true,
                        "disableWasSave": true,
                        "excludeFromPromoSales": true,
                        "labelPageLayoutG_UID": "QaFdSBkyfU6o61yII2W7Jg==",
                        "labelPageLayoutGuid": "485da141-3219-4e7d-a8eb-5c882365bb26",
                        "priceLevelIdentifier": "UM/UptXwjkK49x66gf81nQ==",
                        "priceLevelIdentifierGuid": "a6d4cf50-f0d5-428e-b8f7-1eba81ff359d",
                        "active": true,
                        "updated": "2026-04-03T06:15:21.3069742",
                        "hostName": "sample string 11"
                      }
                    },
                    "product": {
                      "$ref": "12"
                    },
                    "dealCost": {
                      "$id": "94",
                      "headerIdentifier": "9XDJHjNbOUmySN0yrip1/A==",
                      "headerIdentifierGuid": "1ec970f5-5b33-4939-b248-dd32ae2a75fc",
                      "identifier": "SX3doMP4QkuDUOTylJpY/w==",
                      "identifierGuid": "a0dd7d49-f8c3-4b42-8350-e4f2949a58ff",
                      "supplierIdentifier": "wamB1V4PLkGIvjbEkPEKWQ==",
                      "supplierGuid": "d581a9c1-0f5e-412e-88be-36c490f10a59",
                      "pluG_UID": "dcGmrXgc/EusRAXXA9tJIw==",
                      "pluGuid": "ada6c175-1c78-4bfc-ac44-05d703db4923",
                      "campaignName": "251570be-7e9e-48c7-a7a1-6a52f68fee3f",
                      "description": "sample string 4",
                      "cost": 5,
                      "costDecimals": 6,
                      "start": "2026-04-03T06:15:21.3069742",
                      "end": "2026-04-03T06:15:21.3069742",
                      "type": 9,
                      "promoType": 10,
                      "bonusItemPLUG_UID": "9eM5rJBJcE+64IKJqrNYgg==",
                      "bonusItemPluGuid": "ac39e3f5-4990-4f70-bae0-8289aab35882",
                      "bonusPurchaseUnits": 11,
                      "bonusReceiveUnits": 12,
                      "updated": "2026-04-03T06:15:21.3069742",
                      "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:15:21.3069742",
                      "campaignEndDate": "2026-04-03T06:15:21.3069742",
                      "masterPLUG_UID": "eqkNbNwaX0y+DeeRYzyg1Q==",
                      "masterID": "6c0da97a-1adc-4c5f-be0d-e791633ca0d5",
                      "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": "Ld9pdhWDD0Gxnsywt6LpEw==",
                      "bonusMasterID": "7669df2d-8315-410f-b19e-ccb0b7a2e913",
                      "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:15:21.3069742",
                  "dealCosts": [
                    {
                      "$ref": "94"
                    },
                    {
                      "$ref": "94"
                    }
                  ],
                  "tags": [
                    {
                      "$id": "95",
                      "pluG_UID": "2JHcWZ+Ls0yyl/HOw5RTmw==",
                      "pluGuid": "59dc91d8-8b9f-4cb3-b297-f1cec394539b",
                      "tagID": 1,
                      "description": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "95"
                    }
                  ],
                  "alternateProductG_UID": "df+gjG2NDk6pNZRUL3kQrQ==",
                  "alternateProduct": "8ca0ff75-8d6d-4e0e-a935-94542f7910ad",
                  "altProduct": {
                    "$ref": "12"
                  },
                  "productHostCode": {
                    "$id": "96",
                    "id": 1,
                    "pluG_UID": "34gC40GKQEWj4dkBjHuMjw==",
                    "pluGuid": "e30288df-8a41-4540-a3e1-d9018c7b8c8f",
                    "ibaCode": "sample string 2"
                  },
                  "mscCat": {
                    "$ref": "48"
                  },
                  "mscCom": {
                    "$ref": "49"
                  },
                  "mscDep": {
                    "$ref": "51"
                  },
                  "mscSubCom": {
                    "$ref": "50"
                  },
                  "isUserUpdate": true,
                  "ignoreMasterProduct": true,
                  "priceGroupLabelRequested": true,
                  "firstSold": "2026-04-03T06:15:21.3069742",
                  "inventoryTracked": "2026-04-03T06:15:21.3069742",
                  "isNormalPriceChangesCampaign": true,
                  "baseProductFuel": {
                    "$id": "97",
                    "pluG_UID": "1aDFPBS1dkCknvSiRZl6PA==",
                    "pluGuid": "3cc5a0d5-b514-4076-a49e-f4a245997a3c",
                    "fuelPluG_UID": "7uPh/JWXz0qFXh+ESHbAwA==",
                    "fuelPluGuid": "fce1e3ee-9795-4acf-855e-1f844876c0c0",
                    "price": 3,
                    "productDescription": "sample string 4",
                    "productBarcode": "sample string 5",
                    "fuelProductDescription": "sample string 6",
                    "fuelProductBarcode": "sample string 7",
                    "fuelProductPrice": 8
                  },
                  "productFuelLinks": [
                    {
                      "$ref": "97"
                    },
                    {
                      "$ref": "97"
                    }
                  ]
                },
                "supplier": {
                  "$ref": "7"
                },
                "serviceFee": {
                  "$id": "98",
                  "id": 1,
                  "description": "sample string 1",
                  "fee": 1
                },
                "isPrimaryHost": true,
                "hostVendor": 48
              },
              {
                "$ref": "10"
              }
            ],
            "orderCycleHeaders": [
              {
                "$id": "99",
                "storeID": 1,
                "supplierIdentifier": "M8wBxb1dJkq482CogPbEDQ==",
                "supplierGuid": "c501cc33-5dbd-4a26-b8f3-60a880f6c40d",
                "departmentCode": "sample string 2",
                "warehouseDirectIndicator": "sample string 3",
                "type": 4,
                "storeName": "sample string 5",
                "departmentName": "sample string 6",
                "orderDays": 7
              },
              {
                "$ref": "99"
              }
            ],
            "cycles": [
              {
                "$id": "100",
                "storeID": 1,
                "supplierIdentifier": "CB73FR580EKDS7lrnsS9mA==",
                "supplierGuid": "15f71e08-7c1e-42d0-834b-b96b9ec4bd98",
                "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:15:21.3069742",
                "deliveryDate": "2026-04-03T06:15:21.3069742",
                "nextCutOffDate": "2026-04-03T06:15:21.3069742",
                "nextDeliveryDate": "2026-04-03T06:15:21.3069742",
                "nextDaysBuffer": 10
              },
              {
                "$ref": "100"
              }
            ],
            "store": {
              "$ref": "2"
            },
            "updated": "2026-04-03T06:15:21.3069742",
            "isHost": true
          },
          "files": [
            {
              "$id": "101",
              "id": "sample string 1",
              "fileName": "sample string 2",
              "extension": "sample string 3",
              "provider": 0,
              "type": 0,
              "hostType": "sample string 4",
              "createdUtc": "2026-04-03T06:15:21.3069742",
              "processed": "2026-04-03T06:15:21.3069742",
              "isProcessing": true,
              "processedCount": 6,
              "processingTime": 1,
              "collectedUtc": "2026-04-03T06:15:21.3069742",
              "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": "6"
              },
              "metcashHeader": {
                "$id": "102",
                "customerNumber": "sample string 1",
                "creationDate": "2026-04-03T06:15:21.3069742",
                "businessPillar": "sample string 3",
                "fileType": "sample string 4"
              }
            },
            {
              "$ref": "101"
            }
          ],
          "zoneMatrix": [
            {
              "$id": "103",
              "id": 1,
              "hostIdentifier": "whRQQ8wqvEOYoEfvXuqPQA==",
              "hostIdentifierGuid": "435014c2-2acc-43bc-98a0-47ef5eea8f40",
              "storeID": 1,
              "departmentCode": "sample string 2",
              "hostGuids": [
                "1d54ede2-9f45-4f9b-96d3-ae9d9e317649",
                "4c214256-2b0e-4e20-af3e-427dd9648a2c"
              ]
            },
            {
              "$ref": "103"
            }
          ],
          "hostFileStoreSetting": {
            "$ref": "5"
          },
          "hostStoreSettings": [
            {
              "$ref": "5"
            },
            {
              "$ref": "5"
            }
          ],
          "promotionPlacements": [
            {
              "$id": "104",
              "identifier": "dM0pReUBT0esT9sMWpOD5w==",
              "identifierGuid": "4529cd74-01e5-474f-ac4f-db0c5a9383e7",
              "code": "sample string 2",
              "description": "sample string 3",
              "isAdvertised": true
            },
            {
              "$ref": "104"
            }
          ],
          "promoTypeGuids": [
            "f7ef32b3-156a-4e96-a707-e728217ea10e",
            "e23396b8-107f-49a2-b954-0905081a90bb"
          ],
          "isPromotionOnly": false,
          "isOrderable": false,
          "vendor": 0
        },
        "groupIDs": [
          1,
          2
        ],
        "hostDescription": "sample string 27"
      },
      {
        "$ref": "5"
      }
    ],
    "accounts": [
      {
        "$id": "105",
        "id": 1,
        "storeID": 1,
        "accountName": "sample string 2",
        "bsb": "sample string 3",
        "accountNumber": "sample string 4",
        "accountDesignated": true
      },
      {
        "$ref": "105"
      }
    ],
    "sales": [
      {
        "$id": "106",
        "id": 1,
        "storeID": 1,
        "externalSalesType": 2,
        "ftpSiteID": 1,
        "lastSaleProcessed": "2026-04-03T06:15:21.3069742",
        "ftpSite": {
          "$id": "107",
          "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": "106"
      }
    ],
    "zoneMatrix": [
      {
        "$ref": "103"
      },
      {
        "$ref": "103"
      }
    ],
    "cashManagements": [
      {
        "$id": "108",
        "id": 1,
        "storeID": 1,
        "cashManagementType": 2,
        "apiID": 1,
        "organisationID": "sample string 3",
        "siteName": "sample string 4",
        "thirdPartyAPI": {
          "$id": "109",
          "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": "108"
      }
    ],
    "updateStoreID": "d048bda9-c62d-436d-a4bc-e978c6ddfbaa",
    "updateStore": {
      "$id": "110",
      "id": "70994972-3969-49ec-a1bc-34a172286cfb",
      "name": "sample string 1",
      "lastActivity": "2026-04-03T06:15:21.3069742",
      "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:15:21.3069742"
    },
    "timeZoneId": "sample string 54",
    "securityOptions": {
      "$id": "111",
      "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"
    }
  },
  "supplier": {
    "$ref": "7"
  },
  "order": {
    "$id": "112",
    "orderID": 1,
    "orderGuid": "6V5nqISaXEW7ga5EEx3OOg==",
    "orderIdentifier": "a8675ee9-9a84-455c-bb81-ae44131dce3a",
    "backToBack": 1,
    "b2bGuid": "V/qNLZlId06o5lR1UzGhvA==",
    "b2bIdentifier": "2d8dfa57-4899-4e77-a8e6-54755331a1bc",
    "status": 2,
    "created": "2026-04-03T06:15:21.3069742",
    "createdLocal": "2026-04-03T06:15:21.3069742",
    "createdByUser": "sample string 3",
    "storeID": 1,
    "transferGuid": "ff0NlFwjB0+TGYtKjP55UQ==",
    "transferIdentifier": "940dfd7d-235c-4f07-9319-8b4a8cfe7951",
    "transferInvoiceIdentifier": "DhtnESV31EexzAsWW0Ofmw==",
    "transferInvoiceGuid": "11671b0e-7725-47d4-b1cc-0b165b439f9b",
    "attachedToInvoice": 4,
    "transferType": 1,
    "supplierIdentifier": "jFd5deDC5EKdMX3NKyjtTA==",
    "supplierIdentifierGuid": "7579578c-c2e0-42e4-9d31-7dcd2b28ed4c",
    "description": "sample string 5",
    "rows": 1,
    "cartons": 1,
    "units": 1,
    "sentCount": 1,
    "sent": "2026-04-03T06:15:21.3069742",
    "sentLocal": "2026-04-03T06:15:21.3069742",
    "sentByUser": "sample string 6",
    "lastSentStatus": 1,
    "cancelled": "2026-04-03T06:15:21.3069742",
    "cancelledLocal": "2026-04-03T06:15:21.3069742",
    "cancelledByUser": "sample string 7",
    "shipped": "2026-04-03T06:15:21.3069742",
    "shippedLocal": "2026-04-03T06:15:21.3069742",
    "shippedByUser": "sample string 8",
    "stockReceived": "2026-04-03T06:15:21.3069742",
    "stockReceivedLocal": "2026-04-03T06:15:21.3069742",
    "stockReceivedByUser": "sample string 9",
    "stockReceiveInventorySetting": 10,
    "received": "2026-04-03T06:15:21.3069742",
    "receivedLocal": "2026-04-03T06:15:21.3069742",
    "completed": "2026-04-03T06:15:21.3069742",
    "completedLocal": "2026-04-03T06:15:21.3069742",
    "updated": "2026-04-03T06:15:21.3069742",
    "updatedLocal": "2026-04-03T06:15:21.3069742",
    "dueDate": "2026-04-03T06:15:21.3069742",
    "warehouseNote": "sample string 11",
    "warehouseRef": "sample string 12",
    "pdeSerialNumber": "sample string 13",
    "tradingPartner": 1,
    "orderType": "sample string 1",
    "orderTypeDescription": "sample string 2",
    "stateCode": "sample string 16",
    "mailCarbonCopy": true,
    "mailTo": "sample string 18",
    "mailBcc": "sample string 19",
    "mailReplyTo": "sample string 20",
    "liquor": true,
    "summary": "sample string 22",
    "notes": "sample string 23",
    "supplierNotes": "sample string 24",
    "receiptEmailSent": true,
    "receiptEmailSentId": "sample string 26",
    "receiptEmailSentStatus": "sample string 27",
    "transportCompanyGuid": "cR8qvIl4M0GWu8racuiTPw==",
    "transportCompanyIdentifier": "bc2a1f71-7889-4133-96bb-cada72e8933f",
    "autoOrder": 28,
    "hostIdentifier": "EXY1v9rEc066IzZscfO6EQ==",
    "hostIdentifierGuid": "bf357611-c4da-4e73-ba23-366c71f3ba11",
    "defaultOrderDocumentId": 1,
    "defaultStockReceiveDocumentId": 1,
    "temperature": 1.1,
    "temperatureScale": 29,
    "rating": 30,
    "lastOrderEmailSentId": "sample string 31",
    "lastOrderEmailSentStatus": "sample string 32",
    "deleted": "2026-04-03T06:15:21.3069742",
    "deletedByUser": "sample string 33",
    "autoOrderGuid": "3KsOlOaRJU6qk2AztLh75w==",
    "autoOrderIdentifier": "940eabdc-91e6-4e25-aa93-6033b4b87be7",
    "autoOrderHeader": {
      "$id": "113",
      "autoOrderGuid": "5e3+v91Bu0au95A3YMeZeg==",
      "autoOrderIdentifier": "bffeede5-41dd-46bb-aef7-903760c7997a",
      "orderGuid": "AiQob83ixkihZ6R75hlwvA==",
      "orderIdentifier": "6f282402-e2cd-48c6-a167-a47be61970bc",
      "created": "2026-04-03T06:15:21.3069742",
      "orderID": 1,
      "storeID": 1,
      "orderDate": "2026-04-03T06:15:21.3069742",
      "supplierIdentifier": "12CXdl4zPUet3+arc7zCHQ==",
      "supplierIdentifierGuid": "769760d7-335e-473d-addf-e6ab73bcc21d",
      "orderStatus": 1,
      "tradingPartner": 1,
      "simpleAWS": 2,
      "defaultMPL": 3,
      "investmentBuy": true,
      "storeName": "sample string 5",
      "supplierName": "sample string 6",
      "description": "sample string 7",
      "orderType": "sample string 8",
      "mailTo": "sample string 9",
      "mailBcc": "sample string 10",
      "notes": "sample string 11",
      "transportCompanyGuid": "lps/VbJTAE6wxTZb8JDKNA==",
      "transportCompanyIdentifier": "553f9b96-53b2-4e00-b0c5-365bf090ca34",
      "store": {
        "$ref": "2"
      },
      "supplier": {
        "$ref": "7"
      },
      "orderCycle": {
        "$id": "114",
        "id": 1,
        "autoOrderGuid": "HR1tS25vEk+atbz3/o0Prg==",
        "autoOrderIdentifier": "4b6d1d1d-6f6e-4f12-9ab5-bcf7fe8d0fae",
        "cutOffDate": "2026-04-03T06:15:21.3069742",
        "deliveryDate": "2026-04-03T06:15:21.3069742",
        "daysBuffer": 3,
        "nextCutOffDate": "2026-04-03T06:15:21.3069742",
        "nextDeliveryDate": "2026-04-03T06:15:21.3069742",
        "nextDaysBuffer": 5
      },
      "details": [
        {
          "$id": "115",
          "autoOrderGuid": "ylmxbjcv8kGALjmRB7FF6g==",
          "autoOrderIdentifier": "6eb159ca-2f37-41f2-802e-399107b145ea",
          "pluG_UID": "HE6n7bHKR0uFHIzIuEFyVQ==",
          "pluGuid": "eda74e1c-cab1-4b47-851c-8cc8b8417255",
          "orderCartons": 1,
          "orderUnits": 1,
          "orderWeight": 1,
          "processedCartons": 1,
          "processedUnits": 1,
          "processedWeight": 1,
          "cartons": 1,
          "units": 1,
          "weight": 1,
          "status": 1,
          "bestDealCartonCost": 1.1,
          "bestDealDays": 1,
          "lastDealDays": 1,
          "normalCartonCost": 1.1,
          "currentDealCartonCost": 1.1,
          "investmentCartons": 1,
          "investmentUnits": 1,
          "investmentWeight": 1,
          "investmentSavedAmt": 1.1,
          "investmentBuyEndDate": "2026-04-03T06:15:21.3069742",
          "investmentBuyStatus": 2,
          "processed": "2026-04-03T06:15:21.3069742",
          "product": {
            "$ref": "12"
          },
          "orderCode": "sample string 3",
          "directIndicator": "sample string 4",
          "cycle": {
            "$ref": "100"
          },
          "dayWeighting": {
            "$id": "116",
            "sunday": 1.1
          },
          "inventory": {
            "$id": "117",
            "inventoryGuid": "oT4rXp+Tj0icGgIem70KyA==",
            "inventoryIdentifier": "5e2b3ea1-939f-488f-9c1a-021e9bbd0ac8",
            "created": "2026-04-03T06:15:21.3069742",
            "createdLocal": "2026-04-03T06:15:21.3069742",
            "onHand": 4,
            "onHandPacks": 5,
            "onOrder": 6,
            "onOrderPacks": 7,
            "accuracy": 8,
            "updated": "2026-04-03T06:15:21.3069742",
            "history": [
              {
                "$id": "118",
                "inventoryGuid": "hASt+Rl0+kGAjGwHiTyKwQ==",
                "inventoryIdentifier": "f9ad0484-7419-41fa-808c-6c07893c8ac1",
                "pluG_UID": "6/eK8ipUbkuyD7u2IcudSw==",
                "pluIdentifier": "f28af7eb-542a-4b6e-b20f-bbb621cb9d4b",
                "inventoryReason": 3,
                "inventoryInvoiceGuid": "5zEB02R8DEGKoQ628xPr8g==",
                "invoiceIdentifier": "d30131e7-7c64-410c-8aa1-0eb6f313ebf2",
                "operatorGuid": "VI/wr+YoW0CuChM857HvOg==",
                "operatorIdentifier": "aff08f54-28e6-405b-ae0a-133ce7b1ef3a",
                "stocktakeGuid": "n5+PHwJT1kqF5j8Lu0ODKw==",
                "stocktakeIdentifier": "1f8f9f9f-5302-4ad6-85e6-3f0bbb43832b",
                "orderGuid": "y4G0ovMSME6rk7EbYECGig==",
                "orderIdentifier": "a2b481cb-12f3-4e30-ab93-b11b6040868a",
                "saleHeaderGuid": "vk8qs6ZqIEW8/dBuYINLEg==",
                "saleHeaderGuidIdentifier": "b32a4fbe-6aa6-4520-bcfd-d06e60834b12",
                "dumpStockID": 1,
                "fuelDeliveryID": 1,
                "creditNoteIdentifier": "BbugPxtOH0iwJH1NA8FOPg==",
                "creditNoteGuid": "3fa0bb05-4e1b-481f-b024-7d4d03c14e3e",
                "inventorySourceGuid": "IOk/cxqeb0ajlj4mtvuy1g==",
                "inventorySourceIdentifier": "733fe920-9e1a-466f-a396-3e26b6fbb2d6",
                "createdLocal": "2026-04-03T06:15:21.3069742",
                "baseUnits": 4,
                "unitsPerCarton": 5,
                "unitsPerCartonWeighted": true,
                "counted": 7,
                "countedPacks": 8,
                "open": 1,
                "movementQty": 9,
                "close": 1,
                "openPacks": 1,
                "movementQtyPacks": 10,
                "closePacks": 1,
                "accuracy": 1,
                "manual": 11,
                "user": "sample string 12",
                "updated": "2026-04-03T06:15:21.3069742",
                "createdLocalTime": "2026-04-03T06:15:21.3069742",
                "storeID": 14,
                "barcode": "sample string 15",
                "directCode": "sample string 16",
                "productName": "sample string 17",
                "salesMode": 18,
                "orderPacked": 19,
                "invoice": {
                  "$id": "119",
                  "inventoryInvoiceGuid": "mM3yxBSY5EONNuSzLgMNZw==",
                  "invoiceIdentifier": "c4f2cd98-9814-43e4-8d36-e4b32e030d67",
                  "inventoryGuid": "nRoKR2l0q0mCSdTGUIWaxg==",
                  "inventoryIdentifier": "470a1a9d-7469-49ab-8249-d4c650859ac6",
                  "supplierIdentifier": "fGNx02OFRUCzWmOl6TkjFg==",
                  "supplierGuid": "d371637c-8563-4045-b35a-63a5e9392316",
                  "orderGuid": "IEPaRXZq8kyfreihu3Yp4g==",
                  "orderIdentifier": "45da4320-6a76-4cf2-9fad-e8a1bb7629e2",
                  "invoiceHeaderIdentifier": "83FTpE+q4UKx8vNs6oLY6g==",
                  "invoiceHeaderGuid": "a45371f3-aa4f-42e1-b1f2-f36cea82d8ea",
                  "created": "2026-04-03T06:15:21.3069742",
                  "ordered": "2026-04-03T06:15:21.3069742",
                  "storeID": 1,
                  "bestOrExpire": "2026-04-03T06:15:21.3069742",
                  "bestOrExpireType": 1,
                  "units": 1,
                  "weight": 1,
                  "received": "2026-04-03T06:15:21.3069742",
                  "cost": 1,
                  "totalCost": 1,
                  "freightCost": 1,
                  "inStock": 1,
                  "pluG_UID": "Zum6IkG6gkOise/q3eJlzw==",
                  "pluGuid": "22bae966-ba41-4382-a2b1-efeadde265cf",
                  "orderInventoryGuid": "hslM3+cu90KQemyDYd/azg==",
                  "orderInventoryIdentifier": "df4cc986-2ee7-42f7-907a-6c8361dfdace",
                  "supplier": {
                    "$ref": "7"
                  },
                  "inventoryUnits": [
                    {
                      "$id": "120",
                      "invoiceItemNo": 1,
                      "inventoryInvoiceGuid": "RlXgMrMh0kS5aknuj4VfcA==",
                      "invoiceIdentifier": "32e05546-21b3-44d2-b96a-49ee8f855f70",
                      "inventoryGuid": "QG8ueltSyUaWhtKEaC2XMw==",
                      "inventoryIdentifier": "7a2e6f40-525b-46c9-9686-d284682d9733",
                      "serialNumber": "sample string 3",
                      "sold": "2026-04-03T06:15:21.3069742",
                      "saleItemID": 1,
                      "storeID": 1,
                      "returned": "2026-04-03T06:15:21.3069742",
                      "dumped": 1,
                      "saleHeaderID": 1
                    },
                    {
                      "$ref": "120"
                    }
                  ]
                },
                "invoiceHeaderIdentifier": "jZOGIWqvP0WnDbrI7BqFPg==",
                "invoiceHeaderGuid": "2186938d-af6a-453f-a70d-bac8ec1a853e",
                "invoiceNumber": "sample string 20",
                "invoiceCost": 1,
                "invoiceCostDecimals": 1,
                "orderNumber": 1,
                "orderReceivingStoreName": "sample string 21",
                "orderSendingStoreName": "sample string 22",
                "creditNoteID": 1,
                "reason": {
                  "$id": "121",
                  "id": 1,
                  "name": "sample string 1",
                  "allowRF": 2,
                  "dumpStock": 3,
                  "creditRequest": 4,
                  "excludeFromLoss": 5,
                  "reserved": 6,
                  "updated": "2026-04-03T06:15:21.3069742"
                },
                "reasonName": "sample string 23",
                "operatorName": "sample string 24",
                "operatorNumber": "sample string 25",
                "stocktakeName": "sample string 26",
                "saleIdentifier": "sample string 27",
                "saleHeaderID": 1,
                "inventoryAfterCounted": true,
                "inventorySetStock": true,
                "externalId": "sample string 30",
                "apn": "sample string 31",
                "deptCode": "sample string 32"
              },
              {
                "$ref": "118"
              }
            ],
            "products": [
              {
                "$ref": "12"
              },
              {
                "$ref": "12"
              }
            ],
            "lastInvoiceCost": 1
          },
          "aws": 5.0,
          "explanations": [
            {
              "$id": "122",
              "pluG_UID": "wJNES8odRUSp4mvvmh1soQ==",
              "pluGuid": "4b4493c0-1dca-4445-a9e2-6bef9a1d6ca1",
              "consolidatedSales": {
                "$id": "123",
                "1": {
                  "$id": "124",
                  "discountPercentage": 1,
                  "days": 2,
                  "quantity": 3.1,
                  "aws": 3.1,
                  "cartonQuantity": 4.1,
                  "lowQuality": true
                },
                "2": {
                  "$ref": "124"
                }
              },
              "dailyPrices": {
                "$id": "125",
                "2026-04-03T06:15:21.3069742": {
                  "$id": "126",
                  "date": "2026-04-03T06:15:21.3069742",
                  "salePrice": 1,
                  "campaign": "sample string 2",
                  "campaignDescription": "sample string 3",
                  "combo": true,
                  "comboPriceGroupG_UID": "mnBIe01gSk+87QuJEAeuzg==",
                  "comboPriceGroupGuid": "7b48709a-604d-4f4a-bced-0b891007aece"
                }
              },
              "onHandPredictions": [
                {
                  "$id": "127",
                  "autoOrderGuid": "WrTQThhPv0OIBIeWF54Imw==",
                  "autoOrderIdentifier": "4ed0b45a-4f18-43bf-8804-8796179e089b",
                  "pluG_UID": "0eeadApXfkiNe+/nBkogyg==",
                  "pluGuid": "749ae7d1-570a-487e-8d7b-efe7064a20ca",
                  "childPLUG_UID": "m8Go1U8goE2eBCGJdv6OJg==",
                  "childPluGuid": "d5a8c19b-204f-4da0-9e04-218976fe8e26",
                  "date": "2026-04-03T06:15:21.3069742",
                  "normalPrice": 2.0,
                  "salePrice": 3.0,
                  "discountPercentage": 4,
                  "discountPercentageActual": -50,
                  "predictedQuantity": 5.1,
                  "campaign": "sample string 6",
                  "campaignDescription": "sample string 7",
                  "lowQuality": true,
                  "investmentBuy": true,
                  "buffer": 10,
                  "boostDays": 11
                },
                {
                  "$ref": "127"
                }
              ],
              "predictions": [
                {
                  "$ref": "127"
                },
                {
                  "$ref": "127"
                }
              ],
              "product": {
                "$ref": "12"
              }
            },
            {
              "$ref": "122"
            }
          ],
          "supplierOrderingDetail": {
            "$ref": "10"
          },
          "manufacturerSupplier": "4646e9d4-9566-42f6-9cab-3b93ea87f96e",
          "cartonQuantity": 1,
          "sellPrice": 1,
          "cost": 1,
          "costDecimals": 1,
          "bufferDays": 6,
          "boostDays": 7
        },
        {
          "$ref": "115"
        }
      ],
      "boosts": [
        {
          "$id": "128",
          "autoOrderGuid": "3bKwziNNTEKhcVBKjXWIZg==",
          "autoOrderIdentifier": "ceb0b2dd-4d23-424c-a171-504a8d758866",
          "date": "2026-04-03T06:15:21.3069742",
          "boost": 2
        },
        {
          "$ref": "128"
        }
      ]
    },
    "supplierName": "sample string 34",
    "supplierStoreID": 1,
    "supplierCartonsOnly": true,
    "supplierEnforceMinimumQuantity": true,
    "supplierMinimumOrderValue": 1,
    "storeName": "sample string 37",
    "orderCode": {
      "$id": "129",
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "store": {
      "$ref": "2"
    },
    "supplier": {
      "$ref": "7"
    },
    "totalCostInc": 38.0,
    "totalPickedCostInc": 39.0,
    "totalReceivedCostInc": 40.0,
    "total": {
      "$id": "130",
      "orderGuid": "JGbFmZ/Uh0yRWhkdhtNgMw==",
      "orderIdentifier": "99c56624-d49f-4c87-915a-191d86d36033",
      "supplierIdentifier": "WuGbgKoWW0KpGglsDJ+4YQ==",
      "supplierGuid": "809be15a-16aa-425b-a91a-096c0c9fb861",
      "records": 1,
      "cartons": 2.1,
      "cartonQuantity": 3,
      "weight": 4,
      "costInc": 5,
      "sellInc": 6,
      "costGST": 7,
      "sellGST": 8,
      "pickedCostInc": 9,
      "pickedSellInc": 10,
      "receivedRecords": 11,
      "receivedWeight": 1,
      "receivedCartons": 1,
      "receivedCartonQuantity": 1,
      "receivedUnits": 1,
      "receivedSellInc": 12,
      "receivedCostInc": 13,
      "receivedCostGST": 14,
      "receivedSellGST": 15,
      "investmentBuyRecords": 16,
      "investmentBuyCartons": 17.1,
      "investmentBuyCartonQuantity": 18,
      "investmentBuyWeight": 19,
      "investmentBuyCostInc": 20,
      "investmentBuySellInc": 21,
      "investmentBuyCostGST": 22,
      "investmentBuySellGST": 23,
      "investmentBuySavedAmount": 24.1
    },
    "details": [
      {
        "$id": "131",
        "id": 1,
        "orderGuid": "i7EMfYkZZkOS9IcmUC4/sg==",
        "orderIdentifier": "7d0cb18b-1989-4366-92f4-8726502e3fb2",
        "pluG_UID": "t3+6GU8zoUqZkY8vRnPUDw==",
        "pluGuid": "19ba7fb7-334f-4aa1-9991-8f2f4673d40f",
        "created": "2026-04-03T06:15:21.3069742",
        "apn": "sample string 1",
        "itemNumber": "sample string 2",
        "directNumber": "sample string 3",
        "directIndicator": "sample string 4",
        "salesMode": 1,
        "orderByWeight": true,
        "sellPrice": 1,
        "inventoryFixed": true,
        "hasInventory": true,
        "inventoryAccuracy": 8,
        "onOrder": 1,
        "onOrderPacks": 1,
        "onHand": 1,
        "onHandPacks": 1,
        "doNotRange": true,
        "doNotOrder": true,
        "cost": 1,
        "costDecimals": 1,
        "pickedCost": 1,
        "pickedCostDecimals": 1,
        "averagePackSize": 11.0,
        "cartonQuantity": 1,
        "cartons": 1,
        "units": 1,
        "weight": 1,
        "pickedCartons": 1,
        "pickedUnits": 1,
        "pickedWeight": 1,
        "shippedCartons": 1,
        "shippedUnits": 1,
        "shippedWeight": 1,
        "receivedCartons": 1,
        "receivedCartonQuantity": 1,
        "receivedTun": "sample string 12",
        "receivedUnits": 1,
        "receivedWeight": 1,
        "received": 1,
        "status": 13,
        "substituteG_UID": "P+lnW6fOOk2k2stQJYt6fw==",
        "substituteGuid": "5b67e93f-cea7-4d3a-a4da-cb50258b7a7f",
        "warehousePLUG_UID": "tJRh4gZkDkCMiFIrJfVxPA==",
        "warehousePluGuid": "e26194b4-6406-400e-8c88-522b25f5713c",
        "updated": "2026-04-03T06:15:21.3069742",
        "increment": true,
        "description": "sample string 15",
        "product": {
          "$ref": "12"
        },
        "unknownScan": {
          "$id": "132",
          "pluG_UID": "VcrDl9b3ukCiNxyo3+d9ug==",
          "pluGuid": "97c3ca55-f7d6-40ba-a237-1ca8dfe77dba",
          "orderGuid": "qA45s0mRPE+FRhJXQmiEDA==",
          "orderIdentifier": "b3390ea8-9149-4f3c-8546-12574268840c",
          "barcode": "sample string 3",
          "created": "2026-04-03T06:15:21.3069742",
          "assigned": true
        },
        "unknownScanItem": true,
        "substitute": {
          "$ref": "12"
        },
        "warehouseProduct": {
          "$ref": "12"
        },
        "lookup": {
          "$id": "133",
          "pluG_UID": "ojtNx3OUak28W1+6t7wZSg==",
          "pluGuid": "c74d3ba2-9473-4d6a-bc5b-5fbab7bc194a",
          "inventoryGuid": "gISxLL5p0k6j1xXLQEaFhw==",
          "inventoryIdentifier": "2cb18480-69be-4ed2-a3d7-15cb40468587",
          "averageWeeklySales": 1.0,
          "promotionalAverageWeeklySales": 1.0,
          "inventoryAverageWeeklySales": 1.0,
          "inventoryPromotionalAverageWeeklySales": 1.0,
          "onHand": 1,
          "onHandPacks": 1,
          "onOrder": 1,
          "onOrderPacks": 1,
          "accuracy": 1,
          "lastOrdered": "2026-04-03T06:15:21.3069742",
          "lastOrderQuantity": 1.1,
          "lastReceived": "2026-04-03T06:15:21.3069742",
          "lastReceivedQuantity": 1.1,
          "lastInvoiceStatus": 1
        },
        "productOrderingDetail": {
          "$ref": "10"
        },
        "dealCost": {
          "$ref": "94"
        },
        "nextCost": {
          "$ref": "94"
        },
        "lastChance": true,
        "holdOff": 18,
        "holdOffDate": "2026-04-03T06:15:21.3069742",
        "orderHeader": {
          "$ref": "112"
        },
        "invoiceDetail": {
          "$id": "134",
          "identifier": "IyPdfhn6mUqAPARfjhYcKA==",
          "identifierGuid": "7edd2323-fa19-4a99-803c-045f8e161c28",
          "headerIdentifier": "o4HYEvkooUCbHFTDoQXC1g==",
          "headerIdentifierGuid": "12d881a3-28f9-40a1-9b1c-54c3a105c2d6",
          "pluG_UID": "NW1dukt7N0CHYcegMuVn3g==",
          "pluGuid": "ba5d6d35-7b4b-4037-8761-c7a032e567de",
          "pageNo": 1,
          "lineNo": 1,
          "itemOrdered": "sample string 1",
          "itemShipped": "sample string 2",
          "apn": "sample string 3",
          "barcode": "sample string 4",
          "prodStatus": 0,
          "dateAvailable": "2026-04-03T06:15:21.3069742",
          "commodity": "sample string 5",
          "supplier": "sample string 6",
          "itemDesc": "sample string 7",
          "itemType": 48,
          "investmentBuyInd": "A",
          "orderType": "sample string 8",
          "cartonQty": 1,
          "cartonQuantitySpecified": true,
          "soldByWeight": true,
          "orderByWeight": true,
          "unitsOrdered": 1,
          "unitsSupplied": 1,
          "unitsReceived": 1,
          "weightOrdered": 1,
          "weightShipped": 1,
          "weightReceived": 1,
          "unitSpecified": 11,
          "wholesalePrice": 1,
          "extWholesalePrice": 1,
          "normalPrice": 1,
          "retailPrice": 1,
          "pricingUnit": "sample string 12",
          "claimFlag": "A",
          "gstRate": 1,
          "gstAmount": 1,
          "extGstAmount": 1,
          "deliWeight": 1,
          "marginAmount": 1,
          "extMarginAmount": 1,
          "costAmount": 1,
          "orderedCostAmount": 1,
          "extCostAmount": 1,
          "costIncSpecified": true,
          "freightAmount": 14,
          "freightGstAmount": 15,
          "extFreightAmount": 16,
          "extFreightGstAmount": 17,
          "costDecimals": 18,
          "wetRate": 1,
          "containerDeposit": 1,
          "basePrice": 1,
          "wetValue": 1,
          "deliveryFee": 1,
          "casePrice": 1,
          "wholesaleExt": 1,
          "wetExt": 1,
          "totalLitres": 1,
          "tun": "sample string 19",
          "applyDetails": true,
          "applySell": true,
          "applyCost": true,
          "applyOr": true,
          "applyQty": true,
          "itemNumber": "sample string 20",
          "directNumber": "sample string 21",
          "itemSize": "sample string 22",
          "costGst": 1,
          "sellGst": 1,
          "costOr": 1,
          "sellOr": 1,
          "marginOr": 1,
          "grossProfit": 1.0,
          "sell": 1,
          "cartonCost": 1,
          "currentCost": 1,
          "costID": "A",
          "costStart": "2026-04-03T06:15:21.3069742",
          "costEnd": "2026-04-03T06:15:21.3069742",
          "createdFromUnknownScan": true,
          "orderGuid": "xIC1l1U8n0Ka5JMG+rxz7w==",
          "orderIdentifierGuid": "97b580c4-3c55-429f-9ae4-9306fabc73ef",
          "processed": true,
          "received": true,
          "inventoried": true,
          "fromElectronicInvoice": true,
          "allowDelete": true,
          "updated": "2026-04-03T06:15:21.3069742",
          "invoiceNo": "sample string 28",
          "hasInventory": true,
          "existingCost": 30.1,
          "existingSell": 31.1,
          "futureCost": 1.1,
          "futureSell": 1.1,
          "nextSell": 1.1,
          "nextSellCampaignName": "sample string 32",
          "nextSellCampaignDescription": "sample string 33",
          "unknownScan": {
            "$id": "135",
            "pluG_UID": "/dtdMT+kRkmoagRkroiDcw==",
            "pluGuid": "315ddbfd-a43f-4946-a86a-0464ae888373",
            "invoiceIdentifier": "rDli1/z0JkuxCDnocC1kdA==",
            "invoiceGuid": "d76239ac-f4fc-4b26-b108-39e8702d6474",
            "barcode": "sample string 3",
            "itemNumber": "sample string 4",
            "created": "2026-04-03T06:15:21.3069742"
          },
          "productActive": true,
          "productSalesMode": 35,
          "productGSTPercent": 36,
          "productCostCalcMethod": 37,
          "productAlwaysApplyMargin": true,
          "productMarginRanged": true,
          "productMargin": 1.1,
          "productMinimumMargin": 1.1,
          "productMaximumMargin": 1.1,
          "priceGroupG_UID": "pnXhG5Bvm0GnsebsSDm5kg==",
          "priceGroupGuid": "1be175a6-6f90-419b-a7b1-e6ec4839b992",
          "priceGroupName": "sample string 40",
          "priceGroupCode": "sample string 41",
          "product": {
            "$ref": "12"
          },
          "incrementCount": true,
          "minimumQuantity": 1,
          "randomWeight": true,
          "salesMode": 43,
          "cartons": 1,
          "weight": 1,
          "units": 1,
          "autoOrderStatus": 1,
          "invoiceDetailReceive": true
        },
        "autoOrderDetail": {
          "$ref": "115"
        },
        "costGSTPercent": 1,
        "orderDetailReceive": true,
        "isBackedUp": true,
        "backupWarehouseIndicator": "sample string 21",
        "backupOrderCode": "sample string 22"
      },
      {
        "$ref": "131"
      }
    ],
    "unknownScans": [
      {
        "$ref": "132"
      },
      {
        "$ref": "132"
      }
    ],
    "transportCompany": {
      "$id": "136",
      "identifier": "TOPFQLOzGUaVhuZGkFE9dQ==",
      "identifierGuid": "40c5e34c-b3b3-4619-9586-e64690513d75",
      "companyName": "sample string 1",
      "abn": "sample string 2",
      "address1": "sample string 3",
      "address2": "sample string 4",
      "telephone": "sample string 5",
      "primaryContactGuid": "ZgVTTvCmlkK8Ny7U1essBA==",
      "primaryContactID": "4e530566-a6f0-4296-bc37-2ed4d5eb2c04",
      "primaryContact": {
        "$ref": "8"
      }
    },
    "isMetcashSorted": true,
    "backupOrderType": "sample string 42",
    "backupOrderTypeDescription": "sample string 43",
    "backupTradingPartner": 1,
    "backupHostIdentifier": "588dcb8a-bc83-44f9-af99-58f208382e21"
  },
  "details": [
    {
      "$ref": "134"
    },
    {
      "$ref": "134"
    }
  ],
  "orderStatus": 1,
  "processLockedInvoice": true
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�1�\�	�5xl/workbook.xml �(�����0��&�C����R8q���{�[�H����[J ��mgv�ۡ�������ɄƷX��B�(A�p�L�	�5�I�'�B�z;�5�H�Eq%&�5A*�J���ƃ�zZQ�)���!�4{(�C����.&"k���h��Y!�4��g�a��oq��oT��DU� J^�B���(�~w_PK�1�\����	�[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
�1�\�|۲''_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="R08b62a48f9f0472f" /></Relationships>PK�1�\/���H	�3xl/worksheets/sheet1.xml �(���[s9��
���Zǔ�a�|�l��ޱ6���M
H�?�k0
3M�s��R��^=��������>�5],g����p0���_��n~���/������j����'����j���h�����M������n拻�
���6���̮�O�W?����Qʏ��~��v�c9|�vL���tr�����Tw������z��ף,�7��Z?i>��`tq���2�>,[���3���������Ď�/7��a1���L~~_}�?��ξݮP%��s5����9�����&�m�~�]�n�T΃�֪�C
�����j~�u�LY��m���R^%H!ƨ����m��O�����g���~ܶ�Zo��Ѩ����ݾ�����nXW������ye����I���m�p��_l�;8e����L���O=�kE���v��:m�f �4��@j�7!�݉h�O��Ӯ��XTmR*d ��?m���s)zeL*��@Ա�E�z����Ţ�����Up��E�eT�&8�	\af���:b�@�Ģ鰨SL>$�la74Ģq}ׂ�4�D�
�hZ,���d HJC�"Mlg��8���Q�P�h:�"���q�&�s A�<H�P�=�*�|���Ps���� �`�f a� �ʠ�������	A�C�L	W���P���«�������"�Q4��>y\@��`E !�T��V��@,Z�7�h�n����}���;b_&-1i]�Ĥ�{T[b҆��I{n�}�jGL���6�W����T*������3���t�}[@c��~b(l0��t-$u���AL
JU!�l[H���ƒ���F�+\N�5:BѝzB;BЅ����P�7!�b'D����1oBХG�	=�N�I�y���9�v�9o��j
���s��b�d-8��/p�9o;c@�1�"��Z���m�Vj
@����]���Ce@�ƚ[)�� }�bvA��sA�JJ�>�u�)�����W��yBЧ�R��Q�At���@$վ:� �*�D "�n�	p:��L{!�u�Y�P^�@@�S�l�� [�1V�GU�S ����*j(o��@���i}��e(a�r�BJ`�ͱ�)1���U��i(sD ��=�pCA3`�E"1v+g�;2Lo�w("1v�c��(8�	����	A�eʧJ$#�3Ġ�
�'[P2��S9�:��������K�)]�j	���\�U8�^	�x�k��9��+N$c�r%�Iu�4n��a�WX�D,�=�O��i�.�O�XL{��pS�y@JX��fA,�=��TJ)��M
[s"Ӟ���
$�[z�%S�OF�設)�iϢQ��x�	XH'd%G�?+l~�x:YM.���bӌ�ןj����r�:.�g�.���׺�6b|���a��F<=��nij�ۍ�<�p݈����0"t#^F�nīÈԍx-(�D}#�0U�
!L�wB���„� �0e?
!L�OB��!���Ya��)����"�0u�
!L��	!Lݿ����BS�Lh���`C��%#2�k���)\f&q-��Ƶ`H`"ׂ%��\�&s-��΂1��,8�΂5��,x�΂9-�Yp��:��\g����,�r��Z��`Q�u<j�΂I-�Yp��:6u\g����<|��c����<|��c����<|��c��d:��:��X�c:��z~�|�΂O=�Y��:>�\g����,��s��z���S�u|�΂O�Y�i�:>
\g����,�4p�������u|�΍���tn��s#�42����ߏ�F�s#�42������>�L�F��2�����,�4r��F�����u|��΂O�Y�i�:>M\g��i���]�e�Ֆ9��B��"UZBw�$�ʃ�Bآ=?ъ-�)�-�K)�M��������V�a�b�"�o//�>H	�2}l'�^kW�����?I��z�q|��B:>�?�O�EJ��1)��cEY!v�p�Τ��P]=j�	���/ʂ]5����ܤ$��G�Z�*�_�Ft)��dS��PK>�	�dT��PKN�
�{!�?)Ԓe��B�Q
:�Ĥ��RL
:�Ť��bL
:�Ǝ�O���؜g�r�9���\�8�������;��o�繮/r�9Í_u��_�_纾�5��5��5��5~�5~�5��/x:��x���x��9���и��4��z���949494949494�������o��!/
�����6���G��-���O��t���F:p��i#8|gir�i
�y�QF�_�n�����r>_M�ߏv�W���PK�1�\JCek�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8��Iմ6lK/0��q�Ďl��Xp$��U$H%l����I3�����4�r~���,I��V�o��C
���@#�8��0{W�oA�0o8�Bӄ>�3��Q�Mb�z>�8aO<Oӊ�%n��x��?D�� �ъ�D&��֝�&
���z
-��<��,�T`O��CA�*���T&K�*`�nj>\F�^��R��t]c�*q_���sp��K�ey�V�+�պ.��.������PK�1�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�1�\���{�xl/sharedStrings.xml �(��Yko�����?�=,�A�"����8i.Z(%Q6�2��T6i��~��d�"]�Ě���g�C��O������ �^����4b1�ۋ����`��	�h�RF�E��~��s!dT������F#���!�0$a|�$|��Hd�X�0��t���h���"�S	f=���)�+Nj����sy��1�$!������HI�ȗ��Mt#ǫeS�̑Z�#⒚Sn�,Ka�v�����$M��k��Ђ�-�UH�u ��ҦR ����X.�N�`��–
�ESzKRKp���(��/��K�t`��x����)`	*�do�+��H��Y��e���̅��v��--�\���M
��'a��',�i/Ҽ޼g�[���c̫9���sh'��M������Lbc��8Ay
$c����%�rĕ���H�t#����\�6�=�{-�G&_6�cs�6y��)}dB�S/q���5�3��@*�׌
/<5���Rl!H7J����L"c���{
,`)f�	�ņ���"aR���+&۝X�b�ލ�f!��� �'��+GY�"����?b��%N!`�ò]PT"Z�
�oĺx0�@K؊U튭�z��e�ڕJ������;�g�I|�d�{��[J-hbeL5h!��Ru���%A��,3C�J(^HA#��JssC2‰�+�U�cnWR�U���Z%hU\�o�%ئ���*�lU�P�-��P)��I���/����R�f�z���J(���X{a�,�B���q��‡��6�����ߛ`2�L�h�`�|�
a仃 �'��u���nB�DFB�	�q2@���3 o:�]?�8����Y`�-H���P�=��)�O>���a��Sx�9<�v��5J��k�T4�:�fȋq�
�<�
Bv0��$�s4�s��o��	�#nG(\#
�c�nK���<q;��v��툏7��;��u����R�������e����~�;��÷J�Bt�B%��������q�_��l�lv�h�����
~yZ���@MW�j~��<���
�E�0�+Q���t�p	�@�5�5Pg���&����&�j5uA�M$݈��ׄu��ƫ�Tq�*o]���V�޲��lc�"�p)�!�;����(�&���jy��qd�U$��lӢ5|�����7r�n�Μə���JMRc�+�X_�k���{���� �q�����B��@X��фlsh	�0�-	~��x�G��b���̀Ȗ�����j 1�r�B���3F�ƚm�i_o����[�ɁBV&�z;~�/�0�I0G�[�ڊ H�0rn;?�3��� F��|��� ƕr��N�]��д��@�-y�Y5�	���2/�y�o9ۯ!~+�������oz#[=�j��sOǵz�y
[m>{E�R��8ںi^��,�߀�U��/�W�S :��ulZa7�3^Gfv�}��g&�s˰�\�N�%G��E[�Ρ�E}��C�Du��d�$M!�v�(���B��2�uK�i\��J���x|��
��'��m�U��f,�#�\PC�P����BS1��g�j����q�b�GK�٫���ҷj���$B+�/�z�6�o
�3��`{5�����;�^ф5�v���ub�'!�`w�w
=e0̧p����ܙ%8��I����s��4|�P@�{���=	H�b���!㪂��z@w$ˎ�a�2�^C���(��5@U���R���Վ����"����5�J4��X��>���1�yM��M��$8�9t4��u}����ϑ3��_�3X6�o��l��I|�]���]�!��=�?|���gl�_F[e�-��&��oRě� �S1��[5�E�8�[���*>�pu�@�����}���/��kB��?B^�PK-�1�\�	�5xl/workbook.xmlPK-�1�\����	��[Content_Types].xmlPK-
�1�\�|۲''U_rels/.relsPK-�1�\/���H	�3�xl/worksheets/sheet1.xmlPK-�1�\JCek�P[
xl/_rels/workbook.xml.relsPK-�1�\Ѓc'2E
�xl/styles.xmlPK-�1�\���{�xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK�1�\��]�5xl/workbook.xml �(�����0��&�C���(	8q����Z��@����%�x�3;��T����ځ|�hB�k���JƂ�QC8Y�f�I�5�Y��R*��o�&�3�9�8BTք^�@W�?��<BzĨ��A��TK���)$9[��$l
��T�`�ERĀƚ����ܺ�f��R�ý�,/:.:�Iw������PK�1�\����	�[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
�1�\ҫ��''_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="R6973960cf42e41a9" /></Relationships>PK�1�\/���H	�3xl/worksheets/sheet1.xml �(���[s9��
���Zǔ�a�|�l��ޱ6���M
H�?�k0
3M�s��R��^=��������>�5],g����p0���_��n~���/������j����'����j���h�����M������n拻�
���6���̮�O�W?����Qʏ��~��v�c9|�vL���tr�����Tw������z��ף,�7��Z?i>��`tq���2�>,[���3���������Ď�/7��a1���L~~_}�?��ξݮP%��s5����9�����&�m�~�]�n�T΃�֪�C
�����j~�u�LY��m���R^%H!ƨ����m��O�����g���~ܶ�Zo��Ѩ����ݾ�����nXW������ye����I���m�p��_l�;8e����L���O=�kE���v��:m�f �4��@j�7!�݉h�O��Ӯ��XTmR*d ��?m���s)zeL*��@Ա�E�z����Ţ�����Up��E�eT�&8�	\af���:b�@�Ģ鰨SL>$�la74Ģq}ׂ�4�D�
�hZ,���d HJC�"Mlg��8���Q�P�h:�"���q�&�s A�<H�P�=�*�|���Ps���� �`�f a� �ʠ�������	A�C�L	W���P���«�������"�Q4��>y\@��`E !�T��V��@,Z�7�h�n����}���;b_&-1i]�Ĥ�{T[b҆��I{n�}�jGL���6�W����T*������3���t�}[@c��~b(l0��t-$u���AL
JU!�l[H���ƒ���F�+\N�5:BѝzB;BЅ����P�7!�b'D����1oBХG�	=�N�I�y���9�v�9o��j
���s��b�d-8��/p�9o;c@�1�"��Z���m�Vj
@����]���Ce@�ƚ[)�� }�bvA��sA�JJ�>�u�)�����W��yBЧ�R��Q�At���@$վ:� �*�D "�n�	p:��L{!�u�Y�P^�@@�S�l�� [�1V�GU�S ����*j(o��@���i}��e(a�r�BJ`�ͱ�)1���U��i(sD ��=�pCA3`�E"1v+g�;2Lo�w("1v�c��(8�	����	A�eʧJ$#�3Ġ�
�'[P2��S9�:��������K�)]�j	���\�U8�^	�x�k��9��+N$c�r%�Iu�4n��a�WX�D,�=�O��i�.�O�XL{��pS�y@JX��fA,�=��TJ)��M
[s"Ӟ���
$�[z�%S�OF�設)�iϢQ��x�	XH'd%G�?+l~�x:YM.���bӌ�ןj����r�:.�g�.���׺�6b|���a��F<=��nij�ۍ�<�p݈����0"t#^F�nīÈԍx-(�D}#�0U�
!L�wB���„� �0e?
!L�OB��!���Ya��)����"�0u�
!L��	!Lݿ����BS�Lh���`C��%#2�k���)\f&q-��Ƶ`H`"ׂ%��\�&s-��΂1��,8�΂5��,x�΂9-�Yp��:��\g����,�r��Z��`Q�u<j�΂I-�Yp��:6u\g����<|��c����<|��c����<|��c��d:��:��X�c:��z~�|�΂O=�Y��:>�\g����,��s��z���S�u|�΂O�Y�i�:>
\g����,�4p�������u|�΍���tn��s#�42����ߏ�F�s#�42������>�L�F��2�����,�4r��F�����u|��΂O�Y�i�:>M\g��i���]�e�Ֆ9��B��"UZBw�$�ʃ�Bآ=?ъ-�)�-�K)�M��������V�a�b�"�o//�>H	�2}l'�^kW�����?I��z�q|��B:>�?�O�EJ��1)��cEY!v�p�Τ��P]=j�	���/ʂ]5����ܤ$��G�Z�*�_�Ft)��dS��PK>�	�dT��PKN�
�{!�?)Ԓe��B�Q
:�Ĥ��RL
:�Ť��bL
:�Ǝ�O���؜g�r�9���\�8�������;��o�繮/r�9Í_u��_�_纾�5��5��5��5~�5~�5��/x:��x���x��9���и��4��z���949494949494�������o��!/
�����6���G��-���O��t���F:p��i#8|gir�i
�y�QF�_�n�����r>_M�ߏv�W���PK�1�\�'�d�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�I�iP�nذ-���'q�Ď<.г��H\�H�J,�t5��ӓf>�?6��id/h�NB�	`�7��%�bw���v��Q�4Av���Gl��=�-N�2?�K�·IŔ���JU����aɀk&;�g��wݠ���ӄ.��>�"F`z�~J�/!�أ��ou�׭�(,���Q<�H�^��B��
VU#Vu۔X�o*cU@�C���iY^�������<�5~��/PK�1�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�1�\���{�xl/sharedStrings.xml �(��Yko�����?�=,�A�"����8i.Z(%Q6�2��T6i��~��d�"]�Ě���g�C��O������ �^����4b1�ۋ����`��	�h�RF�E��~��s!dT������F#���!�0$a|�$|��Hd�X�0��t���h���"�S	f=���)�+Nj����sy��1�$!������HI�ȗ��Mt#ǫeS�̑Z�#⒚Sn�,Ka�v�����$M��k��Ђ�-�UH�u ��ҦR ����X.�N�`��–
�ESzKRKp���(��/��K�t`��x����)`	*�do�+��H��Y��e���̅��v��--�\���M
��'a��',�i/Ҽ޼g�[���c̫9���sh'��M������Lbc��8Ay
$c����%�rĕ���H�t#����\�6�=�{-�G&_6�cs�6y��)}dB�S/q���5�3��@*�׌
/<5���Rl!H7J����L"c���{
,`)f�	�ņ���"aR���+&۝X�b�ލ�f!��� �'��+GY�"����?b��%N!`�ò]PT"Z�
�oĺx0�@K؊U튭�z��e�ڕJ������;�g�I|�d�{��[J-hbeL5h!��Ru���%A��,3C�J(^HA#��JssC2‰�+�U�cnWR�U���Z%hU\�o�%ئ���*�lU�P�-��P)��I���/����R�f�z���J(���X{a�,�B���q��‡��6�����ߛ`2�L�h�`�|�
a仃 �'��u���nB�DFB�	�q2@���3 o:�]?�8����Y`�-H���P�=��)�O>���a��Sx�9<�v��5J��k�T4�:�fȋq�
�<�
Bv0��$�s4�s��o��	�#nG(\#
�c�nK���<q;��v��툏7��;��u����R�������e����~�;��÷J�Bt�B%��������q�_��l�lv�h�����
~yZ���@MW�j~��<���
�E�0�+Q���t�p	�@�5�5Pg���&����&�j5uA�M$݈��ׄu��ƫ�Tq�*o]���V�޲��lc�"�p)�!�;����(�&���jy��qd�U$��lӢ5|�����7r�n�Μə���JMRc�+�X_�k���{���� �q�����B��@X��фlsh	�0�-	~��x�G��b���̀Ȗ�����j 1�r�B���3F�ƚm�i_o����[�ɁBV&�z;~�/�0�I0G�[�ڊ H�0rn;?�3��� F��|��� ƕr��N�]��д��@�-y�Y5�	���2/�y�o9ۯ!~+�������oz#[=�j��sOǵz�y
[m>{E�R��8ںi^��,�߀�U��/�W�S :��ulZa7�3^Gfv�}��g&�s˰�\�N�%G��E[�Ρ�E}��C�Du��d�$M!�v�(���B��2�uK�i\��J���x|��
��'��m�U��f,�#�\PC�P����BS1��g�j����q�b�GK�٫���ҷj���$B+�/�z�6�o
�3��`{5�����;�^ф5�v���ub�'!�`w�w
=e0̧p����ܙ%8��I����s��4|�P@�{���=	H�b���!㪂��z@w$ˎ�a�2�^C���(��5@U���R���Վ����"����5�J4��X��>���1�yM��M��$8�9t4��u}����ϑ3��_�3X6�o��l��I|�]���]�!��=�?|���gl�_F[e�-��&��oRě� �S1��[5�E�8�[���*>�pu�@�����}���/��kB��?B^�PK-�1�\��]�5xl/workbook.xmlPK-�1�\����	��[Content_Types].xmlPK-
�1�\ҫ��''U_rels/.relsPK-�1�\/���H	�3�xl/worksheets/sheet1.xmlPK-�1�\�'�d�P[
xl/_rels/workbook.xml.relsPK-�1�\Ѓc'2E
�xl/styles.xmlPK-�1�\���{�xl/sharedStrings.xmlPK��