POST api/inventory/{id}/invoice/{invoiceID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

invoiceID

globally unique identifier

Required

Body Parameters

InventoryInvoice
NameDescriptionTypeAdditional information
InventoryInvoiceGuid

Collection of byte

None.

InvoiceIdentifier

globally unique identifier

None.

InventoryGuid

Collection of byte

None.

InventoryIdentifier

globally unique identifier

None.

SupplierIdentifier

Collection of byte

None.

SupplierGuid

globally unique identifier

None.

OrderGuid

Collection of byte

None.

OrderIdentifier

globally unique identifier

None.

InvoiceHeaderIdentifier

Collection of byte

None.

InvoiceHeaderGuid

globally unique identifier

None.

Created

date

None.

Ordered

date

None.

StoreID

integer

None.

BestOrExpire

date

None.

BestOrExpireType

integer

None.

Units

integer

None.

Weight

integer

None.

Received

date

None.

Cost

Cost Per Unit

integer

None.

TotalCost

Cost of Order

integer

None.

FreightCost

integer

None.

InStock

integer

None.

PLUG_UID

Collection of byte

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

PluGuid

globally unique identifier

None.

OrderInventoryGuid

Collection of byte

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

OrderInventoryIdentifier

globally unique identifier

None.

Supplier

Supplier

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

InventoryUnits

Collection of InventoryUnit

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

Request Formats

application/json, text/json

Sample:
{
  "inventoryInvoiceGuid": "tYzXj73IaEKMVIGFUnBIdw==",
  "invoiceIdentifier": "8fd78cb5-c8bd-4268-8c54-818552704877",
  "inventoryGuid": "b31h+1Rvv0WxvIMrm/gVOA==",
  "inventoryIdentifier": "fb617d6f-6f54-45bf-b1bc-832b9bf81538",
  "supplierIdentifier": "jX7brCaFJUq/RN7RLVTssA==",
  "supplierGuid": "acdb7e8d-8526-4a25-bf44-ded12d54ecb0",
  "orderGuid": "5RtG16NniU2Ebeuz+LOwww==",
  "orderIdentifier": "d7461be5-67a3-4d89-846d-ebb3f8b3b0c3",
  "invoiceHeaderIdentifier": "GmyMPt2MQ0OCNaf2DyRScA==",
  "invoiceHeaderGuid": "3e8c6c1a-8cdd-4343-8235-a7f60f245270",
  "created": "2026-06-03T18:33:52.0058537",
  "ordered": "2026-06-03T18:33:52.0058537",
  "storeID": 1,
  "bestOrExpire": "2026-06-03T18:33:52.0058537",
  "bestOrExpireType": 1,
  "units": 1,
  "weight": 1,
  "received": "2026-06-03T18:33:52.0058537",
  "cost": 1,
  "totalCost": 1,
  "freightCost": 1,
  "inStock": 1,
  "pluG_UID": "qAzEFED3J0Szaf2avYtHRQ==",
  "pluGuid": "14c40ca8-f740-4427-b369-fd9abd8b4745",
  "orderInventoryGuid": "/rbTdkAiik+wS75uBqNTHg==",
  "orderInventoryIdentifier": "76d3b6fe-2240-4f8a-b04b-be6e06a3531e",
  "supplier": {
    "$id": "2",
    "identifier": "YgtnV7EdREGcA+lsR+DjtQ==",
    "identifierGuid": "57670b62-1db1-4144-9c03-e96c47e0e3b5",
    "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": "MTHVgCcLjES6MVZDm8ZX5Q==",
    "primaryContactID": "80d53131-0b27-448c-ba31-56439bc657e5",
    "storeID": 1,
    "abn": "sample string 16",
    "supplierGroupIdentifier": "MmNyHaoWM0iPpTIyBw9jvw==",
    "supplierGroupGuid": "1d726332-16aa-4833-8fa5-3232070f63bf",
    "rebate": 1.0,
    "rebateType": 1,
    "rebateFrequency": 1,
    "rebateSource": 1,
    "rebateLastClaimed": "2026-06-03T18:33:52.0058537",
    "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": "3",
      "id": "746681e6-d659-486e-9658-852e2a01f0ae",
      "identifier": "7jPVjTf1EEmVzM1HdFLyNg==",
      "identifierGuid": "8dd533ee-f537-4910-95cc-cd477452f236",
      "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": "4",
        "supplierIdentifier": "sTMEIG5MCUeOZV6HZZReBg==",
        "supplierIdentifierGuid": "200433b1-4c6e-4709-8e65-5e8765945e06",
        "contactGuid": "+Ry4hCMlakOGEet7y9trMQ==",
        "contactID": "84b81cf9-2523-436a-8611-eb7bcbdb6b31",
        "contact": {
          "$ref": "3"
        },
        "supplier": {
          "$ref": "2"
        }
      },
      {
        "$ref": "4"
      }
    ],
    "products": [
      {
        "$id": "5",
        "pluG_UID": "1bih2oX6jEWZaz1R5DCAYQ==",
        "pluGuid": "daa1b8d5-fa85-458c-996b-3d51e4308061",
        "supplierIdentifier": "mtBAjWe8CUGLKFEzJm/5aQ==",
        "supplierIdentifierGuid": "8d40d09a-bc67-4109-8b28-5133266ff969",
        "cartonQuantity": 1,
        "cartonQuantityChanged": true,
        "productSize": "sample string 3",
        "cigarettesPerSleeve": 1,
        "randomWeight": true,
        "piecesPerUnit": 5,
        "averagePackSize": 6,
        "effectiveDate": "2026-06-03T18:33:52.0058537",
        "pricedByWeight": true,
        "landedUnitCostEx": 9,
        "landedUnitCostInc": 10,
        "landedCartonCostInc": 12,
        "landedCartonCostEx": 13,
        "standardCost": 14,
        "deliveryFee": 1,
        "deliveryFeeBasis": "sample string 15",
        "pickAndPackFee": 1,
        "pickAndPackFeeBasis": "sample string 16",
        "financeFee": 1,
        "financeFeeBasis": "sample string 17",
        "cartonLength": 1,
        "cartonWidth": 1,
        "cartonHeight": 1,
        "palletLayerQuantity": 1,
        "palletLayers": 1,
        "itemCode": "sample string 18",
        "invoiceCode": "sample string 19",
        "invoiceDesc": "sample string 20",
        "orderDirect": true,
        "useCost": true,
        "minimumQuantity": 21,
        "hostType": 22,
        "fromHost": 23,
        "minimumReorder": 1,
        "maximumReorder": 1,
        "orderMultiple": 24.1,
        "sellMultiple": 25.1,
        "baseMultiple": 26.1,
        "hostStandardCost": 27,
        "hostTotalCost": 28,
        "hostRetail": 29,
        "hostLandedUnitCostEx": 30,
        "hostLandedUnitCostInc": 31,
        "hostDesc": "sample string 32",
        "directIndicator": "sample string 33",
        "availableToOrder": true,
        "hostRangeIndicator": "sample string 35",
        "hostProductType": "sample string 36",
        "hostProductGrade": "sample string 37",
        "hostProductGroup": "sample string 38",
        "hostSlowMoving": true,
        "hostGeneralMerchandise": true,
        "hostPillar": "sample string 41",
        "hostLastUpdated": "2026-06-03T18:33:52.0058537",
        "rebate": 1.0,
        "rebateExclude": true,
        "invoiceCodes": [
          {
            "$id": "6",
            "pluG_UID": "pLWG08f5tUW7hTNWLAm1Ig==",
            "pluGuid": "d386b5a4-f9c7-45b5-bb85-33562c09b522",
            "supplierIdentifier": "lMrc60MlZkaPuwGnpjvyGQ==",
            "supplierIdentifierGuid": "ebdcca94-2543-4666-8fbb-01a7a63bf219",
            "invoiceCode": "sample string 1",
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "6"
          }
        ],
        "storeIDs": [
          1,
          2
        ],
        "preferredSupplier": true,
        "preferredRebateSupplier": true,
        "supplierName": "sample string 42",
        "salesMode": 43,
        "orderPacked": true,
        "active": true,
        "price": 1,
        "costGstPercent": 45,
        "parentPluG_UID": "FB4mRMNyPk+EJUWTpJ6l/A==",
        "parentPluGuid": "44261e14-72c3-4f3e-8425-4593a49ea5fc",
        "freight": 46.0,
        "freightType": 1,
        "product": {
          "$id": "7",
          "plu": 1,
          "storeID": 1,
          "masterPluG_UID": "QEA=",
          "storeIDs": [
            1,
            2
          ],
          "g_UId": "NJFHRyXqqkqK8vqCHLGHEw==",
          "guid": "47479134-ea25-4aaa-8af2-fa821cb18713",
          "apn": "sample string 1",
          "apnChanged": true,
          "apnSwitched": true,
          "barcode": "sample string 4",
          "itemNumber": "sample string 5",
          "itemNumberChanged": true,
          "priceGroupG_UID": "IeGCOYinG0+cBeq16Vke/Q==",
          "priceGroupGuid": "3982e121-a788-4f1b-9c05-eab5e9591efd",
          "blueprintID": 1,
          "lastCountedDate": "2026-06-03T18:33:52.0058537",
          "externalID": "sample string 7",
          "active": true,
          "activated": "2026-06-03T18:33:52.0058537",
          "pluCreated": "2026-06-03T18:33:52.0058537",
          "createdByUser": "sample string 9",
          "name": "sample string 10",
          "nameChanged": true,
          "secondDescription": "sample string 12",
          "hostDescription": "sample string 13",
          "keepCartonQty": true,
          "keepDescription": true,
          "keepDepartments": true,
          "keepSuppliers": true,
          "markdownDescription": "sample string 18",
          "altDescription": "sample string 19",
          "bestOrExpire": 20,
          "lastUpdate": "2026-06-03T18:33:52.0058537",
          "lastManualUpdate": "2026-06-03T18:33:52.0058537",
          "imageName": "sample string 23",
          "showImageOnFlipCharts": true,
          "showTextOnFlipCharts": true,
          "overrideFlipChartText": true,
          "flipChartText": "sample string 27",
          "salesMode": 1,
          "eftCode": 1,
          "price": 1,
          "priceChanged": true,
          "rrp": 1,
          "gstPercent": 28,
          "gstPercentChanged": true,
          "costGSTPercent": 29,
          "costGSTPercentChanged": true,
          "wetPercent": 1,
          "priceOverride": 1,
          "cost": 1,
          "currentCost": 1,
          "currentCostDecimals": 1,
          "grossProfit": 1.0,
          "currentCostDesc": "sample string 30",
          "currentCostEnd": "2026-06-03T18:33:52.0058537",
          "currentCostUpdated": "2026-06-03T18:33:52.0058537",
          "costDecimals": 31,
          "costChanged": true,
          "dealCostIdentifier": "QEA=",
          "excludeFromRebate": true,
          "rebateOverride": 1,
          "costCalcMethod": 32,
          "costCalcMethodChanged": true,
          "costEffectiveDate": "2026-06-03T18:33:52.0058537",
          "defaultGP": 1,
          "breakTargetMode": 33,
          "break1": 1,
          "price1": 1,
          "target1": 34,
          "break2": 1,
          "price2": 1,
          "target2": 35,
          "break3": 1,
          "price3": 1,
          "target3": 36,
          "break1Changed": true,
          "price1Changed": true,
          "target1Changed": true,
          "break2Changed": true,
          "price2Changed": true,
          "target2Changed": true,
          "break3Changed": true,
          "price3Changed": true,
          "target3Changed": true,
          "breakTargetModeChanged": true,
          "margin": 1.1,
          "marginChanged": true,
          "marginRanged": true,
          "marginRangedChanged": true,
          "minimumMargin": 1.1,
          "minimumMarginChanged": true,
          "maximumMargin": 1.1,
          "maximumMarginChanged": true,
          "overrideHostWarehouseIndicator": true,
          "overrideHostWarehouseIndicatorChanged": true,
          "overrideHostPrice": true,
          "overrideHostPriceChanged": true,
          "overrideHostCost": true,
          "overrideHostCostChanged": true,
          "overrideHostMargin": true,
          "overrideHostMarginChanged": true,
          "alwaysApplyMargin": true,
          "alwaysApplyMarginChanged": true,
          "aws": 1.0,
          "paws": 1.0,
          "awsUpdated": "2026-06-03T18:33:52.0058537",
          "posTare": 1,
          "altPrice": 1.0,
          "altPriceChanged": true,
          "altPriceMode": 53,
          "altPriceModeChanged": true,
          "altPLUG_UID": "z/dVbJHybkqwJ9o7C2G+Nw==",
          "altPLUGuid": "6c55f7cf-f291-4a6e-b027-da3b0b61be37",
          "altPLUGuidChanged": true,
          "altPriceDescription1": "sample string 54",
          "altPriceDescription2": "sample string 55",
          "cartonQuantity": 56,
          "cartonQuantityChanged": true,
          "trayID": 1,
          "promptID": 1,
          "tare": 1,
          "packQty": 1,
          "fixedWeight": 1,
          "extraMesg": 1,
          "text1": "sample string 58",
          "text2": "sample string 59",
          "text3": "sample string 60",
          "labelText": "sample string 61",
          "labelTextChanged": true,
          "sendToScale": true,
          "nonScaleWeigh": true,
          "labelFormat": "sample string 65",
          "barcodeFormat": "sample string 66",
          "austMade": 1,
          "coolCode": 67,
          "countryOfOrigin": "sample string 68",
          "percentContent": 69.1,
          "departmentID": 1,
          "subDepartmentID": 1,
          "minorDepartmentID": 1,
          "lesserDepartmentID": 1,
          "deptCode": "sample string 70",
          "subDeptCode": "sample string 71",
          "minorDeptCode": "sample string 72",
          "lesserDeptCode": "sample string 73",
          "deptName": "sample string 74",
          "subDeptName": "sample string 75",
          "minorDeptName": "sample string 76",
          "lesserDeptName": "sample string 77",
          "departmentChanged": true,
          "subCategoryID": 1,
          "expiry": 1,
          "showDays": 1,
          "datePrint": 1,
          "labelRequired": true,
          "labelShelfQty": 80,
          "labelShelfChanged": true,
          "labelTalkerQty": 82,
          "labelSmall": true,
          "labelLastPrinted": "2026-06-03T18:33:52.0058537",
          "labelLastPrice": 1,
          "shelfPageLayoutG_UID": "aZn9BovAwUOHgNY5xHdOHA==",
          "shelfPageLayoutGuid": "06fd9969-c08b-43c1-8780-d639c4774e1c",
          "talkerPageLayoutG_UID": "MrqiJFq4eUilcFjomZhpwA==",
          "talkerPageLayoutGuid": "24a2ba32-b85a-4879-a570-58e8999869c0",
          "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": "sPaz4ifxgkKOZbrTLg54Rw==",
          "inventoryIdentifier": "e2b3f6b0-f127-4282-8e65-bad32e0e7847",
          "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": "FSvMRlVjFk+8NJbAvivJ9w==",
          "parentPluGuid": "46cc2b15-6355-4f16-bc34-96c0be2bc9f7",
          "preferredHostVendor": 105,
          "preferredHostChanged": true,
          "code": "sample string 107",
          "supplierIdentifier": "/H+0JT2qOEOV5DKrZBGhfQ==",
          "supplierIdentifierGuid": "25b47ffc-aa3d-4338-95e4-32ab6411a17d",
          "supplierChanged": true,
          "rebateSupplierIdentifier": "1ZOC/q+kZUaK/bEnyFOQ3w==",
          "rebateSupplierIdentifierGuid": "fe8293d5-a4af-4665-8afd-b127c85390df",
          "rebateSupplierChanged": true,
          "availableForOrder": true,
          "warehouseDirectIndicator": "sample string 109",
          "warehouseDirectIndicatorChanged": true,
          "productGrade": "sample string 111",
          "productType": "sample string 112",
          "productGroup": "sample string 113",
          "complianceIndicator": "sample string 114",
          "inhouseBrand": "sample string 115",
          "slowMoving": true,
          "generalMerchandise": true,
          "comment": "sample string 118",
          "lastUpdatedByUser": "sample string 119",
          "lastManualUpdatedByUser": "sample string 120",
          "lastUpdatedByUserOverride": true,
          "lastUpdatedByHost": "2026-06-03T18:33:52.0058537",
          "commodity": "sample string 122",
          "businessPillar": "sample string 123",
          "mscCommodity": "sample string 124",
          "hostIdentifier": "PDKwBXKGd0WAlygblJGVKg==",
          "hostIdentifierGuid": "05b0323c-8672-4577-8097-281b9491952a",
          "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": "7"
            },
            {
              "$ref": "7"
            }
          ],
          "store": {
            "$id": "8",
            "id": 1,
            "isMaster": true,
            "isElectedMaster": true,
            "electedMasterStoreID": 1,
            "isZoneMaster": true,
            "shortName": "sample string 3",
            "url": "sample string 4",
            "sortOrder": 1,
            "name": "sample string 5",
            "phone": "sample string 6",
            "fax": "sample string 7",
            "email": "sample string 8",
            "address1": "sample string 9",
            "address2": "sample string 10",
            "city": "sample string 11",
            "state": "sample string 12",
            "country": "sample string 13",
            "postCode": "sample string 14",
            "delivery": 1,
            "exportAccounts": 1,
            "salesAccountFolder": "sample string 15",
            "purchaseAccountFolder": "sample string 16",
            "initLoad": 1,
            "initIDs": 1,
            "zoneID": 1,
            "actAsMaster": 1,
            "lastActiveUtc": "2026-06-03T18:33:52.0058537",
            "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": "WTx7n+Hfs0O7QN90Djzevg==",
            "hostIdentifierGuid": "9f7b3c59-dfe1-43b3-bb40-df740e3cdebe",
            "hostName": 1,
            "hostAddress": "sample string 27",
            "hostUsername": "sample string 28",
            "hostPassword": "sample string 29",
            "excludeFromLeadInOut": true,
            "accountingProvider": 31,
            "accountingAddress": "sample string 32",
            "accountingUsername": "sample string 33",
            "accountingPassword": "sample string 34",
            "storeAccountingCode": "sample string 35",
            "softwareVariance": 36,
            "fuelWarningVariance": 37.0,
            "fuelErrorVariance": 38.0,
            "fuelAccumulatedWarningVariance": 39.0,
            "fuelAccumulatedErrorVariance": 40.0,
            "drawManagment": 41,
            "endOfDayManagment": true,
            "autoFillCashBalancing": true,
            "fuelDayVariance": 44,
            "accountingTradingTime": "00:00:00.1234567",
            "stockActivateProduct": 46,
            "defaultOrderDocumentId": 1,
            "defaultStockReceiveDocumentId": 1,
            "giftCardSalesAccountingDeptCode": "sample string 47",
            "transactionDiscountAccountingDeptCode": "sample string 48",
            "size": 49,
            "updated": "2026-06-03T18:33:52.0058537",
            "priceZone": {
              "$id": "9",
              "id": 1,
              "name": "sample string 2",
              "hostIdentifier": "iwnl0iWN9UGU4p/2AoI5Hw==",
              "hostIdentifierGuid": "d2e5098b-8d25-41f5-94e2-9ff60282391f",
              "sortOrder": 3,
              "zoneMasterStoreID": 1,
              "electedMasterStoreID": 1,
              "containsElectedMasterStore": true
            },
            "priceZoneName": "sample string 51",
            "storeFuelConfigured": true,
            "shippingAddressCopied": true,
            "shippingAddress": {
              "$id": "10",
              "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": "10"
            },
            "warehouseStore": {
              "$id": "11",
              "storeID": 1,
              "warehouseStoreID": 2,
              "storeName": "sample string 3",
              "warehouseName": "sample string 4"
            },
            "hostStoreSettings": [
              {
                "$id": "12",
                "id": 1,
                "hostIdentifier": "cgeekuRJBUy9VGoOGgLvGw==",
                "hostIdentifierGuid": "929e0772-49e4-4c05-bd54-6a0e1a02ef1b",
                "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": "13",
                  "identifier": "RNR5b4wuIEeP4Nmslf79mg==",
                  "identifierGuid": "6f79d444-2e8c-4720-8fe0-d9ac95fefd9a",
                  "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": "t12JD2aV90O9JcuxbL8hzQ==",
                  "hostSupplierIdentifierGuid": "0f895db7-9566-43f7-bd25-cbb16cbf21cd",
                  "loyaltyPriceLevelIdentifier": "2nbevYqgt0qzh9kSU007xg==",
                  "loyaltyPriceLevelIdentifierGuid": "bdde76da-a08a-4ab7-b387-d912534d3bc6",
                  "isGroup": true,
                  "description": "sample string 22",
                  "hostProvider": 23,
                  "hostTypeEnum": 24,
                  "hostType": "sample string 25",
                  "hostCode": "sample string 26",
                  "username": "sample string 27",
                  "password": "sample string 28",
                  "passwordPlain": "sample string 29",
                  "server": "sample string 30",
                  "url": "sample string 31",
                  "global": true,
                  "stateCode": "sample string 33",
                  "lastCollected": "2026-06-03T18:33:52.0058537",
                  "lastProcessed": "2026-06-03T18:33:52.0058537",
                  "hold": true,
                  "supplierName": "sample string 35",
                  "supplier": {
                    "$ref": "2"
                  },
                  "files": [
                    {
                      "$id": "14",
                      "id": "sample string 1",
                      "fileName": "sample string 2",
                      "extension": "sample string 3",
                      "provider": 0,
                      "type": 0,
                      "hostType": "sample string 4",
                      "createdUtc": "2026-06-03T18:33:52.0058537",
                      "processed": "2026-06-03T18:33:52.0058537",
                      "isProcessing": true,
                      "processedCount": 6,
                      "processingTime": 1,
                      "collectedUtc": "2026-06-03T18:33:52.0058537",
                      "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": "13"
                      },
                      "metcashHeader": {
                        "$id": "15",
                        "customerNumber": "sample string 1",
                        "creationDate": "2026-06-03T18:33:52.0058537",
                        "businessPillar": "sample string 3",
                        "fileType": "sample string 4"
                      }
                    },
                    {
                      "$ref": "14"
                    }
                  ],
                  "zoneMatrix": [
                    {
                      "$id": "16",
                      "id": 1,
                      "hostIdentifier": "xYnnUEYwkkCJs2UxVReNrQ==",
                      "hostIdentifierGuid": "50e789c5-3046-4092-89b3-653155178dad",
                      "storeID": 1,
                      "departmentCode": "sample string 2",
                      "hostGuids": [
                        "3e525669-5ac2-4663-a0f7-02de4be5bf39",
                        "1c242b8a-a074-4602-8257-f68c46d39b7c"
                      ]
                    },
                    {
                      "$ref": "16"
                    }
                  ],
                  "hostFileStoreSetting": {
                    "$ref": "12"
                  },
                  "hostStoreSettings": [
                    {
                      "$ref": "12"
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "promotionPlacements": [
                    {
                      "$id": "17",
                      "identifier": "YU3BsNBtT0Kxz1LXNEdDMw==",
                      "identifierGuid": "b0c14d61-6dd0-424f-b1cf-52d734474333",
                      "code": "sample string 2",
                      "description": "sample string 3",
                      "isAdvertised": true
                    },
                    {
                      "$ref": "17"
                    }
                  ],
                  "promoTypeGuids": [
                    "1057c915-9304-4c8c-80cf-9a7eb0f0b2ac",
                    "6bdeaf4f-39b2-4745-9f90-544b51600602"
                  ],
                  "isPromotionOnly": false,
                  "isOrderable": false,
                  "vendor": 0
                },
                "groupIDs": [
                  1,
                  2
                ],
                "hostDescription": "sample string 27"
              },
              {
                "$ref": "12"
              }
            ],
            "accounts": [
              {
                "$id": "18",
                "id": 1,
                "storeID": 1,
                "accountName": "sample string 2",
                "bsb": "sample string 3",
                "accountNumber": "sample string 4",
                "accountDesignated": true
              },
              {
                "$ref": "18"
              }
            ],
            "sales": [
              {
                "$id": "19",
                "id": 1,
                "storeID": 1,
                "externalSalesType": 2,
                "ftpSiteID": 1,
                "lastSaleProcessed": "2026-06-03T18:33:52.0058537",
                "ftpSite": {
                  "$id": "20",
                  "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": "19"
              }
            ],
            "suppliedStores": [
              1,
              2
            ],
            "zoneMatrix": [
              {
                "$ref": "16"
              },
              {
                "$ref": "16"
              }
            ],
            "cashManagements": [
              {
                "$id": "21",
                "id": 1,
                "storeID": 1,
                "cashManagementType": 2,
                "apiID": 1,
                "organisationID": "sample string 3",
                "siteName": "sample string 4",
                "thirdPartyAPI": {
                  "$id": "22",
                  "id": 1,
                  "description": "sample string 2",
                  "address": "sample string 3",
                  "username": "sample string 4",
                  "password": "sample string 5",
                  "passwordPlain": "sample string 6",
                  "token": "sample string 7",
                  "apiType": 8,
                  "apiSubType": 9,
                  "config": "sample string 10"
                }
              },
              {
                "$ref": "21"
              }
            ],
            "updateStoreID": "fb5e74e5-87be-479c-a073-3e70e9827d7f",
            "updateStore": {
              "$id": "23",
              "id": "84d1263c-d245-4893-8637-73eeef77c4ed",
              "name": "sample string 1",
              "lastActivity": "2026-06-03T18:33:52.0058537",
              "zone": "sample string 2",
              "timeZoneOffset": 0.0,
              "businessHoursStart": "00:00:00.1234567",
              "businessHoursEnd": "00:00:00.1234567",
              "master": true,
              "lastIP": "sample string 10",
              "lastHostName": "sample string 11",
              "ping": 1,
              "pingStatus": "sample string 12",
              "lastUpdateCompleted": "2026-06-03T18:33:52.0058537"
            },
            "timeZoneId": "sample string 54",
            "securityOptions": {
              "$id": "24",
              "loginMode": 1,
              "allowSelfVerification": true,
              "verifierEmail": "sample string 3",
              "source": "sample string 4",
              "loginModeInherited": 5,
              "loginModeSource": "sample string 6",
              "selfVerifyInherited": true,
              "selfVerifySource": "sample string 8",
              "verifyEmailInherited": "sample string 9",
              "verifyEmailSource": "sample string 10"
            }
          },
          "storePrices": [
            {
              "$id": "25",
              "pluG_UID": "JssTgsx6Wkiu+mZB852ybQ==",
              "pluGuid": "8213cb26-7acc-485a-aefa-6641f39db26d",
              "plu": 1,
              "storeID": 1,
              "zoneID": 2,
              "zoneName": "sample string 3",
              "store": "sample string 4",
              "isElectedMasterStore": true,
              "isZoneMasterStore": true,
              "priceNow": 7,
              "costNow": 8,
              "costNowDecimals": 9,
              "normalPrice": 10,
              "priceNext": 1,
              "costNext": 1,
              "costNextDecimals": 11,
              "nextCampaignName": "sample string 12",
              "gstPercent": 13,
              "normalCost": 14,
              "normalCostDecimals": 15,
              "costGstPercent": 16,
              "costCalcMethod": 1,
              "currentCost": 17,
              "currentCostDecimals": 18,
              "break1": 19,
              "price1": 20,
              "break2": 21,
              "price2": 22,
              "break3": 23,
              "price3": 24,
              "fuelItem": 25,
              "fixedWeight": 26,
              "active": true,
              "complianceIndicator": "sample string 27",
              "doNotOrder": true,
              "doNotRange": true,
              "isNormalPriceChangesCampaign": true,
              "updated": "2026-06-03T18:33:52.0058537"
            },
            {
              "$ref": "25"
            }
          ],
          "currentPrices": {
            "$id": "26",
            "pluPrices": {
              "$id": "27",
              "plu": 1,
              "pluG_UID": "QEA=",
              "stores": [
                1,
                2
              ],
              "normalPrice": 1,
              "cost": 2,
              "break1": 3,
              "price1": 4,
              "break2": 5,
              "price2": 6,
              "break3": 7,
              "price3": 8,
              "discountPrice": 9,
              "memberDiscountPrice": 10,
              "acceptedUtc": "2026-06-03T18:33:52.0058537",
              "priceChangeType": 0,
              "costDecimals": 11,
              "costCalcMethod": 12,
              "targetCampaignPriceGtOrEquNormal": true
            },
            "normalPluPrices": {
              "$ref": "27"
            },
            "winningCampaign": 1,
            "winner": {
              "$id": "28",
              "campaignName": "sample string 1",
              "campaignDescription": "sample string 2",
              "talkerText": "sample string 3",
              "disableWasSave": true,
              "startDate": "2026-06-03T18:33:52.0058537",
              "startTime": 5,
              "endDate": "2026-06-03T18:33:52.0058537",
              "endTime": 6,
              "newPrice": 7,
              "newCost": 8,
              "newCostDecimals": 9,
              "pctDiscount": 10,
              "promoType": 1,
              "promotionTypeCode": "sample string 11",
              "hostType": 12,
              "hostIdentifier": "FxWNeq3Mv06LWiW4Ub2OCg==",
              "hostIdentifierGuid": "7a8d1517-ccad-4ebf-8b5a-25b851bd8e0a",
              "storeNames": [
                "sample string 1",
                "sample string 2"
              ]
            },
            "details": [
              {
                "$ref": "28"
              },
              {
                "$ref": "28"
              }
            ]
          },
          "tray": {
            "$id": "29",
            "g_UId": "l6CPcLC+A0aAvgEOiHwzrg==",
            "guid": "708fa097-beb0-4603-80be-010e887c33ae",
            "name": "sample string 1",
            "number": 1,
            "tare": 1
          },
          "priceGroup": {
            "$id": "30",
            "priceGroupG_UID": "uyTk21/dBUqPuVkv6C7RTg==",
            "priceGroupGuid": "dbe424bb-dd5f-4a05-8fb9-592fe82ed14e",
            "name": "sample string 2",
            "code": 1,
            "modified": true,
            "updated": "2026-06-03T18:33:52.0058537",
            "buyingLimit": 1,
            "buyingLimitIndependent": true,
            "buyingLimitType": 0,
            "number": 1,
            "products": [
              {
                "$ref": "7"
              },
              {
                "$ref": "7"
              }
            ],
            "productCount": 1
          },
          "priceGroupName": "sample string 147",
          "nutrifacts": {
            "$id": "31",
            "pluG_UID": "VVmaucSqX0KM8sbiYzijrg==",
            "pluGuid": "b99a5955-aac4-425f-8cf2-c6e26338a3ae",
            "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": "32",
            "pluGuid": "16edd2c2-27e9-462d-b0b4-0fa45d728742",
            "created": "2026-06-03T18:33:52.0058537",
            "createdByUser": "sample string 1",
            "activated": "2026-06-03T18:33:52.0058537",
            "activatedByUser": "sample string 2",
            "deactivated": "2026-06-03T18:33:52.0058537",
            "deactivatedByUser": "sample string 3",
            "lastOrdered": "2026-06-03T18:33:52.0058537",
            "lastOrderedQty": 4.0,
            "lastReceived": "2026-06-03T18:33:52.0058537",
            "lastReceivedQty": 5.0,
            "lastInvoiceStatus": 1,
            "lastCounted": "2026-06-03T18:33:52.0058537",
            "lastSold": "2026-06-03T18:33:52.0058537",
            "firstSold": "2026-06-03T18:33:52.0058537",
            "awsUpdated": "2026-06-03T18:33:52.0058537",
            "lastManualUpdate": "2026-06-03T18:33:52.0058537",
            "lastManualUpdatedByUser": "sample string 7",
            "lastUpdated": "2026-06-03T18:33:52.0058537",
            "lastUpdatedByUser": "sample string 9",
            "lastUpdatedByHost": "2026-06-03T18:33:52.0058537",
            "doNotRangeUpdated": "2026-06-03T18:33:52.0058537",
            "doNotOrderUpdated": "2026-06-03T18:33:52.0058537",
            "tracked": "2026-06-03T18:33:52.0058537"
          },
          "allergens": [
            {
              "$id": "33",
              "primaryKey": {
                "$id": "34",
                "pluGuid": "e0278c40-0438-4036-9f43-1825258b1136",
                "contains": 2
              },
              "allergenID": 1,
              "pluG_UID": "QIwn4DgENkCfQxglJYsRNg==",
              "pluGuid": "e0278c40-0438-4036-9f43-1825258b1136",
              "contains": 2,
              "allergenName": "sample string 3",
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "33"
            }
          ],
          "costs": {
            "$id": "35",
            "pluG_UID": "+rmpk1Nl6UGphS8hrvOxCg==",
            "pluGuid": "93a9b9fa-6553-41e9-a985-2f21aef3b10a",
            "enteredCost": 1,
            "weightedAvgCost": 1,
            "lastCost": 1,
            "rawEnteredCost": 2,
            "rawWeightedAvgCost": 3,
            "rawLastCost": 4,
            "freight": 5.0,
            "freightType": 6,
            "costDecimals": 7,
            "fifoCost": 1,
            "updated": "2026-06-03T18:33:52.0058537",
            "normalCost": 1,
            "currentCost": 1
          },
          "sales": [
            {
              "$id": "36",
              "saleHeaderID": 1,
              "created": "2026-06-03T18:33:52.0058537",
              "createdLocal": "2026-06-03T18:33:52.0058537",
              "storeID": 3,
              "storeName": "sample string 4",
              "operatorG_Uid": "n27giFNXJESynLUKK4W0CA==",
              "operatorGuid": "88e06e9f-5753-4424-b29c-b50a2b85b408",
              "operatorName": "sample string 5",
              "tranType": 1,
              "plu": 1,
              "pluG_UId": "Zs7/uTS5/EqPlJ8mmhB7Yw==",
              "pluGuid": "b9ffce66-b934-4afc-8f94-9f269a107b63",
              "normalPrice": 1,
              "totalCents": 1,
              "cost": 1,
              "grossProfit": 1,
              "quantity": 1,
              "operator": {
                "$id": "37",
                "id": 1,
                "g_Uid": "CtjmjcU1pEKz+Q7OpTNTiQ==",
                "guid": "8de6d80a-35c5-42a4-b3f9-0ecea5335389",
                "operatorNumber": 1,
                "shortName": "sample string 2",
                "firstName": "sample string 3",
                "lastName": "sample string 4",
                "password": "sample string 5",
                "hasPassword": true,
                "passwordText": "sample string 6",
                "rfidTagID": "sample string 7",
                "blueprintID": 1,
                "groupID": 1,
                "groupName": "sample string 8",
                "managerGroupID": 1,
                "managerGroupName": "sample string 9",
                "zoneID": 1,
                "zoneName": "sample string 10",
                "loggedIn": 1,
                "lastUsedIP": "sample string 11",
                "deleted": true,
                "locked": true,
                "allowOpenTill": true,
                "webEmail": "sample string 14",
                "simpleOperatorType": 0,
                "webRole": "sample string 15",
                "updated": "2026-06-03T18:33:52.0058537",
                "passwordResetRequired": true,
                "alteredInStore": true,
                "startShift": "2026-06-03T18:33:52.0058537",
                "endShift": "2026-06-03T18:33:52.0058537",
                "machineName": "sample string 20",
                "drawerID": 1,
                "stores": [
                  {
                    "$id": "38",
                    "operatorG_UID": "62Cbn/Ch60u/z9Zs1i2JlA==",
                    "operatorGuid": "9f9b60eb-a1f0-4beb-bfcf-d66cd62d8994",
                    "storeID": 2,
                    "operator": {
                      "$ref": "37"
                    },
                    "store": {
                      "$ref": "8"
                    }
                  },
                  {
                    "$ref": "38"
                  }
                ]
              }
            },
            {
              "$ref": "36"
            }
          ],
          "apns": [
            {
              "$id": "39",
              "pluID": 1,
              "pluG_UID": "6ZkX5CSeVk2ppHzB2t90XQ==",
              "pluGuid": "e41799e9-9e24-4d56-a9a4-7cc1dadf745d",
              "apn": "sample string 1",
              "deleted": true,
              "storeID": 1,
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "39"
            }
          ],
          "tuns": [
            {
              "$id": "40",
              "pluG_UId": "EeN5yY59dU2RWKa/EltVvw==",
              "pluGuid": "c979e311-7d8e-4d75-9158-a6bf125b55bf",
              "apn": "sample string 1",
              "tun": "sample string 2",
              "cartonQuantity": 3,
              "product": {
                "$ref": "7"
              },
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "40"
            }
          ],
          "competitionPricing": [
            {
              "$id": "41",
              "identifier": "THFasyHc9EWQk3Drbf6W9A==",
              "identifierGuid": "b35a714c-dc21-45f4-9093-70eb6dfe96f4",
              "pluG_UID": "4C8qBPz3YEaw9D1VYRRsWQ==",
              "pluGuid": "042a2fe0-f7fc-4660-b0f4-3d5561146c59",
              "competitionID": 1,
              "name": "sample string 2",
              "sellMultiple": 3,
              "retailPrice": 4,
              "storeName": "sample string 5"
            },
            {
              "$ref": "41"
            }
          ],
          "supplier": {
            "$ref": "2"
          },
          "supplierName": "sample string 148",
          "children": [
            {
              "$ref": "7"
            },
            {
              "$ref": "7"
            }
          ],
          "ordering": {
            "$ref": "5"
          },
          "flipChartPages": [
            {
              "$id": "42",
              "identifier": "No1X4zTq4kO51tvgYSTgIQ==",
              "groupName": "sample string 1",
              "identifierGuid": "e3578d36-ea34-43e2-b9d6-dbe06124e021",
              "exists": true,
              "flipChartIdentifier": "ldgpCpbWSkOG+fZHQpbX4Q==",
              "flipChartIdentifierGuid": "0a29d895-d696-434a-86f9-f6474296d7e1",
              "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": "pD0bf1SjJEGIkUSALLmgGw==",
              "groupIdentifierGuid": "7f1b3da4-a354-4124-8891-44802cb9a01b",
              "flipChart": {
                "$id": "43",
                "identifier": "jB5Lb2Yhn0quEvkco2h7Dg==",
                "identifierGuid": "6f4b1e8c-2166-4a9f-ae12-f91ca3687b0e",
                "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": "44",
                  "identifier": "bmXJT2kxC0SwdA2IIXyIiQ==",
                  "identifierGuid": "4fc9656e-3169-440b-b074-0d88217c8889",
                  "name": "sample string 2",
                  "formType": "sample string 3",
                  "forms": [
                    {
                      "$id": "45",
                      "id": 1,
                      "g_UID": "zmOlc2SFyUWPycu35fBW+w==",
                      "guid": "73a563ce-8564-45c9-8fc9-cbb7e5f056fb",
                      "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": "VazugUd5wkCRpJoUDLTyYQ==",
                      "previousFormGuid": "81eeac55-7947-40c2-91a4-9a140cb4f261",
                      "nextForm": 1,
                      "nextFormG_UID": "FHiNsJu3xkKrBvVpaNIfrQ==",
                      "nextFormGuid": "b08d7814-b79b-42c6-ab06-f56968d21fad",
                      "attributes": "sample string 10",
                      "updated": "2026-06-03T18:33:52.0058537",
                      "positioning": 1,
                      "contentPanel": "sample string 11",
                      "selectionMode": 1,
                      "maximumSelections": 1,
                      "alteredInStore": true,
                      "deleted": true,
                      "blueprintID": 1,
                      "preserveLayout": true,
                      "mainCheckoutFormName": "sample string 13",
                      "nextCheckoutForm": {
                        "$ref": "45"
                      },
                      "previousCheckoutForm": {
                        "$ref": "45"
                      },
                      "buttons": [
                        {
                          "$id": "46",
                          "id": 1,
                          "checkoutFormID": 2,
                          "checkoutFormG_UID": "17VHdT00Y0GGNqVJCBi01Q==",
                          "checkoutFormGuid": "7547b5d7-343d-4163-8636-a5490818b4d5",
                          "identifier": "oAuzBFcaYk+/g/ma8WPu6Q==",
                          "identifierGuid": "04b30ba0-1a57-4f62-bf83-f99af163eee9",
                          "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": "Mc+YT6GS9UWIqyiudBbr2g==",
                          "valueGuid": "4f98cf31-92a1-45f5-88ab-28ae7416ebda",
                          "buttonText": "sample string 10",
                          "valueText": "sample string 11",
                          "drawImageAndButton": true,
                          "updated": "2026-06-03T18:33:52.0058537",
                          "action": "sample string 12",
                          "valueForm": {
                            "$ref": "45"
                          },
                          "image": {
                            "$id": "47",
                            "name": "sample string 3.sample string 4",
                            "imageID": 2,
                            "imageName": "sample string 3",
                            "imageExtension": "sample string 4",
                            "lastUpdate": "2026-06-03T18:33:52.0058537",
                            "imageData": "QEA=",
                            "readOnly": true
                          }
                        },
                        {
                          "$ref": "46"
                        }
                      ],
                      "panels": [
                        {
                          "$id": "48",
                          "id": 1,
                          "checkoutFormID": 2,
                          "checkoutFormG_UID": "3g90ywucjEmNqJY1sS7XaQ==",
                          "checkoutFormGuid": "cb740fde-9c0b-498c-8da8-9635b12ed769",
                          "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": "48"
                        }
                      ]
                    },
                    {
                      "$ref": "45"
                    }
                  ],
                  "panels": [
                    {
                      "$ref": "48"
                    },
                    {
                      "$ref": "48"
                    }
                  ]
                },
                "pages": [
                  {
                    "$ref": "42"
                  },
                  {
                    "$ref": "42"
                  }
                ]
              },
              "contentPanel": {
                "$ref": "48"
              },
              "products": [
                {
                  "$id": "49",
                  "flipChartPageIdentifier": "2JxASE/mnEOEykea0XqzIw==",
                  "flipChartPageIdentifierGuid": "48409cd8-e64f-439c-84ca-479ad17ab323",
                  "pluG_UID": "2skRZZ4NqUeZQUzc0WNnGg==",
                  "pluGuid": "6511c9da-0d9e-47a9-9941-4cdcd163671a",
                  "sortOrder": 3,
                  "sent": true,
                  "productChanged": true,
                  "productImageName": "sample string 6",
                  "productShowImageOnFlipCharts": true,
                  "productShowTextOnFlipCharts": true,
                  "productOverrideFlipChartText": true,
                  "productFlipChartText": "sample string 10",
                  "product": {
                    "$ref": "7"
                  },
                  "departmentSortOrder": 11,
                  "subDepartmentName": "sample string 12"
                },
                {
                  "$ref": "49"
                }
              ],
              "productCount": 27,
              "pages": [
                {
                  "$ref": "42"
                },
                {
                  "$ref": "42"
                }
              ]
            },
            {
              "$ref": "42"
            }
          ],
          "priceHistory": [
            {
              "$id": "50",
              "pluG_UID": "RKLVueApqEeapCKYbGkbZA==",
              "pluGuid": "b9d5a244-29e0-47a8-9aa4-22986c691b64",
              "price": 1,
              "costCalcMethod": 1,
              "cost": 2,
              "weightedAvgCost": 3,
              "lastCost": 4,
              "rawCost": 5,
              "rawWeightedAvgCost": 6,
              "rawLastCost": 7,
              "costDecimals": 8,
              "serviceFeeID": 9,
              "freight": 10.0,
              "freightType": 11,
              "process": "sample string 12",
              "user": "sample string 13",
              "updated": "2026-06-03T18:33:52.0058537",
              "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": "50"
            }
          ],
          "ingredients": [
            {
              "$id": "51",
              "pluG_UID": "ms/4zCZv+0iskrvgGDosMg==",
              "ingredientGuid": "7Wypd2CepkKsrxVVzMlc6g==",
              "ingredientIdentifier": "77a96ced-9e60-42a6-acaf-1555ccc95cea",
              "quantity": 1.0,
              "storeIDs": [
                1,
                2
              ],
              "ingredientText": "sample string 1",
              "ingredient": {
                "$ref": "7"
              }
            },
            {
              "$ref": "51"
            }
          ],
          "bins": [
            {
              "$id": "52",
              "pluG_UID": "2ZlrWYKbrEeg8fwdikmeiQ==",
              "pluGuid": "596b99d9-9b82-47ac-a0f1-fc1d8a499e89",
              "shelfLocationIdentifier": "1zCR8/GefkGw4zW6IkuY7w==",
              "shelfLocationGuid": "f39130d7-9ef1-417e-b0e3-35ba224b98ef",
              "labelShelfDefault": 1,
              "labelTalkerDefault": 1,
              "labelSmall": true,
              "labelPageLayoutG_UID": "+wX/bytuoUyi4a69tHsl4w==",
              "labelPageLayoutGuid": "6fff05fb-6e2b-4ca1-a2e1-aebdb47b25e3",
              "updated": "2026-06-03T18:33:52.0058537",
              "electronicShelfLabelIdentifier": "sample string 5",
              "electronicshelfLabelsConfigurationID": 6,
              "labelShelfChanged": true,
              "productName": "sample string 8",
              "locationText": "sample string 9",
              "product": {
                "$ref": "7"
              },
              "location": {
                "$id": "53",
                "identifier": "fal28DJEdkG/ChF2qNf7yQ==",
                "storeID": 1,
                "identifierGuid": "f076a97d-4432-4176-bf0a-1176a8d7fbc9",
                "name": "sample string 2",
                "haccp": true,
                "blueprintID": 1,
                "updated": "2026-06-03T18:33:52.0058537",
                "minTemp": 1,
                "maxTemp": 1,
                "checkFrequency": 1,
                "storeCaseConfiguration": 5,
                "storeName": "sample string 6",
                "bins": [
                  {
                    "$ref": "52"
                  },
                  {
                    "$ref": "52"
                  }
                ]
              }
            },
            {
              "$ref": "52"
            }
          ],
          "bin": {
            "$ref": "52"
          },
          "scaleLocations": [
            {
              "$id": "54",
              "plu": 1,
              "pluG_UID": "eTtI7zJgZk2j2NSx77L2kA==",
              "pluGuid": "ef483b79-6032-4d66-a3d8-d4b1efb2f690",
              "deptNo": 1,
              "product": {
                "$ref": "7"
              },
              "scaleLocation": {
                "$id": "55",
                "id": 1,
                "deptNo": 1,
                "deptCode": "sample string 2",
                "name": "sample string 3",
                "enabled": true,
                "updated": "2026-06-03T18:33:52.0058537",
                "department": {
                  "$id": "56",
                  "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": "55"
                  },
                  "subDepartments": [
                    {
                      "$id": "57",
                      "id": 1,
                      "departmentID": 2,
                      "name": "sample string 3",
                      "code": "sample string 4",
                      "departmentCode": "sample string 5",
                      "externalSales": true,
                      "minorDepartments": [
                        {
                          "$id": "58",
                          "id": 1,
                          "subDepartmentID": 2,
                          "departmentID": 3,
                          "name": "sample string 4",
                          "subDepartmentCode": "sample string 5",
                          "departmentCode": "sample string 6",
                          "code": "sample string 7",
                          "lesserDepartments": [
                            {
                              "$id": "59",
                              "id": 1,
                              "departmentID": 2,
                              "subDepartmentID": 3,
                              "minorDepartmentID": 4,
                              "name": "sample string 5",
                              "code": "sample string 6",
                              "departmentCode": "sample string 7",
                              "subDepartmentCode": "sample string 8",
                              "minorDepartmentCode": "sample string 9",
                              "updated": "2026-06-03T18:33:52.0058537",
                              "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": "YS2b1zpadkqFKuwA/zIBMg==",
                              "labelPageLayoutGuid": "d79b2d61-5a3a-4a76-852a-ec00ff320132",
                              "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": "60",
                                "dept": 1,
                                "category": 2,
                                "name": "sample string 3",
                                "active": true,
                                "mscCommodities": [
                                  {
                                    "$id": "61",
                                    "dept": 1,
                                    "category": 2,
                                    "commodity": 3,
                                    "name": "sample string 4",
                                    "active": true,
                                    "mscSubCommodities": [
                                      {
                                        "$id": "62",
                                        "dept": 1,
                                        "category": 2,
                                        "commodity": 3,
                                        "subCommodity": 4,
                                        "name": "sample string 5",
                                        "active": true,
                                        "subCommodityCode": "sample string 7"
                                      },
                                      {
                                        "$ref": "62"
                                      }
                                    ],
                                    "commodityCode": "sample string 6"
                                  },
                                  {
                                    "$ref": "61"
                                  }
                                ],
                                "categoryCode": "sample string 5"
                              },
                              "mscCom": {
                                "$ref": "61"
                              },
                              "mscDep": {
                                "$id": "63",
                                "dept": 1,
                                "name": "sample string 2",
                                "active": true,
                                "mscCategories": [
                                  {
                                    "$ref": "60"
                                  },
                                  {
                                    "$ref": "60"
                                  }
                                ],
                                "deptCode": "sample string 4"
                              },
                              "mscSubCom": {
                                "$ref": "62"
                              }
                            },
                            {
                              "$ref": "59"
                            }
                          ],
                          "updated": "2026-06-03T18:33:52.0058537",
                          "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": "UnVtlwsl7UGGBctqQ8z1Lw==",
                          "labelPageLayoutGuid": "976d7552-250b-41ed-8605-cb6a43ccf52f",
                          "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": "60"
                          },
                          "mscCom": {
                            "$ref": "61"
                          },
                          "mscDep": {
                            "$ref": "63"
                          },
                          "mscSubCom": {
                            "$ref": "62"
                          }
                        },
                        {
                          "$ref": "58"
                        }
                      ],
                      "investmentBuyOverride": true,
                      "updated": "2026-06-03T18:33:52.0058537",
                      "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": "UNx8dRXsjkKOUzu1NHm33A==",
                      "labelPageLayoutGuid": "757cdc50-ec15-428e-8e53-3bb53479b7dc",
                      "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": "60"
                      },
                      "mscCom": {
                        "$ref": "61"
                      },
                      "mscDep": {
                        "$ref": "63"
                      },
                      "mscSubCom": {
                        "$ref": "62"
                      }
                    },
                    {
                      "$ref": "57"
                    }
                  ],
                  "stores": [
                    1,
                    2
                  ],
                  "investmentBuyOverride": true,
                  "updated": "2026-06-03T18:33:52.0058537",
                  "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": "dv1XxSN0OkuQUZAoaNOveQ==",
                  "labelPageLayoutGuid": "c557fd76-7423-4b3a-9051-902868d3af79",
                  "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": "60"
                  },
                  "mscCom": {
                    "$ref": "61"
                  },
                  "mscDep": {
                    "$ref": "63"
                  },
                  "mscSubCom": {
                    "$ref": "62"
                  }
                }
              }
            },
            {
              "$ref": "54"
            }
          ],
          "nextPrice": {
            "$id": "64",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 1,
            "hostOfferID": 1,
            "metcashPromotionID": "sample string 4",
            "metcashPromotionPlacement": "sample string 5",
            "pluG_UID": "5L8W7q6V5E2c2tH+Pb1qtw==",
            "pluGuid": "ee16bfe4-95ae-4de4-9cda-d1fe3dbd6ab7",
            "newPrice": 1,
            "pctDiscount": 1,
            "newCost": 1,
            "newCostDecimals": 6,
            "dealCostIdentifier": "PZ4Xf/vmiE+YMjTosV70UA==",
            "dealCostGuid": "7f179e3d-e6fb-4f88-9832-34e8b15ef450",
            "pluName": "sample string 7",
            "apn": "sample string 8",
            "fuelItem": true,
            "priceGroupG_UID": "foLZjilPvUOXs5tLRuzd0A==",
            "priceGroupGuid": "8ed9827e-4f29-43bd-97b3-9b4b46ecddd0",
            "itemNumber": "sample string 10",
            "cri": "sample string 11",
            "pluPrice": 12,
            "costCalcMethod": 13,
            "pluCost": 14,
            "pluCostIndicator": "sample string 15",
            "pluPriceGstPercent": 16,
            "pluCostGstPercent": 17,
            "pluActive": true,
            "cartonQty": 1.1,
            "baseUnits": 19.1,
            "salesMode": 1,
            "orderPacked": 20,
            "pluNormalCost": 21,
            "pluaws": 22.0,
            "directNumber": "sample string 23",
            "departmentName": "sample string 24",
            "subDepartmentName": "sample string 25",
            "priceGroupName": "sample string 26",
            "supplierName": "sample string 27",
            "stockOnHand": 1.1,
            "stockOnOrder": 1.1,
            "lastReceived": "2026-06-03T18:33:52.0058537",
            "rrp": 28,
            "campaignDescription": "sample string 29",
            "hostCampaign": true,
            "hostIdentifier": "QEA=",
            "hostIdentifierGuid": "2de83613-2b6e-4807-a40b-2406b20d4062",
            "campaignComboPriceGroupG_UID": "BRPqCtAe3kSj3MigKfcLfA==",
            "campaignComboPriceGroupIdentifier": "0aea1305-1ed0-44de-a3dc-c8a029f70b7c",
            "promotionPlacementDescription": "sample string 31",
            "storeAcceptances": [
              {
                "$id": "65",
                "plu": 1,
                "pluG_UId": "QEA=",
                "campaignID": 1,
                "campaignName": "sample string 2",
                "storeID": 3,
                "acceptedUtc": "2026-06-03T18:33:52.0058537",
                "operatorG_UID": "Ja49WzWt3kG9x7P4KMF4PA==",
                "operatorGuid": "5b3dae25-ad35-41de-bdc7-b3f828c1783c",
                "machineID": 1,
                "processed": true,
                "appliedUtc": "2026-06-03T18:33:52.0058537",
                "signIqTicketFileMovedUtc": "2026-06-03T18:33:52.0058537",
                "user": "sample string 6",
                "campaignDescription": "sample string 7",
                "productDesc": "sample string 8",
                "storeName": "sample string 9",
                "effectiveUtc": "2026-06-03T18:33:52.0058537",
                "priceChangeType": 0,
                "operatorName": "sample string 10",
                "hostCampaign": true,
                "hostIdentifier": "QEA=",
                "hostIdentifierGuid": "c6f44cf0-e0c6-449e-88e2-dce1e346ba42",
                "product": {
                  "$ref": "7"
                },
                "campaignPlu": {
                  "$ref": "64"
                },
                "fuelItem": true
              },
              {
                "$ref": "65"
              }
            ],
            "campaign": {
              "$id": "66",
              "id": 1,
              "storeID": 2,
              "name": "ff70a071-f553-4360-af43-4042aed1a28c",
              "nameGuid": "ff70a071-f553-4360-af43-4042aed1a28c",
              "description": "sample string 4",
              "showDiscounts": true,
              "showTotals": true,
              "onlyEvaluateOnSubtotal": true,
              "useDescription": true,
              "campaignType": 1,
              "startDate": "2026-06-03T18:33:52.0058537",
              "startTime": 1,
              "endDate": "2026-06-03T18:33:52.0058537",
              "endTime": 1,
              "recurrence": 1,
              "recurrenceType": 1,
              "monthType": 1,
              "weekDays": 1,
              "months": 1,
              "monthWeeks": 1,
              "monthDays": "sample string 7",
              "printed": true,
              "talkerText": "sample string 8",
              "rangeDescription": "sample string 9",
              "dealDescription": "sample string 10",
              "labelQuantity": 11,
              "active": 1,
              "deactivated": "2026-06-03T18:33:52.0058537",
              "system": true,
              "created": "2026-06-03T18:33:52.0058537",
              "updated": "2026-06-03T18:33:52.0058537",
              "priceChangeNotifiedUtc": "2026-06-03T18:33:52.0058537",
              "promoType": 1,
              "promotionTypeCode": "sample string 13",
              "hostIdentifier": "Np818fEXikG/vjBj2vn/5g==",
              "hostIdentifierGuid": "f1359f36-17f1-418a-bfbe-3063daf9ffe6",
              "hostType": 14,
              "createdByUser": "sample string 15",
              "fromHost": true,
              "deleted": true,
              "campaignDeleted": "2026-06-03T18:33:52.0058537",
              "updatedByUser": "sample string 18",
              "offerID": 1,
              "isPriceChangeCampaign": true,
              "stores": [
                1,
                2
              ],
              "storeNames": [
                "sample string 1",
                "sample string 2"
              ],
              "campaignPlus": [
                {
                  "$ref": "64"
                },
                {
                  "$ref": "64"
                }
              ],
              "campaignPools": [
                {
                  "$id": "67",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "plu": 4,
                  "pluG_UID": "580EvSTGYEG9Ir52CmRc4Q==",
                  "pluGuid": "bd04cde7-c624-4160-bd22-be760a645ce1",
                  "hostOfferID": 1,
                  "priceGroupG_UID": "SUjX+69F3k6tXiDNn0mTog==",
                  "priceGroupGuid": "fbd74849-45af-4ede-ad5e-20cd9f4993a2",
                  "fuelItem": true,
                  "pluName": "sample string 6",
                  "apn": "sample string 7",
                  "pluActive": true,
                  "cartonQty": 1,
                  "baseUnits": 9.1,
                  "cri": "sample string 10",
                  "salesMode": 1,
                  "orderPacked": 11,
                  "pluaws": 12.0,
                  "directNumber": "sample string 13",
                  "departmentName": "sample string 14",
                  "subDepartmentName": "sample string 15",
                  "priceGroupName": "sample string 16",
                  "supplierName": "sample string 17",
                  "stockOnHand": 1.1,
                  "stockOnOrder": 1.1,
                  "lastReceived": "2026-06-03T18:33:52.0058537",
                  "rrp": 18,
                  "campaignDescription": "sample string 19",
                  "product": {
                    "$ref": "7"
                  },
                  "campaign": {
                    "$ref": "66"
                  }
                },
                {
                  "$ref": "67"
                }
              ],
              "sellingRules": [
                {
                  "$id": "68",
                  "id": 1,
                  "identifier": "og6Tyq2kEEui6zy9UWXM2w==",
                  "identifierStr": "og6Tyq2kEEui6zy9UWXM2w==",
                  "identifierGuid": "ca930ea2-a4ad-4b10-a2eb-3cbd5165ccdb",
                  "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": "66"
                  }
                },
                {
                  "$ref": "68"
                }
              ],
              "customers": [
                {
                  "$id": "69",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "customerID": "mMltnJW+nUuBXf3ywX6Rsw==",
                  "customerIDGuid": "9c6dc998-be95-4b9d-815d-fdf2c17e91b3",
                  "campaign": {
                    "$ref": "66"
                  },
                  "customer": {
                    "$id": "70",
                    "identifier": "X1KQQGtcfkqbgtPzIXUfng==",
                    "identifierGuid": "4090525f-5c6b-4a7e-9b82-d3f321751f9e",
                    "code": "sample string 2",
                    "familyName": "sample string 3",
                    "givenName": "sample string 4",
                    "otherName": "sample string 5",
                    "title": "sample string 6",
                    "dateOfBirth": "2026-06-03T18:33:52.0058537",
                    "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": "ywccnDVVcUyxqYuE2n2ovg==",
                    "communityIdentifierGuid": "9c1c07cb-5535-4c71-b1a9-8b84da7da8be",
                    "joined": "2026-06-03T18:33:52.0058537",
                    "updated": "2026-06-03T18:33:52.0058537",
                    "active": true,
                    "reasonInactive": 1,
                    "groupCustomer": true,
                    "loyaltyPoints": 1,
                    "homeStoreID": 1,
                    "availableSpend": 1,
                    "priceLevelIdentifier": "Lyxopoui1kGe8NVa4zkHgQ==",
                    "priceLevelIdentifierGuid": "a6682c2f-a28b-41d6-9ef0-d55ae3390781",
                    "marketingID": "sample string 18",
                    "receiptPrintOptions": 1,
                    "hidden": true,
                    "registered": true,
                    "registeredOn": "2026-06-03T18:33:52.0058537",
                    "emailMarketing": true,
                    "smsMarketing": true,
                    "deleted": true,
                    "deletedUser": "sample string 24",
                    "homeStoreName": "sample string 25",
                    "customerCards": [
                      {
                        "$id": "71",
                        "cardType": 2,
                        "issueDate": "2026-06-03T18:33:52.0058537",
                        "expiry": "2026-06-03T18:33:52.0058537",
                        "customerID": "b+Tn+il/W0eVvAKjcA/xgQ==",
                        "customerIDGuid": "fae7e46f-7f29-475b-95bc-02a3700ff181",
                        "initialValue": 1,
                        "currentValue": 1,
                        "maxLimit": 1,
                        "minTransaction": 1,
                        "maxTransaction": 1,
                        "multiplier": 1.1,
                        "active": true,
                        "reasonInactive": 1,
                        "idRequired": true,
                        "idType": 1,
                        "idValue": "sample string 5",
                        "updated": "2026-06-03T18:33:52.0058537",
                        "linkedAccount": "/aNyz94llUKPCXL1yW5Gvw==",
                        "linkedAccountGuid": "cf72a3fd-25de-4295-8f09-72f5c96e46bf",
                        "currentValueChanged": true,
                        "limitsChanged": true,
                        "customer": {
                          "$ref": "70"
                        },
                        "account": {
                          "$id": "72",
                          "id": 1,
                          "identifier": "8PsiSdPlQk6wUNvLWxWvrg==",
                          "identifierGuid": "4922fbf0-e5d3-4e42-b050-dbcb5b15afae",
                          "referenceNo": "sample string 3",
                          "name": "sample string 4",
                          "created": "2026-06-03T18:33:52.0058537",
                          "owner": "th6SeXUjrkabcLRfpFpLdw==",
                          "ownerGuid": "79921eb6-2375-46ae-9b70-b45fa45a4b77",
                          "accountStoreGroupIdentifier": "Qm5vXF+kBUKn53MLuXSYHQ==",
                          "accountStoreGroupGuid": "5c6f6e42-a45f-4205-a7e7-730bb974981d",
                          "accountType": 1,
                          "currentBalance": 1,
                          "externalID": "sample string 7",
                          "maximumLimit": 1,
                          "accruePoints": true,
                          "loyaltyPoints": 1,
                          "termsOfTrade": 1,
                          "signatureRequired": true,
                          "referenceRequired": true,
                          "statementSendType": 10,
                          "ageingPeriod": 1,
                          "monthlyAgeingPeriod": true,
                          "explodedInvoice": true,
                          "isFifoAllocation": true,
                          "lastStatementSent": "2026-06-03T18:33:52.0058537",
                          "active": true,
                          "updated": "2026-06-03T18:33:52.0058537",
                          "deleted": true,
                          "deletedUser": "sample string 16",
                          "currentBalanceChanged": true,
                          "maximumLimitChanged": true,
                          "loyaltyPointsChanged": true,
                          "projectedBalance": 17,
                          "accountStoreGroupStoreIDs": [
                            1,
                            2
                          ],
                          "customerEmail": "sample string 18",
                          "ownerCustomer": {
                            "$ref": "70"
                          },
                          "card": {
                            "$ref": "71"
                          },
                          "members": {
                            "$id": "73",
                            "sample string 1": [
                              {
                                "$ref": "70"
                              },
                              {
                                "$ref": "70"
                              }
                            ],
                            "sample string 2": [
                              {
                                "$ref": "70"
                              },
                              {
                                "$ref": "70"
                              }
                            ]
                          },
                          "customerGroups": [
                            {
                              "$id": "74",
                              "identifier": "UTpMdhqwKEedhKMQJ0Q8aQ==",
                              "identifierGuid": "764c3a51-b01a-4728-9d84-a31027443c69",
                              "name": "sample string 2",
                              "primaryContact": "jPQJCaFBm0u3Ae89u9FqKw==",
                              "primaryContactGuid": "0909f48c-41a1-4b9b-b701-ef3dbbd16a2b",
                              "accountID": "Oa+C2OjsDEy+PrTNIi/+Tg==",
                              "accountIDGuid": "d882af39-ece8-4c0c-be3e-b4cd222ffe4e",
                              "special": true,
                              "updated": "2026-06-03T18:33:52.0058537",
                              "active": true,
                              "reasonInactive": 1,
                              "priceLevelIdentifier": "gwF9hQV21Ue4OSfNSj0Qmw==",
                              "priceLevelIdentifierGuid": "857d0183-7605-47d5-b839-27cd4a3d109b",
                              "marketingListID": "sample string 7",
                              "deleted": true,
                              "account": {
                                "$ref": "72"
                              },
                              "primaryContactCustomer": {
                                "$ref": "70"
                              },
                              "customerGroupMembers": [
                                {
                                  "$id": "75",
                                  "id": 1,
                                  "groupID": "1YC54sX73kqxpwHD14nHNA==",
                                  "groupIDGuid": "e2b980d5-fbc5-4ade-b1a7-01c3d789c734",
                                  "customerID": "poVhaeqXDk6Vz7cgPZGVhA==",
                                  "customerIDGuid": "696185a6-97ea-4e0e-95cf-b7203d919584",
                                  "card": "sample string 4",
                                  "linkedAccount": "yHPRFRfcYk6wRmJGFzgWFA==",
                                  "linkedAccountGuid": "15d173c8-dc17-4e62-b046-624617381614",
                                  "customer": {
                                    "$ref": "70"
                                  },
                                  "group": {
                                    "$ref": "74"
                                  },
                                  "customerCard": {
                                    "$ref": "71"
                                  }
                                },
                                {
                                  "$ref": "75"
                                }
                              ]
                            },
                            {
                              "$ref": "74"
                            }
                          ]
                        },
                        "payments": [
                          {
                            "$id": "76",
                            "id": 1,
                            "identifier": "f8UaZFvcjkKOUTi6jFuT2A==",
                            "identifierGuid": "641ac57f-dc5b-428e-8e51-38ba8c5b93d8",
                            "storeID": 2,
                            "operatorName": "sample string 3",
                            "saleHeaderID": 4,
                            "paymentType": 5,
                            "amount": 6,
                            "account": "sample string 7",
                            "accountID": "DPWnuXACIkmM+3gNAOAjWQ==",
                            "accountIDGuid": "b9a7f50c-0270-4922-8cfb-780d00e02359",
                            "customerAccount": {
                              "$ref": "72"
                            },
                            "customerCard": {
                              "$ref": "71"
                            },
                            "accountType": 1,
                            "cardName": "sample string 8",
                            "authorisationNumber": "sample string 9",
                            "bankReference": "sample string 10",
                            "merchantID": "sample string 11",
                            "terminalID": "sample string 12",
                            "cardNumber": "sample string 13",
                            "paymentDate": "2026-06-03T18:33:52.0058537",
                            "invRocNo": "sample string 14",
                            "responseCode": "sample string 15",
                            "cashout": 1,
                            "tip": 16,
                            "idempotentVoid": "HIhPE+0q1UO0xZwVYORfaQ==",
                            "idempotentVoidGuid": "134f881c-2aed-43d5-b4c5-9c1560e45f69",
                            "offline": true,
                            "processed": 1,
                            "storeSaleHeader": {
                              "$id": "77",
                              "saleHeaderID": 1,
                              "saleHeaderGuid": "BXg0U3bPK0COTo2cAfD30g==",
                              "saleHeaderIdentifierGuid": "53347805-cf76-402b-8e4e-8d9c01f0f7d2",
                              "created": "2026-06-03T18:33:52.0058537",
                              "createdLocal": "2026-06-03T18:33:52.0058537",
                              "createdText": "sample string 4",
                              "itemCount": 5,
                              "totalAmount": 6,
                              "cashTender": 1,
                              "cardTender": 1,
                              "cheqTender": 1,
                              "acctTender": 1,
                              "voucherTender": 1,
                              "loyaltyPoints": 1,
                              "cashout": 1,
                              "changeAmount": 1,
                              "rounding": 1,
                              "gstAmount": 1,
                              "transactionDiscountTender": 1,
                              "totalTip": 7,
                              "tranType": 1,
                              "processed": 1,
                              "imported": "2026-06-03T18:33:52.0058537",
                              "storeID": 1,
                              "operatorG_Uid": "GDiTAx/Yn024rBLaFlWIlA==",
                              "operatorGuid": "03933818-d81f-4d9f-b8ac-12da16558894",
                              "customerG_Uid": "7oSa/AcpgUmR9y3rRyPPuA==",
                              "customerGuid": "fc9a84ee-2907-4981-91f7-2deb4723cfb8",
                              "communityIdentifier": "0bNHYnj0F0iCD4PNKs22Mw==",
                              "communityIdentifierGuid": "6247b3d1-f478-4817-820f-83cd2acdb633",
                              "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": "VIjOHfpiNU2mfF6fbldTyw==",
                              "priceLevelIdentifierGuid": "1dce8854-62fa-4d35-a67c-5e9f6e5753cb",
                              "locked": 36,
                              "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:33:52.0058537+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": "78",
                                "customerName": "sample string 1",
                                "pickupAt": "2026-06-03T18:33:52.0058537",
                                "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": "37"
                              },
                              "customer": {
                                "$ref": "70"
                              },
                              "communityOrganisation": {
                                "$id": "79",
                                "id": 1,
                                "identifier": "W6S8nFleGUy3ChrW+9Bzgg==",
                                "identifierGuid": "9cbca45b-5e59-4c19-b70a-1ad6fbd07382",
                                "name": "sample string 3",
                                "lookupIdentifier": "sample string 4",
                                "externalID": "sample string 5",
                                "phone": "sample string 6",
                                "fax": "sample string 7",
                                "email": "sample string 8",
                                "address1": "sample string 9",
                                "address2": "sample string 10",
                                "city": "sample string 11",
                                "postCode": "sample string 12",
                                "state": "sample string 13",
                                "country": "sample string 14",
                                "abn": "sample string 15",
                                "promoPeriodStart": "2026-06-03T18:33:52.0058537",
                                "promoPeriodEnd": "2026-06-03T18:33:52.0058537",
                                "allowDonations": true,
                                "logoImageName": "sample string 17",
                                "totalAmountAwarded": 18.1,
                                "updated": "2026-06-03T18:33:52.0058537",
                                "deleted": true
                              },
                              "details": [
                                {
                                  "$id": "80",
                                  "saleItemID": 1,
                                  "identifier": "0NjLhdNkpEeqUFb5DmuGJA==",
                                  "identifierGuid": "85cbd8d0-64d3-47a4-aa50-56f90e6b8624",
                                  "saleHeaderID": 2,
                                  "plu": 1,
                                  "pluG_UId": "joHmkv2bk0+8sVNi29/M8Q==",
                                  "pluGuid": "92e6818e-9bfd-4f93-bcb1-5362dbdfccf1",
                                  "accountID": "HNbY3u0dQkuCrE4Vn/lSfA==",
                                  "accountIDGuid": "ded8d61c-1ded-4b42-82ac-4e159ff9527c",
                                  "normalPrice": 3,
                                  "originalSellingPrice": 4,
                                  "discountPrice": 5,
                                  "unit": 1,
                                  "quantity": 6,
                                  "totalCents": 7,
                                  "fixedPrice": 1,
                                  "tranType": 1,
                                  "discountType": 1,
                                  "cost": 1,
                                  "costDecimals": 8,
                                  "markdown": 1,
                                  "manualQuantity": 1,
                                  "manualPrice": 1,
                                  "manualMode": 1,
                                  "active": 1,
                                  "offline": true,
                                  "barcode": "sample string 9",
                                  "keyedSale": 1,
                                  "discountedID": 1,
                                  "fuelID": 1,
                                  "serialNumber": "sample string 10",
                                  "bestOrExpire": "2026-06-03T18:33:52.0058537",
                                  "bestOrExpireType": 1,
                                  "providerName": "sample string 11",
                                  "refundG_UID": "HCOFrLSEe0SBMfzbslt5Jw==",
                                  "refundGuid": "ac85231c-84b4-447b-8131-fcdbb25b7927",
                                  "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": "+/G/COhARkOmmvArXnMFtA==",
                                  "idempotentVoidGuid": "08bff1fb-40e8-4346-a69a-f02b5e7305b4",
                                  "priceLevelIdentifier": "q2AxmbHB9kOoR59CQpmVSw==",
                                  "priceLevelIdentifierGuid": "993160ab-c1b1-43f6-a847-9f424299954b",
                                  "communityIdentifier": "s1/cfDN/TE+yHOGyqHhiDw==",
                                  "communityIdentifierGuid": "7cdc5fb3-7f33-4f4c-b21c-e1b2a878620f",
                                  "productName": "sample string 23",
                                  "apn": "sample string 24",
                                  "unknownScans": [
                                    {
                                      "$id": "81",
                                      "id": 1,
                                      "saleDetailID": 2,
                                      "storeID": 1,
                                      "scanned": "2026-06-03T18:33:52.0058537",
                                      "operatorG_UID": "QEA=",
                                      "barcode": "sample string 4",
                                      "processed": 1
                                    },
                                    {
                                      "$ref": "81"
                                    }
                                  ],
                                  "refund": {
                                    "$id": "82",
                                    "id": 1,
                                    "g_UID": "9PiWArqOTkCRI/HTPirvYw==",
                                    "guid": "0296f8f4-8eba-404e-9123-f1d33e2aef63",
                                    "description": "sample string 1",
                                    "dumped": true,
                                    "inventoryReasonID": 1,
                                    "sortOrder": 1,
                                    "updated": "2026-06-03T18:33:52.0058537"
                                  },
                                  "modifier": {
                                    "$id": "83",
                                    "id": 1,
                                    "setG_UID": "unE7acHXK0Cb/kedOrVwAg==",
                                    "modifierSetGuid": "693b71ba-d7c1-402b-9bfe-479d3ab57002",
                                    "name": "sample string 2",
                                    "price": 1,
                                    "quantity": 1,
                                    "modifierType": 1,
                                    "groupNumber": 1,
                                    "pageNumber": 1,
                                    "controlOrder": 1,
                                    "printToStation": true,
                                    "pluG_UID": "m1+2AH3tLkqQTJ+4hMhLBQ==",
                                    "pluGuid": "00b65f9b-ed7d-4a2e-904c-9fb884c84b05",
                                    "deleted": true,
                                    "g_UID": "XwFtLNV0PEmNntZ5Qa+GiA==",
                                    "guid": "2c6d015f-74d5-493c-8d9e-d67941af8688",
                                    "product": {
                                      "$ref": "7"
                                    }
                                  },
                                  "priceLevelName": "sample string 25",
                                  "pumpNumber": 1,
                                  "hoseNumber": 1
                                },
                                {
                                  "$ref": "80"
                                }
                              ],
                              "eftReceipts": [
                                {
                                  "$id": "84",
                                  "id": 1,
                                  "storeID": 1,
                                  "saleHeaderID": 2,
                                  "storeSaleHeader": {
                                    "$ref": "77"
                                  },
                                  "receipt": "sample string 3",
                                  "processed": 1
                                },
                                {
                                  "$ref": "84"
                                }
                              ],
                              "payments": [
                                {
                                  "$ref": "76"
                                },
                                {
                                  "$ref": "76"
                                }
                              ],
                              "cards": [
                                {
                                  "$id": "85",
                                  "id": 1,
                                  "saleHeaderID": 1,
                                  "identifier": "sample string 2",
                                  "cardType": 3,
                                  "providerName": "sample string 4"
                                },
                                {
                                  "$ref": "85"
                                }
                              ],
                              "campaignHits": [
                                {
                                  "$id": "86",
                                  "id": 1,
                                  "saleHeaderID": 2,
                                  "campaign": "sample string 3",
                                  "name": "sample string 4",
                                  "processed": 1,
                                  "campaignDescription": "sample string 5"
                                },
                                {
                                  "$ref": "86"
                                }
                              ],
                              "fuel": [
                                {
                                  "$id": "87",
                                  "id": 1,
                                  "plu": 1,
                                  "pluG_UID": "ozxPhxb82UiY91n8hIkLGg==",
                                  "pluGuid": "874f3ca3-fc16-48d9-98f7-59fc84890b1a",
                                  "saleHeaderID": 2,
                                  "totalCents": 3,
                                  "grade": 1,
                                  "gradeDescription": "sample string 4",
                                  "dispenser": 1,
                                  "hose": 1,
                                  "quantity": 1,
                                  "cost": 1,
                                  "acquirerNum": 1,
                                  "attendant": 1,
                                  "ePurseBalance": 1.0,
                                  "cardSignature": "sample string 5",
                                  "compartmentNumber": 1,
                                  "contractNumber": 1,
                                  "discountCardPAN": "sample string 6",
                                  "discountID": 1,
                                  "discountName": "sample string 7",
                                  "discountNetValue": 1.0,
                                  "discountType": 1,
                                  "discountValue": 1.0,
                                  "discretionaryData": "sample string 8",
                                  "driverID": "sample string 9",
                                  "eftBatchNumber": 1,
                                  "eftResponseCode": "sample string 10",
                                  "endDateTime": "2026-06-03T18:33:52.0058537",
                                  "engineHours": 1.1,
                                  "fposNumber": 1,
                                  "loyaltyCardPAN": "sample string 11",
                                  "miscData1": 1,
                                  "miscData2": "sample string 12",
                                  "miscFlags": 1,
                                  "mop": 1,
                                  "odometer": 1,
                                  "panNumber": "sample string 13",
                                  "saleRefund": true,
                                  "saleStatus": 1,
                                  "sequenceNumber": 1,
                                  "stan": 1,
                                  "startDateTime": "2026-06-03T18:33:52.0058537",
                                  "tagNumber": "sample string 15",
                                  "trackTwoRem": "sample string 16",
                                  "transCode": 1,
                                  "transType": 1,
                                  "unitPrice": 1.0,
                                  "vehicleReg": "sample string 17",
                                  "offline": true,
                                  "processed": 1
                                },
                                {
                                  "$ref": "87"
                                }
                              ],
                              "fuelResells": [
                                {
                                  "$id": "88",
                                  "saleItemID": 1,
                                  "saleHeaderID": 2,
                                  "plu": 1,
                                  "pluG_UId": "pROvolf69UyR3gUefEjdbg==",
                                  "pluGuid": "a2af13a5-fa57-4cf5-91de-051e7c48dd6e",
                                  "accountID": "KuPNRED7a0WphPw1iClUJg==",
                                  "accountIDGuid": "44cde32a-fb40-456b-a984-fc3588295426",
                                  "normalPrice": 3,
                                  "originalSellingPrice": 4,
                                  "discountPrice": 5,
                                  "unit": 1,
                                  "quantity": 6,
                                  "totalCents": 7,
                                  "fixedPrice": 1,
                                  "tranType": 1,
                                  "processed": 1,
                                  "discountType": 1,
                                  "cost": 1,
                                  "costDecimals": 1,
                                  "markdown": 1,
                                  "manualQuantity": 1,
                                  "manualPrice": 1,
                                  "manualMode": 1,
                                  "active": 1,
                                  "barcode": "sample string 8",
                                  "offline": 1,
                                  "keyedSale": 1,
                                  "discountedID": 1,
                                  "fuelID": 1,
                                  "serialNumber": "sample string 9",
                                  "bestOrExpire": "2026-06-03T18:33:52.0058537",
                                  "bestOrExpireType": 1,
                                  "refundG_UID": "FHAec09UpEeU2S2yrtvpXA==",
                                  "refundGuid": "731e7014-544f-47a4-94d9-2db2aedbe95c",
                                  "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": "88"
                                }
                              ],
                              "customerOrder": [
                                {
                                  "$id": "89",
                                  "identifier": "ISgfFDzHYU+K727Hnl+06Q==",
                                  "identifierGuid": "141f2821-c73c-4f61-8aef-6ec79e5fb4e9",
                                  "id": 1,
                                  "orderNo": 2,
                                  "externalSaleIdentifier": "sample string 3",
                                  "storeID": 4,
                                  "zoneID": 5,
                                  "deptNo": 6,
                                  "customerIdentifier": "jcH36ScXiEuQgGO4q3oF3Q==",
                                  "customerIdentifierGuid": "e9f7c18d-1727-4b88-9080-63b8ab7a05dd",
                                  "operatorNo": 1,
                                  "operatorG_UID": "Lk5cy32DT0efpxBqp0XUhg==",
                                  "operatorGuid": "cb5c4e2e-837d-474f-9fa7-106aa745d486",
                                  "created": "2026-06-03T18:33:52.0058537",
                                  "ordered": "2026-06-03T18:33:52.0058537",
                                  "started": "2026-06-03T18:33:52.0058537",
                                  "completed": "2026-06-03T18:33:52.0058537",
                                  "supplied": "2026-06-03T18:33:52.0058537",
                                  "quickTicket": 1,
                                  "deleted": true,
                                  "walkAway": true,
                                  "approxWait": 1,
                                  "actualWait": 1,
                                  "deliveryMethod": 8,
                                  "externalSaleType": 9,
                                  "customer": {
                                    "$ref": "70"
                                  },
                                  "operator": {
                                    "$ref": "37"
                                  },
                                  "details": [
                                    {
                                      "$id": "90",
                                      "headerID": 1,
                                      "plu": 1,
                                      "pluG_UId": "dgxbzDZjlk+ndSsmivOAUg==",
                                      "pluGuid": "cc5b0c76-6336-4f96-a775-2b268af38052",
                                      "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": "lDhSLPYN3E+pqm+lNUSZ5g==",
                                      "headerIdentifierGuid": "2c523894-0df6-4fdc-a9aa-6fa5354499e6",
                                      "product": {
                                        "$ref": "7"
                                      }
                                    },
                                    {
                                      "$ref": "90"
                                    }
                                  ],
                                  "storeName": "sample string 11",
                                  "customerName": "sample string 12",
                                  "storeReplyTo": "sample string 13",
                                  "storeSubjectLine": "sample string 14",
                                  "storeSaleHeader": {
                                    "$ref": "77"
                                  }
                                },
                                {
                                  "$ref": "89"
                                }
                              ],
                              "surveyResponses": [
                                {
                                  "$id": "91",
                                  "surveyG_UID": "+claE9AmikSfRg/qrCtceA==",
                                  "surveyGuid": "135ac9f9-26d0-448a-9f46-0feaac2b5c78",
                                  "saleHeaderGuid": "2dZgQsn9l0ysuSvbLt5iNQ==",
                                  "saleGuid": "4260d6d9-fdc9-4c97-acb9-2bdb2ede6235",
                                  "textResponse": "sample string 1",
                                  "integerResponse": 1,
                                  "g_UIDResponse": "aZbCvzNtqkCzJ/F9H4yZ3Q==",
                                  "guidResponse": "bfc29669-6d33-40aa-b327-f17d1f8c99dd",
                                  "whoAnswered": 2,
                                  "answeredAtUTC": "2026-06-03T18:33:52.0058537",
                                  "sale": {
                                    "$ref": "77"
                                  },
                                  "survey": {
                                    "$id": "92",
                                    "g_UID": "dOqw+ymnOEKNN6Q94Jz+mA==",
                                    "guid": "fbb0ea74-a729-4238-8d37-a43de09cfe98",
                                    "name": "sample string 1",
                                    "storeID": 2,
                                    "zoneID": 1,
                                    "checkoutFormG_UID": "iBM2bkgus0W6JIKWjMek5Q==",
                                    "checkoutFormGuid": "6e361388-2e48-45b3-ba24-82968cc7a4e5",
                                    "displayToWho": 3,
                                    "displayWhen": 4,
                                    "start": "2026-06-03T18:33:52.0058537",
                                    "end": "2026-06-03T18:33:52.0058537",
                                    "deleted": true,
                                    "updated": "2026-06-03T18:33:52.0058537",
                                    "possibleIntegerResponses": [
                                      1,
                                      2
                                    ],
                                    "possibleTextResponses": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "possibleGuidResponses": [
                                      "f0116b17-ac8d-4f09-ad76-238f818ae480",
                                      "0cdde572-5fef-475a-adb0-de4bda200f70"
                                    ],
                                    "allowsAllTextResponses": true,
                                    "surveyForm": {
                                      "$ref": "45"
                                    }
                                  },
                                  "ingressId": "sample string 4"
                                },
                                {
                                  "$ref": "91"
                                }
                              ],
                              "storeName": "sample string 39",
                              "terminalNumber": 40,
                              "machineName": "sample string 41",
                              "operatorName": "sample string 42",
                              "direction": 1,
                              "reason": "sample string 43",
                              "accountG_UID": "HiXOSKiUgkuCavQSFbIKvQ==",
                              "accountIdentifier": "48ce251e-94a8-4b82-826a-f41215b20abd",
                              "accountName": "sample string 44",
                              "customerOrderIdentifier": "WikdKriyRESjF1qZHyzL3Q==",
                              "customerOrderIdentifierGuid": "2a1d295a-b2b8-4444-a317-5a991f2ccbdd",
                              "priceLevelName": "sample string 45",
                              "revision": 46,
                              "ingressId": "sample string 47"
                            },
                            "metadata": {
                              "$id": "93",
                              "id": 1,
                              "paymentID": 2,
                              "paymentIdentifier": "jhLaEfM08UCm67SURBsS7Q==",
                              "paymentIdentifierGuid": "11da128e-34f3-40f1-a6eb-b494441b12ed",
                              "identifier": "Zb8+UNlTDkmIERoLYKjIPw==",
                              "identifierGuid": "503ebf65-53d9-490e-8811-1a0b60a8c83f",
                              "metadata": "sample string 3",
                              "signatureImage": "QEA=",
                              "itemIdentifier": "J8xu8BuLu0G9/zD2Ssslqw==",
                              "itemIdentifierGuid": "f06ecc27-8b1b-41bb-bdff-30f64acb25ab"
                            }
                          },
                          {
                            "$ref": "76"
                          }
                        ]
                      },
                      {
                        "$ref": "71"
                      }
                    ],
                    "customerGroupMembers": [
                      {
                        "$ref": "75"
                      },
                      {
                        "$ref": "75"
                      }
                    ],
                    "customerGroups": [
                      {
                        "$ref": "74"
                      },
                      {
                        "$ref": "74"
                      }
                    ],
                    "accounts": [
                      {
                        "$ref": "72"
                      },
                      {
                        "$ref": "72"
                      }
                    ],
                    "account": {
                      "$ref": "72"
                    },
                    "vouchers": [
                      {
                        "$id": "94",
                        "customerIdentifier": "o0ZuN34g9ECDBn+lxlgI9Q==",
                        "customerIdentifierGuid": "376e46a3-207e-40f4-8306-7fa5c65808f5",
                        "voucherName": "sample string 2",
                        "count": 3,
                        "storeID": 4,
                        "barcode": "sample string 5",
                        "redeemCount": 6,
                        "issueCount": 7,
                        "storeSalePaymentID": 1,
                        "idempotentID": "ICPz5NemokeKzK9N3m4CZQ==",
                        "idempotentGuid": "e4f32320-a6d7-47a2-8acc-af4dde6e0265",
                        "offline": true,
                        "voucher": {
                          "$id": "95",
                          "id": 1,
                          "name": "sample string 2",
                          "description": "sample string 3",
                          "shortDescription": "sample string 4",
                          "url": "sample string 5",
                          "barcodeTemplateID": 1,
                          "expiry": 0,
                          "voucherType": 6,
                          "limitPerTransaction": 7,
                          "customerTracking": true,
                          "discountAccount": "sample string 9",
                          "endDate": "2026-06-03T18:33:52.0058537",
                          "barcodeTemplate": {
                            "$id": "96",
                            "templateID": 1,
                            "template": "sample string 1",
                            "bcFunction": "sample string 2",
                            "sortOrder": 3
                          },
                          "scaleLabel": {
                            "$id": "97",
                            "id": 1,
                            "uid": "sample string 2",
                            "name": "sample string 3",
                            "width": 1.1,
                            "height": 1.1,
                            "showBorder": true,
                            "borderWidth": 1.1,
                            "borderStyle": 1,
                            "borderColour": "sample string 5",
                            "updated": "2026-06-03T18:33:52.0058537",
                            "labelPageLayout": "efp93uYIqUil98TZ68/uPg==",
                            "pageLayoutGuid": "de7dfa79-08e6-48a9-a5f7-c4d9ebcfee3e",
                            "labelType": 6,
                            "oldName": "sample string 7",
                            "voucher": {
                              "$ref": "95"
                            },
                            "elements": [
                              {
                                "$id": "98",
                                "id": 1,
                                "scaleLabelID": 2,
                                "showPercentDI": true,
                                "showAvgPerHundred": true,
                                "showAvgPerServe": true,
                                "name": "sample string 6",
                                "x": 1.1,
                                "y": 1.1,
                                "width": 1.1,
                                "height": 1.1,
                                "type": 1,
                                "rotation": 1,
                                "text": "sample string 7",
                                "fontFamily": "sample string 8",
                                "align": 1,
                                "bold": true,
                                "italic": true,
                                "underline": true,
                                "strikeout": true,
                                "reverse": true,
                                "textColour": "sample string 9",
                                "fontSize": 1.1,
                                "picture": "QEA=",
                                "borderWidth": 10,
                                "sortOrder": 11,
                                "printOptions": 12,
                                "superScriptTextFontSize": 1.1,
                                "lineStyle": 1,
                                "spacingStyle": 1,
                                "interCharacterSpacing": 1.1,
                                "superScriptOffset": 1.1,
                                "lineSpacing": 1.1,
                                "dateFormat": "sample string 13",
                                "autoGrow": true,
                                "fontAutoResize": true,
                                "updated": "2026-06-03T18:33:52.0058537"
                              },
                              {
                                "$ref": "98"
                              }
                            ]
                          },
                          "customerVouchers": [
                            {
                              "$id": "99",
                              "id": 1,
                              "customerIdentifier": "Zngp39DsdkmmXKxchv1uLQ==",
                              "customerIdentifierGuid": "df297866-ecd0-4976-a65c-ac5c86fd6e2d",
                              "voucherID": 3,
                              "voucherName": "sample string 4",
                              "storeID": 1,
                              "barcode": "sample string 5",
                              "dateOfIssue": "2026-06-03T18:33:52.0058537",
                              "issuedSaleHeaderID": 1,
                              "issuedSaleIdentifier": "sample string 7",
                              "issuedOfflinePaymentID": 1,
                              "issuedIdempotentID": "7uw1S+UbAEKs1AMfCq5AWQ==",
                              "issuedIdempotentGuid": "4b35ecee-1be5-4200-acd4-031f0aae4059",
                              "issuedOffline": true,
                              "issuedUser": "sample string 9",
                              "issuedNotes": "sample string 10",
                              "expiryDate": "2026-06-03T18:33:52.0058537",
                              "expiredUser": "sample string 11",
                              "expiredNotes": "sample string 12",
                              "redeemed": "2026-06-03T18:33:52.0058537",
                              "redeemedSaleHeaderID": 1,
                              "redeemedSaleIdentifier": "sample string 13",
                              "redeemedOfflinePaymentID": 1,
                              "redeemedIdempotentID": "sDy89p27Gk63ti0Nu4VUFA==",
                              "redeemedIdempotentGuid": "f6bc3cb0-bb9d-4e1a-b7b6-2d0dbb855414",
                              "redeemedUser": "sample string 14",
                              "redeemedNotes": "sample string 15",
                              "redeemedOffline": true,
                              "updated": "2026-06-03T18:33:52.0058537",
                              "storeName": "sample string 17",
                              "scaleLabel": {
                                "$ref": "97"
                              },
                              "voucher": {
                                "$ref": "95"
                              },
                              "customer": {
                                "$ref": "70"
                              },
                              "issuedOfflinePayment": {
                                "$ref": "76"
                              },
                              "redeemedOfflinePayment": {
                                "$ref": "76"
                              }
                            },
                            {
                              "$ref": "99"
                            }
                          ]
                        },
                        "customer": {
                          "$ref": "70"
                        }
                      },
                      {
                        "$ref": "94"
                      }
                    ]
                  }
                },
                {
                  "$ref": "69"
                }
              ],
              "customerGroups": [
                {
                  "$id": "100",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "groupID": "v33DsQDueEivd8iBYZrsAw==",
                  "groupIDGuid": "b1c37dbf-ee00-4878-af77-c881619aec03",
                  "campaign": {
                    "$ref": "66"
                  },
                  "group": {
                    "$ref": "74"
                  }
                },
                {
                  "$ref": "100"
                }
              ],
              "signIqTickets": [
                {
                  "$id": "101",
                  "identifier": "bGqTEGhjUUKkCP3Iihqo+w==",
                  "identifierGuid": "10936a6c-6368-4251-a408-fdc88a1aa8fb",
                  "campaignName": "sample string 2",
                  "message": "sample string 3",
                  "ticketFileSource": "sample string 4",
                  "ticketFileDestination": "sample string 5",
                  "storeID": 1
                },
                {
                  "$ref": "101"
                }
              ],
              "comboPriceGroups": [
                {
                  "$id": "102",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "g_UID": "+PQMuEIfLkCuj8vIo/EvJA==",
                  "guid": "b80cf4f8-1f42-402e-ae8f-cbc8a3f12f24",
                  "description": "sample string 5",
                  "newPrice": 1,
                  "rangeDescription": "sample string 6",
                  "dealDescription": "sample string 7",
                  "labelQuantity": 8,
                  "hostProductCategoryID": 1,
                  "offerID": 1,
                  "dontUpdatePricePlus": true,
                  "campaign": {
                    "$ref": "66"
                  },
                  "comboPricePlus": [
                    {
                      "$id": "103",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "groupG_UID": "apXXLlJUyUKx0fgQ9wC2IA==",
                      "groupGuid": "2ed7956a-5452-42c9-b1d1-f810f700b620",
                      "comboPriceType": 5,
                      "priceType": 5,
                      "pluG_UID": "SHZMnSzN+E6ShPpMNgb5Eg==",
                      "pluGuid": "9d4c7648-cd2c-4ef8-9284-fa4c3606f912",
                      "priceGroupG_UID": "kMOR48oMiUO7pvlyvjpiUQ==",
                      "priceGroupGuid": "e391c390-0cca-4389-bba6-f972be3a6251",
                      "campaignPoolID": "sample string 7",
                      "quantity": 1,
                      "campaign": {
                        "$ref": "66"
                      },
                      "product": {
                        "$ref": "7"
                      },
                      "priceGroup": {
                        "$ref": "30"
                      },
                      "campaignPool": {
                        "$ref": "66"
                      }
                    },
                    {
                      "$ref": "103"
                    }
                  ]
                },
                {
                  "$ref": "102"
                }
              ],
              "priceLevels": [
                {
                  "$id": "104",
                  "id": 1,
                  "priceLevelIdentifier": "pt/vOSKnu0mOT861yvhroQ==",
                  "priceLevelIdentifierGuid": "39efdfa6-a722-49bb-8e4f-ceb5caf86ba1",
                  "campaignName": "sample string 3",
                  "priceLevelName": "sample string 4"
                },
                {
                  "$ref": "104"
                }
              ],
              "promotionType": {
                "$id": "105",
                "identifier": "L8aSZ9CZq0KRlD3FmwSUyg==",
                "identifierGuid": "6792c62f-99d0-42ab-9194-3dc59b0494ca",
                "hostType": 2,
                "code": "sample string 3",
                "description": "sample string 4",
                "isLiquor": true,
                "isAdvertised": true,
                "disableWasSave": true,
                "excludeFromPromoSales": true,
                "labelPageLayoutG_UID": "Ahcg+BkGmEyT9N92Wv7Wug==",
                "labelPageLayoutGuid": "f8201702-0619-4c98-93f4-df765afed6ba",
                "priceLevelIdentifier": "Bzceyoy5ZE6DkFIKmjR22Q==",
                "priceLevelIdentifierGuid": "ca1e3707-b98c-4e64-8390-520a9a3476d9",
                "active": true,
                "updated": "2026-06-03T18:33:52.0058537",
                "hostName": "sample string 11"
              }
            },
            "product": {
              "$ref": "7"
            },
            "dealCost": {
              "$id": "106",
              "headerIdentifier": "BQrNdCfZL0m0MfTdXM6AfQ==",
              "headerIdentifierGuid": "74cd0a05-d927-492f-b431-f4dd5cce807d",
              "identifier": "qt4toyG2v0WlEpBxVj01pA==",
              "identifierGuid": "a32ddeaa-b621-45bf-a512-9071563d35a4",
              "supplierIdentifier": "tpKBGv2h8UWO50X74hVSZg==",
              "supplierGuid": "1a8192b6-a1fd-45f1-8ee7-45fbe2155266",
              "pluG_UID": "0n3G4GUo9kqnhH7RFVJ6gQ==",
              "pluGuid": "e0c67dd2-2865-4af6-a784-7ed115527a81",
              "campaignName": "652f0f0b-99d4-424a-a4f5-719fb3bac6b6",
              "description": "sample string 4",
              "cost": 5,
              "costDecimals": 6,
              "start": "2026-06-03T18:33:52.0058537",
              "end": "2026-06-03T18:33:52.0058537",
              "type": 9,
              "promoType": 10,
              "bonusItemPLUG_UID": "k54sh2wgW0O4AMwdPRmjlw==",
              "bonusItemPluGuid": "872c9e93-206c-435b-b800-cc1d3d19a397",
              "bonusPurchaseUnits": 11,
              "bonusReceiveUnits": 12,
              "updated": "2026-06-03T18:33:52.0058537",
              "metcashPromotionID": "sample string 14",
              "fromHost": 15,
              "storeNames": "sample string 16",
              "storeIDs": [
                1,
                2
              ],
              "supplierName": "sample string 17",
              "campaignDescription": "sample string 18",
              "newPrice": 1,
              "campaignMetcashPromotionID": "sample string 19",
              "campaignActive": true,
              "campaignStartDate": "2026-06-03T18:33:52.0058537",
              "campaignEndDate": "2026-06-03T18:33:52.0058537",
              "masterPLUG_UID": "eRSTa1quQ0aIct/qVhmaTA==",
              "masterID": "6b931479-ae5a-4643-8872-dfea56199a4c",
              "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": "JNiDIAuJUkKz7SmXbG1yWQ==",
              "bonusMasterID": "2083d824-890b-4252-b3ed-29976c6d7259",
              "bonusProductName": "sample string 34",
              "bonusProductAPN": "sample string 35",
              "bonusOrderCode": "sample string 36",
              "bonusNormalSell": 37,
              "bonusNormalCost": 38,
              "bonusNormalCostDecimals": 39,
              "bonusCartonQuantity": 40,
              "bonusSalesMode": 41,
              "bonusOrderPacked": 42,
              "bonusFuelItem": true,
              "bonusActive": true
            }
          },
          "currentCostStart": "2026-06-03T18:33:52.0058537",
          "dealCosts": [
            {
              "$ref": "106"
            },
            {
              "$ref": "106"
            }
          ],
          "tags": [
            {
              "$id": "107",
              "pluG_UID": "YjxWAp9jMUiV4EvqmfsVfw==",
              "pluGuid": "02563c62-639f-4831-95e0-4bea99fb157f",
              "tagID": 1,
              "description": "sample string 1",
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "107"
            }
          ],
          "alternateProductG_UID": "bbdsJN6ELUuIppCL/VzzAQ==",
          "alternateProduct": "246cb76d-84de-4b2d-88a6-908bfd5cf301",
          "altProduct": {
            "$ref": "7"
          },
          "productHostCode": {
            "$id": "108",
            "id": 1,
            "pluG_UID": "B2ykJUXHlkKgpWP8Xr+9pw==",
            "pluGuid": "25a46c07-c745-4296-a0a5-63fc5ebfbda7",
            "ibaCode": "sample string 2"
          },
          "mscCat": {
            "$ref": "60"
          },
          "mscCom": {
            "$ref": "61"
          },
          "mscDep": {
            "$ref": "63"
          },
          "mscSubCom": {
            "$ref": "62"
          },
          "isUserUpdate": true,
          "ignoreMasterProduct": true,
          "priceGroupLabelRequested": true,
          "firstSold": "2026-06-03T18:33:52.0058537",
          "inventoryTracked": "2026-06-03T18:33:52.0058537",
          "isNormalPriceChangesCampaign": true,
          "baseProductFuel": {
            "$id": "109",
            "pluG_UID": "Ew2OuHcgf0KL5CL989+wDg==",
            "pluGuid": "b88e0d13-2077-427f-8be4-22fdf3dfb00e",
            "fuelPluG_UID": "uCy6Vu2UM0K7iEvcL4CvPg==",
            "fuelPluGuid": "56ba2cb8-94ed-4233-bb88-4bdc2f80af3e",
            "price": 3,
            "productDescription": "sample string 4",
            "productBarcode": "sample string 5",
            "fuelProductDescription": "sample string 6",
            "fuelProductBarcode": "sample string 7",
            "fuelProductPrice": 8
          },
          "productFuelLinks": [
            {
              "$ref": "109"
            },
            {
              "$ref": "109"
            }
          ]
        },
        "supplier": {
          "$ref": "2"
        },
        "serviceFee": {
          "$id": "110",
          "id": 1,
          "description": "sample string 1",
          "fee": 1
        },
        "isPrimaryHost": true,
        "hostVendor": 48
      },
      {
        "$ref": "5"
      }
    ],
    "orderCycleHeaders": [
      {
        "$id": "111",
        "storeID": 1,
        "supplierIdentifier": "/coGWJy3lUisVByJhizxyQ==",
        "supplierGuid": "5806cafd-b79c-4895-ac54-1c89862cf1c9",
        "departmentCode": "sample string 2",
        "warehouseDirectIndicator": "sample string 3",
        "type": 4,
        "storeName": "sample string 5",
        "departmentName": "sample string 6",
        "orderDays": 7
      },
      {
        "$ref": "111"
      }
    ],
    "cycles": [
      {
        "$id": "112",
        "storeID": 1,
        "supplierIdentifier": "RL4fsMjQA0iTtz9I6Qvj/g==",
        "supplierGuid": "b01fbe44-d0c8-4803-93b7-3f48e90be3fe",
        "departmentCode": "sample string 2",
        "warehouseDirectIndicator": "sample string 3",
        "type": 4,
        "cutOffWeek": 5,
        "cutOffDay": 6,
        "cutOffTime": "00:00:00.1234567",
        "leadTime": 7,
        "daysBuffer": 8,
        "supplierName": "sample string 9",
        "cutOffDate": "2026-06-03T18:33:52.0058537",
        "deliveryDate": "2026-06-03T18:33:52.0058537",
        "nextCutOffDate": "2026-06-03T18:33:52.0058537",
        "nextDeliveryDate": "2026-06-03T18:33:52.0058537",
        "nextDaysBuffer": 10
      },
      {
        "$ref": "112"
      }
    ],
    "store": {
      "$ref": "8"
    },
    "updated": "2026-06-03T18:33:52.0058537",
    "isHost": true
  },
  "inventoryUnits": [
    {
      "$id": "113",
      "invoiceItemNo": 1,
      "inventoryInvoiceGuid": "YxCk1z1bJ0Kk0AGlQBDNgQ==",
      "invoiceIdentifier": "d7a41063-5b3d-4227-a4d0-01a54010cd81",
      "inventoryGuid": "7w+EmUSYhE6+JLIqy27zTw==",
      "inventoryIdentifier": "99840fef-9844-4e84-be24-b22acb6ef34f",
      "serialNumber": "sample string 3",
      "sold": "2026-06-03T18:33:52.0058537",
      "saleItemID": 1,
      "storeID": 1,
      "returned": "2026-06-03T18:33:52.0058537",
      "dumped": 1,
      "saleHeaderID": 1
    },
    {
      "$ref": "113"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.