GET api/invoices

Get a list of invoices

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Skip

integer

None.

Take

integer

None.

StoreID

The store to restrict invoice query to, null if not restricted

integer

None.

SupplierID

globally unique identifier

None.

TradingPartner

InvoiceTradingPartner

None.

InvoiceNo

string

None.

OrderNumber

integer

None.

Status

Collection of InvoiceStatus

None.

OrderStatuses

Collection of OrderStatus

None.

StartDate

Created after date filter option

date

None.

EndDate

Created before date filter option

date

None.

InvoiceDate

Date of the invoice date value

date

Deprecated.

InvoiceStartDate

Invoice date after filter value

date

None.

InvoiceEndDate

Invoice date before filter value

date

None.

ReceivedDate

Date of the invoice being received

date

Deprecated.

ReceivedStartDate

Date of the invoice being received

date

None.

ReceivedEndDate

Received date before filter value

date

None.

Completed

Completed date after filter value

date

Deprecated.

CompletedStartDate

Completed date before filter value

date

None.

CompletedEndDate

Completed date after filter value

date

None.

AccountingExported

Accounting exported flag

boolean

None.

NotCompletedOnly

When true, only show not completed invoices, when false, only show completed invoices. If null, no-effect

boolean

None.

Accounting

When true, non-exported invoices will not be considered Completed

boolean

None.

OrderBy

InvoiceSortBy

None.

AscOrDesc

SortOrder

None.

Relations

boolean

None.

Details

boolean

None.

Body Parameters

None.

Response Information

Resource Description

PageList object containing matching invoices

PageListOfInvoiceHeader
NameDescriptionTypeAdditional information
Type

string

None.

List

Collection of InvoiceHeader

None.

Skip

Number of records to skip over

integer

None.

Take

Number of records to take

integer

None.

TotalCount

integer

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

Response Formats

application/json, text/json

