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": "YL7z7b80v0isKHrKXQRJoQ==",
  "identifierGuid": "edf3be60-34bf-48bf-ac28-7aca5d0449a1",
  "storeID": 2,
  "tradingPartner": 0,
  "supplierIdentifier": "nI/7zBMJUkupLR7Q4Z4nAQ==",
  "supplierIdentifierGuid": "ccfb8f9c-0913-4b52-a92d-1ed0e19e2701",
  "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": "2025-10-05T00:01:12.0155414",
  "createdByUser": "sample string 12",
  "updated": "2025-10-05T00:01:12.0155414",
  "transType": 0,
  "transDateTime": "2025-10-05T00:01:12.0155414",
  "invoiceNo": "sample string 13",
  "invoiceText": "sample string 14",
  "adjustmentNo": 1,
  "invoiceDate": "2025-10-05T00:01:12.0155414",
  "claimNo": 1,
  "countReceivedReset": true,
  "accountingExported": true,
  "orderReceived": true,
  "orderGuid": "H6y/J5KrkEae55HjT5QQoQ==",
  "orderIdentifier": "27bfac1f-ab92-4690-9ee7-91e34f9410a1",
  "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": "2025-10-05T00:01:12.0155414",
  "received": "2025-10-05T00:01:12.0155414",
  "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,
    "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": "2025-10-05T00:01:12.0155414",
    "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": "SqZzJkgAl0+p0F08yPRHBg==",
    "hostIdentifierGuid": "2673a64a-0048-4f97-a9d0-5d3cc8f44706",
    "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,
    "giftCardSalesAccountingDeptCode": "sample string 47",
    "transactionDiscountAccountingDeptCode": "sample string 48",
    "size": 49,
    "updated": "2025-10-05T00:01:12.0155414",
    "priceZoneName": "sample string 51",
    "storeFuelConfigured": true,
    "shippingAddressCopied": true,
    "shippingAddress": {
      "$id": "3",
      "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"
    },
    "billingAddress": {
      "$ref": "3"
    },
    "hostStoreSettings": [
      {
        "$id": "4",
        "id": 1,
        "hostIdentifier": "KHUu2tVDTUuDL2x5NsBKng==",
        "hostIdentifierGuid": "da2e7528-43d5-4b4d-832f-6c7936c04a9e",
        "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,
        "processPromotions": true,
        "hostProvider": 0,
        "host": {
          "$id": "5",
          "identifier": "RmiakF5kS0e+BcVVqJ9Ffw==",
          "identifierGuid": "909a6846-645e-474b-be05-c555a89f457f",
          "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": "61aw5CZu6kW2L7/RCzkO7A==",
          "hostSupplierIdentifierGuid": "e4b056eb-6e26-45ea-b62f-bfd10b390eec",
          "loyaltyPriceLevelIdentifier": "RJZGNFjfH0aHyBTsDX3VHQ==",
          "loyaltyPriceLevelIdentifierGuid": "34469644-df58-461f-87c8-14ec0d7dd51d",
          "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": "2025-10-05T00:01:12.0155414",
          "lastProcessed": "2025-10-05T00:01:12.0155414",
          "hold": true,
          "supplierName": "sample string 35",
          "supplier": {
            "$id": "6",
            "identifier": "C6ZzAuplAU6UEjXFz58rVA==",
            "identifierGuid": "0273a60b-65ea-4e01-9412-35c5cf9f2b54",
            "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": "IzYt86cutkCLAPXv1hpHpw==",
            "primaryContactID": "f32d3623-2ea7-40b6-8b00-f5efd61a47a7",
            "storeID": 1,
            "abn": "sample string 16",
            "supplierGroupIdentifier": "Qui4YuscJ0W4z/AepWPqGA==",
            "supplierGroupGuid": "62b8e842-1ceb-4527-b8cf-f01ea563ea18",
            "rebate": 1.0,
            "rebateType": 1,
            "rebateFrequency": 1,
            "rebateSource": 1,
            "rebateLastClaimed": "2025-10-05T00:01:12.0155414",
            "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": "7",
              "id": "871a12ed-9f91-41a2-a7b8-bf8990209e1d",
              "identifier": "cwysI9JRM0CCxsMEpVe8Vg==",
              "identifierGuid": "23ac0c73-51d2-4033-82c6-c304a557bc56",
              "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": "8",
                "supplierIdentifier": "yEJuokPCKkyOwPg+neNIow==",
                "supplierIdentifierGuid": "a26e42c8-c243-4c2a-8ec0-f83e9de348a3",
                "contactGuid": "kad8AWXiO0uCqCfM/l8wXQ==",
                "contactID": "017ca791-e265-4b3b-82a8-27ccfe5f305d",
                "contact": {
                  "$ref": "7"
                },
                "supplier": {
                  "$ref": "6"
                }
              },
              {
                "$ref": "8"
              }
            ],
            "products": [
              {
                "$id": "9",
                "pluG_UID": "kE1sq7w0nESmqEPLlqSlhQ==",
                "pluGuid": "ab6c4d90-34bc-449c-a6a8-43cb96a4a585",
                "supplierIdentifier": "1ncejBa5Ak6HcLrFc4RtmA==",
                "supplierIdentifierGuid": "8c1e77d6-b916-4e02-8770-bac573846d98",
                "cartonQuantity": 1,
                "cartonQuantityChanged": true,
                "productSize": "sample string 3",
                "cigarettesPerSleeve": 1,
                "randomWeight": true,
                "piecesPerUnit": 5,
                "averagePackSize": 6,
                "effectiveDate": "2025-10-05T00:01:12.0155414",
                "pricedByWeight": true,
                "landedUnitCostEx": 9,
                "landedUnitCostInc": 10,
                "landedCartonCostInc": 11,
                "landedCartonCostEx": 12,
                "standardCost": 13,
                "deliveryFee": 1,
                "deliveryFeeBasis": "sample string 14",
                "pickAndPackFee": 1,
                "pickAndPackFeeBasis": "sample string 15",
                "financeFee": 1,
                "financeFeeBasis": "sample string 16",
                "cartonLength": 1,
                "cartonWidth": 1,
                "cartonHeight": 1,
                "palletLayerQuantity": 1,
                "palletLayers": 1,
                "itemCode": "sample string 17",
                "invoiceCode": "sample string 18",
                "invoiceDesc": "sample string 19",
                "orderDirect": true,
                "useCost": true,
                "minimumQuantity": 20,
                "hostType": 21,
                "fromHost": 22,
                "minimumReorder": 1,
                "maximumReorder": 1,
                "orderMultiple": 23.1,
                "sellMultiple": 24.1,
                "baseMultiple": 25.1,
                "hostStandardCost": 26,
                "hostTotalCost": 27,
                "hostRetail": 28,
                "hostLandedUnitCostEx": 29,
                "hostLandedUnitCostInc": 30,
                "hostDesc": "sample string 31",
                "directIndicator": "sample string 32",
                "availableToOrder": true,
                "hostRangeIndicator": "sample string 34",
                "hostProductType": "sample string 35",
                "hostProductGrade": "sample string 36",
                "hostProductGroup": "sample string 37",
                "hostSlowMoving": true,
                "hostGeneralMerchandise": true,
                "hostPillar": "sample string 40",
                "hostLastUpdated": "2025-10-05T00:01:12.0155414",
                "rebate": 1.0,
                "rebateExclude": true,
                "invoiceCodes": [
                  {
                    "$id": "10",
                    "pluG_UID": "HCFBCRn6DUa8F+dG77YN4g==",
                    "pluGuid": "0941211c-fa19-460d-bc17-e746efb60de2",
                    "supplierIdentifier": "aKWCbfkdcEWpBrr65P4RzQ==",
                    "supplierIdentifierGuid": "6d82a568-1df9-4570-a906-bafae4fe11cd",
                    "invoiceCode": "sample string 1",
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "storeIDs": [
                  1,
                  2
                ],
                "preferredSupplier": true,
                "preferredRebateSupplier": true,
                "supplierName": "sample string 41",
                "salesMode": 42,
                "orderPacked": true,
                "active": true,
                "price": 1,
                "costGstPercent": 44,
                "parentPluG_UID": "sox0WM4pfkCo1NLpGs/8lA==",
                "parentPluGuid": "58748cb2-29ce-407e-a8d4-d2e91acffc94",
                "freight": 45.0,
                "freightType": 1,
                "product": {
                  "$id": "11",
                  "plu": 1,
                  "storeID": 1,
                  "masterPluG_UID": "QEA=",
                  "storeIDs": [
                    1,
                    2
                  ],
                  "g_UId": "bra0YG7+2kagOyocjn94Kg==",
                  "guid": "60b4b66e-fe6e-46da-a03b-2a1c8e7f782a",
                  "apn": "sample string 1",
                  "apnChanged": true,
                  "apnSwitched": true,
                  "barcode": "sample string 4",
                  "itemNumber": "sample string 5",
                  "itemNumberChanged": true,
                  "priceGroupG_UID": "yRlPBKR7aEyF2Y8lNy1EQw==",
                  "priceGroupGuid": "044f19c9-7ba4-4c68-85d9-8f25372d4443",
                  "blueprintID": 1,
                  "lastCountedDate": "2025-10-05T00:01:12.0155414",
                  "externalID": "sample string 7",
                  "active": true,
                  "activated": "2025-10-05T00:01:12.0155414",
                  "pluCreated": "2025-10-05T00:01:12.0155414",
                  "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": "2025-10-05T00:01:12.0155414",
                  "lastManualUpdate": "2025-10-05T00:01:12.0155414",
                  "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": "2025-10-05T00:01:12.0155414",
                  "currentCostUpdated": "2025-10-05T00:01:12.0155414",
                  "costDecimals": 31,
                  "costChanged": true,
                  "dealCostIdentifier": "QEA=",
                  "excludeFromRebate": true,
                  "rebateOverride": 1,
                  "costCalcMethod": 32,
                  "costCalcMethodChanged": true,
                  "costEffectiveDate": "2025-10-05T00:01:12.0155414",
                  "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": "2025-10-05T00:01:12.0155414",
                  "posTare": 1,
                  "altPrice": 1.0,
                  "altPriceChanged": true,
                  "altPriceMode": 53,
                  "altPriceModeChanged": true,
                  "altPLUG_UID": "o0+isNxkDEGW+gLO7CHx/Q==",
                  "altPLUGuid": "b0a24fa3-64dc-410c-96fa-02ceec21f1fd",
                  "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": "2025-10-05T00:01:12.0155414",
                  "labelLastPrice": 1,
                  "shelfPageLayoutG_UID": "rT109rtrTUeaRl3NdkxPFg==",
                  "shelfPageLayoutGuid": "f6743dad-6bbb-474d-9a46-5dcd764c4f16",
                  "talkerPageLayoutG_UID": "MCsmZhACJkW2f90v9WBSLQ==",
                  "talkerPageLayoutGuid": "66262b30-0210-4526-b67f-dd2ff560522d",
                  "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,
                  "trackSerial": true,
                  "trackSerialChanged": true,
                  "allowZeroPrice": true,
                  "allowZeroPriceChanged": true,
                  "notForSale": 91,
                  "notForSaleChanged": true,
                  "excludeFromDeals": true,
                  "excludeFromVoucher": true,
                  "minimumAge": 94,
                  "minimumAgeChanged": true,
                  "buyingLimit": 1,
                  "buyingLimitChanged": true,
                  "buyingLimitIndependent": true,
                  "buyingLimitIndependentChanged": true,
                  "inventoryGuid": "ARA6jntyd0ukz2UPvzZvlg==",
                  "inventoryIdentifier": "8e3a1001-727b-4b77-a4cf-650fbf366f96",
                  "inventoryAccuracy": 1,
                  "baseUnits": 98,
                  "orderPacked": 1,
                  "isManufactured": true,
                  "isIngredient": true,
                  "isModifier": true,
                  "isModifierChanged": true,
                  "hasModifiers": 99,
                  "defaultPrinter": "sample string 100",
                  "defaultPrinterGroup": "sample string 101",
                  "ingredientsOnManufacture": true,
                  "manufactureUnitMeasure": 1,
                  "mpl": 1,
                  "maxShelfQty": 102,
                  "allowAutoOrder": true,
                  "warrantyPeriod": 1,
                  "parentPluG_UId": "jqfutZWgVkywQskOAobJoQ==",
                  "parentPluGuid": "b5eea78e-a095-4c56-b042-c90e0286c9a1",
                  "preferredHostVendor": 104,
                  "preferredHostChanged": true,
                  "code": "sample string 106",
                  "supplierIdentifier": "Ywx48bTrX0CIt+qPG/APpw==",
                  "supplierIdentifierGuid": "f1780c63-ebb4-405f-88b7-ea8f1bf00fa7",
                  "supplierChanged": true,
                  "rebateSupplierIdentifier": "WSXkkXdBYUuPpKnKM5bagA==",
                  "rebateSupplierIdentifierGuid": "91e42559-4177-4b61-8fa4-a9ca3396da80",
                  "rebateSupplierChanged": true,
                  "availableForOrder": true,
                  "warehouseDirectIndicator": "sample string 108",
                  "warehouseDirectIndicatorChanged": true,
                  "productGrade": "sample string 110",
                  "productType": "sample string 111",
                  "productGroup": "sample string 112",
                  "complianceIndicator": "sample string 113",
                  "inhouseBrand": "sample string 114",
                  "slowMoving": true,
                  "generalMerchandise": true,
                  "comment": "sample string 117",
                  "lastUpdatedByUser": "sample string 118",
                  "lastManualUpdatedByUser": "sample string 119",
                  "lastUpdatedByUserOverride": true,
                  "lastUpdatedByHost": "2025-10-05T00:01:12.0155414",
                  "commodity": "sample string 121",
                  "businessPillar": "sample string 122",
                  "mscCommodity": "sample string 123",
                  "hostIdentifier": "cYEdXytLyEyKLWSzpzFJ3Q==",
                  "hostIdentifierGuid": "5f1d8171-4b2b-4cc8-8a2d-64b3a73149dd",
                  "serviceFeeID": 1,
                  "serviceFeeIDChanged": true,
                  "providerName": "sample string 125",
                  "aisleEnds": "sample string 126",
                  "deleted": true,
                  "deletedChanged": true,
                  "hidden": true,
                  "doNotRange": true,
                  "doNotRangeChanged": true,
                  "doNotOrder": true,
                  "doNotOrderChanged": true,
                  "locked": true,
                  "excludeFromWebUpdate": true,
                  "excludeFromWebUpdateChanged": true,
                  "webPriceBasedOn": 137,
                  "webPriceRounding": true,
                  "webMarkup": 139,
                  "webPriceMode": 140,
                  "altDepartmentID": 1,
                  "altSubDepartmentID": 1,
                  "altMinorDepartmentID": 1,
                  "altLesserDepartmentID": 1,
                  "altDeptCode": "sample string 141",
                  "altSubDeptCode": "sample string 142",
                  "altMinorDeptCode": "sample string 143",
                  "altLesserDeptCode": "sample string 144",
                  "altDepartmentChanged": true,
                  "storeProducts": [
                    {
                      "$ref": "11"
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "store": {
                    "$ref": "2"
                  },
                  "storePrices": [
                    {
                      "$id": "12",
                      "pluG_UID": "/F9ZTXGOn0mEn5RgBfn42Q==",
                      "pluGuid": "4d595ffc-8e71-499f-849f-946005f9f8d9",
                      "plu": 1,
                      "storeID": 1,
                      "zoneID": 2,
                      "zoneName": "sample string 3",
                      "store": "sample string 4",
                      "priceNow": 5,
                      "costNow": 6,
                      "costNowDecimals": 7,
                      "normalPrice": 8,
                      "priceNext": 1,
                      "costNext": 1,
                      "costNextDecimals": 9,
                      "nextCampaignName": "sample string 10",
                      "gstPercent": 11,
                      "normalCost": 12,
                      "normalCostDecimals": 13,
                      "costGstPercent": 14,
                      "costCalcMethod": 1,
                      "currentCost": 15,
                      "currentCostDecimals": 16,
                      "break1": 17,
                      "price1": 18,
                      "break2": 19,
                      "price2": 20,
                      "break3": 21,
                      "price3": 22,
                      "fuelItem": 23,
                      "fixedWeight": 24,
                      "active": true,
                      "complianceIndicator": "sample string 25",
                      "doNotOrder": true,
                      "doNotRange": true,
                      "isNormalPriceChangesCampaign": true,
                      "updated": "2025-10-05T00:01:12.0155414"
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "currentPrices": {
                    "$id": "13",
                    "pluPrices": {
                      "$id": "14",
                      "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,
                      "acceptedUtc": "2025-10-05T00:01:12.0155414",
                      "priceChangeType": 0,
                      "costDecimals": 10
                    },
                    "normalPluPrices": {
                      "$ref": "14"
                    },
                    "winningCampaign": 1,
                    "winner": {
                      "$id": "15",
                      "campaignName": "sample string 1",
                      "campaignDescription": "sample string 2",
                      "startDate": "2025-10-05T00:01:12.0155414",
                      "startTime": 3,
                      "endDate": "2025-10-05T00:01:12.0155414",
                      "endTime": 4,
                      "newPrice": 5,
                      "newCost": 6,
                      "newCostDecimals": 7,
                      "pctDiscount": 8,
                      "promoType": 1,
                      "promotionTypeCode": "sample string 9",
                      "hostType": 10,
                      "hostIdentifier": "36gz/mk5MkS5YKLFKVI8tw==",
                      "hostIdentifierGuid": "fe33a8df-3969-4432-b960-a2c529523cb7",
                      "storeNames": [
                        "sample string 1",
                        "sample string 2"
                      ]
                    },
                    "details": [
                      {
                        "$ref": "15"
                      },
                      {
                        "$ref": "15"
                      }
                    ]
                  },
                  "tray": {
                    "$id": "16",
                    "g_UId": "c93E8RLqrUqyEpWy50F/1g==",
                    "guid": "f1c4dd73-ea12-4aad-b212-95b2e7417fd6",
                    "name": "sample string 1",
                    "number": 1,
                    "tare": 1
                  },
                  "priceGroup": {
                    "$id": "17",
                    "priceGroupG_UID": "kHfUhNRhxkmqulaiDi3RrA==",
                    "priceGroupGuid": "84d47790-61d4-49c6-aaba-56a20e2dd1ac",
                    "name": "sample string 2",
                    "code": 1,
                    "modified": true,
                    "updated": "2025-10-05T00:01:12.0155414",
                    "buyingLimit": 1,
                    "buyingLimitIndependent": true,
                    "buyingLimitType": 0,
                    "number": 1,
                    "products": [
                      {
                        "$ref": "11"
                      },
                      {
                        "$ref": "11"
                      }
                    ],
                    "productCount": 1
                  },
                  "priceGroupName": "sample string 146",
                  "nutrifacts": {
                    "$id": "18",
                    "pluG_UID": "9aA4JlE5BkytwKEH8HSm0g==",
                    "pluGuid": "2638a0f5-3951-4c06-adc0-a107f074a6d2",
                    "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": "19",
                    "pluGuid": "1923d4fe-bf91-4cff-b3ea-1949f7d50325",
                    "created": "2025-10-05T00:01:12.0155414",
                    "createdByUser": "sample string 1",
                    "activated": "2025-10-05T00:01:12.0155414",
                    "deactivated": "2025-10-05T00:01:12.0155414",
                    "lastOrdered": "2025-10-05T00:01:12.0155414",
                    "lastOrderedQty": 2.0,
                    "lastReceived": "2025-10-05T00:01:12.0155414",
                    "lastReceivedQty": 3.0,
                    "lastInvoiceStatus": 1,
                    "lastCounted": "2025-10-05T00:01:12.0155414",
                    "lastSold": "2025-10-05T00:01:12.0155414",
                    "firstSold": "2025-10-05T00:01:12.0155414",
                    "awsUpdated": "2025-10-05T00:01:12.0155414",
                    "lastManualUpdate": "2025-10-05T00:01:12.0155414",
                    "lastManualUpdatedByUser": "sample string 5",
                    "lastUpdated": "2025-10-05T00:01:12.0155414",
                    "lastUpdatedByUser": "sample string 7",
                    "lastUpdatedByHost": "2025-10-05T00:01:12.0155414",
                    "doNotRangeUpdated": "2025-10-05T00:01:12.0155414",
                    "doNotOrderUpdated": "2025-10-05T00:01:12.0155414",
                    "tracked": "2025-10-05T00:01:12.0155414"
                  },
                  "allergens": [
                    {
                      "$id": "20",
                      "allergenID": 1,
                      "pluG_UID": "9Yj15nSWhk2LLAuGglLLlg==",
                      "pluGuid": "e6f588f5-9674-4d86-8b2c-0b868252cb96",
                      "contains": 2,
                      "allergenName": "sample string 3",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "20"
                    }
                  ],
                  "costs": {
                    "$id": "21",
                    "pluG_UID": "wbQLwcIl4EuUdbGJcJ4GnA==",
                    "pluGuid": "c10bb4c1-25c2-4be0-9475-b189709e069c",
                    "enteredCost": 1,
                    "weightedAvgCost": 1,
                    "lastCost": 1,
                    "rawEnteredCost": 2,
                    "rawWeightedAvgCost": 3,
                    "rawLastCost": 4,
                    "freight": 5.0,
                    "freightType": 6,
                    "costDecimals": 7,
                    "fifoCost": 1,
                    "updated": "2025-10-05T00:01:12.0155414",
                    "normalCost": 1,
                    "currentCost": 1
                  },
                  "sales": [
                    {
                      "$id": "22",
                      "saleHeaderID": 1,
                      "created": "2025-10-05T00:01:12.0155414",
                      "createdLocal": "2025-10-05T00:01:12.0155414",
                      "storeID": 3,
                      "storeName": "sample string 4",
                      "operatorG_Uid": "iB3VfcZNM02xJBruIc7ZDQ==",
                      "operatorGuid": "7dd51d88-4dc6-4d33-b124-1aee21ced90d",
                      "operatorName": "sample string 5",
                      "tranType": 1,
                      "plu": 1,
                      "pluG_UId": "aBDy96bjlECP3em1bkQy3g==",
                      "pluGuid": "f7f21068-e3a6-4094-8fdd-e9b56e4432de",
                      "normalPrice": 1,
                      "totalCents": 1,
                      "cost": 1,
                      "grossProfit": 1,
                      "quantity": 1,
                      "operator": {
                        "$id": "23",
                        "id": 1,
                        "g_Uid": "K5gLWxUC9EeO1OQ3QSePyg==",
                        "guid": "5b0b982b-0215-47f4-8ed4-e43741278fca",
                        "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": "2025-10-05T00:01:12.0155414",
                        "passwordResetRequired": true,
                        "alteredInStore": true,
                        "startShift": "2025-10-05T00:01:12.0155414",
                        "endShift": "2025-10-05T00:01:12.0155414",
                        "machineName": "sample string 20",
                        "drawerID": 1,
                        "stores": [
                          {
                            "$id": "24",
                            "operatorG_UID": "xtcHRqYAc0qQPti+F8nZmA==",
                            "operatorGuid": "4607d7c6-00a6-4a73-903e-d8be17c9d998",
                            "storeID": 2,
                            "operator": {
                              "$ref": "23"
                            },
                            "store": {
                              "$ref": "2"
                            }
                          },
                          {
                            "$ref": "24"
                          }
                        ]
                      }
                    },
                    {
                      "$ref": "22"
                    }
                  ],
                  "apns": [
                    {
                      "$id": "25",
                      "pluID": 1,
                      "pluG_UID": "2JnNYXDLzkCg8TLdVtOI7w==",
                      "pluGuid": "61cd99d8-cb70-40ce-a0f1-32dd56d388ef",
                      "apn": "sample string 1",
                      "deleted": true,
                      "storeID": 1,
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "25"
                    }
                  ],
                  "tuns": [
                    {
                      "$id": "26",
                      "pluG_UId": "IxhL3eHr1U+JaZtBIZVtVw==",
                      "pluGuid": "dd4b1823-ebe1-4fd5-8969-9b4121956d57",
                      "apn": "sample string 1",
                      "tun": "sample string 2",
                      "cartonQuantity": 3,
                      "product": {
                        "$ref": "11"
                      },
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "26"
                    }
                  ],
                  "competitionPricing": [
                    {
                      "$id": "27",
                      "identifier": "+cPCIjFwf0mBFOrKSQblfw==",
                      "identifierGuid": "22c2c3f9-7031-497f-8114-eaca4906e57f",
                      "pluG_UID": "GW6PB9ymH0mRW6KTOtnoFQ==",
                      "pluGuid": "078f6e19-a6dc-491f-915b-a2933ad9e815",
                      "competitionID": 1,
                      "name": "sample string 2",
                      "sellMultiple": 3,
                      "retailPrice": 4,
                      "storeName": "sample string 5"
                    },
                    {
                      "$ref": "27"
                    }
                  ],
                  "supplier": {
                    "$ref": "6"
                  },
                  "supplierName": "sample string 147",
                  "children": [
                    {
                      "$ref": "11"
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "ordering": {
                    "$ref": "9"
                  },
                  "flipChartPages": [
                    {
                      "$id": "28",
                      "identifier": "9E9512Sb40S5G+CaESP24w==",
                      "groupName": "sample string 1",
                      "identifierGuid": "d7794ff4-9b64-44e3-b91b-e09a1123f6e3",
                      "exists": true,
                      "flipChartIdentifier": "hFCok4Hnj0KIKXEM3hwb5w==",
                      "flipChartIdentifierGuid": "93a85084-e781-428f-8829-710cde1c1be7",
                      "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": "h9zyUmo8vk6jMYkxAKmH7g==",
                      "groupIdentifierGuid": "52f2dc87-3c6a-4ebe-a331-893100a987ee",
                      "flipChart": {
                        "$id": "29",
                        "identifier": "wzvm4hA25kyegrATvIhsrA==",
                        "identifierGuid": "e2e63bc3-3610-4ce6-9e82-b013bc886cac",
                        "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": "30",
                          "identifier": "R2hZaa9jhUecU+RWpvZV1Q==",
                          "identifierGuid": "69596847-63af-4785-9c53-e456a6f655d5",
                          "name": "sample string 2",
                          "formType": "sample string 3",
                          "forms": [
                            {
                              "$id": "31",
                              "id": 1,
                              "g_UID": "roQKzJjAMEOw07H0Gm0TbA==",
                              "guid": "cc0a84ae-c098-4330-b0d3-b1f41a6d136c",
                              "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": "RYg9uJLOMUK31E5XkyV0Pg==",
                              "previousFormGuid": "b83d8845-ce92-4231-b7d4-4e579325743e",
                              "nextForm": 1,
                              "nextFormG_UID": "2MuvG2uVukSW0S67/Kvmkg==",
                              "nextFormGuid": "1bafcbd8-956b-44ba-96d1-2ebbfcabe692",
                              "attributes": "sample string 10",
                              "updated": "2025-10-05T00:01:12.0155414",
                              "positioning": 1,
                              "contentPanel": "sample string 11",
                              "selectionMode": 1,
                              "maximumSelections": 1,
                              "alteredInStore": true,
                              "deleted": true,
                              "blueprintID": 1,
                              "preserveLayout": true,
                              "mainCheckoutFormName": "sample string 13",
                              "nextCheckoutForm": {
                                "$ref": "31"
                              },
                              "previousCheckoutForm": {
                                "$ref": "31"
                              },
                              "buttons": [
                                {
                                  "$id": "32",
                                  "id": 1,
                                  "checkoutFormID": 2,
                                  "checkoutFormG_UID": "ftU8z/txwE+99zrPBqlqyg==",
                                  "checkoutFormGuid": "cf3cd57e-71fb-4fc0-bdf7-3acf06a96aca",
                                  "identifier": "hChosJMzjkukA/XxEuMQ0A==",
                                  "identifierGuid": "b0682884-3393-4b8e-a403-f5f112e310d0",
                                  "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": "5zDgkibXGkS88fUiOiOm9w==",
                                  "valueGuid": "92e030e7-d726-441a-bcf1-f5223a23a6f7",
                                  "buttonText": "sample string 10",
                                  "valueText": "sample string 11",
                                  "drawImageAndButton": true,
                                  "updated": "2025-10-05T00:01:12.0155414",
                                  "action": "sample string 12",
                                  "valueForm": {
                                    "$ref": "31"
                                  },
                                  "image": {
                                    "$id": "33",
                                    "name": "sample string 3.sample string 4",
                                    "imageID": 2,
                                    "imageName": "sample string 3",
                                    "imageExtension": "sample string 4",
                                    "lastUpdate": "2025-10-05T00:01:12.0155414",
                                    "imageData": "QEA=",
                                    "readOnly": true
                                  }
                                },
                                {
                                  "$ref": "32"
                                }
                              ],
                              "panels": [
                                {
                                  "$id": "34",
                                  "id": 1,
                                  "checkoutFormID": 2,
                                  "checkoutFormG_UID": "22VYkbA6Lke/Lg0T1bZ6Mg==",
                                  "checkoutFormGuid": "915865db-3ab0-472e-bf2e-0d13d5b67a32",
                                  "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": "34"
                                }
                              ]
                            },
                            {
                              "$ref": "31"
                            }
                          ],
                          "panels": [
                            {
                              "$ref": "34"
                            },
                            {
                              "$ref": "34"
                            }
                          ]
                        },
                        "pages": [
                          {
                            "$ref": "28"
                          },
                          {
                            "$ref": "28"
                          }
                        ]
                      },
                      "contentPanel": {
                        "$ref": "34"
                      },
                      "products": [
                        {
                          "$id": "35",
                          "flipChartPageIdentifier": "fcB9r2TkLEmVqw+HADFS5Q==",
                          "flipChartPageIdentifierGuid": "af7dc07d-e464-492c-95ab-0f87003152e5",
                          "pluG_UID": "oubI5U1PCkiSDfAx/gk3LQ==",
                          "pluGuid": "e5c8e6a2-4f4d-480a-920d-f031fe09372d",
                          "sortOrder": 3,
                          "sent": true,
                          "productChanged": true,
                          "productImageName": "sample string 6",
                          "productShowImageOnFlipCharts": true,
                          "productShowTextOnFlipCharts": true,
                          "productOverrideFlipChartText": true,
                          "productFlipChartText": "sample string 10",
                          "product": {
                            "$ref": "11"
                          },
                          "departmentSortOrder": 11,
                          "subDepartmentName": "sample string 12"
                        },
                        {
                          "$ref": "35"
                        }
                      ],
                      "productCount": 27,
                      "pages": [
                        {
                          "$ref": "28"
                        },
                        {
                          "$ref": "28"
                        }
                      ]
                    },
                    {
                      "$ref": "28"
                    }
                  ],
                  "priceHistory": [
                    {
                      "$id": "36",
                      "pluG_UID": "7CazCV46ZUefROLmdcebLg==",
                      "pluGuid": "09b326ec-3a5e-4765-9f44-e2e675c79b2e",
                      "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": "2025-10-05T00:01:12.0155414",
                      "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": "36"
                    }
                  ],
                  "ingredients": [
                    {
                      "$id": "37",
                      "pluG_UID": "nYValApe/US/iNQtvgwbrw==",
                      "ingredientGuid": "0Ogz11odZEm4KNw50n8zaw==",
                      "ingredientIdentifier": "d733e8d0-1d5a-4964-b828-dc39d27f336b",
                      "quantity": 1.0,
                      "storeIDs": [
                        1,
                        2
                      ],
                      "ingredientText": "sample string 1",
                      "ingredient": {
                        "$ref": "11"
                      }
                    },
                    {
                      "$ref": "37"
                    }
                  ],
                  "bins": [
                    {
                      "$id": "38",
                      "pluG_UID": "kZoFCdMHUUSlJt9qnHp8dQ==",
                      "pluGuid": "09059a91-07d3-4451-a526-df6a9c7a7c75",
                      "shelfLocationIdentifier": "cP/f8o/8Ik6a/S3CAAJ5yA==",
                      "shelfLocationGuid": "f2dfff70-fc8f-4e22-9afd-2dc2000279c8",
                      "labelShelfDefault": 1,
                      "labelTalkerDefault": 1,
                      "labelSmall": true,
                      "labelPageLayoutG_UID": "lQ0fog8ss0KlFFwatn2XGw==",
                      "labelPageLayoutGuid": "a21f0d95-2c0f-42b3-a514-5c1ab67d971b",
                      "updated": "2025-10-05T00:01:12.0155414",
                      "electronicShelfLabelIdentifier": "sample string 5",
                      "electronicshelfLabelsConfigurationID": 6,
                      "labelShelfChanged": true,
                      "productName": "sample string 8",
                      "locationText": "sample string 9",
                      "product": {
                        "$ref": "11"
                      },
                      "location": {
                        "$id": "39",
                        "identifier": "ROyf+P7jGE2ouThqxjD29Q==",
                        "storeID": 1,
                        "identifierGuid": "f89fec44-e3fe-4d18-a8b9-386ac630f6f5",
                        "name": "sample string 2",
                        "haccp": true,
                        "blueprintID": 1,
                        "updated": "2025-10-05T00:01:12.0155414",
                        "minTemp": 1,
                        "maxTemp": 1,
                        "checkFrequency": 1,
                        "storeCaseConfiguration": 5,
                        "storeName": "sample string 6",
                        "bins": [
                          {
                            "$ref": "38"
                          },
                          {
                            "$ref": "38"
                          }
                        ]
                      }
                    },
                    {
                      "$ref": "38"
                    }
                  ],
                  "bin": {
                    "$ref": "38"
                  },
                  "scaleLocations": [
                    {
                      "$id": "40",
                      "plu": 1,
                      "pluG_UID": "tNLv3ber7k+j9pP4Npwkdw==",
                      "pluGuid": "ddefd2b4-abb7-4fee-a3f6-93f8369c2477",
                      "deptNo": 1,
                      "product": {
                        "$ref": "11"
                      },
                      "scaleLocation": {
                        "$id": "41",
                        "id": 1,
                        "deptNo": 1,
                        "deptCode": "sample string 2",
                        "name": "sample string 3",
                        "enabled": true,
                        "updated": "2025-10-05T00:01:12.0155414",
                        "department": {
                          "$id": "42",
                          "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": "41"
                          },
                          "subDepartments": [
                            {
                              "$id": "43",
                              "id": 1,
                              "departmentID": 2,
                              "name": "sample string 3",
                              "code": "sample string 4",
                              "departmentCode": "sample string 5",
                              "externalSales": true,
                              "minorDepartments": [
                                {
                                  "$id": "44",
                                  "id": 1,
                                  "subDepartmentID": 2,
                                  "departmentID": 3,
                                  "name": "sample string 4",
                                  "subDepartmentCode": "sample string 5",
                                  "departmentCode": "sample string 6",
                                  "code": "sample string 7",
                                  "lesserDepartments": [
                                    {
                                      "$id": "45",
                                      "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": "2025-10-05T00:01:12.0155414",
                                      "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": "8G3u5D4PAE2tnXflVuq5iQ==",
                                      "labelPageLayoutGuid": "e4ee6df0-0f3e-4d00-ad9d-77e556eab989",
                                      "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": "46",
                                        "dept": 1,
                                        "category": 2,
                                        "name": "sample string 3",
                                        "active": true,
                                        "mscCommodities": [
                                          {
                                            "$id": "47",
                                            "dept": 1,
                                            "category": 2,
                                            "commodity": 3,
                                            "name": "sample string 4",
                                            "active": true,
                                            "mscSubCommodities": [
                                              {
                                                "$id": "48",
                                                "dept": 1,
                                                "category": 2,
                                                "commodity": 3,
                                                "subCommodity": 4,
                                                "name": "sample string 5",
                                                "active": true,
                                                "subCommodityCode": "sample string 7"
                                              },
                                              {
                                                "$ref": "48"
                                              }
                                            ],
                                            "commodityCode": "sample string 6"
                                          },
                                          {
                                            "$ref": "47"
                                          }
                                        ],
                                        "categoryCode": "sample string 5"
                                      },
                                      "mscCom": {
                                        "$ref": "47"
                                      },
                                      "mscDep": {
                                        "$id": "49",
                                        "dept": 1,
                                        "name": "sample string 2",
                                        "active": true,
                                        "mscCategories": [
                                          {
                                            "$ref": "46"
                                          },
                                          {
                                            "$ref": "46"
                                          }
                                        ],
                                        "deptCode": "sample string 4"
                                      },
                                      "mscSubCom": {
                                        "$ref": "48"
                                      }
                                    },
                                    {
                                      "$ref": "45"
                                    }
                                  ],
                                  "updated": "2025-10-05T00:01:12.0155414",
                                  "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": "FaDuM79eN0eIAbwTp+Y0DA==",
                                  "labelPageLayoutGuid": "33eea015-5ebf-4737-8801-bc13a7e6340c",
                                  "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": "46"
                                  },
                                  "mscCom": {
                                    "$ref": "47"
                                  },
                                  "mscDep": {
                                    "$ref": "49"
                                  },
                                  "mscSubCom": {
                                    "$ref": "48"
                                  }
                                },
                                {
                                  "$ref": "44"
                                }
                              ],
                              "investmentBuyOverride": true,
                              "updated": "2025-10-05T00:01:12.0155414",
                              "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": "SV1Xdc7ndky+p+0W3mKvMQ==",
                              "labelPageLayoutGuid": "75575d49-e7ce-4c76-bea7-ed16de62af31",
                              "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": "46"
                              },
                              "mscCom": {
                                "$ref": "47"
                              },
                              "mscDep": {
                                "$ref": "49"
                              },
                              "mscSubCom": {
                                "$ref": "48"
                              }
                            },
                            {
                              "$ref": "43"
                            }
                          ],
                          "stores": [
                            1,
                            2
                          ],
                          "investmentBuyOverride": true,
                          "updated": "2025-10-05T00:01:12.0155414",
                          "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": "XI1iQbCIyEu1S1ghhRw3TA==",
                          "labelPageLayoutGuid": "41628d5c-88b0-4bc8-b54b-5821851c374c",
                          "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": "46"
                          },
                          "mscCom": {
                            "$ref": "47"
                          },
                          "mscDep": {
                            "$ref": "49"
                          },
                          "mscSubCom": {
                            "$ref": "48"
                          }
                        }
                      }
                    },
                    {
                      "$ref": "40"
                    }
                  ],
                  "nextPrice": {
                    "$id": "50",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "plu": 1,
                    "hostOfferID": 1,
                    "metcashPromotionID": "sample string 4",
                    "metcashPromotionPlacement": "sample string 5",
                    "pluG_UID": "8GIyWZr2U0mGa8DACP02tQ==",
                    "pluGuid": "593262f0-f69a-4953-866b-c0c008fd36b5",
                    "newPrice": 1,
                    "pctDiscount": 1,
                    "newCost": 1,
                    "newCostDecimals": 6,
                    "dealCostIdentifier": "j3lK+XyUwkeDJtS83oYhnQ==",
                    "dealCostGuid": "f94a798f-947c-47c2-8326-d4bcde86219d",
                    "pluName": "sample string 7",
                    "apn": "sample string 8",
                    "fuelItem": true,
                    "priceGroupG_UID": "D5XuZhAG3Ea7lK+dIdUMtw==",
                    "priceGroupGuid": "66ee950f-0610-46dc-bb94-af9d21d50cb7",
                    "itemNumber": "sample string 10",
                    "cri": "sample string 11",
                    "pluPrice": 12,
                    "pluCost": 13,
                    "pluCostIndicator": "sample string 14",
                    "pluPriceGstPercent": 15,
                    "pluCostGstPercent": 16,
                    "pluActive": true,
                    "cartonQty": 1.1,
                    "baseUnits": 18.1,
                    "salesMode": 1,
                    "pluNormalCost": 19,
                    "pluaws": 20.0,
                    "directNumber": "sample string 21",
                    "departmentName": "sample string 22",
                    "subDepartmentName": "sample string 23",
                    "priceGroupName": "sample string 24",
                    "supplierName": "sample string 25",
                    "stockOnHand": 1.1,
                    "stockOnOrder": 1.1,
                    "lastReceived": "2025-10-05T00:01:12.0155414",
                    "rrp": 26,
                    "campaignDescription": "sample string 27",
                    "campaignComboPriceGroupG_UID": "ClTbY1pIAE+RxbTfS4LwKw==",
                    "campaignComboPriceGroupIdentifier": "63db540a-485a-4f00-91c5-b4df4b82f02b",
                    "promotionPlacementDescription": "sample string 28",
                    "storeAcceptances": [
                      {
                        "$id": "51",
                        "plu": 1,
                        "pluG_UId": "QEA=",
                        "campaignID": 1,
                        "campaignName": "sample string 2",
                        "storeID": 3,
                        "acceptedUtc": "2025-10-05T00:01:12.0155414",
                        "operatorG_UID": "pGbR5n48+k2UJ+340LqtpA==",
                        "operatorGuid": "e6d166a4-3c7e-4dfa-9427-edf8d0baada4",
                        "machineID": 1,
                        "processed": true,
                        "appliedUtc": "2025-10-05T00:01:12.0155414",
                        "signIqTicketFileMovedUtc": "2025-10-05T00:01:12.0155414",
                        "user": "sample string 6",
                        "campaignDescription": "sample string 7",
                        "productDesc": "sample string 8",
                        "storeName": "sample string 9",
                        "effectiveUtc": "2025-10-05T00:01:12.0155414",
                        "priceChangeType": 0,
                        "operatorName": "sample string 10",
                        "hostCampaign": true,
                        "product": {
                          "$ref": "11"
                        },
                        "campaignPlu": {
                          "$ref": "50"
                        }
                      },
                      {
                        "$ref": "51"
                      }
                    ],
                    "campaign": {
                      "$id": "52",
                      "id": 1,
                      "storeID": 2,
                      "name": "56516fe1-0198-48ac-a83d-f7649921cbab",
                      "nameGuid": "56516fe1-0198-48ac-a83d-f7649921cbab",
                      "description": "sample string 4",
                      "showDiscounts": true,
                      "showTotals": true,
                      "onlyEvaluateOnSubtotal": true,
                      "useDescription": true,
                      "campaignType": 1,
                      "startDate": "2025-10-05T00:01:12.0155414",
                      "startTime": 1,
                      "endDate": "2025-10-05T00:01:12.0155414",
                      "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": "2025-10-05T00:01:12.0155414",
                      "system": true,
                      "created": "2025-10-05T00:01:12.0155414",
                      "updated": "2025-10-05T00:01:12.0155414",
                      "priceChangeNotifiedUtc": "2025-10-05T00:01:12.0155414",
                      "promoType": 1,
                      "promotionTypeCode": "sample string 13",
                      "hostIdentifier": "qcNMxjFCEkC60RkGZ7Gjhg==",
                      "hostIdentifierGuid": "c64cc3a9-4231-4012-bad1-190667b1a386",
                      "hostType": 14,
                      "createdByUser": "sample string 15",
                      "fromHost": true,
                      "deleted": true,
                      "campaignDeleted": "2025-10-05T00:01:12.0155414",
                      "updatedByUser": "sample string 18",
                      "offerID": 1,
                      "isPriceChangeCampaign": true,
                      "stores": [
                        1,
                        2
                      ],
                      "storeNames": [
                        "sample string 1",
                        "sample string 2"
                      ],
                      "campaignPlus": [
                        {
                          "$ref": "50"
                        },
                        {
                          "$ref": "50"
                        }
                      ],
                      "campaignPools": [
                        {
                          "$id": "53",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "plu": 4,
                          "pluG_UID": "avWgxL1ml0azwpMBESj0iA==",
                          "pluGuid": "c4a0f56a-66bd-4697-b3c2-93011128f488",
                          "hostOfferID": 1,
                          "priceGroupG_UID": "R7EaXbU59UGIsy1qoxzaug==",
                          "priceGroupGuid": "5d1ab147-39b5-41f5-88b3-2d6aa31cdaba",
                          "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": "2025-10-05T00:01:12.0155414",
                          "rrp": 17,
                          "campaignDescription": "sample string 18",
                          "product": {
                            "$ref": "11"
                          },
                          "campaign": {
                            "$ref": "52"
                          }
                        },
                        {
                          "$ref": "53"
                        }
                      ],
                      "sellingRules": [
                        {
                          "$id": "54",
                          "id": 1,
                          "identifier": "ZVZ+8FgyjUGzjevVymHaKQ==",
                          "identifierStr": "ZVZ+8FgyjUGzjevVymHaKQ==",
                          "identifierGuid": "f07e5665-3258-418d-b38d-ebd5ca61da29",
                          "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": "52"
                          }
                        },
                        {
                          "$ref": "54"
                        }
                      ],
                      "customers": [
                        {
                          "$id": "55",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "customerID": "xrFN1djegk22/blZNujung==",
                          "customerIDGuid": "d54db1c6-ded8-4d82-b6fd-b95936e8ee9e",
                          "campaign": {
                            "$ref": "52"
                          },
                          "customer": {
                            "$id": "56",
                            "identifier": "avudJeqvF0C66LBK84N2sQ==",
                            "identifierGuid": "259dfb6a-afea-4017-bae8-b04af38376b1",
                            "code": "sample string 2",
                            "familyName": "sample string 3",
                            "givenName": "sample string 4",
                            "otherName": "sample string 5",
                            "title": "sample string 6",
                            "dateOfBirth": "2025-10-05T00:01:12.0155414",
                            "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": "wUqvL9QArE+m5oepegLcQw==",
                            "communityIdentifierGuid": "2faf4ac1-00d4-4fac-a6e6-87a97a02dc43",
                            "joined": "2025-10-05T00:01:12.0155414",
                            "updated": "2025-10-05T00:01:12.0155414",
                            "active": true,
                            "reasonInactive": 1,
                            "groupCustomer": true,
                            "loyaltyPoints": 1,
                            "homeStoreID": 1,
                            "availableSpend": 1,
                            "priceLevelIdentifier": "catO0DaKoEuqXVWsfzhYZA==",
                            "priceLevelIdentifierGuid": "d04eab71-8a36-4ba0-aa5d-55ac7f385864",
                            "marketingID": "sample string 18",
                            "hidden": true,
                            "registered": true,
                            "registeredOn": "2025-10-05T00:01:12.0155414",
                            "emailMarketing": true,
                            "smsMarketing": true,
                            "deleted": true,
                            "deletedUser": "sample string 24",
                            "homeStoreName": "sample string 25",
                            "customerCards": [
                              {
                                "$id": "57",
                                "cardType": 2,
                                "issueDate": "2025-10-05T00:01:12.0155414",
                                "expiry": "2025-10-05T00:01:12.0155414",
                                "customerID": "NRfzrlSp3U+6brgjbQPSSQ==",
                                "customerIDGuid": "aef31735-a954-4fdd-ba6e-b8236d03d249",
                                "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": "2025-10-05T00:01:12.0155414",
                                "linkedAccount": "264LutLIfEKo2S5cL0RFbQ==",
                                "linkedAccountGuid": "ba0baedb-c8d2-427c-a8d9-2e5c2f44456d",
                                "currentValueChanged": true,
                                "limitsChanged": true,
                                "customer": {
                                  "$ref": "56"
                                },
                                "account": {
                                  "$id": "58",
                                  "id": 1,
                                  "identifier": "Gj9lxzNazEuXy2B+oHj1gA==",
                                  "identifierGuid": "c7653f1a-5a33-4bcc-97cb-607ea078f580",
                                  "referenceNo": "sample string 3",
                                  "name": "sample string 4",
                                  "created": "2025-10-05T00:01:12.0155414",
                                  "owner": "sciVkqxtnUShdVQAn5AXVQ==",
                                  "ownerGuid": "9295c8b1-6dac-449d-a175-54009f901755",
                                  "accountStoreGroupIdentifier": "1LnbRP38MEGH+MFI5jG7Rg==",
                                  "accountStoreGroupGuid": "44dbb9d4-fcfd-4130-87f8-c148e631bb46",
                                  "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": "2025-10-05T00:01:12.0155414",
                                  "active": true,
                                  "updated": "2025-10-05T00:01:12.0155414",
                                  "deleted": true,
                                  "deletedUser": "sample string 16",
                                  "currentBalanceChanged": true,
                                  "maximumLimitChanged": true,
                                  "loyaltyPointsChanged": true,
                                  "projectedBalance": 17,
                                  "accountStoreGroupStoreIDs": [
                                    1,
                                    2
                                  ],
                                  "customerEmail": "sample string 18",
                                  "ownerCustomer": {
                                    "$ref": "56"
                                  },
                                  "card": {
                                    "$ref": "57"
                                  },
                                  "members": {
                                    "$id": "59",
                                    "sample string 1": [
                                      {
                                        "$ref": "56"
                                      },
                                      {
                                        "$ref": "56"
                                      }
                                    ],
                                    "sample string 2": [
                                      {
                                        "$ref": "56"
                                      },
                                      {
                                        "$ref": "56"
                                      }
                                    ]
                                  },
                                  "customerGroups": [
                                    {
                                      "$id": "60",
                                      "identifier": "0ROaKr1vf02RkwDnojq8ng==",
                                      "identifierGuid": "2a9a13d1-6fbd-4d7f-9193-00e7a23abc9e",
                                      "name": "sample string 2",
                                      "primaryContact": "u/ydL9GUkEyR2iocNeaTFw==",
                                      "primaryContactGuid": "2f9dfcbb-94d1-4c90-91da-2a1c35e69317",
                                      "accountID": "HLkzEwCO/UiNn4+FE2Lc5g==",
                                      "accountIDGuid": "1333b91c-8e00-48fd-8d9f-8f851362dce6",
                                      "special": true,
                                      "updated": "2025-10-05T00:01:12.0155414",
                                      "active": true,
                                      "reasonInactive": 1,
                                      "priceLevelIdentifier": "z/WzC/aq10WMcZAHCWTpBQ==",
                                      "priceLevelIdentifierGuid": "0bb3f5cf-aaf6-45d7-8c71-90070964e905",
                                      "deleted": true,
                                      "account": {
                                        "$ref": "58"
                                      },
                                      "primaryContactCustomer": {
                                        "$ref": "56"
                                      },
                                      "customerGroupMembers": [
                                        {
                                          "$id": "61",
                                          "id": 1,
                                          "groupID": "LosJsKqNQku6YtiyVpRaJA==",
                                          "groupIDGuid": "b0098b2e-8daa-4b42-ba62-d8b256945a24",
                                          "customerID": "zYSxiwS6yE+L5axN8e/N2g==",
                                          "customerIDGuid": "8bb184cd-ba04-4fc8-8be5-ac4df1efcdda",
                                          "card": "sample string 4",
                                          "linkedAccount": "myzBPKwa/UKP9amqKg9NOw==",
                                          "linkedAccountGuid": "3cc12c9b-1aac-42fd-8ff5-a9aa2a0f4d3b",
                                          "customer": {
                                            "$ref": "56"
                                          },
                                          "group": {
                                            "$ref": "60"
                                          },
                                          "customerCard": {
                                            "$ref": "57"
                                          }
                                        },
                                        {
                                          "$ref": "61"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "60"
                                    }
                                  ]
                                },
                                "payments": [
                                  {
                                    "$id": "62",
                                    "id": 1,
                                    "identifier": "mx8xHKtDU0qTkrQcdFs89g==",
                                    "identifierGuid": "1c311f9b-43ab-4a53-9392-b41c745b3cf6",
                                    "storeID": 2,
                                    "operatorName": "sample string 3",
                                    "saleHeaderID": 4,
                                    "paymentType": 5,
                                    "amount": 6,
                                    "account": "sample string 7",
                                    "accountID": "+OccHUpXVEqTcAkqbMJNrA==",
                                    "accountIDGuid": "1d1ce7f8-574a-4a54-9370-092a6cc24dac",
                                    "customerAccount": {
                                      "$ref": "58"
                                    },
                                    "customerCard": {
                                      "$ref": "57"
                                    },
                                    "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": "2025-10-05T00:01:12.0311561",
                                    "invRocNo": "sample string 14",
                                    "responseCode": "sample string 15",
                                    "cashout": 1,
                                    "tip": 16,
                                    "idempotentVoid": "GlJWcj/HCEa3c3vt/AqDaQ==",
                                    "idempotentVoidGuid": "7256521a-c73f-4608-b773-7bedfc0a8369",
                                    "offline": true,
                                    "processed": 1,
                                    "storeSaleHeader": {
                                      "$id": "63",
                                      "saleHeaderID": 1,
                                      "saleHeaderGuid": "9x9wfG/XaUam5DcCCAIj3Q==",
                                      "saleHeaderIdentifierGuid": "7c701ff7-d76f-4669-a6e4-3702080223dd",
                                      "created": "2025-10-05T00:01:12.0311561",
                                      "createdLocal": "2025-10-05T00:01:12.0311561",
                                      "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": "2025-10-05T00:01:12.0311561",
                                      "storeID": 1,
                                      "operatorG_Uid": "XGTI8eiwjkeXBfOKzm0svQ==",
                                      "operatorGuid": "f1c8645c-b0e8-478e-9705-f38ace6d2cbd",
                                      "customerG_Uid": "CVWKTVyPTUyBCPTKHeebEQ==",
                                      "customerGuid": "4d8a5509-8f5c-4c4d-8108-f4ca1de79b11",
                                      "communityIdentifier": "yJhuLWysNEuYtfsPOA2O7A==",
                                      "communityIdentifierGuid": "2d6e98c8-ac6c-4b34-98b5-fb0f380d8eec",
                                      "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": "PLirG8MN5EOmAd//qugO3Q==",
                                      "priceLevelIdentifierGuid": "1babb83c-0dc3-43e4-a601-dfffaae80edd",
                                      "locked": 36,
                                      "relationChecksum": "sample string 37",
                                      "loyaltyTender": 1,
                                      "giftCardTender": 1,
                                      "operator": {
                                        "$ref": "23"
                                      },
                                      "customer": {
                                        "$ref": "56"
                                      },
                                      "communityOrganisation": {
                                        "$id": "64",
                                        "id": 1,
                                        "identifier": "pVyKl78i7ESKVw0Qi6O4QA==",
                                        "identifierGuid": "978a5ca5-22bf-44ec-8a57-0d108ba3b840",
                                        "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",
                                        "totalAmountAwarded": 15.1,
                                        "updated": "2025-10-05T00:01:12.0311561",
                                        "deleted": true
                                      },
                                      "details": [
                                        {
                                          "$id": "65",
                                          "saleItemID": 1,
                                          "identifier": "EVJFRGQqVUOLQHxo+ZuMfA==",
                                          "identifierGuid": "44455211-2a64-4355-8b40-7c68f99b8c7c",
                                          "saleHeaderID": 2,
                                          "plu": 1,
                                          "pluG_UId": "dP00ZmQM3EqPfzedvqCNNw==",
                                          "pluGuid": "6634fd74-0c64-4adc-8f7f-379dbea08d37",
                                          "accountID": "SpoTgAc81kWtCQ3nvq4txg==",
                                          "accountIDGuid": "80139a4a-3c07-45d6-ad09-0de7beae2dc6",
                                          "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": "2025-10-05T00:01:12.0311561",
                                          "bestOrExpireType": 1,
                                          "providerName": "sample string 11",
                                          "refundG_UID": "98ATOC/dTUW7uXWqYrS3gQ==",
                                          "refundGuid": "3813c0f7-dd2f-454d-bbb9-75aa62b4b781",
                                          "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": "2n4lxKs05Ea/lhXy9UH+6g==",
                                          "idempotentVoidGuid": "c4257eda-34ab-46e4-bf96-15f2f541feea",
                                          "priceLevelIdentifier": "wsYqNvJenk2fIZcfCoQ/3A==",
                                          "priceLevelIdentifierGuid": "362ac6c2-5ef2-4d9e-9f21-971f0a843fdc",
                                          "productName": "sample string 23",
                                          "apn": "sample string 24",
                                          "unknownScans": [
                                            {
                                              "$id": "66",
                                              "id": 1,
                                              "saleDetailID": 2,
                                              "storeID": 1,
                                              "scanned": "2025-10-05T00:01:12.0311561",
                                              "operatorG_UID": "QEA=",
                                              "barcode": "sample string 4",
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "66"
                                            }
                                          ],
                                          "refund": {
                                            "$id": "67",
                                            "id": 1,
                                            "g_UID": "r6QFfHLOsUSRL7eXUYsVvg==",
                                            "guid": "7c05a4af-ce72-44b1-912f-b797518b15be",
                                            "description": "sample string 1",
                                            "dumped": true,
                                            "inventoryReasonID": 1,
                                            "sortOrder": 1,
                                            "updated": "2025-10-05T00:01:12.0311561"
                                          },
                                          "modifier": {
                                            "$id": "68",
                                            "id": 1,
                                            "setG_UID": "bjedlDXTMUi2rSYVHPX94Q==",
                                            "modifierSetGuid": "949d376e-d335-4831-b6ad-26151cf5fde1",
                                            "name": "sample string 2",
                                            "price": 1,
                                            "quantity": 1,
                                            "modifierType": 1,
                                            "groupNumber": 1,
                                            "pageNumber": 1,
                                            "controlOrder": 1,
                                            "printToStation": true,
                                            "pluG_UID": "jfLzscs3sEy8lyZJbfR8GA==",
                                            "pluGuid": "b1f3f28d-37cb-4cb0-bc97-26496df47c18",
                                            "deleted": true,
                                            "g_UID": "Ui0Tc5eHoUiiTIgCK/S/jQ==",
                                            "guid": "73132d52-8797-48a1-a24c-88022bf4bf8d",
                                            "product": {
                                              "$ref": "11"
                                            }
                                          },
                                          "priceLevelName": "sample string 25",
                                          "pumpNumber": 1,
                                          "hoseNumber": 1
                                        },
                                        {
                                          "$ref": "65"
                                        }
                                      ],
                                      "eftReceipts": [
                                        {
                                          "$id": "69",
                                          "id": 1,
                                          "storeID": 1,
                                          "saleHeaderID": 2,
                                          "storeSaleHeader": {
                                            "$ref": "63"
                                          },
                                          "receipt": "sample string 3",
                                          "processed": 1
                                        },
                                        {
                                          "$ref": "69"
                                        }
                                      ],
                                      "payments": [
                                        {
                                          "$ref": "62"
                                        },
                                        {
                                          "$ref": "62"
                                        }
                                      ],
                                      "cards": [
                                        {
                                          "$id": "70",
                                          "id": 1,
                                          "saleHeaderID": 1,
                                          "identifier": "sample string 2",
                                          "cardType": 3,
                                          "providerName": "sample string 4"
                                        },
                                        {
                                          "$ref": "70"
                                        }
                                      ],
                                      "campaignHits": [
                                        {
                                          "$id": "71",
                                          "id": 1,
                                          "saleHeaderID": 2,
                                          "campaign": "sample string 3",
                                          "name": "sample string 4",
                                          "processed": 1,
                                          "campaignDescription": "sample string 5"
                                        },
                                        {
                                          "$ref": "71"
                                        }
                                      ],
                                      "fuel": [
                                        {
                                          "$id": "72",
                                          "id": 1,
                                          "plu": 1,
                                          "pluG_UID": "A6qriTip8UWPKaEpg0E90A==",
                                          "pluGuid": "89abaa03-a938-45f1-8f29-a12983413dd0",
                                          "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": "2025-10-05T00:01:12.0311561",
                                          "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": "2025-10-05T00:01:12.0311561",
                                          "tagNumber": "sample string 15",
                                          "trackTwoRem": "sample string 16",
                                          "transCode": 1,
                                          "transType": 1,
                                          "unitPrice": 1.0,
                                          "vehicleReg": "sample string 17",
                                          "offline": true,
                                          "processed": 1
                                        },
                                        {
                                          "$ref": "72"
                                        }
                                      ],
                                      "fuelResells": [
                                        {
                                          "$id": "73",
                                          "saleItemID": 1,
                                          "saleHeaderID": 2,
                                          "plu": 1,
                                          "pluG_UId": "RAK6Y1zLpkqeZpjrpHr76w==",
                                          "pluGuid": "63ba0244-cb5c-4aa6-9e66-98eba47afbeb",
                                          "accountID": "PxTYQfeQFk2nzLkdMf8qZw==",
                                          "accountIDGuid": "41d8143f-90f7-4d16-a7cc-b91d31ff2a67",
                                          "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": "2025-10-05T00:01:12.0311561",
                                          "bestOrExpireType": 1,
                                          "refundG_UID": "CL+b7xZQTkukQWlI7JJLOA==",
                                          "refundGuid": "ef9bbf08-5016-4b4e-a441-6948ec924b38",
                                          "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": "73"
                                        }
                                      ],
                                      "customerOrder": [
                                        {
                                          "$id": "74",
                                          "identifier": "wopUie7JqUqFAx9OS2gIiQ==",
                                          "identifierGuid": "89548ac2-c9ee-4aa9-8503-1f4e4b680889",
                                          "id": 1,
                                          "orderNo": 2,
                                          "externalSaleIdentifier": "sample string 3",
                                          "storeID": 4,
                                          "zoneID": 5,
                                          "deptNo": 6,
                                          "customerIdentifier": "/ORzoUo+DUiL++/f7oZFFg==",
                                          "customerIdentifierGuid": "a173e4fc-3e4a-480d-8bfb-efdfee864516",
                                          "operatorNo": 1,
                                          "operatorG_UID": "DjKUKlfrnU2HYNQdf5crqw==",
                                          "operatorGuid": "2a94320e-eb57-4d9d-8760-d41d7f972bab",
                                          "created": "2025-10-05T00:01:12.0311561",
                                          "ordered": "2025-10-05T00:01:12.0311561",
                                          "started": "2025-10-05T00:01:12.0311561",
                                          "completed": "2025-10-05T00:01:12.0311561",
                                          "supplied": "2025-10-05T00:01:12.0311561",
                                          "quickTicket": 1,
                                          "deleted": true,
                                          "walkAway": true,
                                          "approxWait": 1,
                                          "actualWait": 1,
                                          "deliveryMethod": 8,
                                          "externalSaleType": 9,
                                          "customer": {
                                            "$ref": "56"
                                          },
                                          "operator": {
                                            "$ref": "23"
                                          },
                                          "details": [
                                            {
                                              "$id": "75",
                                              "headerID": 1,
                                              "plu": 1,
                                              "pluG_UId": "fY2FTYcMH0aaKXyT80BF3Q==",
                                              "pluGuid": "4d858d7d-0c87-461f-9a29-7c93f34045dd",
                                              "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": "x0S18/CLnka02AdDintAVA==",
                                              "headerIdentifierGuid": "f3b544c7-8bf0-469e-b4d8-07438a7b4054",
                                              "product": {
                                                "$ref": "11"
                                              }
                                            },
                                            {
                                              "$ref": "75"
                                            }
                                          ],
                                          "storeName": "sample string 11",
                                          "customerName": "sample string 12",
                                          "storeReplyTo": "sample string 13",
                                          "storeSubjectLine": "sample string 14",
                                          "storeSaleHeader": {
                                            "$ref": "63"
                                          }
                                        },
                                        {
                                          "$ref": "74"
                                        }
                                      ],
                                      "surveyResponses": [
                                        {
                                          "$id": "76",
                                          "surveyG_UID": "cNcqzpB0sk2LLNCLDbNtnw==",
                                          "surveyGuid": "ce2ad770-7490-4db2-8b2c-d08b0db36d9f",
                                          "saleHeaderGuid": "Ux8g4vCSiku39W1fFelJdw==",
                                          "saleGuid": "e2201f53-92f0-4b8a-b7f5-6d5f15e94977",
                                          "textResponse": "sample string 1",
                                          "integerResponse": 1,
                                          "g_UIDResponse": "iM6+a99gG0OIupUf2VQ5hA==",
                                          "guidResponse": "6bbece88-60df-431b-88ba-951fd9543984",
                                          "whoAnswered": 2,
                                          "answeredAtUTC": "2025-10-05T00:01:12.0311561",
                                          "sale": {
                                            "$ref": "63"
                                          },
                                          "survey": {
                                            "$id": "77",
                                            "g_UID": "9uvalhHGck+KtsdUk9MVsw==",
                                            "guid": "96daebf6-c611-4f72-8ab6-c75493d315b3",
                                            "name": "sample string 1",
                                            "storeID": 2,
                                            "zoneID": 1,
                                            "checkoutFormG_UID": "avx3GkHI906XO9cCSMjbAQ==",
                                            "checkoutFormGuid": "1a77fc6a-c841-4ef7-973b-d70248c8db01",
                                            "displayToWho": 3,
                                            "displayWhen": 4,
                                            "start": "2025-10-05T00:01:12.0311561",
                                            "end": "2025-10-05T00:01:12.0311561",
                                            "deleted": true,
                                            "updated": "2025-10-05T00:01:12.0311561",
                                            "possibleIntegerResponses": [
                                              1,
                                              2
                                            ],
                                            "possibleTextResponses": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "possibleGuidResponses": [
                                              "5d9f4cc7-de15-43d4-8125-8397f5e2302d",
                                              "4349795a-3ce8-4110-b585-73ede6485d63"
                                            ],
                                            "allowsAllTextResponses": true,
                                            "surveyForm": {
                                              "$ref": "31"
                                            }
                                          },
                                          "ingressId": "sample string 4"
                                        },
                                        {
                                          "$ref": "76"
                                        }
                                      ],
                                      "storeName": "sample string 38",
                                      "machineName": "sample string 39",
                                      "operatorName": "sample string 40",
                                      "direction": 1,
                                      "reason": "sample string 41",
                                      "accountG_UID": "b2fLYA4o+EK+Grzl5Nv0kA==",
                                      "accountIdentifier": "60cb676f-280e-42f8-be1a-bce5e4dbf490",
                                      "accountName": "sample string 42",
                                      "customerOrderIdentifier": "wPBj1cGatkOVxX/e5E2obw==",
                                      "customerOrderIdentifierGuid": "d563f0c0-9ac1-43b6-95c5-7fdee44da86f",
                                      "priceLevelName": "sample string 43",
                                      "revision": 44,
                                      "ingressId": "sample string 45"
                                    },
                                    "metadata": {
                                      "$id": "78",
                                      "id": 1,
                                      "paymentID": 2,
                                      "paymentIdentifier": "+eN13Zb5mEW108VWVRhltw==",
                                      "paymentIdentifierGuid": "dd75e3f9-f996-4598-b5d3-c556551865b7",
                                      "identifier": "xjX9ijaHnEeAApIZT0f7uQ==",
                                      "identifierGuid": "8afd35c6-8736-479c-8002-92194f47fbb9",
                                      "metadata": "sample string 3",
                                      "signatureImage": "QEA=",
                                      "itemIdentifier": "QOXxwrHSOUq22KEQTAZsHg==",
                                      "itemIdentifierGuid": "c2f1e540-d2b1-4a39-b6d8-a1104c066c1e"
                                    }
                                  },
                                  {
                                    "$ref": "62"
                                  }
                                ]
                              },
                              {
                                "$ref": "57"
                              }
                            ],
                            "customerGroupMembers": [
                              {
                                "$ref": "61"
                              },
                              {
                                "$ref": "61"
                              }
                            ],
                            "customerGroups": [
                              {
                                "$ref": "60"
                              },
                              {
                                "$ref": "60"
                              }
                            ],
                            "accounts": [
                              {
                                "$ref": "58"
                              },
                              {
                                "$ref": "58"
                              }
                            ],
                            "account": {
                              "$ref": "58"
                            },
                            "vouchers": [
                              {
                                "$id": "79",
                                "customerIdentifier": "eIXrRG3MNk6j2PW2MjrZOw==",
                                "customerIdentifierGuid": "44eb8578-cc6d-4e36-a3d8-f5b6323ad93b",
                                "voucherName": "sample string 2",
                                "count": 3,
                                "storeID": 4,
                                "barcode": "sample string 5",
                                "redeemCount": 6,
                                "issueCount": 7,
                                "storeSalePaymentID": 1,
                                "idempotentID": "z/T7mqoIH0iou6pSJxiAIA==",
                                "idempotentGuid": "9afbf4cf-08aa-481f-a8bb-aa5227188020",
                                "offline": true,
                                "voucher": {
                                  "$id": "80",
                                  "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": "2025-10-05T00:01:12.0311561",
                                  "barcodeTemplate": {
                                    "$id": "81",
                                    "templateID": 1,
                                    "template": "sample string 1",
                                    "bcFunction": "sample string 2",
                                    "sortOrder": 3
                                  },
                                  "scaleLabel": {
                                    "$id": "82",
                                    "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": "2025-10-05T00:01:12.0311561",
                                    "labelPageLayout": "Fssnsj78vU2ZfUGoJxdIng==",
                                    "pageLayoutGuid": "b227cb16-fc3e-4dbd-997d-41a82717489e",
                                    "labelType": 6,
                                    "oldName": "sample string 7",
                                    "voucher": {
                                      "$ref": "80"
                                    },
                                    "elements": [
                                      {
                                        "$id": "83",
                                        "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": "2025-10-05T00:01:12.0311561"
                                      },
                                      {
                                        "$ref": "83"
                                      }
                                    ]
                                  },
                                  "customerVouchers": [
                                    {
                                      "$id": "84",
                                      "id": 1,
                                      "customerIdentifier": "531YBHSFsEullbZuNG+V5g==",
                                      "customerIdentifierGuid": "04587de7-8574-4bb0-a595-b66e346f95e6",
                                      "voucherID": 3,
                                      "voucherName": "sample string 4",
                                      "storeID": 1,
                                      "barcode": "sample string 5",
                                      "dateOfIssue": "2025-10-05T00:01:12.0311561",
                                      "issuedSaleHeaderID": 1,
                                      "issuedSaleIdentifier": "sample string 7",
                                      "issuedOfflinePaymentID": 1,
                                      "issuedIdempotentID": "MzHkuJ0Ra0+rJwPi49TGPg==",
                                      "issuedIdempotentGuid": "b8e43133-119d-4f6b-ab27-03e2e3d4c63e",
                                      "issuedOffline": true,
                                      "issuedUser": "sample string 9",
                                      "issuedNotes": "sample string 10",
                                      "expiryDate": "2025-10-05T00:01:12.0311561",
                                      "expiredUser": "sample string 11",
                                      "expiredNotes": "sample string 12",
                                      "redeemed": "2025-10-05T00:01:12.0311561",
                                      "redeemedSaleHeaderID": 1,
                                      "redeemedSaleIdentifier": "sample string 13",
                                      "redeemedOfflinePaymentID": 1,
                                      "redeemedIdempotentID": "vM1LvwrTDUafYQipWChkKQ==",
                                      "redeemedIdempotentGuid": "bf4bcdbc-d30a-460d-9f61-08a958286429",
                                      "redeemedUser": "sample string 14",
                                      "redeemedNotes": "sample string 15",
                                      "redeemedOffline": true,
                                      "updated": "2025-10-05T00:01:12.0311561",
                                      "storeName": "sample string 17",
                                      "scaleLabel": {
                                        "$ref": "82"
                                      },
                                      "voucher": {
                                        "$ref": "80"
                                      },
                                      "customer": {
                                        "$ref": "56"
                                      },
                                      "issuedOfflinePayment": {
                                        "$ref": "62"
                                      },
                                      "redeemedOfflinePayment": {
                                        "$ref": "62"
                                      }
                                    },
                                    {
                                      "$ref": "84"
                                    }
                                  ]
                                },
                                "customer": {
                                  "$ref": "56"
                                }
                              },
                              {
                                "$ref": "79"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "55"
                        }
                      ],
                      "customerGroups": [
                        {
                          "$id": "85",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "groupID": "PBD3ArN3UEKfcpgHu3pVUg==",
                          "groupIDGuid": "02f7103c-77b3-4250-9f72-9807bb7a5552",
                          "campaign": {
                            "$ref": "52"
                          },
                          "group": {
                            "$ref": "60"
                          }
                        },
                        {
                          "$ref": "85"
                        }
                      ],
                      "signIqTickets": [
                        {
                          "$id": "86",
                          "identifier": "G4v8sEaGr0CoZlffF9seEg==",
                          "identifierGuid": "b0fc8b1b-8646-40af-a866-57df17db1e12",
                          "campaignName": "sample string 2",
                          "message": "sample string 3",
                          "ticketFileSource": "sample string 4",
                          "ticketFileDestination": "sample string 5",
                          "storeID": 1
                        },
                        {
                          "$ref": "86"
                        }
                      ],
                      "comboPriceGroups": [
                        {
                          "$id": "87",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "g_UID": "vsQKrnfBZk6tCyJo/5Zubg==",
                          "guid": "ae0ac4be-c177-4e66-ad0b-2268ff966e6e",
                          "description": "sample string 5",
                          "newPrice": 1,
                          "rangeDescription": "sample string 6",
                          "dealDescription": "sample string 7",
                          "labelQuantity": 8,
                          "hostProductCategoryID": 1,
                          "offerID": 1,
                          "dontUpdatePricePlus": true,
                          "campaign": {
                            "$ref": "52"
                          },
                          "comboPricePlus": [
                            {
                              "$id": "88",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "groupG_UID": "eIiCfVAwCEydFt03rLZjLQ==",
                              "groupGuid": "7d828878-3050-4c08-9d16-dd37acb6632d",
                              "comboPriceType": 5,
                              "priceType": 5,
                              "pluG_UID": "AGG7ZzDpZk6L3La1n4n7PQ==",
                              "pluGuid": "67bb6100-e930-4e66-8bdc-b6b59f89fb3d",
                              "priceGroupG_UID": "ghWi2a4x0EyKN+S9C2ckcg==",
                              "priceGroupGuid": "d9a21582-31ae-4cd0-8a37-e4bd0b672472",
                              "campaignPoolID": "sample string 7",
                              "quantity": 1,
                              "campaign": {
                                "$ref": "52"
                              },
                              "product": {
                                "$ref": "11"
                              },
                              "priceGroup": {
                                "$ref": "17"
                              },
                              "campaignPool": {
                                "$ref": "52"
                              }
                            },
                            {
                              "$ref": "88"
                            }
                          ]
                        },
                        {
                          "$ref": "87"
                        }
                      ],
                      "priceLevels": [
                        {
                          "$id": "89",
                          "id": 1,
                          "priceLevelIdentifier": "3RWD4Kf5YUWDRXqbuNcV9w==",
                          "priceLevelIdentifierGuid": "e08315dd-f9a7-4561-8345-7a9bb8d715f7",
                          "campaignName": "sample string 3",
                          "priceLevelName": "sample string 4"
                        },
                        {
                          "$ref": "89"
                        }
                      ]
                    },
                    "product": {
                      "$ref": "11"
                    },
                    "dealCost": {
                      "$id": "90",
                      "headerIdentifier": "D7Q5S2mPzki6STnW0r6N+w==",
                      "headerIdentifierGuid": "4b39b40f-8f69-48ce-ba49-39d6d2be8dfb",
                      "identifier": "8KHDdtftKECjeKPKTVFzmA==",
                      "identifierGuid": "76c3a1f0-edd7-4028-a378-a3ca4d517398",
                      "supplierIdentifier": "laE5VtY4LEaqC7TMLHK5Tg==",
                      "supplierGuid": "5639a195-38d6-462c-aa0b-b4cc2c72b94e",
                      "pluG_UID": "oHW6jSylvk+uQTeL2jCUwQ==",
                      "pluGuid": "8dba75a0-a52c-4fbe-ae41-378bda3094c1",
                      "campaignName": "4f4d93f1-450a-4329-8302-b9cc3871a166",
                      "description": "sample string 4",
                      "cost": 5,
                      "costDecimals": 6,
                      "start": "2025-10-05T00:01:12.0311561",
                      "end": "2025-10-05T00:01:12.0311561",
                      "type": 9,
                      "promoType": 10,
                      "bonusItemPLUG_UID": "teVmhYc5wEuno/ElJhmiUw==",
                      "bonusItemPluGuid": "8566e5b5-3987-4bc0-a7a3-f1252619a253",
                      "bonusPurchaseUnits": 11,
                      "bonusReceiveUnits": 12,
                      "updated": "2025-10-05T00:01:12.0311561",
                      "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": "2025-10-05T00:01:12.0311561",
                      "campaignEndDate": "2025-10-05T00:01:12.0311561",
                      "masterPLUG_UID": "tEjJOf8iIUGdsBE1ihSpnw==",
                      "masterID": "39c948b4-22ff-4121-9db0-11358a14a99f",
                      "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": "OQyPbMQ/Hk2DLws5O7ijSQ==",
                      "bonusMasterID": "6c8f0c39-3fc4-4d1e-832f-0b393bb8a349",
                      "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": "2025-10-05T00:01:12.0311561",
                  "dealCosts": [
                    {
                      "$ref": "90"
                    },
                    {
                      "$ref": "90"
                    }
                  ],
                  "tags": [
                    {
                      "$id": "91",
                      "pluG_UID": "Z5j+SjrzCUOmdtqkXAqhIA==",
                      "pluGuid": "4afe9867-f33a-4309-a676-daa45c0aa120",
                      "tagID": 1,
                      "description": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "91"
                    }
                  ],
                  "alternateProductG_UID": "Qt0J1EAMeki4OPwHjaVUKw==",
                  "alternateProduct": "d409dd42-0c40-487a-b838-fc078da5542b",
                  "productHostCode": {
                    "$id": "92",
                    "id": 1,
                    "pluG_UID": "EHFDrpQbUUCSZlBxw8vDog==",
                    "pluGuid": "ae437110-1b94-4051-9266-5071c3cbc3a2",
                    "ibaCode": "sample string 2"
                  },
                  "mscCat": {
                    "$ref": "46"
                  },
                  "mscCom": {
                    "$ref": "47"
                  },
                  "mscDep": {
                    "$ref": "49"
                  },
                  "mscSubCom": {
                    "$ref": "48"
                  },
                  "isUserUpdate": true,
                  "ignoreMasterProduct": true,
                  "priceGroupLabelRequested": true,
                  "firstSold": "2025-10-05T00:01:12.0311561",
                  "inventoryTracked": "2025-10-05T00:01:12.0311561",
                  "isNormalPriceChangesCampaign": true
                },
                "supplier": {
                  "$ref": "6"
                },
                "serviceFee": {
                  "$id": "93",
                  "id": 1,
                  "description": "sample string 1",
                  "fee": 1
                },
                "isPrimaryHost": true,
                "hostVendor": 47
              },
              {
                "$ref": "9"
              }
            ],
            "orderCycleHeaders": [
              {
                "$id": "94",
                "storeID": 1,
                "supplierIdentifier": "B3Wzhgh88UKcsiGtFrmAmQ==",
                "supplierGuid": "86b37507-7c08-42f1-9cb2-21ad16b98099",
                "departmentCode": "sample string 2",
                "warehouseDirectIndicator": "sample string 3",
                "type": 4,
                "storeName": "sample string 5",
                "departmentName": "sample string 6",
                "orderDays": 7
              },
              {
                "$ref": "94"
              }
            ],
            "cycles": [
              {
                "$id": "95",
                "storeID": 1,
                "supplierIdentifier": "3BniyJuwCEeD3bRDqH49pg==",
                "supplierGuid": "c8e219dc-b09b-4708-83dd-b443a87e3da6",
                "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": "2025-10-05T00:01:12.0311561",
                "deliveryDate": "2025-10-05T00:01:12.0311561",
                "nextCutOffDate": "2025-10-05T00:01:12.0311561",
                "nextDeliveryDate": "2025-10-05T00:01:12.0311561",
                "nextDaysBuffer": 10
              },
              {
                "$ref": "95"
              }
            ],
            "store": {
              "$ref": "2"
            },
            "updated": "2025-10-05T00:01:12.0311561",
            "isHost": true
          },
          "files": [
            {
              "$id": "96",
              "id": "sample string 1",
              "fileName": "sample string 2",
              "extension": "sample string 3",
              "provider": 0,
              "type": 0,
              "hostType": "sample string 4",
              "createdUtc": "2025-10-05T00:01:12.0311561",
              "processed": "2025-10-05T00:01:12.0311561",
              "isProcessing": true,
              "processedCount": 6,
              "processingTime": 1,
              "collectedUtc": "2025-10-05T00:01:12.0311561",
              "size": 1,
              "sizeFormat": "sample string 7",
              "isArchive": true,
              "version": "sample string 9",
              "reference": "sample string 10",
              "digest": "sample string 11",
              "contentType": "sample string 12",
              "host": {
                "$ref": "5"
              },
              "metcashHeader": {
                "$id": "97",
                "customerNumber": "sample string 1",
                "creationDate": "2025-10-05T00:01:12.0311561",
                "businessPillar": "sample string 3",
                "fileType": "sample string 4"
              }
            },
            {
              "$ref": "96"
            }
          ],
          "zoneMatrix": [
            {
              "$id": "98",
              "id": 1,
              "hostIdentifier": "uLF57fcSQEOq2nRb8C+4IA==",
              "hostIdentifierGuid": "ed79b1b8-12f7-4340-aada-745bf02fb820",
              "storeID": 1,
              "departmentCode": "sample string 2",
              "hostGuids": [
                "e4ed10a0-717c-4783-875b-789378b3d2f1",
                "7c9614fc-3c20-43f2-8005-cdf33cc520c3"
              ]
            },
            {
              "$ref": "98"
            }
          ],
          "hostFileStoreSetting": {
            "$ref": "4"
          },
          "hostStoreSettings": [
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            }
          ],
          "promotionPlacements": [
            {
              "$id": "99",
              "identifier": "yLFqLBhrA0OBFXp5Sc+FCg==",
              "identifierGuid": "2c6ab1c8-6b18-4303-8115-7a7949cf850a",
              "code": "sample string 2",
              "description": "sample string 3",
              "isAdvertised": true
            },
            {
              "$ref": "99"
            }
          ],
          "promoTypeGuids": [
            "3e8cb86b-9818-42ac-b35a-c8572dc424bb",
            "5a60600b-90b5-413b-b5c4-417e1e03fb87"
          ],
          "isPromotionOnly": false,
          "isOrderable": false,
          "vendor": 0
        },
        "groupIDs": [
          1,
          2
        ],
        "hostDescription": "sample string 24"
      },
      {
        "$ref": "4"
      }
    ],
    "accounts": [
      {
        "$id": "100",
        "id": 1,
        "storeID": 1,
        "accountName": "sample string 2",
        "bsb": "sample string 3",
        "accountNumber": "sample string 4",
        "accountDesignated": true
      },
      {
        "$ref": "100"
      }
    ],
    "sales": [
      {
        "$id": "101",
        "id": 1,
        "storeID": 1,
        "externalSalesType": 2,
        "ftpSiteID": 1,
        "lastSaleProcessed": "2025-10-05T00:01:12.0311561",
        "ftpSite": {
          "$id": "102",
          "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": "101"
      }
    ],
    "zoneMatrix": [
      {
        "$ref": "98"
      },
      {
        "$ref": "98"
      }
    ],
    "cashManagements": [
      {
        "$id": "103",
        "id": 1,
        "storeID": 1,
        "cashManagementType": 2,
        "apiID": 1,
        "organisationID": "sample string 3",
        "siteName": "sample string 4",
        "thirdPartyAPI": {
          "$id": "104",
          "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": "103"
      }
    ],
    "updateStoreID": "cbe269f5-eeb4-4594-91b0-d1c601b8724f",
    "updateStore": {
      "$id": "105",
      "id": "8fc2fdc0-ba61-472e-b904-28c1b5c41f6d",
      "name": "sample string 1",
      "lastActivity": "2025-10-05T00:01:12.0311561",
      "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": "2025-10-05T00:01:12.0311561"
    },
    "timeZoneId": "sample string 53",
    "securityOptions": {
      "$id": "106",
      "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": "6"
  },
  "order": {
    "$id": "107",
    "orderID": 1,
    "orderGuid": "Kaxxjlhua0W5rgpl+oroyw==",
    "orderIdentifier": "8e71ac29-6e58-456b-b9ae-0a65fa8ae8cb",
    "backToBack": 1,
    "b2bGuid": "F2CV2Mf/9kaWdFng8PSQHw==",
    "b2bIdentifier": "d8956017-ffc7-46f6-9674-59e0f0f4901f",
    "status": 2,
    "created": "2025-10-05T00:01:12.0311561",
    "createdLocal": "2025-10-05T00:01:12.0311561",
    "createdByUser": "sample string 3",
    "storeID": 1,
    "transferGuid": "sA5EasS6wEarSzmq+hoEAA==",
    "transferIdentifier": "6a440eb0-bac4-46c0-ab4b-39aafa1a0400",
    "transferInvoiceIdentifier": "EpVeB0YNd06ygPzZSCQobQ==",
    "transferInvoiceGuid": "075e9512-0d46-4e77-b280-fcd94824286d",
    "attachedToInvoice": 4,
    "transferType": 1,
    "supplierIdentifier": "zjlskCVjo0K6TiCU5vJ6Lw==",
    "supplierIdentifierGuid": "906c39ce-6325-42a3-ba4e-2094e6f27a2f",
    "description": "sample string 5",
    "rows": 1,
    "cartons": 1,
    "units": 1,
    "sentCount": 1,
    "sent": "2025-10-05T00:01:12.0311561",
    "sentLocal": "2025-10-05T00:01:12.0311561",
    "sentByUser": "sample string 6",
    "lastSentStatus": 1,
    "cancelled": "2025-10-05T00:01:12.0311561",
    "cancelledLocal": "2025-10-05T00:01:12.0311561",
    "cancelledByUser": "sample string 7",
    "shipped": "2025-10-05T00:01:12.0311561",
    "shippedLocal": "2025-10-05T00:01:12.0311561",
    "shippedByUser": "sample string 8",
    "stockReceived": "2025-10-05T00:01:12.0311561",
    "stockReceivedLocal": "2025-10-05T00:01:12.0311561",
    "stockReceivedByUser": "sample string 9",
    "received": "2025-10-05T00:01:12.0311561",
    "receivedLocal": "2025-10-05T00:01:12.0311561",
    "completed": "2025-10-05T00:01:12.0311561",
    "completedLocal": "2025-10-05T00:01:12.0311561",
    "updated": "2025-10-05T00:01:12.0311561",
    "updatedLocal": "2025-10-05T00:01:12.0311561",
    "dueDate": "2025-10-05T00:01:12.0311561",
    "warehouseNote": "sample string 10",
    "warehouseRef": "sample string 11",
    "pdeSerialNumber": "sample string 12",
    "tradingPartner": 1,
    "orderType": "sample string 1",
    "orderTypeDescription": "sample string 2",
    "stateCode": "sample string 15",
    "mailCarbonCopy": true,
    "mailTo": "sample string 17",
    "mailBcc": "sample string 18",
    "mailReplyTo": "sample string 19",
    "liquor": true,
    "summary": "sample string 21",
    "notes": "sample string 22",
    "supplierNotes": "sample string 23",
    "receiptEmailSent": true,
    "receiptEmailSentId": "sample string 25",
    "receiptEmailSentStatus": "sample string 26",
    "transportCompanyGuid": "cCklk7kN2E2srV/CSA9y5g==",
    "transportCompanyIdentifier": "93252970-0db9-4dd8-acad-5fc2480f72e6",
    "autoOrder": 27,
    "hostIdentifier": "f3ZnZmLM8Eml4zYCUmysXQ==",
    "hostIdentifierGuid": "6667767f-cc62-49f0-a5e3-3602526cac5d",
    "defaultOrderDocumentId": 1,
    "defaultStockReceiveDocumentId": 1,
    "temperature": 1.1,
    "temperatureScale": 28,
    "rating": 29,
    "lastOrderEmailSentId": "sample string 30",
    "lastOrderEmailSentStatus": "sample string 31",
    "deleted": "2025-10-05T00:01:12.0311561",
    "deletedByUser": "sample string 32",
    "autoOrderGuid": "bhdOzFMA902KbVA8Z7Q1lA==",
    "autoOrderIdentifier": "cc4e176e-0053-4df7-8a6d-503c67b43594",
    "autoOrderHeader": {
      "$id": "108",
      "autoOrderGuid": "Ld4WHj6ATE6+kGDbUTSb3g==",
      "autoOrderIdentifier": "1e16de2d-803e-4e4c-be90-60db51349bde",
      "orderGuid": "VGVkQpy8U0WSFTZoIMBH6A==",
      "orderIdentifier": "42646554-bc9c-4553-9215-366820c047e8",
      "created": "2025-10-05T00:01:12.0311561",
      "orderID": 1,
      "storeID": 1,
      "orderDate": "2025-10-05T00:01:12.0311561",
      "supplierIdentifier": "ujwf29e5ekioVBadVd89QA==",
      "supplierIdentifierGuid": "db1f3cba-b9d7-487a-a854-169d55df3d40",
      "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": "4PUiGYgumE29SWFY8csHIg==",
      "transportCompanyIdentifier": "1922f5e0-2e88-4d98-bd49-6158f1cb0722",
      "store": {
        "$ref": "2"
      },
      "supplier": {
        "$ref": "6"
      },
      "orderCycle": {
        "$id": "109",
        "id": 1,
        "autoOrderGuid": "KEXjmt7odUe+eNmIBj3ieQ==",
        "autoOrderIdentifier": "9ae34528-e8de-4775-be78-d988063de279",
        "cutOffDate": "2025-10-05T00:01:12.0311561",
        "deliveryDate": "2025-10-05T00:01:12.0311561",
        "daysBuffer": 3,
        "nextCutOffDate": "2025-10-05T00:01:12.0311561",
        "nextDeliveryDate": "2025-10-05T00:01:12.0311561",
        "nextDaysBuffer": 5
      },
      "details": [
        {
          "$id": "110",
          "autoOrderGuid": "ZKqw493s+0WhpzEvILfNDQ==",
          "autoOrderIdentifier": "e3b0aa64-ecdd-45fb-a1a7-312f20b7cd0d",
          "pluG_UID": "60K2N1yH4U2kwAjjuz3SQg==",
          "pluGuid": "37b642eb-875c-4de1-a4c0-08e3bb3dd242",
          "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": "2025-10-05T00:01:12.0311561",
          "investmentBuyStatus": 2,
          "processed": "2025-10-05T00:01:12.0311561",
          "product": {
            "$ref": "11"
          },
          "orderCode": "sample string 3",
          "directIndicator": "sample string 4",
          "cycle": {
            "$ref": "95"
          },
          "dayWeighting": {
            "$id": "111",
            "sunday": 1.1
          },
          "inventory": {
            "$id": "112",
            "inventoryGuid": "KWZnZ+uwe0GJknXrSnDvaQ==",
            "inventoryIdentifier": "67676629-b0eb-417b-8992-75eb4a70ef69",
            "created": "2025-10-05T00:01:12.0311561",
            "createdLocal": "2025-10-05T00:01:12.0311561",
            "onHand": 4,
            "onHandPacks": 5,
            "onOrder": 6,
            "onOrderPacks": 7,
            "accuracy": 8,
            "updated": "2025-10-05T00:01:12.0311561",
            "history": [
              {
                "$id": "113",
                "inventoryGuid": "SsoKIBIQTEO3h02GZAN4og==",
                "inventoryIdentifier": "200aca4a-1012-434c-b787-4d86640378a2",
                "pluG_UID": "xjyM17p5vEioAT2Tb4xK7A==",
                "pluIdentifier": "d78c3cc6-79ba-48bc-a801-3d936f8c4aec",
                "inventoryReason": 3,
                "inventoryInvoiceGuid": "Bthl4N4JnUukaKy4dFSkJw==",
                "invoiceIdentifier": "e065d806-09de-4b9d-a468-acb87454a427",
                "operatorGuid": "EU1Txk+97EiERY5WADSfSA==",
                "operatorIdentifier": "c6534d11-bd4f-48ec-8445-8e5600349f48",
                "stocktakeGuid": "SENsyZe1F0GMG/7YYYRG1Q==",
                "stocktakeIdentifier": "c96c4348-b597-4117-8c1b-fed8618446d5",
                "orderGuid": "rLSHW4tnrE20y7WWSBhiXw==",
                "orderIdentifier": "5b87b4ac-678b-4dac-b4cb-b5964818625f",
                "saleHeaderGuid": "EACC7xcCnkSAw9Zz4IF0iQ==",
                "saleHeaderGuidIdentifier": "ef820010-0217-449e-80c3-d673e0817489",
                "dumpStockID": 1,
                "fuelDeliveryID": 1,
                "creditNoteIdentifier": "IYAKKhpwmUiDqdVXSDs1wg==",
                "creditNoteGuid": "2a0a8021-701a-4899-83a9-d557483b35c2",
                "inventorySourceGuid": "38nxYof8C0y546EhNO5vQA==",
                "inventorySourceIdentifier": "62f1c9df-fc87-4c0b-b9e3-a12134ee6f40",
                "createdLocal": "2025-10-05T00:01:12.0311561",
                "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": "2025-10-05T00:01:12.0311561",
                "createdLocalTime": "2025-10-05T00:01:12.0311561",
                "storeID": 14,
                "barcode": "sample string 15",
                "directCode": "sample string 16",
                "productName": "sample string 17",
                "salesMode": 18,
                "orderPacked": 19,
                "invoice": {
                  "$id": "114",
                  "inventoryInvoiceGuid": "iaVeta251kqz/xTmiBr1PA==",
                  "invoiceIdentifier": "b55ea589-b9ad-4ad6-b3ff-14e6881af53c",
                  "inventoryGuid": "UJDjwiHEr0CpjPs8qSWojg==",
                  "inventoryIdentifier": "c2e39050-c421-40af-a98c-fb3ca925a88e",
                  "supplierIdentifier": "RPuKIVTBDkKx1/VMLKTWKA==",
                  "supplierGuid": "218afb44-c154-420e-b1d7-f54c2ca4d628",
                  "orderGuid": "liyTqpFs+0iWTDvtAMk5pA==",
                  "orderIdentifier": "aa932c96-6c91-48fb-964c-3bed00c939a4",
                  "invoiceHeaderIdentifier": "XC85XgjWz0qwH3Q9Br+PfA==",
                  "invoiceHeaderGuid": "5e392f5c-d608-4acf-b01f-743d06bf8f7c",
                  "created": "2025-10-05T00:01:12.0311561",
                  "ordered": "2025-10-05T00:01:12.0311561",
                  "storeID": 1,
                  "bestOrExpire": "2025-10-05T00:01:12.0311561",
                  "bestOrExpireType": 1,
                  "units": 1,
                  "weight": 1,
                  "received": "2025-10-05T00:01:12.0311561",
                  "cost": 1,
                  "totalCost": 1,
                  "freightCost": 1,
                  "inStock": 1,
                  "pluG_UID": "njTmZx87uUeQkJ+xribKwQ==",
                  "pluGuid": "67e6349e-3b1f-47b9-9090-9fb1ae26cac1",
                  "orderInventoryGuid": "XNjW1z+IYEeJr9RKBJq3VQ==",
                  "orderInventoryIdentifier": "d7d6d85c-883f-4760-89af-d44a049ab755",
                  "supplier": {
                    "$ref": "6"
                  },
                  "inventoryUnits": [
                    {
                      "$id": "115",
                      "invoiceItemNo": 1,
                      "inventoryInvoiceGuid": "1TtQwonSa0WXtDqVavC1aA==",
                      "invoiceIdentifier": "c2503bd5-d289-456b-97b4-3a956af0b568",
                      "inventoryGuid": "RkTBEN3+oEycIDBvwadIhw==",
                      "inventoryIdentifier": "10c14446-fedd-4ca0-9c20-306fc1a74887",
                      "serialNumber": "sample string 3",
                      "sold": "2025-10-05T00:01:12.0311561",
                      "saleItemID": 1,
                      "storeID": 1,
                      "returned": "2025-10-05T00:01:12.0311561",
                      "dumped": 1,
                      "saleHeaderID": 1
                    },
                    {
                      "$ref": "115"
                    }
                  ]
                },
                "invoiceHeaderIdentifier": "GymPlYFtVUe8WJdmZVbJuA==",
                "invoiceHeaderGuid": "958f291b-6d81-4755-bc58-97666556c9b8",
                "invoiceNumber": "sample string 20",
                "invoiceCost": 1,
                "invoiceCostDecimals": 1,
                "orderNumber": 1,
                "orderReceivingStoreName": "sample string 21",
                "orderSendingStoreName": "sample string 22",
                "creditNoteID": 1,
                "reason": {
                  "$id": "116",
                  "id": 1,
                  "name": "sample string 1",
                  "allowRF": 2,
                  "dumpStock": 3,
                  "creditRequest": 4,
                  "excludeFromLoss": 5,
                  "reserved": 6,
                  "updated": "2025-10-05T00:01:12.0311561"
                },
                "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
              },
              {
                "$ref": "113"
              }
            ],
            "products": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ],
            "lastInvoiceCost": 1
          },
          "aws": 5.0,
          "explanations": [
            {
              "$id": "117",
              "pluG_UID": "CHZxIvnZiEeo7uP+1kolCg==",
              "pluGuid": "22717608-d9f9-4788-a8ee-e3fed64a250a",
              "consolidatedSales": {
                "$id": "118",
                "1": {
                  "$id": "119",
                  "discountPercentage": 1,
                  "days": 2,
                  "quantity": 3.1,
                  "aws": 3.1,
                  "cartonQuantity": 4.1,
                  "lowQuality": true
                },
                "2": {
                  "$ref": "119"
                }
              },
              "dailyPrices": {
                "$id": "120",
                "2025-10-05T00:01:12.0311561": {
                  "$id": "121",
                  "date": "2025-10-05T00:01:12.0311561",
                  "salePrice": 1,
                  "campaign": "sample string 2",
                  "campaignDescription": "sample string 3",
                  "combo": true,
                  "comboPriceGroupG_UID": "HPXBhnoPFk2OUjqIGigfcg==",
                  "comboPriceGroupGuid": "86c1f51c-0f7a-4d16-8e52-3a881a281f72"
                }
              },
              "onHandPredictions": [
                {
                  "$id": "122",
                  "autoOrderGuid": "uDKbPTE0J0SBdCkvFQMFLA==",
                  "autoOrderIdentifier": "3d9b32b8-3431-4427-8174-292f1503052c",
                  "pluG_UID": "UXxaNi7o0ESPBsKo8CLCzw==",
                  "pluGuid": "365a7c51-e82e-44d0-8f06-c2a8f022c2cf",
                  "childPLUG_UID": "nzq0S3bl00CNy+UA9giqEg==",
                  "childPluGuid": "4bb43a9f-e576-40d3-8dcb-e500f608aa12",
                  "date": "2025-10-05T00:01:12.0311561",
                  "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": "122"
                }
              ],
              "predictions": [
                {
                  "$ref": "122"
                },
                {
                  "$ref": "122"
                }
              ],
              "product": {
                "$ref": "11"
              }
            },
            {
              "$ref": "117"
            }
          ],
          "supplierOrderingDetail": {
            "$ref": "9"
          },
          "manufacturerSupplier": "b25ea90b-b513-42be-85b6-da6ff7f3d294",
          "cartonQuantity": 1,
          "sellPrice": 1,
          "cost": 1,
          "costDecimals": 1,
          "bufferDays": 6,
          "boostDays": 7
        },
        {
          "$ref": "110"
        }
      ],
      "boosts": [
        {
          "$id": "123",
          "autoOrderGuid": "BXFCUyUiFUyZc2b9kVbMKA==",
          "autoOrderIdentifier": "53427105-2225-4c15-9973-66fd9156cc28",
          "date": "2025-10-05T00:01:12.0311561",
          "boost": 2
        },
        {
          "$ref": "123"
        }
      ]
    },
    "supplierName": "sample string 33",
    "supplierStoreID": 1,
    "supplierCartonsOnly": true,
    "supplierEnforceMinimumQuantity": true,
    "supplierMinimumOrderValue": 1,
    "storeName": "sample string 36",
    "orderCode": {
      "$id": "124",
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "store": {
      "$ref": "2"
    },
    "supplier": {
      "$ref": "6"
    },
    "totalCostInc": 37.0,
    "totalPickedCostInc": 38.0,
    "totalReceivedCostInc": 39.0,
    "total": {
      "$id": "125",
      "orderGuid": "pTPYnIMs3UW7UMwe4zzzyQ==",
      "orderIdentifier": "9cd833a5-2c83-45dd-bb50-cc1ee33cf3c9",
      "supplierIdentifier": "J6C/YJHuzUG3ilj8ragQUA==",
      "supplierGuid": "60bfa027-ee91-41cd-b78a-58fcada81050",
      "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": "126",
        "id": 1,
        "orderGuid": "+WQxMAJlUEK0vBkRRjTHUA==",
        "orderIdentifier": "303164f9-6502-4250-b4bc-19114634c750",
        "pluG_UID": "aol/MolxB0mKA5YOZw6rhw==",
        "pluGuid": "327f896a-7189-4907-8a03-960e670eab87",
        "created": "2025-10-05T00:01:12.0311561",
        "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,
        "cost": 1,
        "costDecimals": 1,
        "pickedCost": 1,
        "pickedCostDecimals": 1,
        "averagePackSize": 9.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 10",
        "receivedUnits": 1,
        "receivedWeight": 1,
        "received": 1,
        "status": 11,
        "substituteG_UID": "mL3S7rSLFU+g8xOSWpdL9Q==",
        "substituteGuid": "eed2bd98-8bb4-4f15-a0f3-13925a974bf5",
        "warehousePLUG_UID": "dQj/vkTEPkKnmFvig+r3tQ==",
        "warehousePluGuid": "beff0875-c444-423e-a798-5be283eaf7b5",
        "updated": "2025-10-05T00:01:12.0311561",
        "increment": true,
        "description": "sample string 13",
        "product": {
          "$ref": "11"
        },
        "unknownScan": {
          "$id": "127",
          "pluG_UID": "TgSNzOj7kEK4pIuOoUdZlA==",
          "pluGuid": "cc8d044e-fbe8-4290-b8a4-8b8ea1475994",
          "orderGuid": "VX17RsR8UkqfMPd4uCfJvA==",
          "orderIdentifier": "467b7d55-7cc4-4a52-9f30-f778b827c9bc",
          "barcode": "sample string 3",
          "created": "2025-10-05T00:01:12.0311561",
          "assigned": true
        },
        "unknownScanItem": true,
        "substitute": {
          "$ref": "11"
        },
        "warehouseProduct": {
          "$ref": "11"
        },
        "lookup": {
          "$id": "128",
          "pluG_UID": "InW6Q6u5XUGtaC1rAOxw3w==",
          "pluGuid": "43ba7522-b9ab-415d-ad68-2d6b00ec70df",
          "inventoryGuid": "dUXeTS8GgE2GiTqISsyMOw==",
          "inventoryIdentifier": "4dde4575-062f-4d80-8689-3a884acc8c3b",
          "averageWeeklySales": 1.0,
          "promotionalAverageWeeklySales": 1.0,
          "inventoryAverageWeeklySales": 1.0,
          "inventoryPromotionalAverageWeeklySales": 1.0,
          "onHand": 1,
          "onHandPacks": 1,
          "onOrder": 1,
          "onOrderPacks": 1,
          "accuracy": 1,
          "lastOrdered": "2025-10-05T00:01:12.0311561",
          "lastOrderQuantity": 1.1,
          "lastReceived": "2025-10-05T00:01:12.0311561",
          "lastReceivedQuantity": 1.1,
          "lastInvoiceStatus": 1
        },
        "productOrderingDetail": {
          "$ref": "9"
        },
        "dealCost": {
          "$ref": "90"
        },
        "nextCost": {
          "$ref": "90"
        },
        "lastChance": true,
        "holdOff": 16,
        "holdOffDate": "2025-10-05T00:01:12.0311561",
        "orderHeader": {
          "$ref": "107"
        },
        "invoiceDetail": {
          "$id": "129",
          "identifier": "uJcxUO0BaUS78/83LaERvg==",
          "identifierGuid": "503197b8-01ed-4469-bbf3-ff372da111be",
          "headerIdentifier": "v7Yf6q9DpkKP7RPlD7qxZA==",
          "headerIdentifierGuid": "ea1fb6bf-43af-42a6-8fed-13e50fbab164",
          "pluG_UID": "jmCcizJNc0i8zeB1eV9ZZQ==",
          "pluGuid": "8b9c608e-4d32-4873-bccd-e075795f5965",
          "pageNo": 1,
          "lineNo": 1,
          "itemOrdered": "sample string 1",
          "itemShipped": "sample string 2",
          "apn": "sample string 3",
          "barcode": "sample string 4",
          "prodStatus": 0,
          "dateAvailable": "2025-10-05T00:01:12.0311561",
          "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": "2025-10-05T00:01:12.0311561",
          "costEnd": "2025-10-05T00:01:12.0311561",
          "createdFromUnknownScan": true,
          "orderGuid": "MYp0ZyhzO0eE90e868IZuQ==",
          "orderIdentifierGuid": "67748a31-7328-473b-84f7-47bcebc219b9",
          "processed": true,
          "received": true,
          "inventoried": true,
          "fromElectronicInvoice": true,
          "allowDelete": true,
          "updated": "2025-10-05T00:01:12.0311561",
          "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": "130",
            "pluG_UID": "+SIpUYJetketygGVhDsXLg==",
            "pluGuid": "512922f9-5e82-47b6-adca-0195843b172e",
            "invoiceIdentifier": "XXAGEeSI2Eq106xQTxzZFQ==",
            "invoiceGuid": "1106705d-88e4-4ad8-b5d3-ac504f1cd915",
            "barcode": "sample string 3",
            "itemNumber": "sample string 4",
            "created": "2025-10-05T00:01:12.0311561"
          },
          "productActive": true,
          "productSalesMode": 35,
          "productGSTPercent": 36,
          "productCostCalcMethod": 37,
          "productAlwaysApplyMargin": true,
          "productMarginRanged": true,
          "productMargin": 1.1,
          "productMinimumMargin": 1.1,
          "productMaximumMargin": 1.1,
          "priceGroupG_UID": "DpAm8ROwikeHv5Rke9S/YA==",
          "priceGroupGuid": "f126900e-b013-478a-87bf-94647bd4bf60",
          "priceGroupName": "sample string 40",
          "priceGroupCode": "sample string 41",
          "product": {
            "$ref": "11"
          },
          "incrementCount": true,
          "minimumQuantity": 1,
          "randomWeight": true,
          "salesMode": 43,
          "cartons": 1,
          "weight": 1,
          "units": 1,
          "autoOrderStatus": 1,
          "invoiceDetailReceive": true
        },
        "autoOrderDetail": {
          "$ref": "110"
        },
        "doNotRange": true,
        "doNotOrder": true,
        "costGSTPercent": 1,
        "orderDetailReceive": true,
        "isBackedUp": true,
        "backupWarehouseIndicator": "sample string 21",
        "backupOrderCode": "sample string 22"
      },
      {
        "$ref": "126"
      }
    ],
    "unknownScans": [
      {
        "$ref": "127"
      },
      {
        "$ref": "127"
      }
    ],
    "transportCompany": {
      "$id": "131",
      "identifier": "l9AKYGknnESTvRCFFddq5A==",
      "identifierGuid": "600ad097-2769-449c-93bd-108515d76ae4",
      "companyName": "sample string 1",
      "abn": "sample string 2",
      "address1": "sample string 3",
      "address2": "sample string 4",
      "telephone": "sample string 5",
      "primaryContactGuid": "v08aINoIkUunnd8nijoOXw==",
      "primaryContactID": "201a4fbf-08da-4b91-a79d-df278a3a0e5f",
      "primaryContact": {
        "$ref": "7"
      }
    },
    "isMetcashSorted": true,
    "backupOrderType": "sample string 41",
    "backupOrderTypeDescription": "sample string 42",
    "backupTradingPartner": 1,
    "backupHostIdentifier": "69165c6e-0bca-4941-a9f5-baa34ae45717"
  },
  "details": [
    {
      "$ref": "129"
    },
    {
      "$ref": "129"
    }
  ],
  "orderStatus": 1,
  "processLockedInvoice": true
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK&E[���Y�5xl/workbook.xml �(�����0��&�C���X�'.^=x_�"
�'m
>��7o;���N1�=���G��箤m6g̋�����1NA�ҽ�i)�6�PvH���Ѿ��ә��[���-bP��R 5��B���]��'���h6��o��`�Ť��%�!%�s}�tO��en�I�˙Sγ4����V��w�PK&E[����	�[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
&E[��'�''_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="R798f9c4dbb354ad8" /></Relationships>PK&E[o�D	�3xl/worksheets/sheet1.xml �(��[[s9�+�;Hj]S���I��u�ɷ���8�66) �����4�4]�KBJG�tt��[T�~������t����χ�R����j~=��v>����-�8{�/�]�N����O�����Ǔ�hyu;��,����=���w��s�m4���]M�ί~�M�W#��-��'+������r��X����z����&��������W?XLo·�~�|2����l��2�>,[���3���������`G��ͷX��7���W��/��o�+d�m�\Ϳ/7�fk����f׫[���୵*��pp�s���}�S���f;���C�@�����h��a;v�S��������<�_�����[cb4��n;����*(kq�&�u�}��|�޷��SV�&??l����b{�a���&c(|o��O=�kE�Q}#�$��F �i�7�NC�$@m�F 	jw�4�O�է]ѱ.�ڤT�@��{�iS�d�K�+cRi
$D�����S�5ҢiiQU�Cp��)8��E��"��Mpx��.��4=y0�E}#�MG�:��C��nCCZ4��Y�&�?Q͆�hZZL���@���R"-�؎`�	��<�Jk -�ν�JJ�8t!��A�L�@R�N)VE$?��*�H�`N<�e�� ؾH��� �� ����ۂ��$��Ա0`bHx��$EhI1V�"���q�$E�KјJ��8�8�KIRO&-iѪ�H�V��@Z�}�EK��}5iw5b_MZҤu}#�&m�TmI�6�@�����nI��o�v�I��$D�!�h�* I�N����-��_��l��3�j�"�6�P�`Iҵ$�+0�`�1)(u$Ig�Dj��4��B��v�˩U�#)�S3�#	���7�X!�1I�ҾI�.v"@�"
O��}�]:q����թ3Is^wVm@;e��=iΛ�j��c��IsڪŹ�Zp���=i���P��kQ��^�4�[נ��ZQ�#��w�r��{n�<�΂4���گ��(Ub�4�c��Zϯ��B��I�>��"E�B���ٞ��T�80t2�AU8�@��}$�5��{$�`�a���b��Ad8��&��^��VXס�U8��
$��:f����p !�9Cl����I �^nB;BH	�9�/�@B��o`:
e�C�f2�P�زĂ�")1v;g�726L���;)1v�1�$
�*�#I1v�FtB�X�C9�D�b�v���[���dLF�d�t�x�p����$;w#z)9e�+�F�$};���#��%�$O~M�='�}ʼn��ط]I�Ť:w�	��:��+�b"-���Ǜ��8]��S"-�����R�}@Jؿ�vAZL{-ZS)��wL��2��DZL{-��o �8����.i1u^q03�����i1�hT�4�;�d�����g��oO'����b�0Xl�1��S���_.V������ׅ:�Z��"Ƈ�E4��E<=D@��a���C��"�"|��������E�:D�.��#��a�� ��w���^�0b?��G¨�$@�F�g���SPc��a�~ ���	��_����a�ւ	
��lh��dDFp-X�0�k���(�;�	��Z�$0�k���h�[�Y0&p�g�Y�&p�o�Y0��<g����,��r��Zγ�P�y,j9ςG-�Y0��<.��g����,��1�ǂO�y,��1�ǂO�y,��1�ǂO�y,�M��X�c<��:��X��Մ�S�y|�9ςO=�Y��<>��g����,��s��zγ�S�y|8ςO�Y�i�<>
�g����,�4p��γ���xn��s#�40������>��>|ύ���xn�F�s#�42���e<7�O#�Y�i�<>��g����,�4q��&γ���y|�8ςOӞ�6Z�n��-s8�\�p�	"uZ�tv$�ʋ� �ОB�b��B°C{)aئ^Ivh�%;�7��㭄a��0�޷����>�X����-"�S<!|��1�LJ�,��;���p_�p��0��0����w&L-�@յ`�CPsHr+/��j��ח�MIV���U�P��}��R�cɦ�)��|�jɨ�9�������?)Ԓe��B�Qtb��@��:h�$�A7v��'`s����
�l:�s���`�|�|�����q��禾�
�7~��R^���M}�|�|�|������ox:	NW<��Y���3�&4���斞3�8g�q�M�M�M�M�M�M.59�79�7bu�[)���FJ<�q��٢�:m����N)����FJ8�fir�i
�y�QF�_�n�����r>_M�ߏv�W���PK&E[�x"��Pxl/_rels/workbook.xml.rels �(����N!�_�pwa˖mMi/^�־°l���g��#�
��(M<x��?�������<��i�Nඡ�S^�n����
ﶛ=L2�Ɏ!���%�m�ថ�,�25>�+��,s)�@�TG9YP�I������!zcF^�fp�0y��,@�� �Y�(���6��ѣx�/�Z�8�8�^�����R>O�~���J���*�t���Me����r,����R�|�(STs���vyQ#W�b�PK&E[Ѓ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&E[XfG�xl/sharedStrings.xml �(��Xko����?�\�zŏ �"�����dStQ��4��W&�$�o���!%;�H��$�Ù!g��|l��;I9���}����e���7�v�",!gp�݁�v~���RuP����F��|0���D�y���-Q�)�� ���m6<o8�ʺ��L��0�v
F�,`�)A'��B]�`����@]]���|+h�D���Ϛ�A�ꞈP�6�,�<C��N�.��H��1�i��)OZ����A��K�D��(z��B�3�v�pt���)���#�SL�+��f�*���K����.������Э��;�1<��>T�N�(��b:[�f�XN3B���a�3�@�!y	����Ix��s�X��H@�m8A��N\��5bWX�D�
��� %E�$���j�3:�skbf@�n��%�8�������ȷ ��^�@l�,�;C�bU�US�ĥ�M�`��m��$����,�W��\��8�ƍ��8���eo�`k�).�.�-ew`���2�bp ��r�z��؁%��a�4_�
��ʾ�	�7�oR9=�c��V��A�;�2LCх��� ީs����U��{t+�.�
��B�k]�1Ye.����[����x�T8Z-j����7��������>��ۊ �k�ۡx�K�*e��F��NHNUn�s����F�*�4iת@���hW��6���T�S�����h|�N���*:�~#��w��6O��Ş��6n-Ќu7�'�c�r��
$�̭)�$v���N���j����
�^/�Vi/�/�ވ��,�hB|k�X*�UPq����$�y?�E���G&A��!���@0�,K/�N�$�D�l�}`�	���q��8<<�������8�[�h���t��V�P;0ߊX0Z�$�1�IЋ��7�&>�Q:�|�f@��H�'B��X�h�'��`Ip�&�	�'���Op">�w?���ȲoZY�?����:����?yO����e�E�
�
tEYå�_�=T3Mmo�i�L#O�][�PCw��F0�ak�:Ip���Njh`����)U;20�D������	�9;�]ՆM��g�}�ʋQuQ�{�9=V�;���m�+É��
�pb����q���@���>����d�u��?	bD�B1N�U�Z�
���a\�=��:���.���0���������@�r�,V��e
q�S�R�.��F9�qAE��0�=	�B��� �h��5�M�0}��Ԃ� �5�W 8�_sۿI���=8����\LB~E�|�bqЗ�����z}�QH��y^4�aK�Ɯx��$��qE#�`�*D�]U�=��~�~�`��
��!OD�\$��II�8+�|�����c��?<
�a睖|
��P�<����نa�Wۜò���9ڙ��L*O����Ԩ'_��2$:ául��n�ࢎ���-�E�߆&�aM[�)�� ?�	#k�8��e�a�c:#�:r�E���2,��
�К^�'�ݢj�S�5��#�~�B����O���l8�B7-��O��L��MՔ������rw��Is�%����F���5_ҿ�:LX��c�����RbE���o?����<�����^Cn0N@W�q���Y�j�����h�[/�Ƃ~Ԅ:���Q^F�zYv�kR�~�|Y#��Rw��NT�����~.s�e7�e�x�n�P�7��5�Tsl�ģ��`ßj0�߳�>o�-�����_�����#G3ٿ����f'�?��r��,�{�7;��*տ��ݖ�+���S�Hk�Ɓ���PK-&E[���Y�5xl/workbook.xmlPK-&E[����	�[Content_Types].xmlPK-
&E[��'�''V_rels/.relsPK-&E[o�D	�3�xl/worksheets/sheet1.xmlPK-&E[�x"��PX
xl/_rels/workbook.xml.relsPK-&E[Ѓc'2E
�xl/styles.xmlPK-&E[XfG�xl/sharedStrings.xmlPK�q

application/vnd.ms-excel

Sample:
PK&E[i#W��5xl/workbook.xml �(�����0D�&�C��()��x�པ�4Ж�5��$޼��ξ6Y�7����W�.�� ċ4�';��;i��!J�"VJ%�����P��ߩ���ˏx�;�����2�:bs����/2[��Dd
��[`�Ţ��J\��1Z�{[�3F�Pqx4��eB�6�����❽��~W_PK&E[����	�[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
&E[���''_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="R82d3f4d471904cc1" /></Relationships>PK&E[o�D	�3xl/worksheets/sheet1.xml �(��[[s9�+�;Hj]S���I��u�ɷ���8�66) �����4�4]�KBJG�tt��[T�~������t����χ�R����j~=��v>����-�8{�/�]�N����O�����Ǔ�hyu;��,����=���w��s�m4���]M�ί~�M�W#��-��'+������r��X����z����&��������W?XLo·�~�|2����l��2�>,[���3���������`G��ͷX��7���W��/��o�+d�m�\Ϳ/7�fk����f׫[���୵*��pp�s���}�S���f;���C�@�����h��a;v�S��������<�_�����[cb4��n;����*(kq�&�u�}��|�޷��SV�&??l����b{�a���&c(|o��O=�kE�Q}#�$��F �i�7�NC�$@m�F 	jw�4�O�է]ѱ.�ڤT�@��{�iS�d�K�+cRi
$D�����S�5ҢiiQU�Cp��)8��E��"��Mpx��.��4=y0�E}#�MG�:��C��nCCZ4��Y�&�?Q͆�hZZL���@���R"-�؎`�	��<�Jk -�ν�JJ�8t!��A�L�@R�N)VE$?��*�H�`N<�e�� ؾH��� �� ����ۂ��$��Ա0`bHx��$EhI1V�"���q�$E�KјJ��8�8�KIRO&-iѪ�H�V��@Z�}�EK��}5iw5b_MZҤu}#�&m�TmI�6�@�����nI��o�v�I��$D�!�h�* I�N����-��_��l��3�j�"�6�P�`Iҵ$�+0�`�1)(u$Ig�Dj��4��B��v�˩U�#)�S3�#	���7�X!�1I�ҾI�.v"@�"
O��}�]:q����թ3Is^wVm@;e��=iΛ�j��c��IsڪŹ�Zp���=i���P��kQ��^�4�[נ��ZQ�#��w�r��{n�<�΂4���گ��(Ub�4�c��Zϯ��B��I�>��"E�B���ٞ��T�80t2�AU8�@��}$�5��{$�`�a���b��Ad8��&��^��VXס�U8��
$��:f����p !�9Cl����I �^nB;BH	�9�/�@B��o`:
e�C�f2�P�زĂ�")1v;g�726L���;)1v�1�$
�*�#I1v�FtB�X�C9�D�b�v���[���dLF�d�t�x�p����$;w#z)9e�+�F�$};���#��%�$O~M�='�}ʼn��ط]I�Ť:w�	��:��+�b"-���Ǜ��8]��S"-�����R�}@Jؿ�vAZL{-ZS)��wL��2��DZL{-��o �8����.i1u^q03�����i1�hT�4�;�d�����g��oO'����b�0Xl�1��S���_.V������ׅ:�Z��"Ƈ�E4��E<=D@��a���C��"�"|��������E�:D�.��#��a�� ��w���^�0b?��G¨�$@�F�g���SPc��a�~ ���	��_����a�ւ	
��lh��dDFp-X�0�k���(�;�	��Z�$0�k���h�[�Y0&p�g�Y�&p�o�Y0��<g����,��r��Zγ�P�y,j9ςG-�Y0��<.��g����,��1�ǂO�y,��1�ǂO�y,��1�ǂO�y,�M��X�c<��:��X��Մ�S�y|�9ςO=�Y��<>��g����,��s��zγ�S�y|8ςO�Y�i�<>
�g����,�4p��γ���xn��s#�40������>��>|ύ���xn�F�s#�42���e<7�O#�Y�i�<>��g����,�4q��&γ���y|�8ςOӞ�6Z�n��-s8�\�p�	"uZ�tv$�ʋ� �ОB�b��B°C{)aئ^Ivh�%;�7��㭄a��0�޷����>�X����-"�S<!|��1�LJ�,��;���p_�p��0��0����w&L-�@յ`�CPsHr+/��j��ח�MIV���U�P��}��R�cɦ�)��|�jɨ�9�������?)Ԓe��B�Qtb��@��:h�$�A7v��'`s����
�l:�s���`�|�|�����q��禾�
�7~��R^���M}�|�|�|������ox:	NW<��Y���3�&4���斞3�8g�q�M�M�M�M�M�M.59�79�7bu�[)���FJ<�q��٢�:m����N)����FJ8�fir�i
�y�QF�_�n�����r>_M�ߏv�W���PK&E[M���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�u'��ݰ���3��&vd����G�
XE�Tb�������4����޾M#9���
�2�r�`�NQ?԰ݬ�8ʘ&��@Ҋ

��'J�28ɐ�m�h�'S�{:Ku�=RΘ�~ɀ[&9\f��i=(|v�4������`#���=�~J�^�*KT ���}+T�9���=u��wS�2b����2%k�B�ee^Q�U�H��K���K�ey�V�gy�/d�^���_l�PK&E[Ѓ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&E[XfG�xl/sharedStrings.xml �(��Xko����?�\�zŏ �"�����dStQ��4��W&�$�o���!%;�H��$�Ù!g��|l��;I9���}����e���7�v�",!gp�݁�v~���RuP����F��|0���D�y���-Q�)�� ���m6<o8�ʺ��L��0�v
F�,`�)A'��B]�`����@]]���|+h�D���Ϛ�A�ꞈP�6�,�<C��N�.��H��1�i��)OZ����A��K�D��(z��B�3�v�pt���)���#�SL�+��f�*���K����.������Э��;�1<��>T�N�(��b:[�f�XN3B���a�3�@�!y	����Ix��s�X��H@�m8A��N\��5bWX�D�
��� %E�$���j�3:�skbf@�n��%�8�������ȷ ��^�@l�,�;C�bU�US�ĥ�M�`��m��$����,�W��\��8�ƍ��8���eo�`k�).�.�-ew`���2�bp ��r�z��؁%��a�4_�
��ʾ�	�7�oR9=�c��V��A�;�2LCх��� ީs����U��{t+�.�
��B�k]�1Ye.����[����x�T8Z-j����7��������>��ۊ �k�ۡx�K�*e��F��NHNUn�s����F�*�4iת@���hW��6���T�S�����h|�N���*:�~#��w��6O��Ş��6n-Ќu7�'�c�r��
$�̭)�$v���N���j����
�^/�Vi/�/�ވ��,�hB|k�X*�UPq����$�y?�E���G&A��!���@0�,K/�N�$�D�l�}`�	���q��8<<�������8�[�h���t��V�P;0ߊX0Z�$�1�IЋ��7�&>�Q:�|�f@��H�'B��X�h�'��`Ip�&�	�'���Op">�w?���ȲoZY�?����:����?yO����e�E�
�
tEYå�_�=T3Mmo�i�L#O�][�PCw��F0�ak�:Ip���Njh`����)U;20�D������	�9;�]ՆM��g�}�ʋQuQ�{�9=V�;���m�+É��
�pb����q���@���>����d�u��?	bD�B1N�U�Z�
���a\�=��:���.���0���������@�r�,V��e
q�S�R�.��F9�qAE��0�=	�B��� �h��5�M�0}��Ԃ� �5�W 8�_sۿI���=8����\LB~E�|�bqЗ�����z}�QH��y^4�aK�Ɯx��$��qE#�`�*D�]U�=��~�~�`��
��!OD�\$��II�8+�|�����c��?<
�a睖|
��P�<����نa�Wۜò���9ڙ��L*O����Ԩ'_��2$:ául��n�ࢎ���-�E�߆&�aM[�)�� ?�	#k�8��e�a�c:#�:r�E���2,��
�К^�'�ݢj�S�5��#�~�B����O���l8�B7-��O��L��MՔ������rw��Is�%����F���5_ҿ�:LX��c�����RbE���o?����<�����^Cn0N@W�q���Y�j�����h�[/�Ƃ~Ԅ:���Q^F�zYv�kR�~�|Y#��Rw��NT�����~.s�e7�e�x�n�P�7��5�Tsl�ģ��`ßj0�߳�>o�-�����_�����#G3ٿ����f'�?��r��,�{�7;��*տ��ݖ�+���S�Hk�Ɓ���PK-&E[i#W��5xl/workbook.xmlPK-&E[����	�[Content_Types].xmlPK-
&E[���''V_rels/.relsPK-&E[o�D	�3�xl/worksheets/sheet1.xmlPK-&E[M���PX
xl/_rels/workbook.xml.relsPK-&E[Ѓc'2E
�xl/styles.xmlPK-&E[XfG�xl/sharedStrings.xmlPK�s