Sample:
{
  "type": "InvoiceHeader",
  "list": [
    {
      "$id": "2",
      "identifier": "3q+i1aMTs0SU/mm8aBxr+Q==",
      "identifierGuid": "d5a2afde-13a3-44b3-94fe-69bc681c6bf9",
      "storeID": 2,
      "tradingPartner": 0,
      "supplierIdentifier": "I6zZDXhNNEC7AqX34hN4fw==",
      "supplierIdentifierGuid": "0dd9ac23-4d78-4034-bb02-a5f7e213787f",
      "xfer": true,
      "sourceStore": "sample string 3",
      "sourceCode": "sample string 4",
      "sourceAbn": "sample string 5",
      "targetCode": "sample string 6",
      "targetState": "sample string 7",
      "whouseRef": "sample string 8",
      "stateSource": "sample string 9",
      "status": 10,
      "fileID": "sample string 11",
      "created": "2026-04-03T06:15:19.0404299",
      "createdByUser": "sample string 12",
      "updated": "2026-04-03T06:15:19.0404299",
      "transType": 0,
      "transDateTime": "2026-04-03T06:15:19.0404299",
      "invoiceNo": "sample string 13",
      "invoiceText": "sample string 14",
      "adjustmentNo": 1,
      "invoiceDate": "2026-04-03T06:15:19.0404299",
      "claimNo": 1,
      "countReceivedReset": true,
      "accountingExported": true,
      "orderReceived": true,
      "orderGuid": "ezdvrTazkUiesS74xaR8/A==",
      "orderIdentifier": "ad6f377b-b336-4891-9eb1-2ef8c5a47cfc",
      "orderNo": 1,
      "orderText": "sample string 18",
      "supplierNotes": "sample string 19",
      "defaultStockReceiveDocumentId": 1,
      "receiptEmailSent": true,
      "receiptEmailSentId": "sample string 21",
      "receiptEmailSentStatus": "sample string 22",
      "customerCd": "sample string 23",
      "storeName": "sample string 24",
      "street": "sample string 25",
      "suburb": "sample string 26",
      "postCd": "sample string 27",
      "debtorCd": "sample string 28",
      "liquorLicense": "sample string 29",
      "bond": "sample string 30",
      "url": "sample string 31",
      "completed": "2026-04-03T06:15:19.0404299",
      "received": "2026-04-03T06:15:19.0404299",
      "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": "3",
        "id": 1,
        "isMaster": true,
        "isElectedMaster": true,
        "electedMasterStoreID": 1,
        "isZoneMaster": true,
        "shortName": "sample string 3",
        "url": "sample string 4",
        "sortOrder": 1,
        "name": "sample string 5",
        "phone": "sample string 6",
        "fax": "sample string 7",
        "email": "sample string 8",
        "address1": "sample string 9",
        "address2": "sample string 10",
        "city": "sample string 11",
        "state": "sample string 12",
        "country": "sample string 13",
        "postCode": "sample string 14",
        "delivery": 1,
        "exportAccounts": 1,
        "salesAccountFolder": "sample string 15",
        "purchaseAccountFolder": "sample string 16",
        "initLoad": 1,
        "initIDs": 1,
        "zoneID": 1,
        "actAsMaster": 1,
        "lastActiveUtc": "2026-04-03T06:15:19.0404299",
        "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": "qeZkC0twRUGQsRPpAGPVNA==",
        "hostIdentifierGuid": "0b64e6a9-704b-4145-90b1-13e90063d534",
        "hostName": 1,
        "hostAddress": "sample string 27",
        "hostUsername": "sample string 28",
        "hostPassword": "sample string 29",
        "excludeFromLeadInOut": true,
        "accountingProvider": 31,
        "accountingAddress": "sample string 32",
        "accountingUsername": "sample string 33",
        "accountingPassword": "sample string 34",
        "storeAccountingCode": "sample string 35",
        "softwareVariance": 36,
        "fuelWarningVariance": 37.0,
        "fuelErrorVariance": 38.0,
        "fuelAccumulatedWarningVariance": 39.0,
        "fuelAccumulatedErrorVariance": 40.0,
        "drawManagment": 41,
        "endOfDayManagment": true,
        "autoFillCashBalancing": true,
        "fuelDayVariance": 44,
        "accountingTradingTime": "00:00:00.1234567",
        "stockActivateProduct": 46,
        "defaultOrderDocumentId": 1,
        "defaultStockReceiveDocumentId": 1,
        "giftCardSalesAccountingDeptCode": "sample string 47",
        "transactionDiscountAccountingDeptCode": "sample string 48",
        "size": 49,
        "updated": "2026-04-03T06:15:19.0404299",
        "priceZone": {
          "$id": "4",
          "id": 1,
          "name": "sample string 2",
          "hostIdentifier": "useofBhgIEesOZ09B/bZDw==",
          "hostIdentifierGuid": "7ca8c7ba-6018-4720-ac39-9d3d07f6d90f",
          "sortOrder": 3,
          "zoneMasterStoreID": 1,
          "electedMasterStoreID": 1,
          "containsElectedMasterStore": true
        },
        "priceZoneName": "sample string 51",
        "storeFuelConfigured": true,
        "shippingAddressCopied": true,
        "shippingAddress": {
          "$id": "5",
          "storeID": 1,
          "addressType": 1,
          "address1": "sample string 1",
          "address2": "sample string 2",
          "city": "sample string 3",
          "state": "sample string 4",
          "country": "sample string 5",
          "postCode": "sample string 6"
        },
        "billingAddressCopied": true,
        "billingAddress": {
          "$ref": "5"
        },
        "hostStoreSettings": [
          {
            "$id": "6",
            "id": 1,
            "hostIdentifier": "Eeeid4Svy0C3eUoqlm2EFA==",
            "hostIdentifierGuid": "77a2e711-af84-40cb-b779-4a2a966d8414",
            "storeID": 2,
            "username": "sample string 3",
            "password": "sample string 4",
            "passwordPlain": "sample string 5",
            "serverAddress": "sample string 6",
            "serverPort": 1,
            "excludeFromLeadInOut": true,
            "useForHostFile": true,
            "metcashPillarID": "sample string 9",
            "metcashStateCode": "sample string 10",
            "metcashCustomerID": "sample string 11",
            "metcashTradingPartnerID": "sample string 12",
            "drakesCustomerNumber": 1,
            "sparCustomerNumber": "sample string 13",
            "sparOrderUsername": "sample string 14",
            "sparOrderPassword": "sample string 15",
            "sparOrderPasswordPlain": "sample string 16",
            "pharmXSiteID": 1,
            "ibaZoneID": 1,
            "ibaState": "sample string 17",
            "foodlandStoreCode": "sample string 18",
            "ilgMemberNumber": "sample string 19",
            "ilgOutletLocation": 1,
            "ilgBaseCost": 1,
            "ilgApplyNonAdvertisedPromos": true,
            "ilgExemptFromFreight": true,
            "ilgOrderDealReview": true,
            "ilgFinanceFee": 1,
            "secondPassword": "sample string 23",
            "secondPasswordPlain": "sample string 24",
            "secondServerAddress": "sample string 25",
            "processPromotions": true,
            "hostProvider": 0,
            "host": {
              "$id": "7",
              "identifier": "G70Vn1o+tkOWa1qU/9Q0Sg==",
              "identifierGuid": "9f15bd1b-3e5a-43b6-966b-5a94ffd4344a",
              "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": "fbWM8F7n/ESMiW41FuUlqA==",
              "hostSupplierIdentifierGuid": "f08cb57d-e75e-44fc-8c89-6e3516e525a8",
              "loyaltyPriceLevelIdentifier": "GoY6xPMazEC5UaOt3DXjgQ==",
              "loyaltyPriceLevelIdentifierGuid": "c43a861a-1af3-40cc-b951-a3addc35e381",
              "isGroup": true,
              "description": "sample string 22",
              "hostProvider": 23,
              "hostTypeEnum": 24,
              "hostType": "sample string 25",
              "hostCode": "sample string 26",
              "username": "sample string 27",
              "password": "sample string 28",
              "passwordPlain": "sample string 29",
              "server": "sample string 30",
              "url": "sample string 31",
              "global": true,
              "stateCode": "sample string 33",
              "lastCollected": "2026-04-03T06:15:19.0404299",
              "lastProcessed": "2026-04-03T06:15:19.0404299",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "8",
                "identifier": "mcfTu7tnwkSaWol79uD1Lg==",
                "identifierGuid": "bbd3c799-67bb-44c2-9a5a-897bf6e0f52e",
                "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": "o26iHfZX+EOC25aOZ9aMaQ==",
                "primaryContactID": "1da26ea3-57f6-43f8-82db-968e67d68c69",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "oTzvIpPZjU+zXY0Ysv+JfQ==",
                "supplierGroupGuid": "22ef3ca1-d993-4f8d-b35d-8d18b2ff897d",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2026-04-03T06:15:19.0404299",
                "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": "9",
                  "id": "f1267bbe-34f2-496f-8104-1929093b6dcb",
                  "identifier": "BmnwxkoRGEKwgOs4q9HKUQ==",
                  "identifierGuid": "c6f06906-114a-4218-b080-eb38abd1ca51",
                  "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": "10",
                    "supplierIdentifier": "0F9vlKnHO0GWsrz8kUKm8w==",
                    "supplierIdentifierGuid": "946f5fd0-c7a9-413b-96b2-bcfc9142a6f3",
                    "contactGuid": "o2W9zO2F+0q6RxqFHveTKw==",
                    "contactID": "ccbd65a3-85ed-4afb-ba47-1a851ef7932b",
                    "contact": {
                      "$ref": "9"
                    },
                    "supplier": {
                      "$ref": "8"
                    }
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "products": [
                  {
                    "$id": "11",
                    "pluG_UID": "BKfLaOi7H0aQk2POokmX2w==",
                    "pluGuid": "68cba704-bbe8-461f-9093-63cea24997db",
                    "supplierIdentifier": "9+htNhrIw0SbE+8fhSYtzA==",
                    "supplierIdentifierGuid": "366de8f7-c81a-44c3-9b13-ef1f85262dcc",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 3",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 5,
                    "averagePackSize": 6,
                    "effectiveDate": "2026-04-03T06:15:19.0404299",
                    "pricedByWeight": true,
                    "landedUnitCostEx": 9,
                    "landedUnitCostInc": 10,
                    "landedCartonCostInc": 12,
                    "landedCartonCostEx": 13,
                    "standardCost": 14,
                    "deliveryFee": 1,
                    "deliveryFeeBasis": "sample string 15",
                    "pickAndPackFee": 1,
                    "pickAndPackFeeBasis": "sample string 16",
                    "financeFee": 1,
                    "financeFeeBasis": "sample string 17",
                    "cartonLength": 1,
                    "cartonWidth": 1,
                    "cartonHeight": 1,
                    "palletLayerQuantity": 1,
                    "palletLayers": 1,
                    "itemCode": "sample string 18",
                    "invoiceCode": "sample string 19",
                    "invoiceDesc": "sample string 20",
                    "orderDirect": true,
                    "useCost": true,
                    "minimumQuantity": 21,
                    "hostType": 22,
                    "fromHost": 23,
                    "minimumReorder": 1,
                    "maximumReorder": 1,
                    "orderMultiple": 24.1,
                    "sellMultiple": 25.1,
                    "baseMultiple": 26.1,
                    "hostStandardCost": 27,
                    "hostTotalCost": 28,
                    "hostRetail": 29,
                    "hostLandedUnitCostEx": 30,
                    "hostLandedUnitCostInc": 31,
                    "hostDesc": "sample string 32",
                    "directIndicator": "sample string 33",
                    "availableToOrder": true,
                    "hostRangeIndicator": "sample string 35",
                    "hostProductType": "sample string 36",
                    "hostProductGrade": "sample string 37",
                    "hostProductGroup": "sample string 38",
                    "hostSlowMoving": true,
                    "hostGeneralMerchandise": true,
                    "hostPillar": "sample string 41",
                    "hostLastUpdated": "2026-04-03T06:15:19.0404299",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "12",
                        "pluG_UID": "x6Syis72PEeB3DKXNzEGwA==",
                        "pluGuid": "8ab2a4c7-f6ce-473c-81dc-3297373106c0",
                        "supplierIdentifier": "cnicF5nEHEeoqp+Gy2Aoeg==",
                        "supplierIdentifierGuid": "179c7872-c499-471c-a8aa-9f86cb60287a",
                        "invoiceCode": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "storeIDs": [
                      1,
                      2
                    ],
                    "preferredSupplier": true,
                    "preferredRebateSupplier": true,
                    "supplierName": "sample string 42",
                    "salesMode": 43,
                    "orderPacked": true,
                    "active": true,
                    "price": 1,
                    "costGstPercent": 45,
                    "parentPluG_UID": "zpb5X9Xv00WSteXdJPrNGQ==",
                    "parentPluGuid": "5ff996ce-efd5-45d3-92b5-e5dd24facd19",
                    "freight": 46.0,
                    "freightType": 1,
                    "product": {
                      "$id": "13",
                      "plu": 1,
                      "storeID": 1,
                      "masterPluG_UID": "QEA=",
                      "storeIDs": [
                        1,
                        2
                      ],
                      "g_UId": "pOS+6hiOsEKmkfVo58U6ug==",
                      "guid": "eabee4a4-8e18-42b0-a691-f568e7c53aba",
                      "apn": "sample string 1",
                      "apnChanged": true,
                      "apnSwitched": true,
                      "barcode": "sample string 4",
                      "itemNumber": "sample string 5",
                      "itemNumberChanged": true,
                      "priceGroupG_UID": "0YsnMlWGjU+fGzScpSL3Ag==",
                      "priceGroupGuid": "32278bd1-8655-4f8d-9f1b-349ca522f702",
                      "blueprintID": 1,
                      "lastCountedDate": "2026-04-03T06:15:19.0404299",
                      "externalID": "sample string 7",
                      "active": true,
                      "activated": "2026-04-03T06:15:19.0404299",
                      "pluCreated": "2026-04-03T06:15:19.0404299",
                      "createdByUser": "sample string 9",
                      "name": "sample string 10",
                      "nameChanged": true,
                      "secondDescription": "sample string 12",
                      "hostDescription": "sample string 13",
                      "keepCartonQty": true,
                      "keepDescription": true,
                      "keepDepartments": true,
                      "keepSuppliers": true,
                      "markdownDescription": "sample string 18",
                      "altDescription": "sample string 19",
                      "bestOrExpire": 20,
                      "lastUpdate": "2026-04-03T06:15:19.0404299",
                      "lastManualUpdate": "2026-04-03T06:15:19.0404299",
                      "imageName": "sample string 23",
                      "showImageOnFlipCharts": true,
                      "showTextOnFlipCharts": true,
                      "overrideFlipChartText": true,
                      "flipChartText": "sample string 27",
                      "salesMode": 1,
                      "eftCode": 1,
                      "price": 1,
                      "priceChanged": true,
                      "rrp": 1,
                      "gstPercent": 28,
                      "gstPercentChanged": true,
                      "costGSTPercent": 29,
                      "costGSTPercentChanged": true,
                      "wetPercent": 1,
                      "priceOverride": 1,
                      "cost": 1,
                      "currentCost": 1,
                      "currentCostDecimals": 1,
                      "grossProfit": 1.0,
                      "currentCostDesc": "sample string 30",
                      "currentCostEnd": "2026-04-03T06:15:19.0404299",
                      "currentCostUpdated": "2026-04-03T06:15:19.0404299",
                      "costDecimals": 31,
                      "costChanged": true,
                      "dealCostIdentifier": "QEA=",
                      "excludeFromRebate": true,
                      "rebateOverride": 1,
                      "costCalcMethod": 32,
                      "costCalcMethodChanged": true,
                      "costEffectiveDate": "2026-04-03T06:15:19.0404299",
                      "defaultGP": 1,
                      "breakTargetMode": 33,
                      "break1": 1,
                      "price1": 1,
                      "target1": 34,
                      "break2": 1,
                      "price2": 1,
                      "target2": 35,
                      "break3": 1,
                      "price3": 1,
                      "target3": 36,
                      "break1Changed": true,
                      "price1Changed": true,
                      "target1Changed": true,
                      "break2Changed": true,
                      "price2Changed": true,
                      "target2Changed": true,
                      "break3Changed": true,
                      "price3Changed": true,
                      "target3Changed": true,
                      "breakTargetModeChanged": true,
                      "margin": 1.1,
                      "marginChanged": true,
                      "marginRanged": true,
                      "marginRangedChanged": true,
                      "minimumMargin": 1.1,
                      "minimumMarginChanged": true,
                      "maximumMargin": 1.1,
                      "maximumMarginChanged": true,
                      "overrideHostWarehouseIndicator": true,
                      "overrideHostWarehouseIndicatorChanged": true,
                      "overrideHostPrice": true,
                      "overrideHostPriceChanged": true,
                      "overrideHostCost": true,
                      "overrideHostCostChanged": true,
                      "overrideHostMargin": true,
                      "overrideHostMarginChanged": true,
                      "alwaysApplyMargin": true,
                      "alwaysApplyMarginChanged": true,
                      "aws": 1.0,
                      "paws": 1.0,
                      "awsUpdated": "2026-04-03T06:15:19.0404299",
                      "posTare": 1,
                      "altPrice": 1.0,
                      "altPriceChanged": true,
                      "altPriceMode": 53,
                      "altPriceModeChanged": true,
                      "altPLUG_UID": "eRZ7bP1VIUW8lxeJ5Ywh3w==",
                      "altPLUGuid": "6c7b1679-55fd-4521-bc97-1789e58c21df",
                      "altPLUGuidChanged": true,
                      "altPriceDescription1": "sample string 54",
                      "altPriceDescription2": "sample string 55",
                      "cartonQuantity": 56,
                      "cartonQuantityChanged": true,
                      "trayID": 1,
                      "promptID": 1,
                      "tare": 1,
                      "packQty": 1,
                      "fixedWeight": 1,
                      "extraMesg": 1,
                      "text1": "sample string 58",
                      "text2": "sample string 59",
                      "text3": "sample string 60",
                      "labelText": "sample string 61",
                      "labelTextChanged": true,
                      "sendToScale": true,
                      "nonScaleWeigh": true,
                      "labelFormat": "sample string 65",
                      "barcodeFormat": "sample string 66",
                      "austMade": 1,
                      "coolCode": 67,
                      "countryOfOrigin": "sample string 68",
                      "percentContent": 69.1,
                      "departmentID": 1,
                      "subDepartmentID": 1,
                      "minorDepartmentID": 1,
                      "lesserDepartmentID": 1,
                      "deptCode": "sample string 70",
                      "subDeptCode": "sample string 71",
                      "minorDeptCode": "sample string 72",
                      "lesserDeptCode": "sample string 73",
                      "deptName": "sample string 74",
                      "subDeptName": "sample string 75",
                      "minorDeptName": "sample string 76",
                      "lesserDeptName": "sample string 77",
                      "departmentChanged": true,
                      "subCategoryID": 1,
                      "expiry": 1,
                      "showDays": 1,
                      "datePrint": 1,
                      "labelRequired": true,
                      "labelShelfQty": 80,
                      "labelShelfChanged": true,
                      "labelTalkerQty": 82,
                      "labelSmall": true,
                      "labelLastPrinted": "2026-04-03T06:15:19.0404299",
                      "labelLastPrice": 1,
                      "shelfPageLayoutG_UID": "fPKcEd2vzUic/ol5OSIbUw==",
                      "shelfPageLayoutGuid": "119cf27c-afdd-48cd-9cfe-897939221b53",
                      "talkerPageLayoutG_UID": "9NyBW8KoSUmheTsMJX6/OQ==",
                      "talkerPageLayoutGuid": "5b81dcf4-a8c2-4949-a179-3b0c257ebf39",
                      "unitMeasure": 1.1,
                      "unitMeasureChanged": true,
                      "unitMeasureKind": 85,
                      "unitMeasureKindChanged": true,
                      "signIQData": "sample string 87",
                      "refresh": true,
                      "earnLoyaltyPoints": true,
                      "earnLoyaltyPointsChanged": true,
                      "quantityOverride": true,
                      "quantityOverrideChanged": true,
                      "quantityRequired": true,
                      "quantityRequiredChanged": true,
                      "allowDiscounts": true,
                      "allowDiscountsChanged": true,
                      "discountDiscounts": true,
                      "discountDiscountsChanged": true,
                      "itemRecalled": true,
                      "itemRecalledChanged": true,
                      "noRefund": true,
                      "noRefundChanged": true,
                      "allowMarkdown": true,
                      "allowMarkdownChanged": true,
                      "priceRequired": true,
                      "priceRequiredChanged": true,
                      "fuelItem": true,
                      "fuelItemChanged": true,
                      "liabilityItem": true,
                      "trackSerial": true,
                      "trackSerialChanged": true,
                      "allowZeroPrice": true,
                      "allowZeroPriceChanged": true,
                      "notForSale": 92,
                      "notForSaleChanged": true,
                      "excludeFromDeals": true,
                      "excludeFromVoucher": true,
                      "minimumAge": 95,
                      "minimumAgeChanged": true,
                      "buyingLimit": 1,
                      "buyingLimitChanged": true,
                      "buyingLimitIndependent": true,
                      "buyingLimitIndependentChanged": true,
                      "inventoryGuid": "pmVFJ7BglECRQYFDgZAcBg==",
                      "inventoryIdentifier": "274565a6-60b0-4094-9141-814381901c06",
                      "inventoryAccuracy": 1,
                      "baseUnits": 99,
                      "orderPacked": 1,
                      "isManufactured": true,
                      "isIngredient": true,
                      "isModifier": true,
                      "isModifierChanged": true,
                      "hasModifiers": 100,
                      "defaultPrinter": "sample string 101",
                      "defaultPrinterGroup": "sample string 102",
                      "ingredientsOnManufacture": true,
                      "manufactureUnitMeasure": 1,
                      "mpl": 1,
                      "maxShelfQty": 103,
                      "allowAutoOrder": true,
                      "warrantyPeriod": 1,
                      "parentPluG_UId": "XsO/hmmRqEWwqWzOLmhvsg==",
                      "parentPluGuid": "86bfc35e-9169-45a8-b0a9-6cce2e686fb2",
                      "preferredHostVendor": 105,
                      "preferredHostChanged": true,
                      "code": "sample string 107",
                      "supplierIdentifier": "lPSqndtDTU+Yqz2taaka7Q==",
                      "supplierIdentifierGuid": "9daaf494-43db-4f4d-98ab-3dad69a91aed",
                      "supplierChanged": true,
                      "rebateSupplierIdentifier": "VOelFkZEF0q6QHrobUxXww==",
                      "rebateSupplierIdentifierGuid": "16a5e754-4446-4a17-ba40-7ae86d4c57c3",
                      "rebateSupplierChanged": true,
                      "availableForOrder": true,
                      "warehouseDirectIndicator": "sample string 109",
                      "warehouseDirectIndicatorChanged": true,
                      "productGrade": "sample string 111",
                      "productType": "sample string 112",
                      "productGroup": "sample string 113",
                      "complianceIndicator": "sample string 114",
                      "inhouseBrand": "sample string 115",
                      "slowMoving": true,
                      "generalMerchandise": true,
                      "comment": "sample string 118",
                      "lastUpdatedByUser": "sample string 119",
                      "lastManualUpdatedByUser": "sample string 120",
                      "lastUpdatedByUserOverride": true,
                      "lastUpdatedByHost": "2026-04-03T06:15:19.0404299",
                      "commodity": "sample string 122",
                      "businessPillar": "sample string 123",
                      "mscCommodity": "sample string 124",
                      "hostIdentifier": "V2rnif2J10mCHa1h5K8XsQ==",
                      "hostIdentifierGuid": "89e76a57-89fd-49d7-821d-ad61e4af17b1",
                      "serviceFeeID": 1,
                      "serviceFeeIDChanged": true,
                      "providerName": "sample string 126",
                      "aisleEnds": "sample string 127",
                      "deleted": true,
                      "deletedChanged": true,
                      "hidden": true,
                      "doNotRange": true,
                      "doNotRangeChanged": true,
                      "doNotOrder": true,
                      "doNotOrderChanged": true,
                      "locked": true,
                      "excludeFromWebUpdate": true,
                      "excludeFromWebUpdateChanged": true,
                      "webPriceBasedOn": 138,
                      "webPriceRounding": true,
                      "webMarkup": 140,
                      "webPriceMode": 141,
                      "altDepartmentID": 1,
                      "altSubDepartmentID": 1,
                      "altMinorDepartmentID": 1,
                      "altLesserDepartmentID": 1,
                      "altDeptCode": "sample string 142",
                      "altSubDeptCode": "sample string 143",
                      "altMinorDeptCode": "sample string 144",
                      "altLesserDeptCode": "sample string 145",
                      "altDepartmentChanged": true,
                      "storeProducts": [
                        {
                          "$ref": "13"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "store": {
                        "$ref": "3"
                      },
                      "storePrices": [
                        {
                          "$id": "14",
                          "pluG_UID": "N+FecvkPDEycE9nl0IGlrQ==",
                          "pluGuid": "725ee137-0ff9-4c0c-9c13-d9e5d081a5ad",
                          "plu": 1,
                          "storeID": 1,
                          "zoneID": 2,
                          "zoneName": "sample string 3",
                          "store": "sample string 4",
                          "isElectedMasterStore": true,
                          "isZoneMasterStore": true,
                          "priceNow": 7,
                          "costNow": 8,
                          "costNowDecimals": 9,
                          "normalPrice": 10,
                          "priceNext": 1,
                          "costNext": 1,
                          "costNextDecimals": 11,
                          "nextCampaignName": "sample string 12",
                          "gstPercent": 13,
                          "normalCost": 14,
                          "normalCostDecimals": 15,
                          "costGstPercent": 16,
                          "costCalcMethod": 1,
                          "currentCost": 17,
                          "currentCostDecimals": 18,
                          "break1": 19,
                          "price1": 20,
                          "break2": 21,
                          "price2": 22,
                          "break3": 23,
                          "price3": 24,
                          "fuelItem": 25,
                          "fixedWeight": 26,
                          "active": true,
                          "complianceIndicator": "sample string 27",
                          "doNotOrder": true,
                          "doNotRange": true,
                          "isNormalPriceChangesCampaign": true,
                          "updated": "2026-04-03T06:15:19.0404299"
                        },
                        {
                          "$ref": "14"
                        }
                      ],
                      "currentPrices": {
                        "$id": "15",
                        "pluPrices": {
                          "$id": "16",
                          "plu": 1,
                          "pluG_UID": "QEA=",
                          "stores": [
                            1,
                            2
                          ],
                          "normalPrice": 1,
                          "cost": 2,
                          "break1": 3,
                          "price1": 4,
                          "break2": 5,
                          "price2": 6,
                          "break3": 7,
                          "price3": 8,
                          "discountPrice": 9,
                          "memberDiscountPrice": 10,
                          "acceptedUtc": "2026-04-03T06:15:19.0404299",
                          "priceChangeType": 0,
                          "costDecimals": 11,
                          "costCalcMethod": 12,
                          "targetCampaignPriceGtOrEquNormal": true
                        },
                        "normalPluPrices": {
                          "$ref": "16"
                        },
                        "winningCampaign": 1,
                        "winner": {
                          "$id": "17",
                          "campaignName": "sample string 1",
                          "campaignDescription": "sample string 2",
                          "talkerText": "sample string 3",
                          "disableWasSave": true,
                          "startDate": "2026-04-03T06:15:19.0404299",
                          "startTime": 5,
                          "endDate": "2026-04-03T06:15:19.0404299",
                          "endTime": 6,
                          "newPrice": 7,
                          "newCost": 8,
                          "newCostDecimals": 9,
                          "pctDiscount": 10,
                          "promoType": 1,
                          "promotionTypeCode": "sample string 11",
                          "hostType": 12,
                          "hostIdentifier": "RVuYEKTtiU2wUxDBWUlaRQ==",
                          "hostIdentifierGuid": "10985b45-eda4-4d89-b053-10c159495a45",
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ]
                        },
                        "details": [
                          {
                            "$ref": "17"
                          },
                          {
                            "$ref": "17"
                          }
                        ]
                      },
                      "tray": {
                        "$id": "18",
                        "g_UId": "WOIpwAUp7ES5shQbI4fzCg==",
                        "guid": "c029e258-2905-44ec-b9b2-141b2387f30a",
                        "name": "sample string 1",
                        "number": 1,
                        "tare": 1
                      },
                      "priceGroup": {
                        "$id": "19",
                        "priceGroupG_UID": "th+oMxAB5UatBnNDAs4yTg==",
                        "priceGroupGuid": "33a81fb6-0110-46e5-ad06-734302ce324e",
                        "name": "sample string 2",
                        "code": 1,
                        "modified": true,
                        "updated": "2026-04-03T06:15:19.0404299",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "number": 1,
                        "products": [
                          {
                            "$ref": "13"
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "productCount": 1
                      },
                      "priceGroupName": "sample string 147",
                      "nutrifacts": {
                        "$id": "20",
                        "pluG_UID": "JqNG/N6A4EiTQbRnPs1Y4w==",
                        "pluGuid": "fc46a326-80de-48e0-9341-b4673ecd58e3",
                        "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": "21",
                        "pluGuid": "8911d308-1d6f-4e48-9890-21edf2942d8f",
                        "created": "2026-04-03T06:15:19.0404299",
                        "createdByUser": "sample string 1",
                        "activated": "2026-04-03T06:15:19.0404299",
                        "activatedByUser": "sample string 2",
                        "deactivated": "2026-04-03T06:15:19.0404299",
                        "deactivatedByUser": "sample string 3",
                        "lastOrdered": "2026-04-03T06:15:19.0404299",
                        "lastOrderedQty": 4.0,
                        "lastReceived": "2026-04-03T06:15:19.0404299",
                        "lastReceivedQty": 5.0,
                        "lastInvoiceStatus": 1,
                        "lastCounted": "2026-04-03T06:15:19.0404299",
                        "lastSold": "2026-04-03T06:15:19.0404299",
                        "firstSold": "2026-04-03T06:15:19.0404299",
                        "awsUpdated": "2026-04-03T06:15:19.0404299",
                        "lastManualUpdate": "2026-04-03T06:15:19.0404299",
                        "lastManualUpdatedByUser": "sample string 7",
                        "lastUpdated": "2026-04-03T06:15:19.0404299",
                        "lastUpdatedByUser": "sample string 9",
                        "lastUpdatedByHost": "2026-04-03T06:15:19.0404299",
                        "doNotRangeUpdated": "2026-04-03T06:15:19.0404299",
                        "doNotOrderUpdated": "2026-04-03T06:15:19.0404299",
                        "tracked": "2026-04-03T06:15:19.0404299"
                      },
                      "allergens": [
                        {
                          "$id": "22",
                          "primaryKey": {
                            "$id": "23",
                            "pluGuid": "49892429-6dc7-479e-bf44-91ad2b573336",
                            "contains": 2
                          },
                          "allergenID": 1,
                          "pluG_UID": "KSSJScdtnke/RJGtK1czNg==",
                          "pluGuid": "49892429-6dc7-479e-bf44-91ad2b573336",
                          "contains": 2,
                          "allergenName": "sample string 3",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "22"
                        }
                      ],
                      "costs": {
                        "$id": "24",
                        "pluG_UID": "Q0v5Eiennk+9CUKJroa7DQ==",
                        "pluGuid": "12f94b43-a727-4f9e-bd09-4289ae86bb0d",
                        "enteredCost": 1,
                        "weightedAvgCost": 1,
                        "lastCost": 1,
                        "rawEnteredCost": 2,
                        "rawWeightedAvgCost": 3,
                        "rawLastCost": 4,
                        "freight": 5.0,
                        "freightType": 6,
                        "costDecimals": 7,
                        "fifoCost": 1,
                        "updated": "2026-04-03T06:15:19.0404299",
                        "normalCost": 1,
                        "currentCost": 1
                      },
                      "sales": [
                        {
                          "$id": "25",
                          "saleHeaderID": 1,
                          "created": "2026-04-03T06:15:19.0404299",
                          "createdLocal": "2026-04-03T06:15:19.0404299",
                          "storeID": 3,
                          "storeName": "sample string 4",
                          "operatorG_Uid": "hEOu0XwdDEa6soOQbxzArg==",
                          "operatorGuid": "d1ae4384-1d7c-460c-bab2-83906f1cc0ae",
                          "operatorName": "sample string 5",
                          "tranType": 1,
                          "plu": 1,
                          "pluG_UId": "JGPHwgSzi0KBVsSprQptgQ==",
                          "pluGuid": "c2c76324-b304-428b-8156-c4a9ad0a6d81",
                          "normalPrice": 1,
                          "totalCents": 1,
                          "cost": 1,
                          "grossProfit": 1,
                          "quantity": 1,
                          "operator": {
                            "$id": "26",
                            "id": 1,
                            "g_Uid": "RKjQu9886E6cIxU1fvdYmA==",
                            "guid": "bbd0a844-3cdf-4ee8-9c23-15357ef75898",
                            "operatorNumber": 1,
                            "shortName": "sample string 2",
                            "firstName": "sample string 3",
                            "lastName": "sample string 4",
                            "password": "sample string 5",
                            "hasPassword": true,
                            "passwordText": "sample string 6",
                            "rfidTagID": "sample string 7",
                            "blueprintID": 1,
                            "groupID": 1,
                            "groupName": "sample string 8",
                            "managerGroupID": 1,
                            "managerGroupName": "sample string 9",
                            "zoneID": 1,
                            "zoneName": "sample string 10",
                            "loggedIn": 1,
                            "lastUsedIP": "sample string 11",
                            "deleted": true,
                            "locked": true,
                            "allowOpenTill": true,
                            "webEmail": "sample string 14",
                            "simpleOperatorType": 0,
                            "webRole": "sample string 15",
                            "updated": "2026-04-03T06:15:19.0404299",
                            "passwordResetRequired": true,
                            "alteredInStore": true,
                            "startShift": "2026-04-03T06:15:19.0404299",
                            "endShift": "2026-04-03T06:15:19.0404299",
                            "machineName": "sample string 20",
                            "drawerID": 1,
                            "stores": [
                              {
                                "$id": "27",
                                "operatorG_UID": "A3yYPasZIEyetC8c0wFbKA==",
                                "operatorGuid": "3d987c03-19ab-4c20-9eb4-2f1cd3015b28",
                                "storeID": 2,
                                "operator": {
                                  "$ref": "26"
                                },
                                "store": {
                                  "$ref": "3"
                                }
                              },
                              {
                                "$ref": "27"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "25"
                        }
                      ],
                      "apns": [
                        {
                          "$id": "28",
                          "pluID": 1,
                          "pluG_UID": "lblHmi8pNUuPas6hL9exOg==",
                          "pluGuid": "9a47b995-292f-4b35-8f6a-cea12fd7b13a",
                          "apn": "sample string 1",
                          "deleted": true,
                          "storeID": 1,
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "28"
                        }
                      ],
                      "tuns": [
                        {
                          "$id": "29",
                          "pluG_UId": "KKIww9NmKU6NlxCsKGVoLg==",
                          "pluGuid": "c330a228-66d3-4e29-8d97-10ac2865682e",
                          "apn": "sample string 1",
                          "tun": "sample string 2",
                          "cartonQuantity": 3,
                          "product": {
                            "$ref": "13"
                          },
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "29"
                        }
                      ],
                      "competitionPricing": [
                        {
                          "$id": "30",
                          "identifier": "99KkWCmkWEmBGiecH9n2sA==",
                          "identifierGuid": "58a4d2f7-a429-4958-811a-279c1fd9f6b0",
                          "pluG_UID": "6FcKdPsmD0+MxqaVc+iIFQ==",
                          "pluGuid": "740a57e8-26fb-4f0f-8cc6-a69573e88815",
                          "competitionID": 1,
                          "name": "sample string 2",
                          "sellMultiple": 3,
                          "retailPrice": 4,
                          "storeName": "sample string 5"
                        },
                        {
                          "$ref": "30"
                        }
                      ],
                      "supplier": {
                        "$ref": "8"
                      },
                      "supplierName": "sample string 148",
                      "children": [
                        {
                          "$ref": "13"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "ordering": {
                        "$ref": "11"
                      },
                      "flipChartPages": [
                        {
                          "$id": "31",
                          "identifier": "2N+AEzT0XUKOQrv0XJ7Xyw==",
                          "groupName": "sample string 1",
                          "identifierGuid": "1380dfd8-f434-425d-8e42-bbf45c9ed7cb",
                          "exists": true,
                          "flipChartIdentifier": "SNpyYvwADUeU702P2Qd+zQ==",
                          "flipChartIdentifierGuid": "6272da48-00fc-470d-94ef-4d8fd9077ecd",
                          "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": "mO2a3ySYqkyXmYXOwZFeRw==",
                          "groupIdentifierGuid": "df9aed98-9824-4caa-9799-85cec1915e47",
                          "flipChart": {
                            "$id": "32",
                            "identifier": "Bjx8Ya74n0Chy3KKPrGI5g==",
                            "identifierGuid": "617c3c06-f8ae-409f-a1cb-728a3eb188e6",
                            "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": "33",
                              "identifier": "MOksrPNPTEaDDpyWB0zF2w==",
                              "identifierGuid": "ac2ce930-4ff3-464c-830e-9c96074cc5db",
                              "name": "sample string 2",
                              "formType": "sample string 3",
                              "forms": [
                                {
                                  "$id": "34",
                                  "id": 1,
                                  "g_UID": "nLOeSFQQC0mkO52bRdotwQ==",
                                  "guid": "489eb39c-1054-490b-a43b-9d9b45da2dc1",
                                  "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": "N2J+JpbCx0eSE2NNR7b/lw==",
                                  "previousFormGuid": "267e6237-c296-47c7-9213-634d47b6ff97",
                                  "nextForm": 1,
                                  "nextFormG_UID": "9cLkOwHRgEyXdlGbtYaXzQ==",
                                  "nextFormGuid": "3be4c2f5-d101-4c80-9776-519bb58697cd",
                                  "attributes": "sample string 10",
                                  "updated": "2026-04-03T06:15:19.0404299",
                                  "positioning": 1,
                                  "contentPanel": "sample string 11",
                                  "selectionMode": 1,
                                  "maximumSelections": 1,
                                  "alteredInStore": true,
                                  "deleted": true,
                                  "blueprintID": 1,
                                  "preserveLayout": true,
                                  "mainCheckoutFormName": "sample string 13",
                                  "nextCheckoutForm": {
                                    "$ref": "34"
                                  },
                                  "previousCheckoutForm": {
                                    "$ref": "34"
                                  },
                                  "buttons": [
                                    {
                                      "$id": "35",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "i1OUxiP9aUKPZBTwAqiv0A==",
                                      "checkoutFormGuid": "c694538b-fd23-4269-8f64-14f002a8afd0",
                                      "identifier": "P1N5oFpWjkun4sl3GvsHTw==",
                                      "identifierGuid": "a079533f-565a-4b8e-a7e2-c9771afb074f",
                                      "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": "bZIVNwQ6m0aIt58X+1H6aw==",
                                      "valueGuid": "3715926d-3a04-469b-88b7-9f17fb51fa6b",
                                      "buttonText": "sample string 10",
                                      "valueText": "sample string 11",
                                      "drawImageAndButton": true,
                                      "updated": "2026-04-03T06:15:19.0404299",
                                      "action": "sample string 12",
                                      "valueForm": {
                                        "$ref": "34"
                                      },
                                      "image": {
                                        "$id": "36",
                                        "name": "sample string 3.sample string 4",
                                        "imageID": 2,
                                        "imageName": "sample string 3",
                                        "imageExtension": "sample string 4",
                                        "lastUpdate": "2026-04-03T06:15:19.0404299",
                                        "imageData": "QEA=",
                                        "readOnly": true
                                      }
                                    },
                                    {
                                      "$ref": "35"
                                    }
                                  ],
                                  "panels": [
                                    {
                                      "$id": "37",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "9k7xC1xiu0+iyiJhdGc4HQ==",
                                      "checkoutFormGuid": "0bf14ef6-625c-4fbb-a2ca-22617467381d",
                                      "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": "37"
                                    }
                                  ]
                                },
                                {
                                  "$ref": "34"
                                }
                              ],
                              "panels": [
                                {
                                  "$ref": "37"
                                },
                                {
                                  "$ref": "37"
                                }
                              ]
                            },
                            "pages": [
                              {
                                "$ref": "31"
                              },
                              {
                                "$ref": "31"
                              }
                            ]
                          },
                          "contentPanel": {
                            "$ref": "37"
                          },
                          "products": [
                            {
                              "$id": "38",
                              "flipChartPageIdentifier": "a1mfXP/TVEK+oQCtD3DSJw==",
                              "flipChartPageIdentifierGuid": "5c9f596b-d3ff-4254-bea1-00ad0f70d227",
                              "pluG_UID": "rKcrLRAzaUajGgrXBz/Zvw==",
                              "pluGuid": "2d2ba7ac-3310-4669-a31a-0ad7073fd9bf",
                              "sortOrder": 3,
                              "sent": true,
                              "productChanged": true,
                              "productImageName": "sample string 6",
                              "productShowImageOnFlipCharts": true,
                              "productShowTextOnFlipCharts": true,
                              "productOverrideFlipChartText": true,
                              "productFlipChartText": "sample string 10",
                              "product": {
                                "$ref": "13"
                              },
                              "departmentSortOrder": 11,
                              "subDepartmentName": "sample string 12"
                            },
                            {
                              "$ref": "38"
                            }
                          ],
                          "productCount": 27,
                          "pages": [
                            {
                              "$ref": "31"
                            },
                            {
                              "$ref": "31"
                            }
                          ]
                        },
                        {
                          "$ref": "31"
                        }
                      ],
                      "priceHistory": [
                        {
                          "$id": "39",
                          "pluG_UID": "xTkmu86U+0OqIWPAcg1/rA==",
                          "pluGuid": "bb2639c5-94ce-43fb-aa21-63c0720d7fac",
                          "price": 1,
                          "costCalcMethod": 1,
                          "cost": 2,
                          "weightedAvgCost": 3,
                          "lastCost": 4,
                          "rawCost": 5,
                          "rawWeightedAvgCost": 6,
                          "rawLastCost": 7,
                          "costDecimals": 8,
                          "serviceFeeID": 9,
                          "freight": 10.0,
                          "freightType": 11,
                          "process": "sample string 12",
                          "user": "sample string 13",
                          "updated": "2026-04-03T06:15:19.0404299",
                          "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": "39"
                        }
                      ],
                      "ingredients": [
                        {
                          "$id": "40",
                          "pluG_UID": "7iX6pYw0fkS+x0GLLLu3DA==",
                          "ingredientGuid": "j3axY7PsyEOUUnslo9Re5Q==",
                          "ingredientIdentifier": "63b1768f-ecb3-43c8-9452-7b25a3d45ee5",
                          "quantity": 1.0,
                          "storeIDs": [
                            1,
                            2
                          ],
                          "ingredientText": "sample string 1",
                          "ingredient": {
                            "$ref": "13"
                          }
                        },
                        {
                          "$ref": "40"
                        }
                      ],
                      "bins": [
                        {
                          "$id": "41",
                          "pluG_UID": "Ff4QKi7xf0qSxiXpiIhNKQ==",
                          "pluGuid": "2a10fe15-f12e-4a7f-92c6-25e988884d29",
                          "shelfLocationIdentifier": "RlqzyKqhw0Gyc/wwEYNSWQ==",
                          "shelfLocationGuid": "c8b35a46-a1aa-41c3-b273-fc3011835259",
                          "labelShelfDefault": 1,
                          "labelTalkerDefault": 1,
                          "labelSmall": true,
                          "labelPageLayoutG_UID": "YWDQa4qDTkGxNHAyPM0WAQ==",
                          "labelPageLayoutGuid": "6bd06061-838a-414e-b134-70323ccd1601",
                          "updated": "2026-04-03T06:15:19.0404299",
                          "electronicShelfLabelIdentifier": "sample string 5",
                          "electronicshelfLabelsConfigurationID": 6,
                          "labelShelfChanged": true,
                          "productName": "sample string 8",
                          "locationText": "sample string 9",
                          "product": {
                            "$ref": "13"
                          },
                          "location": {
                            "$id": "42",
                            "identifier": "+ILLfGEgTkWtqF1Q8C3WHg==",
                            "storeID": 1,
                            "identifierGuid": "7ccb82f8-2061-454e-ada8-5d50f02dd61e",
                            "name": "sample string 2",
                            "haccp": true,
                            "blueprintID": 1,
                            "updated": "2026-04-03T06:15:19.0404299",
                            "minTemp": 1,
                            "maxTemp": 1,
                            "checkFrequency": 1,
                            "storeCaseConfiguration": 5,
                            "storeName": "sample string 6",
                            "bins": [
                              {
                                "$ref": "41"
                              },
                              {
                                "$ref": "41"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "41"
                        }
                      ],
                      "bin": {
                        "$ref": "41"
                      },
                      "scaleLocations": [
                        {
                          "$id": "43",
                          "plu": 1,
                          "pluG_UID": "V27xkDjKakSsnB5Phn7jjg==",
                          "pluGuid": "90f16e57-ca38-446a-ac9c-1e4f867ee38e",
                          "deptNo": 1,
                          "product": {
                            "$ref": "13"
                          },
                          "scaleLocation": {
                            "$id": "44",
                            "id": 1,
                            "deptNo": 1,
                            "deptCode": "sample string 2",
                            "name": "sample string 3",
                            "enabled": true,
                            "updated": "2026-04-03T06:15:19.0404299",
                            "department": {
                              "$id": "45",
                              "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": "44"
                              },
                              "subDepartments": [
                                {
                                  "$id": "46",
                                  "id": 1,
                                  "departmentID": 2,
                                  "name": "sample string 3",
                                  "code": "sample string 4",
                                  "departmentCode": "sample string 5",
                                  "externalSales": true,
                                  "minorDepartments": [
                                    {
                                      "$id": "47",
                                      "id": 1,
                                      "subDepartmentID": 2,
                                      "departmentID": 3,
                                      "name": "sample string 4",
                                      "subDepartmentCode": "sample string 5",
                                      "departmentCode": "sample string 6",
                                      "code": "sample string 7",
                                      "lesserDepartments": [
                                        {
                                          "$id": "48",
                                          "id": 1,
                                          "departmentID": 2,
                                          "subDepartmentID": 3,
                                          "minorDepartmentID": 4,
                                          "name": "sample string 5",
                                          "code": "sample string 6",
                                          "departmentCode": "sample string 7",
                                          "subDepartmentCode": "sample string 8",
                                          "minorDepartmentCode": "sample string 9",
                                          "updated": "2026-04-03T06:15:19.0404299",
                                          "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": "e03d+1qrkEuN3xL+WsxZaQ==",
                                          "labelPageLayoutGuid": "fbdd4d7b-ab5a-4b90-8ddf-12fe5acc5969",
                                          "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": "49",
                                            "dept": 1,
                                            "category": 2,
                                            "name": "sample string 3",
                                            "active": true,
                                            "mscCommodities": [
                                              {
                                                "$id": "50",
                                                "dept": 1,
                                                "category": 2,
                                                "commodity": 3,
                                                "name": "sample string 4",
                                                "active": true,
                                                "mscSubCommodities": [
                                                  {
                                                    "$id": "51",
                                                    "dept": 1,
                                                    "category": 2,
                                                    "commodity": 3,
                                                    "subCommodity": 4,
                                                    "name": "sample string 5",
                                                    "active": true,
                                                    "subCommodityCode": "sample string 7"
                                                  },
                                                  {
                                                    "$ref": "51"
                                                  }
                                                ],
                                                "commodityCode": "sample string 6"
                                              },
                                              {
                                                "$ref": "50"
                                              }
                                            ],
                                            "categoryCode": "sample string 5"
                                          },
                                          "mscCom": {
                                            "$ref": "50"
                                          },
                                          "mscDep": {
                                            "$id": "52",
                                            "dept": 1,
                                            "name": "sample string 2",
                                            "active": true,
                                            "mscCategories": [
                                              {
                                                "$ref": "49"
                                              },
                                              {
                                                "$ref": "49"
                                              }
                                            ],
                                            "deptCode": "sample string 4"
                                          },
                                          "mscSubCom": {
                                            "$ref": "51"
                                          }
                                        },
                                        {
                                          "$ref": "48"
                                        }
                                      ],
                                      "updated": "2026-04-03T06:15:19.0404299",
                                      "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": "+714ZEUyCU2CYRqvMcCBqg==",
                                      "labelPageLayoutGuid": "6478bdfb-3245-4d09-8261-1aaf31c081aa",
                                      "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": "49"
                                      },
                                      "mscCom": {
                                        "$ref": "50"
                                      },
                                      "mscDep": {
                                        "$ref": "52"
                                      },
                                      "mscSubCom": {
                                        "$ref": "51"
                                      }
                                    },
                                    {
                                      "$ref": "47"
                                    }
                                  ],
                                  "investmentBuyOverride": true,
                                  "updated": "2026-04-03T06:15:19.0404299",
                                  "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": "3ZcCDxC6iUyg4FHCQ4v60w==",
                                  "labelPageLayoutGuid": "0f0297dd-ba10-4c89-a0e0-51c2438bfad3",
                                  "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": "49"
                                  },
                                  "mscCom": {
                                    "$ref": "50"
                                  },
                                  "mscDep": {
                                    "$ref": "52"
                                  },
                                  "mscSubCom": {
                                    "$ref": "51"
                                  }
                                },
                                {
                                  "$ref": "46"
                                }
                              ],
                              "stores": [
                                1,
                                2
                              ],
                              "investmentBuyOverride": true,
                              "updated": "2026-04-03T06:15:19.0404299",
                              "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": "89mWHIYpjU+WIWLBorp6ZA==",
                              "labelPageLayoutGuid": "1c96d9f3-2986-4f8d-9621-62c1a2ba7a64",
                              "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": "49"
                              },
                              "mscCom": {
                                "$ref": "50"
                              },
                              "mscDep": {
                                "$ref": "52"
                              },
                              "mscSubCom": {
                                "$ref": "51"
                              }
                            }
                          }
                        },
                        {
                          "$ref": "43"
                        }
                      ],
                      "nextPrice": {
                        "$id": "53",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "plu": 1,
                        "hostOfferID": 1,
                        "metcashPromotionID": "sample string 4",
                        "metcashPromotionPlacement": "sample string 5",
                        "pluG_UID": "b/OXN8tKuE23MXz5tl+Ajw==",
                        "pluGuid": "3797f36f-4acb-4db8-b731-7cf9b65f808f",
                        "newPrice": 1,
                        "pctDiscount": 1,
                        "newCost": 1,
                        "newCostDecimals": 6,
                        "dealCostIdentifier": "X7cBm5dZKE2e3BMNcpssoQ==",
                        "dealCostGuid": "9b01b75f-5997-4d28-9edc-130d729b2ca1",
                        "pluName": "sample string 7",
                        "apn": "sample string 8",
                        "fuelItem": true,
                        "priceGroupG_UID": "ccijV+9EhE2bet9oTmRvtw==",
                        "priceGroupGuid": "57a3c871-44ef-4d84-9b7a-df684e646fb7",
                        "itemNumber": "sample string 10",
                        "cri": "sample string 11",
                        "pluPrice": 12,
                        "costCalcMethod": 13,
                        "pluCost": 14,
                        "pluCostIndicator": "sample string 15",
                        "pluPriceGstPercent": 16,
                        "pluCostGstPercent": 17,
                        "pluActive": true,
                        "cartonQty": 1.1,
                        "baseUnits": 19.1,
                        "salesMode": 1,
                        "pluNormalCost": 20,
                        "pluaws": 21.0,
                        "directNumber": "sample string 22",
                        "departmentName": "sample string 23",
                        "subDepartmentName": "sample string 24",
                        "priceGroupName": "sample string 25",
                        "supplierName": "sample string 26",
                        "stockOnHand": 1.1,
                        "stockOnOrder": 1.1,
                        "lastReceived": "2026-04-03T06:15:19.0404299",
                        "rrp": 27,
                        "campaignDescription": "sample string 28",
                        "hostCampaign": true,
                        "hostIdentifier": "QEA=",
                        "hostIdentifierGuid": "710d8136-3e27-4d12-adce-ce8a07b0682d",
                        "campaignComboPriceGroupG_UID": "Q2VGdezpKEmpj2mqatcd5Q==",
                        "campaignComboPriceGroupIdentifier": "75466543-e9ec-4928-a98f-69aa6ad71de5",
                        "promotionPlacementDescription": "sample string 30",
                        "storeAcceptances": [
                          {
                            "$id": "54",
                            "plu": 1,
                            "pluG_UId": "QEA=",
                            "campaignID": 1,
                            "campaignName": "sample string 2",
                            "storeID": 3,
                            "acceptedUtc": "2026-04-03T06:15:19.0404299",
                            "operatorG_UID": "BR2nUFfLSk2/wqa2Dssebw==",
                            "operatorGuid": "50a71d05-cb57-4d4a-bfc2-a6b60ecb1e6f",
                            "machineID": 1,
                            "processed": true,
                            "appliedUtc": "2026-04-03T06:15:19.0404299",
                            "signIqTicketFileMovedUtc": "2026-04-03T06:15:19.0404299",
                            "user": "sample string 6",
                            "campaignDescription": "sample string 7",
                            "productDesc": "sample string 8",
                            "storeName": "sample string 9",
                            "effectiveUtc": "2026-04-03T06:15:19.0404299",
                            "priceChangeType": 0,
                            "operatorName": "sample string 10",
                            "hostCampaign": true,
                            "hostIdentifier": "QEA=",
                            "hostIdentifierGuid": "08061b6b-c902-4688-bf88-fec70b1a351c",
                            "product": {
                              "$ref": "13"
                            },
                            "campaignPlu": {
                              "$ref": "53"
                            },
                            "fuelItem": true
                          },
                          {
                            "$ref": "54"
                          }
                        ],
                        "campaign": {
                          "$id": "55",
                          "id": 1,
                          "storeID": 2,
                          "name": "95496718-be6a-4516-b2d8-971d3e71ab56",
                          "nameGuid": "95496718-be6a-4516-b2d8-971d3e71ab56",
                          "description": "sample string 4",
                          "showDiscounts": true,
                          "showTotals": true,
                          "onlyEvaluateOnSubtotal": true,
                          "useDescription": true,
                          "campaignType": 1,
                          "startDate": "2026-04-03T06:15:19.0404299",
                          "startTime": 1,
                          "endDate": "2026-04-03T06:15:19.0404299",
                          "endTime": 1,
                          "recurrence": 1,
                          "recurrenceType": 1,
                          "monthType": 1,
                          "weekDays": 1,
                          "months": 1,
                          "monthWeeks": 1,
                          "monthDays": "sample string 7",
                          "printed": true,
                          "talkerText": "sample string 8",
                          "rangeDescription": "sample string 9",
                          "dealDescription": "sample string 10",
                          "labelQuantity": 11,
                          "active": 1,
                          "deactivated": "2026-04-03T06:15:19.0404299",
                          "system": true,
                          "created": "2026-04-03T06:15:19.0404299",
                          "updated": "2026-04-03T06:15:19.0404299",
                          "priceChangeNotifiedUtc": "2026-04-03T06:15:19.0404299",
                          "promoType": 1,
                          "promotionTypeCode": "sample string 13",
                          "hostIdentifier": "34Vcb1Fn6US8d2OVSHjBfQ==",
                          "hostIdentifierGuid": "6f5c85df-6751-44e9-bc77-63954878c17d",
                          "hostType": 14,
                          "createdByUser": "sample string 15",
                          "fromHost": true,
                          "deleted": true,
                          "campaignDeleted": "2026-04-03T06:15:19.0404299",
                          "updatedByUser": "sample string 18",
                          "offerID": 1,
                          "isPriceChangeCampaign": true,
                          "stores": [
                            1,
                            2
                          ],
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ],
                          "campaignPlus": [
                            {
                              "$ref": "53"
                            },
                            {
                              "$ref": "53"
                            }
                          ],
                          "campaignPools": [
                            {
                              "$id": "56",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "plu": 4,
                              "pluG_UID": "LKhLTKIXbkK6RprxG4bGpw==",
                              "pluGuid": "4c4ba82c-17a2-426e-ba46-9af11b86c6a7",
                              "hostOfferID": 1,
                              "priceGroupG_UID": "jYuxJobGC0uOVqM+5mz5lw==",
                              "priceGroupGuid": "26b18b8d-c686-4b0b-8e56-a33ee66cf997",
                              "fuelItem": true,
                              "pluName": "sample string 6",
                              "apn": "sample string 7",
                              "pluActive": true,
                              "cartonQty": 1,
                              "baseUnits": 9.1,
                              "cri": "sample string 10",
                              "salesMode": 1,
                              "pluaws": 11.0,
                              "directNumber": "sample string 12",
                              "departmentName": "sample string 13",
                              "subDepartmentName": "sample string 14",
                              "priceGroupName": "sample string 15",
                              "supplierName": "sample string 16",
                              "stockOnHand": 1.1,
                              "stockOnOrder": 1.1,
                              "lastReceived": "2026-04-03T06:15:19.0404299",
                              "rrp": 17,
                              "campaignDescription": "sample string 18",
                              "product": {
                                "$ref": "13"
                              },
                              "campaign": {
                                "$ref": "55"
                              }
                            },
                            {
                              "$ref": "56"
                            }
                          ],
                          "sellingRules": [
                            {
                              "$id": "57",
                              "id": 1,
                              "identifier": "9fQTV2PhBUWuLYz6ySv4KQ==",
                              "identifierStr": "9fQTV2PhBUWuLYz6ySv4KQ==",
                              "identifierGuid": "5713f4f5-e163-4505-ae2d-8cfac92bf829",
                              "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": "55"
                              }
                            },
                            {
                              "$ref": "57"
                            }
                          ],
                          "customers": [
                            {
                              "$id": "58",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "customerID": "vB/5bwp/tU2OQsHjkCgxAw==",
                              "customerIDGuid": "6ff91fbc-7f0a-4db5-8e42-c1e390283103",
                              "campaign": {
                                "$ref": "55"
                              },
                              "customer": {
                                "$id": "59",
                                "identifier": "xN8P01qG9UK19/ZfL0owcw==",
                                "identifierGuid": "d30fdfc4-865a-42f5-b5f7-f65f2f4a3073",
                                "code": "sample string 2",
                                "familyName": "sample string 3",
                                "givenName": "sample string 4",
                                "otherName": "sample string 5",
                                "title": "sample string 6",
                                "dateOfBirth": "2026-04-03T06:15:19.0404299",
                                "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": "EMJHHSF2OEmALwOeNlEsyQ==",
                                "communityIdentifierGuid": "1d47c210-7621-4938-802f-039e36512cc9",
                                "joined": "2026-04-03T06:15:19.0404299",
                                "updated": "2026-04-03T06:15:19.0404299",
                                "active": true,
                                "reasonInactive": 1,
                                "groupCustomer": true,
                                "loyaltyPoints": 1,
                                "homeStoreID": 1,
                                "availableSpend": 1,
                                "priceLevelIdentifier": "yEBiIQ7gOEeVSrRVAr4wbA==",
                                "priceLevelIdentifierGuid": "216240c8-e00e-4738-954a-b45502be306c",
                                "marketingID": "sample string 18",
                                "receiptPrintOptions": 1,
                                "hidden": true,
                                "registered": true,
                                "registeredOn": "2026-04-03T06:15:19.0404299",
                                "emailMarketing": true,
                                "smsMarketing": true,
                                "deleted": true,
                                "deletedUser": "sample string 24",
                                "homeStoreName": "sample string 25",
                                "customerCards": [
                                  {
                                    "$id": "60",
                                    "cardType": 2,
                                    "issueDate": "2026-04-03T06:15:19.0404299",
                                    "expiry": "2026-04-03T06:15:19.0404299",
                                    "customerID": "1UfwAg1OdEOQxRMTXDcN3w==",
                                    "customerIDGuid": "02f047d5-4e0d-4374-90c5-13135c370ddf",
                                    "initialValue": 1,
                                    "currentValue": 1,
                                    "maxLimit": 1,
                                    "minTransaction": 1,
                                    "maxTransaction": 1,
                                    "multiplier": 1.1,
                                    "active": true,
                                    "reasonInactive": 1,
                                    "idRequired": true,
                                    "idType": 1,
                                    "idValue": "sample string 5",
                                    "updated": "2026-04-03T06:15:19.0404299",
                                    "linkedAccount": "XS5eByBSFkGD+Oo4gbFlOw==",
                                    "linkedAccountGuid": "075e2e5d-5220-4116-83f8-ea3881b1653b",
                                    "currentValueChanged": true,
                                    "limitsChanged": true,
                                    "customer": {
                                      "$ref": "59"
                                    },
                                    "account": {
                                      "$id": "61",
                                      "id": 1,
                                      "identifier": "ecZk3MMRpkqF3O/oGastxQ==",
                                      "identifierGuid": "dc64c679-11c3-4aa6-85dc-efe819ab2dc5",
                                      "referenceNo": "sample string 3",
                                      "name": "sample string 4",
                                      "created": "2026-04-03T06:15:19.0404299",
                                      "owner": "M82nHxHtK0S5zulAjvk3AQ==",
                                      "ownerGuid": "1fa7cd33-ed11-442b-b9ce-e9408ef93701",
                                      "accountStoreGroupIdentifier": "indNz82guEqCTITE7ZcORA==",
                                      "accountStoreGroupGuid": "cf4d778a-a0cd-4ab8-824c-84c4ed970e44",
                                      "accountType": 1,
                                      "currentBalance": 1,
                                      "externalID": "sample string 7",
                                      "maximumLimit": 1,
                                      "accruePoints": true,
                                      "loyaltyPoints": 1,
                                      "termsOfTrade": 1,
                                      "signatureRequired": true,
                                      "referenceRequired": true,
                                      "statementSendType": 10,
                                      "ageingPeriod": 1,
                                      "monthlyAgeingPeriod": true,
                                      "explodedInvoice": true,
                                      "isFifoAllocation": true,
                                      "lastStatementSent": "2026-04-03T06:15:19.0404299",
                                      "active": true,
                                      "updated": "2026-04-03T06:15:19.0404299",
                                      "deleted": true,
                                      "deletedUser": "sample string 16",
                                      "currentBalanceChanged": true,
                                      "maximumLimitChanged": true,
                                      "loyaltyPointsChanged": true,
                                      "projectedBalance": 17,
                                      "accountStoreGroupStoreIDs": [
                                        1,
                                        2
                                      ],
                                      "customerEmail": "sample string 18",
                                      "ownerCustomer": {
                                        "$ref": "59"
                                      },
                                      "card": {
                                        "$ref": "60"
                                      },
                                      "members": {
                                        "$id": "62",
                                        "sample string 1": [
                                          {
                                            "$ref": "59"
                                          },
                                          {
                                            "$ref": "59"
                                          }
                                        ],
                                        "sample string 2": [
                                          {
                                            "$ref": "59"
                                          },
                                          {
                                            "$ref": "59"
                                          }
                                        ]
                                      },
                                      "customerGroups": [
                                        {
                                          "$id": "63",
                                          "identifier": "wcXyl5AvpESfy95F2pPPrw==",
                                          "identifierGuid": "97f2c5c1-2f90-44a4-9fcb-de45da93cfaf",
                                          "name": "sample string 2",
                                          "primaryContact": "3TEhWNm4AUu1ZR5IFdauSQ==",
                                          "primaryContactGuid": "582131dd-b8d9-4b01-b565-1e4815d6ae49",
                                          "accountID": "TMDQALB0fkyhUvOZHHnQ0w==",
                                          "accountIDGuid": "00d0c04c-74b0-4c7e-a152-f3991c79d0d3",
                                          "special": true,
                                          "updated": "2026-04-03T06:15:19.0404299",
                                          "active": true,
                                          "reasonInactive": 1,
                                          "priceLevelIdentifier": "q8eS6I3Z8EqtHw34HqRaFg==",
                                          "priceLevelIdentifierGuid": "e892c7ab-d98d-4af0-ad1f-0df81ea45a16",
                                          "marketingListID": "sample string 7",
                                          "deleted": true,
                                          "account": {
                                            "$ref": "61"
                                          },
                                          "primaryContactCustomer": {
                                            "$ref": "59"
                                          },
                                          "customerGroupMembers": [
                                            {
                                              "$id": "64",
                                              "id": 1,
                                              "groupID": "xAZiGSbaLUK6KwcOpt3OjA==",
                                              "groupIDGuid": "196206c4-da26-422d-ba2b-070ea6ddce8c",
                                              "customerID": "+n2/9Mx1rU2/jou0d6CUwA==",
                                              "customerIDGuid": "f4bf7dfa-75cc-4dad-bf8e-8bb477a094c0",
                                              "card": "sample string 4",
                                              "linkedAccount": "TiKpxcLs1EaxpgTr0c8/jw==",
                                              "linkedAccountGuid": "c5a9224e-ecc2-46d4-b1a6-04ebd1cf3f8f",
                                              "customer": {
                                                "$ref": "59"
                                              },
                                              "group": {
                                                "$ref": "63"
                                              },
                                              "customerCard": {
                                                "$ref": "60"
                                              }
                                            },
                                            {
                                              "$ref": "64"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "63"
                                        }
                                      ]
                                    },
                                    "payments": [
                                      {
                                        "$id": "65",
                                        "id": 1,
                                        "identifier": "FfgW0inyQUeDSRrTx4hEFw==",
                                        "identifierGuid": "d216f815-f229-4741-8349-1ad3c7884417",
                                        "storeID": 2,
                                        "operatorName": "sample string 3",
                                        "saleHeaderID": 4,
                                        "paymentType": 5,
                                        "amount": 6,
                                        "account": "sample string 7",
                                        "accountID": "1AaCjM3xFEKZZD+5bCSeeQ==",
                                        "accountIDGuid": "8c8206d4-f1cd-4214-9964-3fb96c249e79",
                                        "customerAccount": {
                                          "$ref": "61"
                                        },
                                        "customerCard": {
                                          "$ref": "60"
                                        },
                                        "accountType": 1,
                                        "cardName": "sample string 8",
                                        "authorisationNumber": "sample string 9",
                                        "bankReference": "sample string 10",
                                        "merchantID": "sample string 11",
                                        "terminalID": "sample string 12",
                                        "cardNumber": "sample string 13",
                                        "paymentDate": "2026-04-03T06:15:19.0404299",
                                        "invRocNo": "sample string 14",
                                        "responseCode": "sample string 15",
                                        "cashout": 1,
                                        "tip": 16,
                                        "idempotentVoid": "rR0xsj6qOUOaa9yJW4PiVw==",
                                        "idempotentVoidGuid": "b2311dad-aa3e-4339-9a6b-dc895b83e257",
                                        "offline": true,
                                        "processed": 1,
                                        "storeSaleHeader": {
                                          "$id": "66",
                                          "saleHeaderID": 1,
                                          "saleHeaderGuid": "7I+SSKfi+ku6k3vgAC2lZw==",
                                          "saleHeaderIdentifierGuid": "48928fec-e2a7-4bfa-ba93-7be0002da567",
                                          "created": "2026-04-03T06:15:19.0404299",
                                          "createdLocal": "2026-04-03T06:15:19.0404299",
                                          "createdText": "sample string 4",
                                          "itemCount": 5,
                                          "totalAmount": 6,
                                          "cashTender": 1,
                                          "cardTender": 1,
                                          "cheqTender": 1,
                                          "acctTender": 1,
                                          "voucherTender": 1,
                                          "loyaltyPoints": 1,
                                          "cashout": 1,
                                          "changeAmount": 1,
                                          "rounding": 1,
                                          "gstAmount": 1,
                                          "transactionDiscountTender": 1,
                                          "totalTip": 7,
                                          "tranType": 1,
                                          "processed": 1,
                                          "imported": "2026-04-03T06:15:19.0404299",
                                          "storeID": 1,
                                          "operatorG_Uid": "TSmNJQsj3UG+yM5N1S2eDw==",
                                          "operatorGuid": "258d294d-230b-41dd-bec8-ce4dd52d9e0f",
                                          "customerG_Uid": "mcddFmwGKU2f3E0yiTePmg==",
                                          "customerGuid": "165dc799-066c-4d29-9fdc-4d3289378f9a",
                                          "communityIdentifier": "fBlP7floMkmO0RoM1jtoOA==",
                                          "communityIdentifierGuid": "ed4f197c-68f9-4932-8ed1-1a0cd63b6838",
                                          "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": "gt87Zok97ki/hobqaFrWBw==",
                                          "priceLevelIdentifierGuid": "663bdf82-3d89-48ee-bf86-86ea685ad607",
                                          "locked": 36,
                                          "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:15:19.0404299+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                                          "deserialisedOrderMetadata": {
                                            "$id": "67",
                                            "customerName": "sample string 1",
                                            "pickupAt": "2026-04-03T06:15:19.0404299",
                                            "deliveryAddress1": "sample string 2",
                                            "deliveryAddress2": "sample string 3",
                                            "customerPhoneNumber": "sample string 4",
                                            "orderType": 0,
                                            "externalOrderID": "sample string 5",
                                            "externalDisplayableOrderID": "sample string 6",
                                            "tableName": "sample string 7",
                                            "createdBy": 0,
                                            "orderingAppName": "sample string 8"
                                          },
                                          "relationChecksum": "sample string 38",
                                          "loyaltyTender": 1,
                                          "giftCardTender": 1,
                                          "operator": {
                                            "$ref": "26"
                                          },
                                          "customer": {
                                            "$ref": "59"
                                          },
                                          "communityOrganisation": {
                                            "$id": "68",
                                            "id": 1,
                                            "identifier": "w6npcWPEhECHGemdCGe68w==",
                                            "identifierGuid": "71e9a9c3-c463-4084-8719-e99d0867baf3",
                                            "name": "sample string 3",
                                            "lookupIdentifier": "sample string 4",
                                            "externalID": "sample string 5",
                                            "phone": "sample string 6",
                                            "fax": "sample string 7",
                                            "email": "sample string 8",
                                            "address1": "sample string 9",
                                            "address2": "sample string 10",
                                            "city": "sample string 11",
                                            "postCode": "sample string 12",
                                            "state": "sample string 13",
                                            "country": "sample string 14",
                                            "abn": "sample string 15",
                                            "promoPeriodStart": "2026-04-03T06:15:19.0404299",
                                            "promoPeriodEnd": "2026-04-03T06:15:19.0404299",
                                            "allowDonations": true,
                                            "logoImageName": "sample string 17",
                                            "totalAmountAwarded": 18.1,
                                            "updated": "2026-04-03T06:15:19.0404299",
                                            "deleted": true
                                          },
                                          "details": [
                                            {
                                              "$id": "69",
                                              "saleItemID": 1,
                                              "identifier": "GqIpeYVeaE+XjwKkibKL2g==",
                                              "identifierGuid": "7929a21a-5e85-4f68-978f-02a489b28bda",
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "AnHMQaY6wEOAbkpAIQTa9w==",
                                              "pluGuid": "41cc7102-3aa6-43c0-806e-4a402104daf7",
                                              "accountID": "t2dzYibpxUqv+x4zCBuhbg==",
                                              "accountIDGuid": "627367b7-e926-4ac5-affb-1e33081ba16e",
                                              "normalPrice": 3,
                                              "originalSellingPrice": 4,
                                              "discountPrice": 5,
                                              "unit": 1,
                                              "quantity": 6,
                                              "totalCents": 7,
                                              "fixedPrice": 1,
                                              "tranType": 1,
                                              "discountType": 1,
                                              "cost": 1,
                                              "costDecimals": 8,
                                              "markdown": 1,
                                              "manualQuantity": 1,
                                              "manualPrice": 1,
                                              "manualMode": 1,
                                              "active": 1,
                                              "offline": true,
                                              "barcode": "sample string 9",
                                              "keyedSale": 1,
                                              "discountedID": 1,
                                              "fuelID": 1,
                                              "serialNumber": "sample string 10",
                                              "bestOrExpire": "2026-04-03T06:15:19.0404299",
                                              "bestOrExpireType": 1,
                                              "providerName": "sample string 11",
                                              "refundG_UID": "W92vgItxsEy/sN6wEPzB1w==",
                                              "refundGuid": "80afdd5b-718b-4cb0-bfb0-deb010fcc1d7",
                                              "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": "5m5R4PuSSkeFfjVrA2xM4Q==",
                                              "idempotentVoidGuid": "e0516ee6-92fb-474a-857e-356b036c4ce1",
                                              "priceLevelIdentifier": "4BBOIb51+UG6v5p7qT6xFQ==",
                                              "priceLevelIdentifierGuid": "214e10e0-75be-41f9-babf-9a7ba93eb115",
                                              "communityIdentifier": "OA01a/WdtEOC85cB9Bq6Xw==",
                                              "communityIdentifierGuid": "6b350d38-9df5-43b4-82f3-9701f41aba5f",
                                              "productName": "sample string 23",
                                              "apn": "sample string 24",
                                              "unknownScans": [
                                                {
                                                  "$id": "70",
                                                  "id": 1,
                                                  "saleDetailID": 2,
                                                  "storeID": 1,
                                                  "scanned": "2026-04-03T06:15:19.0404299",
                                                  "operatorG_UID": "QEA=",
                                                  "barcode": "sample string 4",
                                                  "processed": 1
                                                },
                                                {
                                                  "$ref": "70"
                                                }
                                              ],
                                              "refund": {
                                                "$id": "71",
                                                "id": 1,
                                                "g_UID": "xts6LifHQEuxvD3av82+dQ==",
                                                "guid": "2e3adbc6-c727-4b40-b1bc-3ddabfcdbe75",
                                                "description": "sample string 1",
                                                "dumped": true,
                                                "inventoryReasonID": 1,
                                                "sortOrder": 1,
                                                "updated": "2026-04-03T06:15:19.0404299"
                                              },
                                              "modifier": {
                                                "$id": "72",
                                                "id": 1,
                                                "setG_UID": "y+8Zfq26Ck+haAT96Ek05w==",
                                                "modifierSetGuid": "7e19efcb-baad-4f0a-a168-04fde84934e7",
                                                "name": "sample string 2",
                                                "price": 1,
                                                "quantity": 1,
                                                "modifierType": 1,
                                                "groupNumber": 1,
                                                "pageNumber": 1,
                                                "controlOrder": 1,
                                                "printToStation": true,
                                                "pluG_UID": "S0wFliErQ02wTbj6s/3+PA==",
                                                "pluGuid": "96054c4b-2b21-4d43-b04d-b8fab3fdfe3c",
                                                "deleted": true,
                                                "g_UID": "ARN1YHzokE+2iIdrk54MCQ==",
                                                "guid": "60751301-e87c-4f90-b688-876b939e0c09",
                                                "product": {
                                                  "$ref": "13"
                                                }
                                              },
                                              "priceLevelName": "sample string 25",
                                              "pumpNumber": 1,
                                              "hoseNumber": 1
                                            },
                                            {
                                              "$ref": "69"
                                            }
                                          ],
                                          "eftReceipts": [
                                            {
                                              "$id": "73",
                                              "id": 1,
                                              "storeID": 1,
                                              "saleHeaderID": 2,
                                              "storeSaleHeader": {
                                                "$ref": "66"
                                              },
                                              "receipt": "sample string 3",
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "73"
                                            }
                                          ],
                                          "payments": [
                                            {
                                              "$ref": "65"
                                            },
                                            {
                                              "$ref": "65"
                                            }
                                          ],
                                          "cards": [
                                            {
                                              "$id": "74",
                                              "id": 1,
                                              "saleHeaderID": 1,
                                              "identifier": "sample string 2",
                                              "cardType": 3,
                                              "providerName": "sample string 4"
                                            },
                                            {
                                              "$ref": "74"
                                            }
                                          ],
                                          "campaignHits": [
                                            {
                                              "$id": "75",
                                              "id": 1,
                                              "saleHeaderID": 2,
                                              "campaign": "sample string 3",
                                              "name": "sample string 4",
                                              "processed": 1,
                                              "campaignDescription": "sample string 5"
                                            },
                                            {
                                              "$ref": "75"
                                            }
                                          ],
                                          "fuel": [
                                            {
                                              "$id": "76",
                                              "id": 1,
                                              "plu": 1,
                                              "pluG_UID": "D5VTxSDkP0aOdiw8Cgv+8A==",
                                              "pluGuid": "c553950f-e420-463f-8e76-2c3c0a0bfef0",
                                              "saleHeaderID": 2,
                                              "totalCents": 3,
                                              "grade": 1,
                                              "gradeDescription": "sample string 4",
                                              "dispenser": 1,
                                              "hose": 1,
                                              "quantity": 1,
                                              "cost": 1,
                                              "acquirerNum": 1,
                                              "attendant": 1,
                                              "ePurseBalance": 1.0,
                                              "cardSignature": "sample string 5",
                                              "compartmentNumber": 1,
                                              "contractNumber": 1,
                                              "discountCardPAN": "sample string 6",
                                              "discountID": 1,
                                              "discountName": "sample string 7",
                                              "discountNetValue": 1.0,
                                              "discountType": 1,
                                              "discountValue": 1.0,
                                              "discretionaryData": "sample string 8",
                                              "driverID": "sample string 9",
                                              "eftBatchNumber": 1,
                                              "eftResponseCode": "sample string 10",
                                              "endDateTime": "2026-04-03T06:15:19.0404299",
                                              "engineHours": 1.1,
                                              "fposNumber": 1,
                                              "loyaltyCardPAN": "sample string 11",
                                              "miscData1": 1,
                                              "miscData2": "sample string 12",
                                              "miscFlags": 1,
                                              "mop": 1,
                                              "odometer": 1,
                                              "panNumber": "sample string 13",
                                              "saleRefund": true,
                                              "saleStatus": 1,
                                              "sequenceNumber": 1,
                                              "stan": 1,
                                              "startDateTime": "2026-04-03T06:15:19.0404299",
                                              "tagNumber": "sample string 15",
                                              "trackTwoRem": "sample string 16",
                                              "transCode": 1,
                                              "transType": 1,
                                              "unitPrice": 1.0,
                                              "vehicleReg": "sample string 17",
                                              "offline": true,
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "76"
                                            }
                                          ],
                                          "fuelResells": [
                                            {
                                              "$id": "77",
                                              "saleItemID": 1,
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "XQH9UjTqS0KDGMBDvBAD3w==",
                                              "pluGuid": "52fd015d-ea34-424b-8318-c043bc1003df",
                                              "accountID": "K83QqZT+OEKMG06YBvNuhA==",
                                              "accountIDGuid": "a9d0cd2b-fe94-4238-8c1b-4e9806f36e84",
                                              "normalPrice": 3,
                                              "originalSellingPrice": 4,
                                              "discountPrice": 5,
                                              "unit": 1,
                                              "quantity": 6,
                                              "totalCents": 7,
                                              "fixedPrice": 1,
                                              "tranType": 1,
                                              "processed": 1,
                                              "discountType": 1,
                                              "cost": 1,
                                              "costDecimals": 1,
                                              "markdown": 1,
                                              "manualQuantity": 1,
                                              "manualPrice": 1,
                                              "manualMode": 1,
                                              "active": 1,
                                              "barcode": "sample string 8",
                                              "offline": 1,
                                              "keyedSale": 1,
                                              "discountedID": 1,
                                              "fuelID": 1,
                                              "serialNumber": "sample string 9",
                                              "bestOrExpire": "2026-04-03T06:15:19.0404299",
                                              "bestOrExpireType": 1,
                                              "refundG_UID": "T8D9QwxJgUClH4mMxOyoPg==",
                                              "refundGuid": "43fdc04f-490c-4081-a51f-898cc4eca83e",
                                              "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": "77"
                                            }
                                          ],
                                          "customerOrder": [
                                            {
                                              "$id": "78",
                                              "identifier": "VhkYec0IzE+bZvkWYyVdzg==",
                                              "identifierGuid": "79181956-08cd-4fcc-9b66-f91663255dce",
                                              "id": 1,
                                              "orderNo": 2,
                                              "externalSaleIdentifier": "sample string 3",
                                              "storeID": 4,
                                              "zoneID": 5,
                                              "deptNo": 6,
                                              "customerIdentifier": "Rq/G9a1T2U+xFgBcn/bxWw==",
                                              "customerIdentifierGuid": "f5c6af46-53ad-4fd9-b116-005c9ff6f15b",
                                              "operatorNo": 1,
                                              "operatorG_UID": "z8qdi6baDESL6fANdGiVFQ==",
                                              "operatorGuid": "8b9dcacf-daa6-440c-8be9-f00d74689515",
                                              "created": "2026-04-03T06:15:19.0404299",
                                              "ordered": "2026-04-03T06:15:19.0404299",
                                              "started": "2026-04-03T06:15:19.0404299",
                                              "completed": "2026-04-03T06:15:19.0404299",
                                              "supplied": "2026-04-03T06:15:19.0404299",
                                              "quickTicket": 1,
                                              "deleted": true,
                                              "walkAway": true,
                                              "approxWait": 1,
                                              "actualWait": 1,
                                              "deliveryMethod": 8,
                                              "externalSaleType": 9,
                                              "customer": {
                                                "$ref": "59"
                                              },
                                              "operator": {
                                                "$ref": "26"
                                              },
                                              "details": [
                                                {
                                                  "$id": "79",
                                                  "headerID": 1,
                                                  "plu": 1,
                                                  "pluG_UId": "zVdUWbXR8kWfSStRyjXVcg==",
                                                  "pluGuid": "595457cd-d1b5-45f2-9f49-2b51ca35d572",
                                                  "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": "6ya/1wMtTk6EkB91heoO3A==",
                                                  "headerIdentifierGuid": "d7bf26eb-2d03-4e4e-8490-1f7585ea0edc",
                                                  "product": {
                                                    "$ref": "13"
                                                  }
                                                },
                                                {
                                                  "$ref": "79"
                                                }
                                              ],
                                              "storeName": "sample string 11",
                                              "customerName": "sample string 12",
                                              "storeReplyTo": "sample string 13",
                                              "storeSubjectLine": "sample string 14",
                                              "storeSaleHeader": {
                                                "$ref": "66"
                                              }
                                            },
                                            {
                                              "$ref": "78"
                                            }
                                          ],
                                          "surveyResponses": [
                                            {
                                              "$id": "80",
                                              "surveyG_UID": "jKOJHAdmdES32dpnFIFR3g==",
                                              "surveyGuid": "1c89a38c-6607-4474-b7d9-da67148151de",
                                              "saleHeaderGuid": "ovjiamrONk6PG9/mMS8Zxw==",
                                              "saleGuid": "6ae2f8a2-ce6a-4e36-8f1b-dfe6312f19c7",
                                              "textResponse": "sample string 1",
                                              "integerResponse": 1,
                                              "g_UIDResponse": "8JEuRoCBWEqiWExmPfRJ1w==",
                                              "guidResponse": "462e91f0-8180-4a58-a258-4c663df449d7",
                                              "whoAnswered": 2,
                                              "answeredAtUTC": "2026-04-03T06:15:19.0404299",
                                              "sale": {
                                                "$ref": "66"
                                              },
                                              "survey": {
                                                "$id": "81",
                                                "g_UID": "gXKbb6wlSEuzp5w+MXkEWg==",
                                                "guid": "6f9b7281-25ac-4b48-b3a7-9c3e3179045a",
                                                "name": "sample string 1",
                                                "storeID": 2,
                                                "zoneID": 1,
                                                "checkoutFormG_UID": "SGl94jJX6k2nzoxzMfdeEg==",
                                                "checkoutFormGuid": "e27d6948-5732-4dea-a7ce-8c7331f75e12",
                                                "displayToWho": 3,
                                                "displayWhen": 4,
                                                "start": "2026-04-03T06:15:19.0404299",
                                                "end": "2026-04-03T06:15:19.0404299",
                                                "deleted": true,
                                                "updated": "2026-04-03T06:15:19.0404299",
                                                "possibleIntegerResponses": [
                                                  1,
                                                  2
                                                ],
                                                "possibleTextResponses": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ],
                                                "possibleGuidResponses": [
                                                  "6db02bb7-09ea-408b-9b2a-685efcdf0e82",
                                                  "8867afe1-7a5b-4c6f-be3e-9f468213ca5d"
                                                ],
                                                "allowsAllTextResponses": true,
                                                "surveyForm": {
                                                  "$ref": "34"
                                                }
                                              },
                                              "ingressId": "sample string 4"
                                            },
                                            {
                                              "$ref": "80"
                                            }
                                          ],
                                          "storeName": "sample string 39",
                                          "terminalNumber": 40,
                                          "machineName": "sample string 41",
                                          "operatorName": "sample string 42",
                                          "direction": 1,
                                          "reason": "sample string 43",
                                          "accountG_UID": "/fKiDZ6agE29kiTvbs4X1g==",
                                          "accountIdentifier": "0da2f2fd-9a9e-4d80-bd92-24ef6ece17d6",
                                          "accountName": "sample string 44",
                                          "customerOrderIdentifier": "nff4eDZJiEKR0s4tDYdxnQ==",
                                          "customerOrderIdentifierGuid": "78f8f79d-4936-4288-91d2-ce2d0d87719d",
                                          "priceLevelName": "sample string 45",
                                          "revision": 46,
                                          "ingressId": "sample string 47"
                                        },
                                        "metadata": {
                                          "$id": "82",
                                          "id": 1,
                                          "paymentID": 2,
                                          "paymentIdentifier": "dXCtKnHCz0yg0CbEV2hP/w==",
                                          "paymentIdentifierGuid": "2aad7075-c271-4ccf-a0d0-26c457684fff",
                                          "identifier": "Q0RlzF4fBkOI0qHeYbrbkQ==",
                                          "identifierGuid": "cc654443-1f5e-4306-88d2-a1de61badb91",
                                          "metadata": "sample string 3",
                                          "signatureImage": "QEA=",
                                          "itemIdentifier": "1hfy0xW21kSa8F7EB90f0w==",
                                          "itemIdentifierGuid": "d3f217d6-b615-44d6-9af0-5ec407dd1fd3"
                                        }
                                      },
                                      {
                                        "$ref": "65"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "60"
                                  }
                                ],
                                "customerGroupMembers": [
                                  {
                                    "$ref": "64"
                                  },
                                  {
                                    "$ref": "64"
                                  }
                                ],
                                "customerGroups": [
                                  {
                                    "$ref": "63"
                                  },
                                  {
                                    "$ref": "63"
                                  }
                                ],
                                "accounts": [
                                  {
                                    "$ref": "61"
                                  },
                                  {
                                    "$ref": "61"
                                  }
                                ],
                                "account": {
                                  "$ref": "61"
                                },
                                "vouchers": [
                                  {
                                    "$id": "83",
                                    "customerIdentifier": "KTq6guAJskm2ol1oj1U+pg==",
                                    "customerIdentifierGuid": "82ba3a29-09e0-49b2-b6a2-5d688f553ea6",
                                    "voucherName": "sample string 2",
                                    "count": 3,
                                    "storeID": 4,
                                    "barcode": "sample string 5",
                                    "redeemCount": 6,
                                    "issueCount": 7,
                                    "storeSalePaymentID": 1,
                                    "idempotentID": "m0kNQa1+RUSH9Tbyludrlw==",
                                    "idempotentGuid": "410d499b-7ead-4445-87f5-36f296e76b97",
                                    "offline": true,
                                    "voucher": {
                                      "$id": "84",
                                      "id": 1,
                                      "name": "sample string 2",
                                      "description": "sample string 3",
                                      "shortDescription": "sample string 4",
                                      "url": "sample string 5",
                                      "barcodeTemplateID": 1,
                                      "expiry": 0,
                                      "voucherType": 6,
                                      "limitPerTransaction": 7,
                                      "customerTracking": true,
                                      "discountAccount": "sample string 9",
                                      "endDate": "2026-04-03T06:15:19.0404299",
                                      "barcodeTemplate": {
                                        "$id": "85",
                                        "templateID": 1,
                                        "template": "sample string 1",
                                        "bcFunction": "sample string 2",
                                        "sortOrder": 3
                                      },
                                      "scaleLabel": {
                                        "$id": "86",
                                        "id": 1,
                                        "uid": "sample string 2",
                                        "name": "sample string 3",
                                        "width": 1.1,
                                        "height": 1.1,
                                        "showBorder": true,
                                        "borderWidth": 1.1,
                                        "borderStyle": 1,
                                        "borderColour": "sample string 5",
                                        "updated": "2026-04-03T06:15:19.0404299",
                                        "labelPageLayout": "7SPqw3+UtUej2h1d/+i/7w==",
                                        "pageLayoutGuid": "c3ea23ed-947f-47b5-a3da-1d5dffe8bfef",
                                        "labelType": 6,
                                        "oldName": "sample string 7",
                                        "voucher": {
                                          "$ref": "84"
                                        },
                                        "elements": [
                                          {
                                            "$id": "87",
                                            "id": 1,
                                            "scaleLabelID": 2,
                                            "showPercentDI": true,
                                            "showAvgPerHundred": true,
                                            "showAvgPerServe": true,
                                            "name": "sample string 6",
                                            "x": 1.1,
                                            "y": 1.1,
                                            "width": 1.1,
                                            "height": 1.1,
                                            "type": 1,
                                            "rotation": 1,
                                            "text": "sample string 7",
                                            "fontFamily": "sample string 8",
                                            "align": 1,
                                            "bold": true,
                                            "italic": true,
                                            "underline": true,
                                            "strikeout": true,
                                            "reverse": true,
                                            "textColour": "sample string 9",
                                            "fontSize": 1.1,
                                            "picture": "QEA=",
                                            "borderWidth": 10,
                                            "sortOrder": 11,
                                            "printOptions": 12,
                                            "superScriptTextFontSize": 1.1,
                                            "lineStyle": 1,
                                            "spacingStyle": 1,
                                            "interCharacterSpacing": 1.1,
                                            "superScriptOffset": 1.1,
                                            "lineSpacing": 1.1,
                                            "dateFormat": "sample string 13",
                                            "autoGrow": true,
                                            "fontAutoResize": true,
                                            "updated": "2026-04-03T06:15:19.0404299"
                                          },
                                          {
                                            "$ref": "87"
                                          }
                                        ]
                                      },
                                      "customerVouchers": [
                                        {
                                          "$id": "88",
                                          "id": 1,
                                          "customerIdentifier": "T10T+01nzkeFemz6Pzling==",
                                          "customerIdentifierGuid": "fb135d4f-674d-47ce-857a-6cfa3f39629e",
                                          "voucherID": 3,
                                          "voucherName": "sample string 4",
                                          "storeID": 1,
                                          "barcode": "sample string 5",
                                          "dateOfIssue": "2026-04-03T06:15:19.0404299",
                                          "issuedSaleHeaderID": 1,
                                          "issuedSaleIdentifier": "sample string 7",
                                          "issuedOfflinePaymentID": 1,
                                          "issuedIdempotentID": "zfk74+L720+J3u44qFFzfg==",
                                          "issuedIdempotentGuid": "e33bf9cd-fbe2-4fdb-89de-ee38a851737e",
                                          "issuedOffline": true,
                                          "issuedUser": "sample string 9",
                                          "issuedNotes": "sample string 10",
                                          "expiryDate": "2026-04-03T06:15:19.0404299",
                                          "expiredUser": "sample string 11",
                                          "expiredNotes": "sample string 12",
                                          "redeemed": "2026-04-03T06:15:19.0404299",
                                          "redeemedSaleHeaderID": 1,
                                          "redeemedSaleIdentifier": "sample string 13",
                                          "redeemedOfflinePaymentID": 1,
                                          "redeemedIdempotentID": "S+aykaZGek2PYVRvh8uYEw==",
                                          "redeemedIdempotentGuid": "91b2e64b-46a6-4d7a-8f61-546f87cb9813",
                                          "redeemedUser": "sample string 14",
                                          "redeemedNotes": "sample string 15",
                                          "redeemedOffline": true,
                                          "updated": "2026-04-03T06:15:19.0404299",
                                          "storeName": "sample string 17",
                                          "scaleLabel": {
                                            "$ref": "86"
                                          },
                                          "voucher": {
                                            "$ref": "84"
                                          },
                                          "customer": {
                                            "$ref": "59"
                                          },
                                          "issuedOfflinePayment": {
                                            "$ref": "65"
                                          },
                                          "redeemedOfflinePayment": {
                                            "$ref": "65"
                                          }
                                        },
                                        {
                                          "$ref": "88"
                                        }
                                      ]
                                    },
                                    "customer": {
                                      "$ref": "59"
                                    }
                                  },
                                  {
                                    "$ref": "83"
                                  }
                                ]
                              }
                            },
                            {
                              "$ref": "58"
                            }
                          ],
                          "customerGroups": [
                            {
                              "$id": "89",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "groupID": "eftvGSKbIEeHB9VgUdhFNQ==",
                              "groupIDGuid": "196ffb79-9b22-4720-8707-d56051d84535",
                              "campaign": {
                                "$ref": "55"
                              },
                              "group": {
                                "$ref": "63"
                              }
                            },
                            {
                              "$ref": "89"
                            }
                          ],
                          "signIqTickets": [
                            {
                              "$id": "90",
                              "identifier": "8kkfxTrmU0+leOZncOaFAg==",
                              "identifierGuid": "c51f49f2-e63a-4f53-a578-e66770e68502",
                              "campaignName": "sample string 2",
                              "message": "sample string 3",
                              "ticketFileSource": "sample string 4",
                              "ticketFileDestination": "sample string 5",
                              "storeID": 1
                            },
                            {
                              "$ref": "90"
                            }
                          ],
                          "comboPriceGroups": [
                            {
                              "$id": "91",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "g_UID": "Ng6YBJUzOkyWtgEcZsvLYQ==",
                              "guid": "04980e36-3395-4c3a-96b6-011c66cbcb61",
                              "description": "sample string 5",
                              "newPrice": 1,
                              "rangeDescription": "sample string 6",
                              "dealDescription": "sample string 7",
                              "labelQuantity": 8,
                              "hostProductCategoryID": 1,
                              "offerID": 1,
                              "dontUpdatePricePlus": true,
                              "campaign": {
                                "$ref": "55"
                              },
                              "comboPricePlus": [
                                {
                                  "$id": "92",
                                  "id": 1,
                                  "campaignID": 2,
                                  "campaignName": "sample string 3",
                                  "groupG_UID": "vANM+KoK20in4knU6HyfdQ==",
                                  "groupGuid": "f84c03bc-0aaa-48db-a7e2-49d4e87c9f75",
                                  "comboPriceType": 5,
                                  "priceType": 5,
                                  "pluG_UID": "Hrr80t5MZ0qDnCwhAWIAkw==",
                                  "pluGuid": "d2fcba1e-4cde-4a67-839c-2c2101620093",
                                  "priceGroupG_UID": "3A5Oz+jzNUawjpohGBGtXA==",
                                  "priceGroupGuid": "cf4e0edc-f3e8-4635-b08e-9a211811ad5c",
                                  "campaignPoolID": "sample string 7",
                                  "quantity": 1,
                                  "campaign": {
                                    "$ref": "55"
                                  },
                                  "product": {
                                    "$ref": "13"
                                  },
                                  "priceGroup": {
                                    "$ref": "19"
                                  },
                                  "campaignPool": {
                                    "$ref": "55"
                                  }
                                },
                                {
                                  "$ref": "92"
                                }
                              ]
                            },
                            {
                              "$ref": "91"
                            }
                          ],
                          "priceLevels": [
                            {
                              "$id": "93",
                              "id": 1,
                              "priceLevelIdentifier": "igopMw0/d0SsX4ovYjZDfA==",
                              "priceLevelIdentifierGuid": "33290a8a-3f0d-4477-ac5f-8a2f6236437c",
                              "campaignName": "sample string 3",
                              "priceLevelName": "sample string 4"
                            },
                            {
                              "$ref": "93"
                            }
                          ],
                          "promotionType": {
                            "$id": "94",
                            "identifier": "wp/KlTV/b0S0QD8mUd5b7g==",
                            "identifierGuid": "95ca9fc2-7f35-446f-b440-3f2651de5bee",
                            "hostType": 2,
                            "code": "sample string 3",
                            "description": "sample string 4",
                            "isLiquor": true,
                            "isAdvertised": true,
                            "disableWasSave": true,
                            "excludeFromPromoSales": true,
                            "labelPageLayoutG_UID": "kFR5Uv29PUKGfK2wS39IQQ==",
                            "labelPageLayoutGuid": "52795490-bdfd-423d-867c-adb04b7f4841",
                            "priceLevelIdentifier": "oS1G3/wEO0iV5qHn9lB2sg==",
                            "priceLevelIdentifierGuid": "df462da1-04fc-483b-95e6-a1e7f65076b2",
                            "active": true,
                            "updated": "2026-04-03T06:15:19.0404299",
                            "hostName": "sample string 11"
                          }
                        },
                        "product": {
                          "$ref": "13"
                        },
                        "dealCost": {
                          "$id": "95",
                          "headerIdentifier": "onK1wjaEaU64KJYjVKDRdg==",
                          "headerIdentifierGuid": "c2b572a2-8436-4e69-b828-962354a0d176",
                          "identifier": "//CITtavD0+PE0SopCue0w==",
                          "identifierGuid": "4e88f0ff-afd6-4f0f-8f13-44a8a42b9ed3",
                          "supplierIdentifier": "Cm2Tdk3iK0uVs0ZD79LWaw==",
                          "supplierGuid": "76936d0a-e24d-4b2b-95b3-4643efd2d66b",
                          "pluG_UID": "3Xh0SnIdPUSqbcttCw6bwg==",
                          "pluGuid": "4a7478dd-1d72-443d-aa6d-cb6d0b0e9bc2",
                          "campaignName": "02d78bc6-aaea-4ac6-ba3a-97e691d01029",
                          "description": "sample string 4",
                          "cost": 5,
                          "costDecimals": 6,
                          "start": "2026-04-03T06:15:19.0404299",
                          "end": "2026-04-03T06:15:19.0404299",
                          "type": 9,
                          "promoType": 10,
                          "bonusItemPLUG_UID": "vLH96sRTuEaYfnJYRXBq8Q==",
                          "bonusItemPluGuid": "eafdb1bc-53c4-46b8-987e-725845706af1",
                          "bonusPurchaseUnits": 11,
                          "bonusReceiveUnits": 12,
                          "updated": "2026-04-03T06:15:19.0404299",
                          "metcashPromotionID": "sample string 14",
                          "fromHost": 15,
                          "storeNames": "sample string 16",
                          "storeIDs": [
                            1,
                            2
                          ],
                          "supplierName": "sample string 17",
                          "campaignDescription": "sample string 18",
                          "newPrice": 1,
                          "campaignMetcashPromotionID": "sample string 19",
                          "campaignActive": true,
                          "campaignStartDate": "2026-04-03T06:15:19.0404299",
                          "campaignEndDate": "2026-04-03T06:15:19.0404299",
                          "masterPLUG_UID": "S/tHFIVGUUeRloHnI0yrdg==",
                          "masterID": "1447fb4b-4685-4751-9196-81e7234cab76",
                          "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": "ibmI3VH4rEWDRWes/FqX1g==",
                          "bonusMasterID": "dd88b989-f851-45ac-8345-67acfc5a97d6",
                          "bonusProductName": "sample string 34",
                          "bonusProductAPN": "sample string 35",
                          "bonusOrderCode": "sample string 36",
                          "bonusNormalSell": 37,
                          "bonusNormalCost": 38,
                          "bonusNormalCostDecimals": 39,
                          "bonusCartonQuantity": 40,
                          "bonusSalesMode": 41,
                          "bonusOrderPacked": 42,
                          "bonusFuelItem": true,
                          "bonusActive": true
                        }
                      },
                      "currentCostStart": "2026-04-03T06:15:19.0404299",
                      "dealCosts": [
                        {
                          "$ref": "95"
                        },
                        {
                          "$ref": "95"
                        }
                      ],
                      "tags": [
                        {
                          "$id": "96",
                          "pluG_UID": "2DRA2iqcrkSyXInhn27OiA==",
                          "pluGuid": "da4034d8-9c2a-44ae-b25c-89e19f6ece88",
                          "tagID": 1,
                          "description": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "96"
                        }
                      ],
                      "alternateProductG_UID": "i417DroaKEClPYCTWfBCFA==",
                      "alternateProduct": "0e7b8d8b-1aba-4028-a53d-809359f04214",
                      "altProduct": {
                        "$ref": "13"
                      },
                      "productHostCode": {
                        "$id": "97",
                        "id": 1,
                        "pluG_UID": "CjvL72d8m0mf+H4osLr2aA==",
                        "pluGuid": "efcb3b0a-7c67-499b-9ff8-7e28b0baf668",
                        "ibaCode": "sample string 2"
                      },
                      "mscCat": {
                        "$ref": "49"
                      },
                      "mscCom": {
                        "$ref": "50"
                      },
                      "mscDep": {
                        "$ref": "52"
                      },
                      "mscSubCom": {
                        "$ref": "51"
                      },
                      "isUserUpdate": true,
                      "ignoreMasterProduct": true,
                      "priceGroupLabelRequested": true,
                      "firstSold": "2026-04-03T06:15:19.0404299",
                      "inventoryTracked": "2026-04-03T06:15:19.0404299",
                      "isNormalPriceChangesCampaign": true,
                      "baseProductFuel": {
                        "$id": "98",
                        "pluG_UID": "3e5veycAOEi+ANklxC/4sQ==",
                        "pluGuid": "7b6feedd-0027-4838-be00-d925c42ff8b1",
                        "fuelPluG_UID": "w/5fedhOLEmmyLYD+vvBwg==",
                        "fuelPluGuid": "795ffec3-4ed8-492c-a6c8-b603fafbc1c2",
                        "price": 3,
                        "productDescription": "sample string 4",
                        "productBarcode": "sample string 5",
                        "fuelProductDescription": "sample string 6",
                        "fuelProductBarcode": "sample string 7",
                        "fuelProductPrice": 8
                      },
                      "productFuelLinks": [
                        {
                          "$ref": "98"
                        },
                        {
                          "$ref": "98"
                        }
                      ]
                    },
                    "supplier": {
                      "$ref": "8"
                    },
                    "serviceFee": {
                      "$id": "99",
                      "id": 1,
                      "description": "sample string 1",
                      "fee": 1
                    },
                    "isPrimaryHost": true,
                    "hostVendor": 48
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "orderCycleHeaders": [
                  {
                    "$id": "100",
                    "storeID": 1,
                    "supplierIdentifier": "DD6qXNE9n0eQTD5CPfd+IQ==",
                    "supplierGuid": "5caa3e0c-3dd1-479f-904c-3e423df77e21",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "storeName": "sample string 5",
                    "departmentName": "sample string 6",
                    "orderDays": 7
                  },
                  {
                    "$ref": "100"
                  }
                ],
                "cycles": [
                  {
                    "$id": "101",
                    "storeID": 1,
                    "supplierIdentifier": "lFxBDXl8vkmJoKd1Jgerxg==",
                    "supplierGuid": "0d415c94-7c79-49be-89a0-a7752607abc6",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "cutOffWeek": 5,
                    "cutOffDay": 6,
                    "cutOffTime": "00:00:00.1234567",
                    "leadTime": 7,
                    "daysBuffer": 8,
                    "supplierName": "sample string 9",
                    "cutOffDate": "2026-04-03T06:15:19.0404299",
                    "deliveryDate": "2026-04-03T06:15:19.0404299",
                    "nextCutOffDate": "2026-04-03T06:15:19.0404299",
                    "nextDeliveryDate": "2026-04-03T06:15:19.0404299",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "101"
                  }
                ],
                "store": {
                  "$ref": "3"
                },
                "updated": "2026-04-03T06:15:19.0404299",
                "isHost": true
              },
              "files": [
                {
                  "$id": "102",
                  "id": "sample string 1",
                  "fileName": "sample string 2",
                  "extension": "sample string 3",
                  "provider": 0,
                  "type": 0,
                  "hostType": "sample string 4",
                  "createdUtc": "2026-04-03T06:15:19.0404299",
                  "processed": "2026-04-03T06:15:19.0404299",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2026-04-03T06:15:19.0404299",
                  "size": 1,
                  "sizeFormat": "sample string 7",
                  "isArchive": true,
                  "customerNumber": "sample string 9",
                  "businessPillar": "sample string 10",
                  "fileType": "sample string 11",
                  "version": "sample string 12",
                  "reference": "sample string 13",
                  "digest": "sample string 14",
                  "contentType": "sample string 15",
                  "host": {
                    "$ref": "7"
                  },
                  "metcashHeader": {
                    "$id": "103",
                    "customerNumber": "sample string 1",
                    "creationDate": "2026-04-03T06:15:19.0404299",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "102"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "104",
                  "id": 1,
                  "hostIdentifier": "Br+hgfHD3U+Ns2C9ibcrNQ==",
                  "hostIdentifierGuid": "81a1bf06-c3f1-4fdd-8db3-60bd89b72b35",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "2fc54627-e83d-48b3-90be-9014e5ba4bcf",
                    "15b0f55e-549c-43de-b5e0-1bdd88e50887"
                  ]
                },
                {
                  "$ref": "104"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "6"
              },
              "hostStoreSettings": [
                {
                  "$ref": "6"
                },
                {
                  "$ref": "6"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "105",
                  "identifier": "ps7ZdliRpU+hLqewFonv1A==",
                  "identifierGuid": "76d9cea6-9158-4fa5-a12e-a7b01689efd4",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "105"
                }
              ],
              "promoTypeGuids": [
                "10d1ba9a-b2fa-4a14-9809-0e2eaa3a7643",
                "2b6db26e-2e34-4407-9f3a-77766149a122"
              ],
              "isPromotionOnly": false,
              "isOrderable": false,
              "vendor": 0
            },
            "groupIDs": [
              1,
              2
            ],
            "hostDescription": "sample string 27"
          },
          {
            "$ref": "6"
          }
        ],
        "accounts": [
          {
            "$id": "106",
            "id": 1,
            "storeID": 1,
            "accountName": "sample string 2",
            "bsb": "sample string 3",
            "accountNumber": "sample string 4",
            "accountDesignated": true
          },
          {
            "$ref": "106"
          }
        ],
        "sales": [
          {
            "$id": "107",
            "id": 1,
            "storeID": 1,
            "externalSalesType": 2,
            "ftpSiteID": 1,
            "lastSaleProcessed": "2026-04-03T06:15:19.0404299",
            "ftpSite": {
              "$id": "108",
              "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": "107"
          }
        ],
        "zoneMatrix": [
          {
            "$ref": "104"
          },
          {
            "$ref": "104"
          }
        ],
        "cashManagements": [
          {
            "$id": "109",
            "id": 1,
            "storeID": 1,
            "cashManagementType": 2,
            "apiID": 1,
            "organisationID": "sample string 3",
            "siteName": "sample string 4",
            "thirdPartyAPI": {
              "$id": "110",
              "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": "109"
          }
        ],
        "updateStoreID": "fb88d3ae-2a2e-464e-8797-bbf198657ab6",
        "updateStore": {
          "$id": "111",
          "id": "941fc465-3c62-428f-b259-675c4524a77d",
          "name": "sample string 1",
          "lastActivity": "2026-04-03T06:15:19.0404299",
          "zone": "sample string 2",
          "timeZoneOffset": 0.0,
          "businessHoursStart": "00:00:00.1234567",
          "businessHoursEnd": "00:00:00.1234567",
          "master": true,
          "lastIP": "sample string 10",
          "lastHostName": "sample string 11",
          "ping": 1,
          "pingStatus": "sample string 12",
          "lastUpdateCompleted": "2026-04-03T06:15:19.0404299"
        },
        "timeZoneId": "sample string 54",
        "securityOptions": {
          "$id": "112",
          "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": "8"
      },
      "order": {
        "$id": "113",
        "orderID": 1,
        "orderGuid": "v8X/ls5BPk2zIF2CVT7WtA==",
        "orderIdentifier": "96ffc5bf-41ce-4d3e-b320-5d82553ed6b4",
        "backToBack": 1,
        "b2bGuid": "EephikuFLk20cXdFun6DPA==",
        "b2bIdentifier": "8a61ea11-854b-4d2e-b471-7745ba7e833c",
        "status": 2,
        "created": "2026-04-03T06:15:19.0404299",
        "createdLocal": "2026-04-03T06:15:19.0404299",
        "createdByUser": "sample string 3",
        "storeID": 1,
        "transferGuid": "j12Z4fEP3UGJaSO5FxiHYQ==",
        "transferIdentifier": "e1995d8f-0ff1-41dd-8969-23b917188761",
        "transferInvoiceIdentifier": "ASykpqmKEEmE5TuYXsi+5w==",
        "transferInvoiceGuid": "a6a42c01-8aa9-4910-84e5-3b985ec8bee7",
        "attachedToInvoice": 4,
        "transferType": 1,
        "supplierIdentifier": "s4YhYwo1akiXJe1hU8y32A==",
        "supplierIdentifierGuid": "632186b3-350a-486a-9725-ed6153ccb7d8",
        "description": "sample string 5",
        "rows": 1,
        "cartons": 1,
        "units": 1,
        "sentCount": 1,
        "sent": "2026-04-03T06:15:19.0404299",
        "sentLocal": "2026-04-03T06:15:19.0404299",
        "sentByUser": "sample string 6",
        "lastSentStatus": 1,
        "cancelled": "2026-04-03T06:15:19.0404299",
        "cancelledLocal": "2026-04-03T06:15:19.0404299",
        "cancelledByUser": "sample string 7",
        "shipped": "2026-04-03T06:15:19.0404299",
        "shippedLocal": "2026-04-03T06:15:19.0404299",
        "shippedByUser": "sample string 8",
        "stockReceived": "2026-04-03T06:15:19.0404299",
        "stockReceivedLocal": "2026-04-03T06:15:19.0404299",
        "stockReceivedByUser": "sample string 9",
        "stockReceiveInventorySetting": 10,
        "received": "2026-04-03T06:15:19.0404299",
        "receivedLocal": "2026-04-03T06:15:19.0404299",
        "completed": "2026-04-03T06:15:19.0404299",
        "completedLocal": "2026-04-03T06:15:19.0404299",
        "updated": "2026-04-03T06:15:19.0404299",
        "updatedLocal": "2026-04-03T06:15:19.0404299",
        "dueDate": "2026-04-03T06:15:19.0404299",
        "warehouseNote": "sample string 11",
        "warehouseRef": "sample string 12",
        "pdeSerialNumber": "sample string 13",
        "tradingPartner": 1,
        "orderType": "sample string 1",
        "orderTypeDescription": "sample string 2",
        "stateCode": "sample string 16",
        "mailCarbonCopy": true,
        "mailTo": "sample string 18",
        "mailBcc": "sample string 19",
        "mailReplyTo": "sample string 20",
        "liquor": true,
        "summary": "sample string 22",
        "notes": "sample string 23",
        "supplierNotes": "sample string 24",
        "receiptEmailSent": true,
        "receiptEmailSentId": "sample string 26",
        "receiptEmailSentStatus": "sample string 27",
        "transportCompanyGuid": "hFs/xKX/M0Oml3xonT6Tig==",
        "transportCompanyIdentifier": "c43f5b84-ffa5-4333-a697-7c689d3e938a",
        "autoOrder": 28,
        "hostIdentifier": "8fNr539tl0e2wpcRIPxAkA==",
        "hostIdentifierGuid": "e76bf3f1-6d7f-4797-b6c2-971120fc4090",
        "defaultOrderDocumentId": 1,
        "defaultStockReceiveDocumentId": 1,
        "temperature": 1.1,
        "temperatureScale": 29,
        "rating": 30,
        "lastOrderEmailSentId": "sample string 31",
        "lastOrderEmailSentStatus": "sample string 32",
        "deleted": "2026-04-03T06:15:19.0404299",
        "deletedByUser": "sample string 33",
        "autoOrderGuid": "DdbFLPFPq0mhjQRcbQOZRw==",
        "autoOrderIdentifier": "2cc5d60d-4ff1-49ab-a18d-045c6d039947",
        "autoOrderHeader": {
          "$id": "114",
          "autoOrderGuid": "3KSqolmCBUyG2Ex7p0q7Ng==",
          "autoOrderIdentifier": "a2aaa4dc-8259-4c05-86d8-4c7ba74abb36",
          "orderGuid": "ibzLCb/1L0C/EsWXQh0nLA==",
          "orderIdentifier": "09cbbc89-f5bf-402f-bf12-c597421d272c",
          "created": "2026-04-03T06:15:19.0404299",
          "orderID": 1,
          "storeID": 1,
          "orderDate": "2026-04-03T06:15:19.0404299",
          "supplierIdentifier": "6yHMtAj/zUKvw4vvJznFeQ==",
          "supplierIdentifierGuid": "b4cc21eb-ff08-42cd-afc3-8bef2739c579",
          "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": "xCplemdtJUS1G04o6Utv3g==",
          "transportCompanyIdentifier": "7a652ac4-6d67-4425-b51b-4e28e94b6fde",
          "store": {
            "$ref": "3"
          },
          "supplier": {
            "$ref": "8"
          },
          "orderCycle": {
            "$id": "115",
            "id": 1,
            "autoOrderGuid": "oYxVdQv6XkOe6J0qRVoFaA==",
            "autoOrderIdentifier": "75558ca1-fa0b-435e-9ee8-9d2a455a0568",
            "cutOffDate": "2026-04-03T06:15:19.0404299",
            "deliveryDate": "2026-04-03T06:15:19.0404299",
            "daysBuffer": 3,
            "nextCutOffDate": "2026-04-03T06:15:19.0404299",
            "nextDeliveryDate": "2026-04-03T06:15:19.0404299",
            "nextDaysBuffer": 5
          },
          "details": [
            {
              "$id": "116",
              "autoOrderGuid": "icD12DYm2k+NqTDW+SRM1Q==",
              "autoOrderIdentifier": "d8f5c089-2636-4fda-8da9-30d6f9244cd5",
              "pluG_UID": "npO7ayEReEGOqyVLA1HeIA==",
              "pluGuid": "6bbb939e-1121-4178-8eab-254b0351de20",
              "orderCartons": 1,
              "orderUnits": 1,
              "orderWeight": 1,
              "processedCartons": 1,
              "processedUnits": 1,
              "processedWeight": 1,
              "cartons": 1,
              "units": 1,
              "weight": 1,
              "status": 1,
              "bestDealCartonCost": 1.1,
              "bestDealDays": 1,
              "lastDealDays": 1,
              "normalCartonCost": 1.1,
              "currentDealCartonCost": 1.1,
              "investmentCartons": 1,
              "investmentUnits": 1,
              "investmentWeight": 1,
              "investmentSavedAmt": 1.1,
              "investmentBuyEndDate": "2026-04-03T06:15:19.0404299",
              "investmentBuyStatus": 2,
              "processed": "2026-04-03T06:15:19.0404299",
              "product": {
                "$ref": "13"
              },
              "orderCode": "sample string 3",
              "directIndicator": "sample string 4",
              "cycle": {
                "$ref": "101"
              },
              "dayWeighting": {
                "$id": "117",
                "sunday": 1.1
              },
              "inventory": {
                "$id": "118",
                "inventoryGuid": "n1D+bsY7pUCKq4qFdDJlQA==",
                "inventoryIdentifier": "6efe509f-3bc6-40a5-8aab-8a8574326540",
                "created": "2026-04-03T06:15:19.0404299",
                "createdLocal": "2026-04-03T06:15:19.0404299",
                "onHand": 4,
                "onHandPacks": 5,
                "onOrder": 6,
                "onOrderPacks": 7,
                "accuracy": 8,
                "updated": "2026-04-03T06:15:19.0404299",
                "history": [
                  {
                    "$id": "119",
                    "inventoryGuid": "PmoVIDjRW0GLZwvkCJXG1g==",
                    "inventoryIdentifier": "20156a3e-d138-415b-8b67-0be40895c6d6",
                    "pluG_UID": "y5I9/jXOhUOOBx5qTBOgSA==",
                    "pluIdentifier": "fe3d92cb-ce35-4385-8e07-1e6a4c13a048",
                    "inventoryReason": 3,
                    "inventoryInvoiceGuid": "FI7QzWPVukGWAs+zkiRqOg==",
                    "invoiceIdentifier": "cdd08e14-d563-41ba-9602-cfb392246a3a",
                    "operatorGuid": "v15WOpb5z0OwN+R1qyZL/w==",
                    "operatorIdentifier": "3a565ebf-f996-43cf-b037-e475ab264bff",
                    "stocktakeGuid": "jneK0brlWEWqmq/h35Picw==",
                    "stocktakeIdentifier": "d18a778e-e5ba-4558-aa9a-afe1df93e273",
                    "orderGuid": "3PCyeR8IlkaxaxdIX9LZdg==",
                    "orderIdentifier": "79b2f0dc-081f-4696-b16b-17485fd2d976",
                    "saleHeaderGuid": "5lIBsXS+BkenaipoHLAgkA==",
                    "saleHeaderGuidIdentifier": "b10152e6-be74-4706-a76a-2a681cb02090",
                    "dumpStockID": 1,
                    "fuelDeliveryID": 1,
                    "creditNoteIdentifier": "uNvI4JOjP0WQegBMgvdRCA==",
                    "creditNoteGuid": "e0c8dbb8-a393-453f-907a-004c82f75108",
                    "inventorySourceGuid": "r+WOxHHGAESN5exZ9dKI/Q==",
                    "inventorySourceIdentifier": "c48ee5af-c671-4400-8de5-ec59f5d288fd",
                    "createdLocal": "2026-04-03T06:15:19.0404299",
                    "baseUnits": 4,
                    "unitsPerCarton": 5,
                    "unitsPerCartonWeighted": true,
                    "counted": 7,
                    "countedPacks": 8,
                    "open": 1,
                    "movementQty": 9,
                    "close": 1,
                    "openPacks": 1,
                    "movementQtyPacks": 10,
                    "closePacks": 1,
                    "accuracy": 1,
                    "manual": 11,
                    "user": "sample string 12",
                    "updated": "2026-04-03T06:15:19.0404299",
                    "createdLocalTime": "2026-04-03T06:15:19.0404299",
                    "storeID": 14,
                    "barcode": "sample string 15",
                    "directCode": "sample string 16",
                    "productName": "sample string 17",
                    "salesMode": 18,
                    "orderPacked": 19,
                    "invoice": {
                      "$id": "120",
                      "inventoryInvoiceGuid": "ZUauT8n6CU6B4H2XIGOgRw==",
                      "invoiceIdentifier": "4fae4665-fac9-4e09-81e0-7d972063a047",
                      "inventoryGuid": "sYJYsk9takCRxL8IIqF6bQ==",
                      "inventoryIdentifier": "b25882b1-6d4f-406a-91c4-bf0822a17a6d",
                      "supplierIdentifier": "tqUUl8+ffke6mHa3qikinw==",
                      "supplierGuid": "9714a5b6-9fcf-477e-ba98-76b7aa29229f",
                      "orderGuid": "K6cYRoY200Oxb6HXUwq3Kw==",
                      "orderIdentifier": "4618a72b-3686-43d3-b16f-a1d7530ab72b",
                      "invoiceHeaderIdentifier": "Sanj0Nj0jkexpf9Vks6M0A==",
                      "invoiceHeaderGuid": "d0e3a949-f4d8-478e-b1a5-ff5592ce8cd0",
                      "created": "2026-04-03T06:15:19.0404299",
                      "ordered": "2026-04-03T06:15:19.0404299",
                      "storeID": 1,
                      "bestOrExpire": "2026-04-03T06:15:19.0404299",
                      "bestOrExpireType": 1,
                      "units": 1,
                      "weight": 1,
                      "received": "2026-04-03T06:15:19.0404299",
                      "cost": 1,
                      "totalCost": 1,
                      "freightCost": 1,
                      "inStock": 1,
                      "pluG_UID": "ht7gFmIG6EShxUrCj/TVqw==",
                      "pluGuid": "16e0de86-0662-44e8-a1c5-4ac28ff4d5ab",
                      "orderInventoryGuid": "93bHNybsf06Q4zCQZ0vIfw==",
                      "orderInventoryIdentifier": "37c776f7-ec26-4e7f-90e3-3090674bc87f",
                      "supplier": {
                        "$ref": "8"
                      },
                      "inventoryUnits": [
                        {
                          "$id": "121",
                          "invoiceItemNo": 1,
                          "inventoryInvoiceGuid": "jSiedzn4L0CNDTHZtEjJGQ==",
                          "invoiceIdentifier": "779e288d-f839-402f-8d0d-31d9b448c919",
                          "inventoryGuid": "o/lscGYbsUyXBVl+2UtYsg==",
                          "inventoryIdentifier": "706cf9a3-1b66-4cb1-9705-597ed94b58b2",
                          "serialNumber": "sample string 3",
                          "sold": "2026-04-03T06:15:19.0404299",
                          "saleItemID": 1,
                          "storeID": 1,
                          "returned": "2026-04-03T06:15:19.0404299",
                          "dumped": 1,
                          "saleHeaderID": 1
                        },
                        {
                          "$ref": "121"
                        }
                      ]
                    },
                    "invoiceHeaderIdentifier": "dB7yvC+OL0+3cdW9klOEeg==",
                    "invoiceHeaderGuid": "bcf21e74-8e2f-4f2f-b771-d5bd9253847a",
                    "invoiceNumber": "sample string 20",
                    "invoiceCost": 1,
                    "invoiceCostDecimals": 1,
                    "orderNumber": 1,
                    "orderReceivingStoreName": "sample string 21",
                    "orderSendingStoreName": "sample string 22",
                    "creditNoteID": 1,
                    "reason": {
                      "$id": "122",
                      "id": 1,
                      "name": "sample string 1",
                      "allowRF": 2,
                      "dumpStock": 3,
                      "creditRequest": 4,
                      "excludeFromLoss": 5,
                      "reserved": 6,
                      "updated": "2026-04-03T06:15:19.0404299"
                    },
                    "reasonName": "sample string 23",
                    "operatorName": "sample string 24",
                    "operatorNumber": "sample string 25",
                    "stocktakeName": "sample string 26",
                    "saleIdentifier": "sample string 27",
                    "saleHeaderID": 1,
                    "inventoryAfterCounted": true,
                    "inventorySetStock": true,
                    "externalId": "sample string 30",
                    "apn": "sample string 31",
                    "deptCode": "sample string 32"
                  },
                  {
                    "$ref": "119"
                  }
                ],
                "products": [
                  {
                    "$ref": "13"
                  },
                  {
                    "$ref": "13"
                  }
                ],
                "lastInvoiceCost": 1
              },
              "aws": 5.0,
              "explanations": [
                {
                  "$id": "123",
                  "pluG_UID": "ooqHtySY/0aEbJV+7GPLlA==",
                  "pluGuid": "b7878aa2-9824-46ff-846c-957eec63cb94",
                  "consolidatedSales": {
                    "$id": "124",
                    "1": {
                      "$id": "125",
                      "discountPercentage": 1,
                      "days": 2,
                      "quantity": 3.1,
                      "aws": 3.1,
                      "cartonQuantity": 4.1,
                      "lowQuality": true
                    },
                    "2": {
                      "$ref": "125"
                    }
                  },
                  "dailyPrices": {
                    "$id": "126",
                    "2026-04-03T06:15:19.0404299": {
                      "$id": "127",
                      "date": "2026-04-03T06:15:19.0404299",
                      "salePrice": 1,
                      "campaign": "sample string 2",
                      "campaignDescription": "sample string 3",
                      "combo": true,
                      "comboPriceGroupG_UID": "tVcO/Ghd9ECVTaA3kqxrkA==",
                      "comboPriceGroupGuid": "fc0e57b5-5d68-40f4-954d-a03792ac6b90"
                    }
                  },
                  "onHandPredictions": [
                    {
                      "$id": "128",
                      "autoOrderGuid": "4AYwEqhbPEu8ivFYQhLLWA==",
                      "autoOrderIdentifier": "123006e0-5ba8-4b3c-bc8a-f1584212cb58",
                      "pluG_UID": "PZtbibM01kWMBBHz/kWvag==",
                      "pluGuid": "895b9b3d-34b3-45d6-8c04-11f3fe45af6a",
                      "childPLUG_UID": "llyNQYF5JkefJU7Io+VGAA==",
                      "childPluGuid": "418d5c96-7981-4726-9f25-4ec8a3e54600",
                      "date": "2026-04-03T06:15:19.0404299",
                      "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": "128"
                    }
                  ],
                  "predictions": [
                    {
                      "$ref": "128"
                    },
                    {
                      "$ref": "128"
                    }
                  ],
                  "product": {
                    "$ref": "13"
                  }
                },
                {
                  "$ref": "123"
                }
              ],
              "supplierOrderingDetail": {
                "$ref": "11"
              },
              "manufacturerSupplier": "2231d2da-32a3-4014-a75f-b3bf2dd37a23",
              "cartonQuantity": 1,
              "sellPrice": 1,
              "cost": 1,
              "costDecimals": 1,
              "bufferDays": 6,
              "boostDays": 7
            },
            {
              "$ref": "116"
            }
          ],
          "boosts": [
            {
              "$id": "129",
              "autoOrderGuid": "wBSJ0KvjyU6uKSEydNCYhg==",
              "autoOrderIdentifier": "d08914c0-e3ab-4ec9-ae29-213274d09886",
              "date": "2026-04-03T06:15:19.0404299",
              "boost": 2
            },
            {
              "$ref": "129"
            }
          ]
        },
        "supplierName": "sample string 34",
        "supplierStoreID": 1,
        "supplierCartonsOnly": true,
        "supplierEnforceMinimumQuantity": true,
        "supplierMinimumOrderValue": 1,
        "storeName": "sample string 37",
        "orderCode": {
          "$id": "130",
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "store": {
          "$ref": "3"
        },
        "supplier": {
          "$ref": "8"
        },
        "totalCostInc": 38.0,
        "totalPickedCostInc": 39.0,
        "totalReceivedCostInc": 40.0,
        "total": {
          "$id": "131",
          "orderGuid": "F9U/53uXu06Oxn1s3PRcew==",
          "orderIdentifier": "e73fd517-977b-4ebb-8ec6-7d6cdcf45c7b",
          "supplierIdentifier": "YlL1QPsbYEi+yI3vkW/ppQ==",
          "supplierGuid": "40f55262-1bfb-4860-bec8-8def916fe9a5",
          "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": "132",
            "id": 1,
            "orderGuid": "xpLGkPRJXEaVQwcljutI9g==",
            "orderIdentifier": "90c692c6-49f4-465c-9543-07258eeb48f6",
            "pluG_UID": "ViP8yZmESkGFaxm6iz9HDQ==",
            "pluGuid": "c9fc2356-8499-414a-856b-19ba8b3f470d",
            "created": "2026-04-03T06:15:19.0404299",
            "apn": "sample string 1",
            "itemNumber": "sample string 2",
            "directNumber": "sample string 3",
            "directIndicator": "sample string 4",
            "salesMode": 1,
            "orderByWeight": true,
            "sellPrice": 1,
            "inventoryFixed": true,
            "hasInventory": true,
            "inventoryAccuracy": 8,
            "onOrder": 1,
            "onOrderPacks": 1,
            "onHand": 1,
            "onHandPacks": 1,
            "doNotRange": true,
            "doNotOrder": true,
            "cost": 1,
            "costDecimals": 1,
            "pickedCost": 1,
            "pickedCostDecimals": 1,
            "averagePackSize": 11.0,
            "cartonQuantity": 1,
            "cartons": 1,
            "units": 1,
            "weight": 1,
            "pickedCartons": 1,
            "pickedUnits": 1,
            "pickedWeight": 1,
            "shippedCartons": 1,
            "shippedUnits": 1,
            "shippedWeight": 1,
            "receivedCartons": 1,
            "receivedCartonQuantity": 1,
            "receivedTun": "sample string 12",
            "receivedUnits": 1,
            "receivedWeight": 1,
            "received": 1,
            "status": 13,
            "substituteG_UID": "QUiMYjobtE6XvvjtRKO5Hw==",
            "substituteGuid": "628c4841-1b3a-4eb4-97be-f8ed44a3b91f",
            "warehousePLUG_UID": "GLP3yGHYqUKKTsmquSDL5Q==",
            "warehousePluGuid": "c8f7b318-d861-42a9-8a4e-c9aab920cbe5",
            "updated": "2026-04-03T06:15:19.0404299",
            "increment": true,
            "description": "sample string 15",
            "product": {
              "$ref": "13"
            },
            "unknownScan": {
              "$id": "133",
              "pluG_UID": "kwOyUFS6F0iAIaKigT+pvQ==",
              "pluGuid": "50b20393-ba54-4817-8021-a2a2813fa9bd",
              "orderGuid": "UGfp4JqXnUqHBQM8e7m3MQ==",
              "orderIdentifier": "e0e96750-979a-4a9d-8705-033c7bb9b731",
              "barcode": "sample string 3",
              "created": "2026-04-03T06:15:19.0404299",
              "assigned": true
            },
            "unknownScanItem": true,
            "substitute": {
              "$ref": "13"
            },
            "warehouseProduct": {
              "$ref": "13"
            },
            "lookup": {
              "$id": "134",
              "pluG_UID": "xim8lSBqUES91xc/cjOt4g==",
              "pluGuid": "95bc29c6-6a20-4450-bdd7-173f7233ade2",
              "inventoryGuid": "km28vA70702v+GANTTfSaQ==",
              "inventoryIdentifier": "bcbc6d92-f40e-4def-aff8-600d4d37d269",
              "averageWeeklySales": 1.0,
              "promotionalAverageWeeklySales": 1.0,
              "inventoryAverageWeeklySales": 1.0,
              "inventoryPromotionalAverageWeeklySales": 1.0,
              "onHand": 1,
              "onHandPacks": 1,
              "onOrder": 1,
              "onOrderPacks": 1,
              "accuracy": 1,
              "lastOrdered": "2026-04-03T06:15:19.0404299",
              "lastOrderQuantity": 1.1,
              "lastReceived": "2026-04-03T06:15:19.0404299",
              "lastReceivedQuantity": 1.1,
              "lastInvoiceStatus": 1
            },
            "productOrderingDetail": {
              "$ref": "11"
            },
            "dealCost": {
              "$ref": "95"
            },
            "nextCost": {
              "$ref": "95"
            },
            "lastChance": true,
            "holdOff": 18,
            "holdOffDate": "2026-04-03T06:15:19.0404299",
            "orderHeader": {
              "$ref": "113"
            },
            "invoiceDetail": {
              "$id": "135",
              "identifier": "5l1cLLzjO0mR9xZbRpI4iw==",
              "identifierGuid": "2c5c5de6-e3bc-493b-91f7-165b4692388b",
              "headerIdentifier": "vC6AV788DEuAfixX0ErV/w==",
              "headerIdentifierGuid": "57802ebc-3cbf-4b0c-807e-2c57d04ad5ff",
              "pluG_UID": "D+9gXGBs1EC/kgnd1mDS7Q==",
              "pluGuid": "5c60ef0f-6c60-40d4-bf92-09ddd660d2ed",
              "pageNo": 1,
              "lineNo": 1,
              "itemOrdered": "sample string 1",
              "itemShipped": "sample string 2",
              "apn": "sample string 3",
              "barcode": "sample string 4",
              "prodStatus": 0,
              "dateAvailable": "2026-04-03T06:15:19.0404299",
              "commodity": "sample string 5",
              "supplier": "sample string 6",
              "itemDesc": "sample string 7",
              "itemType": 48,
              "investmentBuyInd": "A",
              "orderType": "sample string 8",
              "cartonQty": 1,
              "cartonQuantitySpecified": true,
              "soldByWeight": true,
              "orderByWeight": true,
              "unitsOrdered": 1,
              "unitsSupplied": 1,
              "unitsReceived": 1,
              "weightOrdered": 1,
              "weightShipped": 1,
              "weightReceived": 1,
              "unitSpecified": 11,
              "wholesalePrice": 1,
              "extWholesalePrice": 1,
              "normalPrice": 1,
              "retailPrice": 1,
              "pricingUnit": "sample string 12",
              "claimFlag": "A",
              "gstRate": 1,
              "gstAmount": 1,
              "extGstAmount": 1,
              "deliWeight": 1,
              "marginAmount": 1,
              "extMarginAmount": 1,
              "costAmount": 1,
              "orderedCostAmount": 1,
              "extCostAmount": 1,
              "costIncSpecified": true,
              "freightAmount": 14,
              "freightGstAmount": 15,
              "extFreightAmount": 16,
              "extFreightGstAmount": 17,
              "costDecimals": 18,
              "wetRate": 1,
              "containerDeposit": 1,
              "basePrice": 1,
              "wetValue": 1,
              "deliveryFee": 1,
              "casePrice": 1,
              "wholesaleExt": 1,
              "wetExt": 1,
              "totalLitres": 1,
              "tun": "sample string 19",
              "applyDetails": true,
              "applySell": true,
              "applyCost": true,
              "applyOr": true,
              "applyQty": true,
              "itemNumber": "sample string 20",
              "directNumber": "sample string 21",
              "itemSize": "sample string 22",
              "costGst": 1,
              "sellGst": 1,
              "costOr": 1,
              "sellOr": 1,
              "marginOr": 1,
              "grossProfit": 1.0,
              "sell": 1,
              "cartonCost": 1,
              "currentCost": 1,
              "costID": "A",
              "costStart": "2026-04-03T06:15:19.0404299",
              "costEnd": "2026-04-03T06:15:19.0404299",
              "createdFromUnknownScan": true,
              "orderGuid": "53aIvAD6MkC9xc0X63DNkA==",
              "orderIdentifierGuid": "bc8876e7-fa00-4032-bdc5-cd17eb70cd90",
              "processed": true,
              "received": true,
              "inventoried": true,
              "fromElectronicInvoice": true,
              "allowDelete": true,
              "updated": "2026-04-03T06:15:19.0404299",
              "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": "136",
                "pluG_UID": "wixz4BORsUSoEtio3MQaIQ==",
                "pluGuid": "e0732cc2-9113-44b1-a812-d8a8dcc41a21",
                "invoiceIdentifier": "EOjAao0s8U+sCAH0qCXlVw==",
                "invoiceGuid": "6ac0e810-2c8d-4ff1-ac08-01f4a825e557",
                "barcode": "sample string 3",
                "itemNumber": "sample string 4",
                "created": "2026-04-03T06:15:19.0404299"
              },
              "productActive": true,
              "productSalesMode": 35,
              "productGSTPercent": 36,
              "productCostCalcMethod": 37,
              "productAlwaysApplyMargin": true,
              "productMarginRanged": true,
              "productMargin": 1.1,
              "productMinimumMargin": 1.1,
              "productMaximumMargin": 1.1,
              "priceGroupG_UID": "yJLeGCoaoU2r28tQ7FFh0Q==",
              "priceGroupGuid": "18de92c8-1a2a-4da1-abdb-cb50ec5161d1",
              "priceGroupName": "sample string 40",
              "priceGroupCode": "sample string 41",
              "product": {
                "$ref": "13"
              },
              "incrementCount": true,
              "minimumQuantity": 1,
              "randomWeight": true,
              "salesMode": 43,
              "cartons": 1,
              "weight": 1,
              "units": 1,
              "autoOrderStatus": 1,
              "invoiceDetailReceive": true
            },
            "autoOrderDetail": {
              "$ref": "116"
            },
            "costGSTPercent": 1,
            "orderDetailReceive": true,
            "isBackedUp": true,
            "backupWarehouseIndicator": "sample string 21",
            "backupOrderCode": "sample string 22"
          },
          {
            "$ref": "132"
          }
        ],
        "unknownScans": [
          {
            "$ref": "133"
          },
          {
            "$ref": "133"
          }
        ],
        "transportCompany": {
          "$id": "137",
          "identifier": "SVPfyEVG2kyJuJQ9+ngPoA==",
          "identifierGuid": "c8df5349-4645-4cda-89b8-943dfa780fa0",
          "companyName": "sample string 1",
          "abn": "sample string 2",
          "address1": "sample string 3",
          "address2": "sample string 4",
          "telephone": "sample string 5",
          "primaryContactGuid": "yNB+DAAy102YDe7V/ATigw==",
          "primaryContactID": "0c7ed0c8-3200-4dd7-980d-eed5fc04e283",
          "primaryContact": {
            "$ref": "9"
          }
        },
        "isMetcashSorted": true,
        "backupOrderType": "sample string 42",
        "backupOrderTypeDescription": "sample string 43",
        "backupTradingPartner": 1,
        "backupHostIdentifier": "fb608cfd-a912-4071-a758-c13bf8371bca"
      },
      "details": [
        {
          "$ref": "135"
        },
        {
          "$ref": "135"
        }
      ],
      "orderStatus": 1,
      "processLockedInvoice": true
    },
    {
      "$ref": "2"
    }
  ],
  "skip": 1,
  "take": 1,
  "totalCount": 1
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�1�\VB��5xl/workbook.xml �(�����0��&�C����()��x����6П�5���H�yۙ��v�l��3�����\�E�"���'cA�7N��{ù�5�[�$?�K�`bA텴��X�:`�AM+J1�qs< D�fO	�O2[��Dd
��M��")����,0��sj�a�*�G~���<���xg�0J���PK�1�\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�1�\0��''_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="Rf1d74fa13bfe4b64" /></Relationships>PK�1�\됝<�xl/worksheets/sheet1.xml �(����r� �_��ADW��TvgR��TəU��L3��ј��d��6�����]��ϲ'��P}�C��Jբ��h��^����i9�������6��咙@x�r�ҒYw�{��FT|����E�i�1�2�88U�J-sМ�ނ�R���y-\��=м)�M��P�{�A����`��RO��O]@�Y��o��wԼa��ޫ�7�ֺ!�^S���/�b�=�� jۺ�8��(#$M	N!���*�8�_�Lz2�ɢ�A��f)
#��Y�}4�E�!�	�?��YG���g]��o�I)��g��_4���x�,+s��}�U��7l�V|*q�N�v&~�����&�%�]�%�[t!���x'���J��&�7�_�w��~�۽��������)q}�����dy��?PK�1�\NS7��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�I��AM��m�\{�DMl�v���G�
XE�Tb�������4����޾�y�Gg;(�rz�}�dl7�=N2�8�>��bcCJ��Ҩ�e,�G�;ƅY����z�N�GZ1�аd�-�.�Ctƌ
wN�g��0}u��� C����R��P�
�Iw���c�[4%�F �nj1]&��^��B�3�E˚U�[nd}W�A��)�K/��党8�%E���Z_���_l�PK�1�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�1�\�|���xl/sharedStrings.xml �(�eP�N�0��w� ����<$r"���M�����T����!D{��CS�߃{H�"Vr�
)m��|�nή� 6�*�I��K"يTɑy�֚����`V�1��AӔ��4p���(.t0��qF��3���_�\]r�-���R�7����ǝ�����N�]d�Z��{�Gg�.�t�CPM�,�H�BrVּ��7�5hH��=xR��Q?���������c�	PK-�1�\VB��5xl/workbook.xmlPK-�1�\����	��[Content_Types].xmlPK-
�1�\0��''U_rels/.relsPK-�1�\됝<��xl/worksheets/sheet1.xmlPK-�1�\NS7��P�xl/_rels/workbook.xml.relsPK-�1�\Ѓc'2E
�xl/styles.xmlPK-�1�\�|���kxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK�1�\���Ͷ5xl/workbook.xml �(�����0D�&�C��H� )��x��})[i�-ik��-H�yۙ�};|��o���G���]c��j�';��;i���{1+�X[��hK����5�S��+��B�;Ġ��AZ���S�����l���o�/��bQĀƒ���Ź�%=S�
���� �Y��K&[��wg���PK�1�\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�1�\�i�''_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="R36609f7ede7941a0" /></Relationships>PK�1�\됝<�xl/worksheets/sheet1.xml �(����r� �_��ADW��TvgR��TəU��L3��ј��d��6�����]��ϲ'��P}�C��Jբ��h��^����i9�������6��咙@x�r�ҒYw�{��FT|����E�i�1�2�88U�J-sМ�ނ�R���y-\��=м)�M��P�{�A����`��RO��O]@�Y��o��wԼa��ޫ�7�ֺ!�^S���/�b�=�� jۺ�8��(#$M	N!���*�8�_�Lz2�ɢ�A��f)
#��Y�}4�E�!�	�?��YG���g]��o�I)��g��_4���x�,+s��}�U��7l�V|*q�N�v&~�����&�%�]�%�[t!���x'���J��&�7�_�w��~�۽��������)q}�����dy��?PK�1�\�!�Pxl/_rels/workbook.xml.rels �(���AN�0E�b͞8M�&��ݰa[zǞ��&vd�@�Ƃ#q,*A*�`ӕ5짧�lvo��^Ї��VY�rz�}�Hw
춛=�2��s`�
-��΃28ɐ�m�󓌩�=��:�y��k��f��y��Ѡ�ѩӄ6����A����[���>VY�{�-�龑�)���DE��Z��ïץ^��2�E%K�Z���n*c�G�}���i/Ԛ�Z� )!��2'~�/�_PK�1�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�1�\�|���xl/sharedStrings.xml �(�eP�N�0��w� ����<$r"���M�����T����!D{��CS�߃{H�"Vr�
)m��|�nή� 6�*�I��K"يTɑy�֚����`V�1��AӔ��4p���(.t0��qF��3���_�\]r�-���R�7����ǝ�����N�]d�Z��{�Gg�.�t�CPM�,�H�BrVּ��7�5hH��=xR��Q?���������c�	PK-�1�\���Ͷ5xl/workbook.xmlPK-�1�\����	��[Content_Types].xmlPK-
�1�\�i�''U_rels/.relsPK-�1�\됝<��xl/worksheets/sheet1.xmlPK-�1�\�!�P�xl/_rels/workbook.xml.relsPK-�1�\Ѓc'2E
�xl/styles.xmlPK-�1�\�|���lxl/sharedStrings.xmlPK��