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

Load an invoice

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Invoice identifier

globally unique identifier

Required

relations

Indicates whether relations models are also loaded

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Matching Invoice Header model

InvoiceHeader
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

StoreID

integer

None.

TradingPartner

InvoiceTradingPartner

None.

SupplierIdentifier

Collection of byte

None.

SupplierIdentifierGuid

globally unique identifier

None.

Xfer

True if stock transfer

boolean

None.

SourceStore

string

None.

SourceCode

string

None.

SourceAbn

string

None.

TargetCode

string

None.

TargetState

string

None.

WhouseRef

string

None.

StateSource

string

None.

Status

InvoiceStatus

None.

FileID

string

String length: inclusive between 0 and 255

Created

Time invoice was created

date

None.

CreatedByUser

User who created in invoice

string

None.

Updated

date

None.

TransType

InvoiceType

None.

TransDateTime

date

None.

InvoiceNo

Invoice number

string

None.

InvoiceText

string

String length: inclusive between 0 and 40

AdjustmentNo

integer

None.

InvoiceDate

date

None.

ClaimNo

integer

None.

CountReceivedReset

Invoice received counts have been reset

boolean

None.

AccountingExported

Invoice has been exported by accounting services

boolean

None.

OrderReceived

The order has already received the inventory

boolean

None.

OrderGuid

Collection of byte

None.

OrderIdentifier

Order identifier of the order attached to this invoice

globally unique identifier

None.

OrderNo

Order number in emc system

integer

None.

OrderText

string

None.

SupplierNotes

string

None.

DefaultStockReceiveDocumentId

integer

None.

ReceiptEmailSent

boolean

None.

ReceiptEmailSentId

string

String length: inclusive between 0 and 100

ReceiptEmailSentStatus

string

String length: inclusive between 0 and 20

CustomerCd

string

None.

StoreName

string

None.

Street

string

None.

Suburb

string

None.

PostCd

string

None.

DebtorCd

string

None.

LiquorLicense

string

None.

Bond

string

None.

Url

string

None.

Completed

Time invoice was completed

date

None.

Received

Time invoice was received into system

date

None.

InvoiceSubTotal

Invoice total excluding fees

decimal number

None.

ItemTotalCost

decimal number

None.

AdminFee

decimal number

None.

FinanceFee

decimal number

None.

InvoiceTotal

decimal number

None.

Weight

decimal number

None.

SalesTax

decimal number

None.

TobaccoTax

decimal number

None.

ShrinkWrap

decimal number

None.

GstTotal

decimal number

None.

Margin

decimal number

None.

DeliveryFee

Invoiced delivery fee, gst inclusive, exported to accounting services

decimal number

None.

TransportFee

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

decimal number

None.

ServiceFee

decimal number

None.

GstOnService

decimal number

None.

GstOnDelivery

decimal number

None.

GstOnShrinkWrap

decimal number

None.

WetTotal

decimal number

None.

GstApplicable

decimal number

None.

GstExempt

decimal number

None.

SupplierMatchRequired

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

boolean

None.

Temperature

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

decimal number

None.

TemperatureScale

Temperature scale that temperature is recorded in

TemperatureScale

None.

Rating

Quality rating of the order

integer

None.

CompleteInvoiceInventory

Complete invoice setting used during invoice complete

UpdateInventory

None.

WineLitres

decimal number

None.

WineValue

decimal number

None.

SpiritLitres

decimal number

None.

SpiritValue

decimal number

None.

BeerLitres

decimal number

None.

BeerValue

decimal number

None.

MidBeerLitres

decimal number

None.

MidBeerValue

decimal number

None.

LowBeerLitres

decimal number

None.

LowBeerValue

decimal number

None.

LowWineLitres

decimal number

None.

LowWineValue

decimal number

None.

Deleted

boolean

None.

SupplierName

string

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

InvoiceSuffix

string

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

CostVariance

decimal number

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

Store

Store

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

Supplier

Supplier

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

Order

OrderHeader

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

Details

Collection of InvoiceDetail

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

OrderStatus

integer

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

ProcessLockedInvoice

option to process the locked invoice

boolean

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

Response Formats

application/json, text/json

Sample:
{
  "identifier": "erO24cW0wUGoSP8PUJ7qOg==",
  "identifierGuid": "e1b6b37a-b4c5-41c1-a848-ff0f509eea3a",
  "storeID": 2,
  "tradingPartner": 0,
  "supplierIdentifier": "gHoWZ+ZmM0ivfPNOoRINlQ==",
  "supplierIdentifierGuid": "67167a80-66e6-4833-af7c-f34ea1120d95",
  "xfer": true,
  "sourceStore": "sample string 3",
  "sourceCode": "sample string 4",
  "sourceAbn": "sample string 5",
  "targetCode": "sample string 6",
  "targetState": "sample string 7",
  "whouseRef": "sample string 8",
  "stateSource": "sample string 9",
  "status": 10,
  "fileID": "sample string 11",
  "created": "2026-06-03T18:31:44.4815287",
  "createdByUser": "sample string 12",
  "updated": "2026-06-03T18:31:44.4815287",
  "transType": 0,
  "transDateTime": "2026-06-03T18:31:44.4815287",
  "invoiceNo": "sample string 13",
  "invoiceText": "sample string 14",
  "adjustmentNo": 1,
  "invoiceDate": "2026-06-03T18:31:44.4815287",
  "claimNo": 1,
  "countReceivedReset": true,
  "accountingExported": true,
  "orderReceived": true,
  "orderGuid": "EZXX3o0Z7E6mjagN2ZUUDQ==",
  "orderIdentifier": "ded79511-198d-4eec-a68d-a80dd995140d",
  "orderNo": 1,
  "orderText": "sample string 18",
  "supplierNotes": "sample string 19",
  "defaultStockReceiveDocumentId": 1,
  "receiptEmailSent": true,
  "receiptEmailSentId": "sample string 21",
  "receiptEmailSentStatus": "sample string 22",
  "customerCd": "sample string 23",
  "storeName": "sample string 24",
  "street": "sample string 25",
  "suburb": "sample string 26",
  "postCd": "sample string 27",
  "debtorCd": "sample string 28",
  "liquorLicense": "sample string 29",
  "bond": "sample string 30",
  "url": "sample string 31",
  "completed": "2026-06-03T18:31:44.4815287",
  "received": "2026-06-03T18:31:44.4815287",
  "invoiceSubTotal": 1.0,
  "itemTotalCost": 1.0,
  "adminFee": 1.0,
  "financeFee": 1.0,
  "invoiceTotal": 1.0,
  "weight": 1.0,
  "salesTax": 1.0,
  "tobaccoTax": 1.0,
  "shrinkWrap": 32.0,
  "gstTotal": 1.0,
  "margin": 1.0,
  "deliveryFee": 1.0,
  "transportFee": 33.0,
  "serviceFee": 1.0,
  "gstOnService": 1.0,
  "gstOnDelivery": 1.0,
  "gstOnShrinkWrap": 1.0,
  "wetTotal": 1.0,
  "gstApplicable": 1.0,
  "gstExempt": 1.0,
  "supplierMatchRequired": true,
  "temperature": 1.1,
  "temperatureScale": 35,
  "rating": 36,
  "completeInvoiceInventory": 37,
  "wineLitres": 1.0,
  "wineValue": 1.0,
  "spiritLitres": 1.0,
  "spiritValue": 1.0,
  "beerLitres": 1.0,
  "beerValue": 1.0,
  "midBeerLitres": 1.0,
  "midBeerValue": 1.0,
  "lowBeerLitres": 1.0,
  "lowBeerValue": 1.0,
  "lowWineLitres": 1.0,
  "lowWineValue": 1.0,
  "deleted": true,
  "supplierName": "sample string 39",
  "invoiceSuffix": "sample string 40",
  "costVariance": 1.0,
  "store": {
    "$id": "2",
    "id": 1,
    "isMaster": true,
    "isElectedMaster": true,
    "electedMasterStoreID": 1,
    "isZoneMaster": true,
    "shortName": "sample string 3",
    "url": "sample string 4",
    "sortOrder": 1,
    "name": "sample string 5",
    "phone": "sample string 6",
    "fax": "sample string 7",
    "email": "sample string 8",
    "address1": "sample string 9",
    "address2": "sample string 10",
    "city": "sample string 11",
    "state": "sample string 12",
    "country": "sample string 13",
    "postCode": "sample string 14",
    "delivery": 1,
    "exportAccounts": 1,
    "salesAccountFolder": "sample string 15",
    "purchaseAccountFolder": "sample string 16",
    "initLoad": 1,
    "initIDs": 1,
    "zoneID": 1,
    "actAsMaster": 1,
    "lastActiveUtc": "2026-06-03T18:31:44.4815287",
    "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": "0PL4FZgfoEOPdWqC58lJOw==",
    "hostIdentifierGuid": "15f8f2d0-1f98-43a0-8f75-6a82e7c9493b",
    "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:31:44.4815287",
    "priceZone": {
      "$id": "3",
      "id": 1,
      "name": "sample string 2",
      "hostIdentifier": "Xf005Gvd5Euh2nJ6av9UjA==",
      "hostIdentifierGuid": "e434fd5d-dd6b-4be4-a1da-727a6aff548c",
      "sortOrder": 3,
      "zoneMasterStoreID": 1,
      "electedMasterStoreID": 1,
      "containsElectedMasterStore": true
    },
    "priceZoneName": "sample string 51",
    "storeFuelConfigured": true,
    "shippingAddressCopied": true,
    "shippingAddress": {
      "$id": "4",
      "storeID": 1,
      "addressType": 1,
      "address1": "sample string 1",
      "address2": "sample string 2",
      "city": "sample string 3",
      "state": "sample string 4",
      "country": "sample string 5",
      "postCode": "sample string 6"
    },
    "billingAddressCopied": true,
    "billingAddress": {
      "$ref": "4"
    },
    "warehouseStore": {
      "$id": "5",
      "storeID": 1,
      "warehouseStoreID": 2,
      "storeName": "sample string 3",
      "warehouseName": "sample string 4"
    },
    "hostStoreSettings": [
      {
        "$id": "6",
        "id": 1,
        "hostIdentifier": "KTlqDUdsKE25IvWc5TpLVA==",
        "hostIdentifierGuid": "0d6a3929-6c47-4d28-b922-f59ce53a4b54",
        "storeID": 2,
        "username": "sample string 3",
        "password": "sample string 4",
        "passwordPlain": "sample string 5",
        "serverAddress": "sample string 6",
        "serverPort": 1,
        "excludeFromLeadInOut": true,
        "useForHostFile": true,
        "metcashPillarID": "sample string 9",
        "metcashStateCode": "sample string 10",
        "metcashCustomerID": "sample string 11",
        "metcashTradingPartnerID": "sample string 12",
        "drakesCustomerNumber": 1,
        "sparCustomerNumber": "sample string 13",
        "sparOrderUsername": "sample string 14",
        "sparOrderPassword": "sample string 15",
        "sparOrderPasswordPlain": "sample string 16",
        "pharmXSiteID": 1,
        "ibaZoneID": 1,
        "ibaState": "sample string 17",
        "foodlandStoreCode": "sample string 18",
        "ilgMemberNumber": "sample string 19",
        "ilgOutletLocation": 1,
        "ilgBaseCost": 1,
        "ilgApplyNonAdvertisedPromos": true,
        "ilgExemptFromFreight": true,
        "ilgOrderDealReview": true,
        "ilgFinanceFee": 1,
        "secondPassword": "sample string 23",
        "secondPasswordPlain": "sample string 24",
        "secondServerAddress": "sample string 25",
        "processPromotions": true,
        "hostProvider": 0,
        "host": {
          "$id": "7",
          "identifier": "izSeiaQJ6E2g/58vVqZsfw==",
          "identifierGuid": "899e348b-09a4-4de8-a0ff-9f2f56a66c7f",
          "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": "buV1gy/xm0S6ZU/ZlM2yDg==",
          "hostSupplierIdentifierGuid": "8375e56e-f12f-449b-ba65-4fd994cdb20e",
          "loyaltyPriceLevelIdentifier": "4B/pDnmKwUCNiIB85trt7w==",
          "loyaltyPriceLevelIdentifierGuid": "0ee91fe0-8a79-40c1-8d88-807ce6daedef",
          "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:31:44.4815287",
          "lastProcessed": "2026-06-03T18:31:44.4815287",
          "hold": true,
          "supplierName": "sample string 35",
          "supplier": {
            "$id": "8",
            "identifier": "FppeLmD+GU+MWf7ndURRXQ==",
            "identifierGuid": "2e5e9a16-fe60-4f19-8c59-fee77544515d",
            "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": "cezhyigT5kOSbUDYXsUXng==",
            "primaryContactID": "cae1ec71-1328-43e6-926d-40d85ec5179e",
            "storeID": 1,
            "abn": "sample string 16",
            "supplierGroupIdentifier": "DDPP6wFHyEO++5GvX7gBvQ==",
            "supplierGroupGuid": "ebcf330c-4701-43c8-befb-91af5fb801bd",
            "rebate": 1.0,
            "rebateType": 1,
            "rebateFrequency": 1,
            "rebateSource": 1,
            "rebateLastClaimed": "2026-06-03T18:31:44.4815287",
            "rebateLastClaimedAmount": 1.0,
            "cartonsOnly": true,
            "minimumOrderValue": 1,
            "enforceMinimumQuantity": true,
            "freight": 19.0,
            "freightType": 20,
            "deleted": true,
            "deletedUser": "sample string 22",
            "storeName": "sample string 23",
            "primaryContact": {
              "$id": "9",
              "id": "59ae168c-cd23-42ce-8484-5ef6fbcb4ad9",
              "identifier": "wU2FTXeWEESAYTBIMiQ4QQ==",
              "identifierGuid": "4d854dc1-9677-4410-8061-304832243841",
              "familyName": "sample string 1",
              "givenNames": "sample string 2",
              "otherNames": "sample string 3",
              "title": "sample string 4",
              "dateOfBirth": "sample string 5",
              "sex": "sample string 6",
              "address": "sample string 7",
              "address1": "sample string 8",
              "address2": "sample string 9",
              "town": "sample string 10",
              "state": "sample string 11",
              "country": "sample string 12",
              "postalCode": "sample string 13",
              "telephone": "sample string 14",
              "mobile": "sample string 15",
              "email": "sample string 16",
              "fax": "sample string 17",
              "primary": true
            },
            "contacts": [
              {
                "$id": "10",
                "supplierIdentifier": "RYlNX4TBNk6fHx3wxNCerw==",
                "supplierIdentifierGuid": "5f4d8945-c184-4e36-9f1f-1df0c4d09eaf",
                "contactGuid": "ZEclxQ2yrEC0HOmJ+/EqGQ==",
                "contactID": "c5254764-b20d-40ac-b41c-e989fbf12a19",
                "contact": {
                  "$ref": "9"
                },
                "supplier": {
                  "$ref": "8"
                }
              },
              {
                "$ref": "10"
              }
            ],
            "products": [
              {
                "$id": "11",
                "pluG_UID": "wcHNZnba1k2yLrIfvwLD1Q==",
                "pluGuid": "66cdc1c1-da76-4dd6-b22e-b21fbf02c3d5",
                "supplierIdentifier": "QEkphNPKYEaAbjN8ucTI/g==",
                "supplierIdentifierGuid": "84294940-cad3-4660-806e-337cb9c4c8fe",
                "cartonQuantity": 1,
                "cartonQuantityChanged": true,
                "productSize": "sample string 3",
                "cigarettesPerSleeve": 1,
                "randomWeight": true,
                "piecesPerUnit": 5,
                "averagePackSize": 6,
                "effectiveDate": "2026-06-03T18:31:44.4815287",
                "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:31:44.4815287",
                "rebate": 1.0,
                "rebateExclude": true,
                "invoiceCodes": [
                  {
                    "$id": "12",
                    "pluG_UID": "myez8nVhfUqk8ji+2d9+Pw==",
                    "pluGuid": "f2b3279b-6175-4a7d-a4f2-38bed9df7e3f",
                    "supplierIdentifier": "nsAvvu0rR028u9pPpH/Xmg==",
                    "supplierIdentifierGuid": "be2fc09e-2bed-4d47-bcbb-da4fa47fd79a",
                    "invoiceCode": "sample string 1",
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "12"
                  }
                ],
                "storeIDs": [
                  1,
                  2
                ],
                "preferredSupplier": true,
                "preferredRebateSupplier": true,
                "supplierName": "sample string 42",
                "salesMode": 43,
                "orderPacked": true,
                "active": true,
                "price": 1,
                "costGstPercent": 45,
                "parentPluG_UID": "pTQgV8RfK0aLhQsLE6eQkw==",
                "parentPluGuid": "572034a5-5fc4-462b-8b85-0b0b13a79093",
                "freight": 46.0,
                "freightType": 1,
                "product": {
                  "$id": "13",
                  "plu": 1,
                  "storeID": 1,
                  "masterPluG_UID": "QEA=",
                  "storeIDs": [
                    1,
                    2
                  ],
                  "g_UId": "+tkUcCQsAUyBtfwLJ1FvSA==",
                  "guid": "7014d9fa-2c24-4c01-81b5-fc0b27516f48",
                  "apn": "sample string 1",
                  "apnChanged": true,
                  "apnSwitched": true,
                  "barcode": "sample string 4",
                  "itemNumber": "sample string 5",
                  "itemNumberChanged": true,
                  "priceGroupG_UID": "DSjnA8UTTUmSb3nwWykMDw==",
                  "priceGroupGuid": "03e7280d-13c5-494d-926f-79f05b290c0f",
                  "blueprintID": 1,
                  "lastCountedDate": "2026-06-03T18:31:44.4815287",
                  "externalID": "sample string 7",
                  "active": true,
                  "activated": "2026-06-03T18:31:44.4815287",
                  "pluCreated": "2026-06-03T18:31:44.4815287",
                  "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:31:44.4815287",
                  "lastManualUpdate": "2026-06-03T18:31:44.4815287",
                  "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:31:44.4815287",
                  "currentCostUpdated": "2026-06-03T18:31:44.4815287",
                  "costDecimals": 31,
                  "costChanged": true,
                  "dealCostIdentifier": "QEA=",
                  "excludeFromRebate": true,
                  "rebateOverride": 1,
                  "costCalcMethod": 32,
                  "costCalcMethodChanged": true,
                  "costEffectiveDate": "2026-06-03T18:31:44.4815287",
                  "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:31:44.4971429",
                  "posTare": 1,
                  "altPrice": 1.0,
                  "altPriceChanged": true,
                  "altPriceMode": 53,
                  "altPriceModeChanged": true,
                  "altPLUG_UID": "FpVt8xcxeUCGUNjuNOCx7Q==",
                  "altPLUGuid": "f36d9516-3117-4079-8650-d8ee34e0b1ed",
                  "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:31:44.4971429",
                  "labelLastPrice": 1,
                  "shelfPageLayoutG_UID": "KNcuzqkyxEe/WkzgStCDkQ==",
                  "shelfPageLayoutGuid": "ce2ed728-32a9-47c4-bf5a-4ce04ad08391",
                  "talkerPageLayoutG_UID": "RXaqZSCJbkCX1PuyF+0D4Q==",
                  "talkerPageLayoutGuid": "65aa7645-8920-406e-97d4-fbb217ed03e1",
                  "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": "uPCSGYrsn0GTXmCfRDDsdQ==",
                  "inventoryIdentifier": "1992f0b8-ec8a-419f-935e-609f4430ec75",
                  "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": "gGDQqt2X4EiAtUhLnKwm3g==",
                  "parentPluGuid": "aad06080-97dd-48e0-80b5-484b9cac26de",
                  "preferredHostVendor": 105,
                  "preferredHostChanged": true,
                  "code": "sample string 107",
                  "supplierIdentifier": "Q/4k960iZ060t8ju56xPow==",
                  "supplierIdentifierGuid": "f724fe43-22ad-4e67-b4b7-c8eee7ac4fa3",
                  "supplierChanged": true,
                  "rebateSupplierIdentifier": "r50sSHNYo0mh/lQxP7iQ5Q==",
                  "rebateSupplierIdentifierGuid": "482c9daf-5873-49a3-a1fe-54313fb890e5",
                  "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:31:44.4971429",
                  "commodity": "sample string 122",
                  "businessPillar": "sample string 123",
                  "mscCommodity": "sample string 124",
                  "hostIdentifier": "R7pM2bsf+UmVH6/MFiN2dA==",
                  "hostIdentifierGuid": "d94cba47-1fbb-49f9-951f-afcc16237674",
                  "serviceFeeID": 1,
                  "serviceFeeIDChanged": true,
                  "providerName": "sample string 126",
                  "aisleEnds": "sample string 127",
                  "deleted": true,
                  "deletedChanged": true,
                  "hidden": true,
                  "doNotRange": true,
                  "doNotRangeChanged": true,
                  "doNotOrder": true,
                  "doNotOrderChanged": true,
                  "locked": true,
                  "excludeFromWebUpdate": true,
                  "excludeFromWebUpdateChanged": true,
                  "webPriceBasedOn": 138,
                  "webPriceRounding": true,
                  "webMarkup": 140,
                  "webPriceMode": 141,
                  "altDepartmentID": 1,
                  "altSubDepartmentID": 1,
                  "altMinorDepartmentID": 1,
                  "altLesserDepartmentID": 1,
                  "altDeptCode": "sample string 142",
                  "altSubDeptCode": "sample string 143",
                  "altMinorDeptCode": "sample string 144",
                  "altLesserDeptCode": "sample string 145",
                  "altDepartmentChanged": true,
                  "storeProducts": [
                    {
                      "$ref": "13"
                    },
                    {
                      "$ref": "13"
                    }
                  ],
                  "store": {
                    "$ref": "2"
                  },
                  "storePrices": [
                    {
                      "$id": "14",
                      "pluG_UID": "tO+nIWsvm0i2SKJEcRdfAg==",
                      "pluGuid": "21a7efb4-2f6b-489b-b648-a24471175f02",
                      "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:31:44.4971429"
                    },
                    {
                      "$ref": "14"
                    }
                  ],
                  "currentPrices": {
                    "$id": "15",
                    "pluPrices": {
                      "$id": "16",
                      "plu": 1,
                      "pluG_UID": "QEA=",
                      "stores": [
                        1,
                        2
                      ],
                      "normalPrice": 1,
                      "cost": 2,
                      "break1": 3,
                      "price1": 4,
                      "break2": 5,
                      "price2": 6,
                      "break3": 7,
                      "price3": 8,
                      "discountPrice": 9,
                      "memberDiscountPrice": 10,
                      "acceptedUtc": "2026-06-03T18:31:44.4971429",
                      "priceChangeType": 0,
                      "costDecimals": 11,
                      "costCalcMethod": 12,
                      "targetCampaignPriceGtOrEquNormal": true
                    },
                    "normalPluPrices": {
                      "$ref": "16"
                    },
                    "winningCampaign": 1,
                    "winner": {
                      "$id": "17",
                      "campaignName": "sample string 1",
                      "campaignDescription": "sample string 2",
                      "talkerText": "sample string 3",
                      "disableWasSave": true,
                      "startDate": "2026-06-03T18:31:44.4971429",
                      "startTime": 5,
                      "endDate": "2026-06-03T18:31:44.4971429",
                      "endTime": 6,
                      "newPrice": 7,
                      "newCost": 8,
                      "newCostDecimals": 9,
                      "pctDiscount": 10,
                      "promoType": 1,
                      "promotionTypeCode": "sample string 11",
                      "hostType": 12,
                      "hostIdentifier": "hKBSlMFJsESY+99yRkKZtw==",
                      "hostIdentifierGuid": "9452a084-49c1-44b0-98fb-df72464299b7",
                      "storeNames": [
                        "sample string 1",
                        "sample string 2"
                      ]
                    },
                    "details": [
                      {
                        "$ref": "17"
                      },
                      {
                        "$ref": "17"
                      }
                    ]
                  },
                  "tray": {
                    "$id": "18",
                    "g_UId": "hiWwoRoZRk6MHCIUm7PuDA==",
                    "guid": "a1b02586-191a-4e46-8c1c-22149bb3ee0c",
                    "name": "sample string 1",
                    "number": 1,
                    "tare": 1
                  },
                  "priceGroup": {
                    "$id": "19",
                    "priceGroupG_UID": "5R8H6robskyfo431+Ynwrg==",
                    "priceGroupGuid": "ea071fe5-1bba-4cb2-9fa3-8df5f989f0ae",
                    "name": "sample string 2",
                    "code": 1,
                    "modified": true,
                    "updated": "2026-06-03T18:31:44.4971429",
                    "buyingLimit": 1,
                    "buyingLimitIndependent": true,
                    "buyingLimitType": 0,
                    "number": 1,
                    "products": [
                      {
                        "$ref": "13"
                      },
                      {
                        "$ref": "13"
                      }
                    ],
                    "productCount": 1
                  },
                  "priceGroupName": "sample string 147",
                  "nutrifacts": {
                    "$id": "20",
                    "pluG_UID": "XQt8GAixmEOzvhsyY4hscA==",
                    "pluGuid": "187c0b5d-b108-4398-b3be-1b3263886c70",
                    "plu": 1,
                    "servingsPerPack": 1,
                    "servingSize": 1,
                    "showAllergens": 1,
                    "energy": 1,
                    "protein": 1,
                    "fat": 1,
                    "saturated": 1,
                    "carbo": 1,
                    "sugars": 1,
                    "sodium": 1,
                    "potasium": 1,
                    "calcium": 1,
                    "fibre": 1,
                    "soya": 1,
                    "nutsSeeds": 1,
                    "shells": 1,
                    "eggs": 1,
                    "dairy": 1,
                    "gluten": 1,
                    "sulphites": 1,
                    "peanuts": 1,
                    "sesame": 1,
                    "fish": 1,
                    "lupins": 1
                  },
                  "dates": {
                    "$id": "21",
                    "pluGuid": "20e0e5b9-b620-4828-a925-8b2ce2ec74f9",
                    "created": "2026-06-03T18:31:44.4971429",
                    "createdByUser": "sample string 1",
                    "activated": "2026-06-03T18:31:44.4971429",
                    "activatedByUser": "sample string 2",
                    "deactivated": "2026-06-03T18:31:44.4971429",
                    "deactivatedByUser": "sample string 3",
                    "lastOrdered": "2026-06-03T18:31:44.4971429",
                    "lastOrderedQty": 4.0,
                    "lastReceived": "2026-06-03T18:31:44.4971429",
                    "lastReceivedQty": 5.0,
                    "lastInvoiceStatus": 1,
                    "lastCounted": "2026-06-03T18:31:44.4971429",
                    "lastSold": "2026-06-03T18:31:44.4971429",
                    "firstSold": "2026-06-03T18:31:44.4971429",
                    "awsUpdated": "2026-06-03T18:31:44.4971429",
                    "lastManualUpdate": "2026-06-03T18:31:44.4971429",
                    "lastManualUpdatedByUser": "sample string 7",
                    "lastUpdated": "2026-06-03T18:31:44.4971429",
                    "lastUpdatedByUser": "sample string 9",
                    "lastUpdatedByHost": "2026-06-03T18:31:44.4971429",
                    "doNotRangeUpdated": "2026-06-03T18:31:44.4971429",
                    "doNotOrderUpdated": "2026-06-03T18:31:44.4971429",
                    "tracked": "2026-06-03T18:31:44.4971429"
                  },
                  "allergens": [
                    {
                      "$id": "22",
                      "primaryKey": {
                        "$id": "23",
                        "pluGuid": "b91cb3ae-739a-4734-9104-3b5742a221ca",
                        "contains": 2
                      },
                      "allergenID": 1,
                      "pluG_UID": "rrMcuZpzNEeRBDtXQqIhyg==",
                      "pluGuid": "b91cb3ae-739a-4734-9104-3b5742a221ca",
                      "contains": 2,
                      "allergenName": "sample string 3",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "22"
                    }
                  ],
                  "costs": {
                    "$id": "24",
                    "pluG_UID": "533u9a9wmEOXIRJCEme/ng==",
                    "pluGuid": "f5ee7de7-70af-4398-9721-12421267bf9e",
                    "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:31:44.4971429",
                    "normalCost": 1,
                    "currentCost": 1
                  },
                  "sales": [
                    {
                      "$id": "25",
                      "saleHeaderID": 1,
                      "created": "2026-06-03T18:31:44.4971429",
                      "createdLocal": "2026-06-03T18:31:44.4971429",
                      "storeID": 3,
                      "storeName": "sample string 4",
                      "operatorG_Uid": "+255G3Ffrk6/R83OEbhFSA==",
                      "operatorGuid": "1b796efb-5f71-4eae-bf47-cdce11b84548",
                      "operatorName": "sample string 5",
                      "tranType": 1,
                      "plu": 1,
                      "pluG_UId": "Jjd1DfvIT0SzhVZNl2+/JQ==",
                      "pluGuid": "0d753726-c8fb-444f-b385-564d976fbf25",
                      "normalPrice": 1,
                      "totalCents": 1,
                      "cost": 1,
                      "grossProfit": 1,
                      "quantity": 1,
                      "operator": {
                        "$id": "26",
                        "id": 1,
                        "g_Uid": "coGsskt0g0Wy83brfd5yBQ==",
                        "guid": "b2ac8172-744b-4583-b2f3-76eb7dde7205",
                        "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:31:44.4971429",
                        "passwordResetRequired": true,
                        "alteredInStore": true,
                        "startShift": "2026-06-03T18:31:44.4971429",
                        "endShift": "2026-06-03T18:31:44.4971429",
                        "machineName": "sample string 20",
                        "drawerID": 1,
                        "stores": [
                          {
                            "$id": "27",
                            "operatorG_UID": "hNkKzCGkMk2Na5u+JGFLYA==",
                            "operatorGuid": "cc0ad984-a421-4d32-8d6b-9bbe24614b60",
                            "storeID": 2,
                            "operator": {
                              "$ref": "26"
                            },
                            "store": {
                              "$ref": "2"
                            }
                          },
                          {
                            "$ref": "27"
                          }
                        ]
                      }
                    },
                    {
                      "$ref": "25"
                    }
                  ],
                  "apns": [
                    {
                      "$id": "28",
                      "pluID": 1,
                      "pluG_UID": "MuGiqmBZ9EGP30G48l0Oow==",
                      "pluGuid": "aaa2e132-5960-41f4-8fdf-41b8f25d0ea3",
                      "apn": "sample string 1",
                      "deleted": true,
                      "storeID": 1,
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "28"
                    }
                  ],
                  "tuns": [
                    {
                      "$id": "29",
                      "pluG_UId": "ggIEeN943keSm2OL93cmkg==",
                      "pluGuid": "78040282-78df-47de-929b-638bf7772692",
                      "apn": "sample string 1",
                      "tun": "sample string 2",
                      "cartonQuantity": 3,
                      "product": {
                        "$ref": "13"
                      },
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "29"
                    }
                  ],
                  "competitionPricing": [
                    {
                      "$id": "30",
                      "identifier": "nRseEnpHqkmcsvgIfHY+Dw==",
                      "identifierGuid": "121e1b9d-477a-49aa-9cb2-f8087c763e0f",
                      "pluG_UID": "KI3C3ohNfUmzltwjhQ+qgg==",
                      "pluGuid": "dec28d28-4d88-497d-b396-dc23850faa82",
                      "competitionID": 1,
                      "name": "sample string 2",
                      "sellMultiple": 3,
                      "retailPrice": 4,
                      "storeName": "sample string 5"
                    },
                    {
                      "$ref": "30"
                    }
                  ],
                  "supplier": {
                    "$ref": "8"
                  },
                  "supplierName": "sample string 148",
                  "children": [
                    {
                      "$ref": "13"
                    },
                    {
                      "$ref": "13"
                    }
                  ],
                  "ordering": {
                    "$ref": "11"
                  },
                  "flipChartPages": [
                    {
                      "$id": "31",
                      "identifier": "gdKemK8A3kG6a4P9MVw4IQ==",
                      "groupName": "sample string 1",
                      "identifierGuid": "989ed281-00af-41de-ba6b-83fd315c3821",
                      "exists": true,
                      "flipChartIdentifier": "saEG3bc4PEWIGc8AR1f1Fw==",
                      "flipChartIdentifierGuid": "dd06a1b1-38b7-453c-8819-cf004757f517",
                      "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": "XTh11QBqaUWRiKPsnpM7Yw==",
                      "groupIdentifierGuid": "d575385d-6a00-4569-9188-a3ec9e933b63",
                      "flipChart": {
                        "$id": "32",
                        "identifier": "mgLWtH/TSkaarrW8LbuxRg==",
                        "identifierGuid": "b4d6029a-d37f-464a-9aae-b5bc2dbbb146",
                        "displayName": "sample string 2",
                        "sortOrder": 3,
                        "productsPerRow": 4,
                        "rowsPerPage": 5,
                        "buttonMarginX": 6,
                        "buttonMarginY": 7,
                        "beginButtonsX": 8,
                        "beginButtonsY": 9,
                        "autoSizeButtons": true,
                        "autoSizeGrid": true,
                        "showButtonText": true,
                        "showButtonImage": true,
                        "formLocationX": 1,
                        "formLocationY": 1,
                        "formWidth": 14,
                        "formHeight": 15,
                        "formMaximised": true,
                        "formResizable": true,
                        "formBackgroundImage": "sample string 16",
                        "formBackgroundColourA": 1,
                        "formBackgroundColourR": 1,
                        "formBackgroundColourG": 1,
                        "formBackgroundColourB": 1,
                        "formFontFamily": "sample string 17",
                        "formFontSize": 1.1,
                        "formFontStyle": 1,
                        "formAttributes": "sample string 18",
                        "buttonWidth": 19,
                        "buttonHeight": 20,
                        "buttonAnchor": 21,
                        "buttonBackgroundImage": "sample string 22",
                        "buttonTopColour": 1,
                        "buttonTextColour": 1,
                        "buttonBottomColour": 1,
                        "buttonBorderColour": 1,
                        "buttonBorderWidth": 1,
                        "buttonRadius": 1,
                        "buttonGradientMode": 1,
                        "buttonDropShadow": true,
                        "buttonShadowWidth": 1,
                        "buttonHighLightOnPush": true,
                        "buttonFontFamily": "sample string 23",
                        "buttonFontSize": 1.1,
                        "buttonFontStyle": 1,
                        "buttonTextAlign": 1,
                        "buttonWordBreak": true,
                        "buttonDrawImageAndButton": true,
                        "buttonVerticalText": true,
                        "buttonImageAlign": 1,
                        "panelLocationX": 1,
                        "panelLocationY": 1,
                        "panelWidth": 1,
                        "panelHeight": 1,
                        "panelAnchor": 1,
                        "panelFontFamily": "sample string 24",
                        "panelFontSize": 1.1,
                        "panelFontStyle": 1,
                        "panelBackgroundColour": 1,
                        "panelTextColour": 1,
                        "panelAttributes": "sample string 25",
                        "unsentCount": 26,
                        "group": {
                          "$id": "33",
                          "identifier": "YQ4gouhgU0u/EfgGJR9m7Q==",
                          "identifierGuid": "a2200e61-60e8-4b53-bf11-f806251f66ed",
                          "name": "sample string 2",
                          "formType": "sample string 3",
                          "forms": [
                            {
                              "$id": "34",
                              "id": 1,
                              "g_UID": "aiaqicj5sUiwMkz3JBJnsA==",
                              "guid": "89aa266a-f9c8-48b1-b032-4cf7241267b0",
                              "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": "TM3nx8XlDUOkIAfWylzKpQ==",
                              "previousFormGuid": "c7e7cd4c-e5c5-430d-a420-07d6ca5ccaa5",
                              "nextForm": 1,
                              "nextFormG_UID": "ZDjaouHMRUW67Wn8UzlNgw==",
                              "nextFormGuid": "a2da3864-cce1-4545-baed-69fc53394d83",
                              "attributes": "sample string 10",
                              "updated": "2026-06-03T18:31:44.4971429",
                              "positioning": 1,
                              "contentPanel": "sample string 11",
                              "selectionMode": 1,
                              "maximumSelections": 1,
                              "alteredInStore": true,
                              "deleted": true,
                              "blueprintID": 1,
                              "preserveLayout": true,
                              "mainCheckoutFormName": "sample string 13",
                              "nextCheckoutForm": {
                                "$ref": "34"
                              },
                              "previousCheckoutForm": {
                                "$ref": "34"
                              },
                              "buttons": [
                                {
                                  "$id": "35",
                                  "id": 1,
                                  "checkoutFormID": 2,
                                  "checkoutFormG_UID": "CoTiDPrUp0y3caOgpBh76Q==",
                                  "checkoutFormGuid": "0ce2840a-d4fa-4ca7-b771-a3a0a4187be9",
                                  "identifier": "nNi7tgc8TEqwcEG349Op6w==",
                                  "identifierGuid": "b6bbd89c-3c07-4a4c-b070-41b7e3d3a9eb",
                                  "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": "oklh12OFikihAcFNcZc9Nw==",
                                  "valueGuid": "d76149a2-8563-488a-a101-c14d71973d37",
                                  "buttonText": "sample string 10",
                                  "valueText": "sample string 11",
                                  "drawImageAndButton": true,
                                  "updated": "2026-06-03T18:31:44.4971429",
                                  "action": "sample string 12",
                                  "valueForm": {
                                    "$ref": "34"
                                  },
                                  "image": {
                                    "$id": "36",
                                    "name": "sample string 3.sample string 4",
                                    "imageID": 2,
                                    "imageName": "sample string 3",
                                    "imageExtension": "sample string 4",
                                    "lastUpdate": "2026-06-03T18:31:44.4971429",
                                    "imageData": "QEA=",
                                    "readOnly": true
                                  }
                                },
                                {
                                  "$ref": "35"
                                }
                              ],
                              "panels": [
                                {
                                  "$id": "37",
                                  "id": 1,
                                  "checkoutFormID": 2,
                                  "checkoutFormG_UID": "YGydzvvWikKFW9YW/b77wQ==",
                                  "checkoutFormGuid": "ce9d6c60-d6fb-428a-855b-d616fdbefbc1",
                                  "panelType": "sample string 4",
                                  "name": "sample string 5",
                                  "locationX": 6,
                                  "locationY": 7,
                                  "width": 8,
                                  "height": 9,
                                  "anchor": 10,
                                  "fontFamily": "sample string 11",
                                  "fontSize": 12.1,
                                  "fontStyle": 13,
                                  "backgroundColour": 14,
                                  "textColour": 15,
                                  "attributes": "sample string 16"
                                },
                                {
                                  "$ref": "37"
                                }
                              ]
                            },
                            {
                              "$ref": "34"
                            }
                          ],
                          "panels": [
                            {
                              "$ref": "37"
                            },
                            {
                              "$ref": "37"
                            }
                          ]
                        },
                        "pages": [
                          {
                            "$ref": "31"
                          },
                          {
                            "$ref": "31"
                          }
                        ]
                      },
                      "contentPanel": {
                        "$ref": "37"
                      },
                      "products": [
                        {
                          "$id": "38",
                          "flipChartPageIdentifier": "MR3CJU5zqEulR7SQZNTsOQ==",
                          "flipChartPageIdentifierGuid": "25c21d31-734e-4ba8-a547-b49064d4ec39",
                          "pluG_UID": "7937q078wUWR84AV3UuR0Q==",
                          "pluGuid": "abfbddef-fc4e-45c1-91f3-8015dd4b91d1",
                          "sortOrder": 3,
                          "sent": true,
                          "productChanged": true,
                          "productImageName": "sample string 6",
                          "productShowImageOnFlipCharts": true,
                          "productShowTextOnFlipCharts": true,
                          "productOverrideFlipChartText": true,
                          "productFlipChartText": "sample string 10",
                          "product": {
                            "$ref": "13"
                          },
                          "departmentSortOrder": 11,
                          "subDepartmentName": "sample string 12"
                        },
                        {
                          "$ref": "38"
                        }
                      ],
                      "productCount": 27,
                      "pages": [
                        {
                          "$ref": "31"
                        },
                        {
                          "$ref": "31"
                        }
                      ]
                    },
                    {
                      "$ref": "31"
                    }
                  ],
                  "priceHistory": [
                    {
                      "$id": "39",
                      "pluG_UID": "LqwIV4ORjE2RkrkqfRRGrA==",
                      "pluGuid": "5708ac2e-9183-4d8c-9192-b92a7d1446ac",
                      "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:31:44.4971429",
                      "previousPrice": 1,
                      "previousCostCalcMethod": 1,
                      "previousCost": 1,
                      "previousWeightedAvgCost": 1,
                      "previousLastCost": 1,
                      "previousRawCost": 15,
                      "previousRawWeightedAvgCost": 16,
                      "previousRawLastCost": 17,
                      "previousCostDecimals": 1,
                      "previousServiceFeeID": 18,
                      "previousFreight": 19.0,
                      "previousFreightType": 20,
                      "storeID": 21,
                      "storeName": "sample string 22",
                      "serviceFeeDescription": "sample string 23",
                      "previousServiceFeeDescription": "sample string 24"
                    },
                    {
                      "$ref": "39"
                    }
                  ],
                  "ingredients": [
                    {
                      "$id": "40",
                      "pluG_UID": "rOsfTsc2nE+iKA5c9cW1gQ==",
                      "ingredientGuid": "KxP74XIRdE6jSoZSYVpGCA==",
                      "ingredientIdentifier": "e1fb132b-1172-4e74-a34a-8652615a4608",
                      "quantity": 1.0,
                      "storeIDs": [
                        1,
                        2
                      ],
                      "ingredientText": "sample string 1",
                      "ingredient": {
                        "$ref": "13"
                      }
                    },
                    {
                      "$ref": "40"
                    }
                  ],
                  "bins": [
                    {
                      "$id": "41",
                      "pluG_UID": "kgRZ31RTTk+9ajGbpyIN5Q==",
                      "pluGuid": "df590492-5354-4f4e-bd6a-319ba7220de5",
                      "shelfLocationIdentifier": "qF8d0kugDUCUBvNSFm8fUQ==",
                      "shelfLocationGuid": "d21d5fa8-a04b-400d-9406-f352166f1f51",
                      "labelShelfDefault": 1,
                      "labelTalkerDefault": 1,
                      "labelSmall": true,
                      "labelPageLayoutG_UID": "77nUDBxyyE+wi8XMb2SPVQ==",
                      "labelPageLayoutGuid": "0cd4b9ef-721c-4fc8-b08b-c5cc6f648f55",
                      "updated": "2026-06-03T18:31:44.4971429",
                      "electronicShelfLabelIdentifier": "sample string 5",
                      "electronicshelfLabelsConfigurationID": 6,
                      "labelShelfChanged": true,
                      "productName": "sample string 8",
                      "locationText": "sample string 9",
                      "product": {
                        "$ref": "13"
                      },
                      "location": {
                        "$id": "42",
                        "identifier": "mdonjg2PAkKEadRO3R/Ucg==",
                        "storeID": 1,
                        "identifierGuid": "8e27da99-8f0d-4202-8469-d44edd1fd472",
                        "name": "sample string 2",
                        "haccp": true,
                        "blueprintID": 1,
                        "updated": "2026-06-03T18:31:44.4971429",
                        "minTemp": 1,
                        "maxTemp": 1,
                        "checkFrequency": 1,
                        "storeCaseConfiguration": 5,
                        "storeName": "sample string 6",
                        "bins": [
                          {
                            "$ref": "41"
                          },
                          {
                            "$ref": "41"
                          }
                        ]
                      }
                    },
                    {
                      "$ref": "41"
                    }
                  ],
                  "bin": {
                    "$ref": "41"
                  },
                  "scaleLocations": [
                    {
                      "$id": "43",
                      "plu": 1,
                      "pluG_UID": "C3I1qX5gSkaw5OYoMDI3Qw==",
                      "pluGuid": "a935720b-607e-464a-b0e4-e62830323743",
                      "deptNo": 1,
                      "product": {
                        "$ref": "13"
                      },
                      "scaleLocation": {
                        "$id": "44",
                        "id": 1,
                        "deptNo": 1,
                        "deptCode": "sample string 2",
                        "name": "sample string 3",
                        "enabled": true,
                        "updated": "2026-06-03T18:31:44.4971429",
                        "department": {
                          "$id": "45",
                          "id": 1,
                          "name": "sample string 2",
                          "code": "sample string 3",
                          "sortOrder": 4,
                          "isLiquor": true,
                          "isTobacco": true,
                          "excludeTalker": true,
                          "externalSales": true,
                          "saleGLCode": "sample string 9",
                          "cogsglCode": "sample string 10",
                          "accountingCategoryID": 11,
                          "maximumMarkdownPercentage": 12.0,
                          "accountingOnly": true,
                          "generateExternalID": 1,
                          "useNonReportableTaxCode": true,
                          "minPLU": 15,
                          "maxPLU": 16,
                          "scaleLocation": {
                            "$ref": "44"
                          },
                          "subDepartments": [
                            {
                              "$id": "46",
                              "id": 1,
                              "departmentID": 2,
                              "name": "sample string 3",
                              "code": "sample string 4",
                              "departmentCode": "sample string 5",
                              "externalSales": true,
                              "minorDepartments": [
                                {
                                  "$id": "47",
                                  "id": 1,
                                  "subDepartmentID": 2,
                                  "departmentID": 3,
                                  "name": "sample string 4",
                                  "subDepartmentCode": "sample string 5",
                                  "departmentCode": "sample string 6",
                                  "code": "sample string 7",
                                  "lesserDepartments": [
                                    {
                                      "$id": "48",
                                      "id": 1,
                                      "departmentID": 2,
                                      "subDepartmentID": 3,
                                      "minorDepartmentID": 4,
                                      "name": "sample string 5",
                                      "code": "sample string 6",
                                      "departmentCode": "sample string 7",
                                      "subDepartmentCode": "sample string 8",
                                      "minorDepartmentCode": "sample string 9",
                                      "updated": "2026-06-03T18:31:44.4971429",
                                      "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": "l+MJjauCqkW57JFl0QoN8Q==",
                                      "labelPageLayoutGuid": "8d09e397-82ab-45aa-b9ec-9165d10a0df1",
                                      "minimumAge": 17,
                                      "countryOfOrigin": "sample string 18",
                                      "serviceFeeID": 1,
                                      "eftCode": 19,
                                      "defaultPrinter": "sample string 20",
                                      "defaultPrinterGroup": "sample string 21",
                                      "buyingLimit": 1,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitType": 0,
                                      "includeInDistinctLimit": true,
                                      "defaultsEmpty": false,
                                      "mscCat": {
                                        "$id": "49",
                                        "dept": 1,
                                        "category": 2,
                                        "name": "sample string 3",
                                        "active": true,
                                        "mscCommodities": [
                                          {
                                            "$id": "50",
                                            "dept": 1,
                                            "category": 2,
                                            "commodity": 3,
                                            "name": "sample string 4",
                                            "active": true,
                                            "mscSubCommodities": [
                                              {
                                                "$id": "51",
                                                "dept": 1,
                                                "category": 2,
                                                "commodity": 3,
                                                "subCommodity": 4,
                                                "name": "sample string 5",
                                                "active": true,
                                                "subCommodityCode": "sample string 7"
                                              },
                                              {
                                                "$ref": "51"
                                              }
                                            ],
                                            "commodityCode": "sample string 6"
                                          },
                                          {
                                            "$ref": "50"
                                          }
                                        ],
                                        "categoryCode": "sample string 5"
                                      },
                                      "mscCom": {
                                        "$ref": "50"
                                      },
                                      "mscDep": {
                                        "$id": "52",
                                        "dept": 1,
                                        "name": "sample string 2",
                                        "active": true,
                                        "mscCategories": [
                                          {
                                            "$ref": "49"
                                          },
                                          {
                                            "$ref": "49"
                                          }
                                        ],
                                        "deptCode": "sample string 4"
                                      },
                                      "mscSubCom": {
                                        "$ref": "51"
                                      }
                                    },
                                    {
                                      "$ref": "48"
                                    }
                                  ],
                                  "updated": "2026-06-03T18:31:44.4971429",
                                  "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": "paViX/I0VkGpLZNpO3QFjw==",
                                  "labelPageLayoutGuid": "5f62a5a5-34f2-4156-a92d-93693b74058f",
                                  "minimumAge": 15,
                                  "countryOfOrigin": "sample string 16",
                                  "serviceFeeID": 1,
                                  "eftCode": 17,
                                  "defaultPrinter": "sample string 18",
                                  "defaultPrinterGroup": "sample string 19",
                                  "buyingLimit": 1,
                                  "buyingLimitIndependent": true,
                                  "buyingLimitType": 0,
                                  "includeInDistinctLimit": true,
                                  "defaultsEmpty": false,
                                  "mscCat": {
                                    "$ref": "49"
                                  },
                                  "mscCom": {
                                    "$ref": "50"
                                  },
                                  "mscDep": {
                                    "$ref": "52"
                                  },
                                  "mscSubCom": {
                                    "$ref": "51"
                                  }
                                },
                                {
                                  "$ref": "47"
                                }
                              ],
                              "investmentBuyOverride": true,
                              "updated": "2026-06-03T18:31:44.4971429",
                              "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": "0fW6vm1Rp02CTjuAxWR64A==",
                              "labelPageLayoutGuid": "bebaf5d1-516d-4da7-824e-3b80c5647ae0",
                              "minimumAge": 15,
                              "countryOfOrigin": "sample string 16",
                              "serviceFeeID": 1,
                              "eftCode": 17,
                              "defaultPrinter": "sample string 18",
                              "defaultPrinterGroup": "sample string 19",
                              "buyingLimit": 1,
                              "buyingLimitIndependent": true,
                              "buyingLimitType": 0,
                              "includeInDistinctLimit": true,
                              "defaultsEmpty": false,
                              "mscCat": {
                                "$ref": "49"
                              },
                              "mscCom": {
                                "$ref": "50"
                              },
                              "mscDep": {
                                "$ref": "52"
                              },
                              "mscSubCom": {
                                "$ref": "51"
                              }
                            },
                            {
                              "$ref": "46"
                            }
                          ],
                          "stores": [
                            1,
                            2
                          ],
                          "investmentBuyOverride": true,
                          "updated": "2026-06-03T18:31:44.4971429",
                          "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": "ojmykWQNpUacBG8seHF/Vw==",
                          "labelPageLayoutGuid": "91b239a2-0d64-46a5-9c04-6f2c78717f57",
                          "minimumAge": 25,
                          "countryOfOrigin": "sample string 26",
                          "serviceFeeID": 1,
                          "eftCode": 27,
                          "defaultPrinter": "sample string 28",
                          "defaultPrinterGroup": "sample string 29",
                          "buyingLimit": 1,
                          "buyingLimitIndependent": true,
                          "buyingLimitType": 0,
                          "includeInDistinctLimit": true,
                          "defaultsEmpty": false,
                          "mscCat": {
                            "$ref": "49"
                          },
                          "mscCom": {
                            "$ref": "50"
                          },
                          "mscDep": {
                            "$ref": "52"
                          },
                          "mscSubCom": {
                            "$ref": "51"
                          }
                        }
                      }
                    },
                    {
                      "$ref": "43"
                    }
                  ],
                  "nextPrice": {
                    "$id": "53",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "plu": 1,
                    "hostOfferID": 1,
                    "metcashPromotionID": "sample string 4",
                    "metcashPromotionPlacement": "sample string 5",
                    "pluG_UID": "wD2iUmgl/UmwbYi35NhwTg==",
                    "pluGuid": "52a23dc0-2568-49fd-b06d-88b7e4d8704e",
                    "newPrice": 1,
                    "pctDiscount": 1,
                    "newCost": 1,
                    "newCostDecimals": 6,
                    "dealCostIdentifier": "3L/4KjXoOkKiA5vBrHbWBA==",
                    "dealCostGuid": "2af8bfdc-e835-423a-a203-9bc1ac76d604",
                    "pluName": "sample string 7",
                    "apn": "sample string 8",
                    "fuelItem": true,
                    "priceGroupG_UID": "5kpUR5ACu0KsJZZo/FGSQQ==",
                    "priceGroupGuid": "47544ae6-0290-42bb-ac25-9668fc519241",
                    "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:31:44.4971429",
                    "rrp": 28,
                    "campaignDescription": "sample string 29",
                    "hostCampaign": true,
                    "hostIdentifier": "QEA=",
                    "hostIdentifierGuid": "f29d29d1-e19f-4241-b2f0-37403c2e919c",
                    "campaignComboPriceGroupG_UID": "Jefg+auNIkCghq8xN+rL/A==",
                    "campaignComboPriceGroupIdentifier": "f9e0e725-8dab-4022-a086-af3137eacbfc",
                    "promotionPlacementDescription": "sample string 31",
                    "storeAcceptances": [
                      {
                        "$id": "54",
                        "plu": 1,
                        "pluG_UId": "QEA=",
                        "campaignID": 1,
                        "campaignName": "sample string 2",
                        "storeID": 3,
                        "acceptedUtc": "2026-06-03T18:31:44.4971429",
                        "operatorG_UID": "MbUUQOItckCNpg/noyfcGg==",
                        "operatorGuid": "4014b531-2de2-4072-8da6-0fe7a327dc1a",
                        "machineID": 1,
                        "processed": true,
                        "appliedUtc": "2026-06-03T18:31:44.4971429",
                        "signIqTicketFileMovedUtc": "2026-06-03T18:31:44.4971429",
                        "user": "sample string 6",
                        "campaignDescription": "sample string 7",
                        "productDesc": "sample string 8",
                        "storeName": "sample string 9",
                        "effectiveUtc": "2026-06-03T18:31:44.4971429",
                        "priceChangeType": 0,
                        "operatorName": "sample string 10",
                        "hostCampaign": true,
                        "hostIdentifier": "QEA=",
                        "hostIdentifierGuid": "a7ed1399-24b8-49eb-b7fb-323fd5fe8cd3",
                        "product": {
                          "$ref": "13"
                        },
                        "campaignPlu": {
                          "$ref": "53"
                        },
                        "fuelItem": true
                      },
                      {
                        "$ref": "54"
                      }
                    ],
                    "campaign": {
                      "$id": "55",
                      "id": 1,
                      "storeID": 2,
                      "name": "f76723b4-eb3e-44e7-84b2-c730c6f0e867",
                      "nameGuid": "f76723b4-eb3e-44e7-84b2-c730c6f0e867",
                      "description": "sample string 4",
                      "showDiscounts": true,
                      "showTotals": true,
                      "onlyEvaluateOnSubtotal": true,
                      "useDescription": true,
                      "campaignType": 1,
                      "startDate": "2026-06-03T18:31:44.4971429",
                      "startTime": 1,
                      "endDate": "2026-06-03T18:31:44.4971429",
                      "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:31:44.4971429",
                      "system": true,
                      "created": "2026-06-03T18:31:44.4971429",
                      "updated": "2026-06-03T18:31:44.4971429",
                      "priceChangeNotifiedUtc": "2026-06-03T18:31:44.4971429",
                      "promoType": 1,
                      "promotionTypeCode": "sample string 13",
                      "hostIdentifier": "m3w3OMfE/EC33jtJsv0Omg==",
                      "hostIdentifierGuid": "38377c9b-c4c7-40fc-b7de-3b49b2fd0e9a",
                      "hostType": 14,
                      "createdByUser": "sample string 15",
                      "fromHost": true,
                      "deleted": true,
                      "campaignDeleted": "2026-06-03T18:31:44.4971429",
                      "updatedByUser": "sample string 18",
                      "offerID": 1,
                      "isPriceChangeCampaign": true,
                      "stores": [
                        1,
                        2
                      ],
                      "storeNames": [
                        "sample string 1",
                        "sample string 2"
                      ],
                      "campaignPlus": [
                        {
                          "$ref": "53"
                        },
                        {
                          "$ref": "53"
                        }
                      ],
                      "campaignPools": [
                        {
                          "$id": "56",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "plu": 4,
                          "pluG_UID": "V6yyJcvjiE60uqwVAdtQ5A==",
                          "pluGuid": "25b2ac57-e3cb-4e88-b4ba-ac1501db50e4",
                          "hostOfferID": 1,
                          "priceGroupG_UID": "denMN2ciC0WHzSCTLT99qA==",
                          "priceGroupGuid": "37cce975-2267-450b-87cd-20932d3f7da8",
                          "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:31:44.4971429",
                          "rrp": 18,
                          "campaignDescription": "sample string 19",
                          "product": {
                            "$ref": "13"
                          },
                          "campaign": {
                            "$ref": "55"
                          }
                        },
                        {
                          "$ref": "56"
                        }
                      ],
                      "sellingRules": [
                        {
                          "$id": "57",
                          "id": 1,
                          "identifier": "kGal/ag9zkedX6TXv7EJCg==",
                          "identifierStr": "kGal/ag9zkedX6TXv7EJCg==",
                          "identifierGuid": "fda56690-3da8-47ce-9d5f-a4d7bfb1090a",
                          "campaignID": 4,
                          "campaignName": "sample string 5",
                          "ruleJoin": 1,
                          "ruleType": 6,
                          "operand0": "sample string 7",
                          "comparisonOp": 1,
                          "operand1": "sample string 8",
                          "action": 1,
                          "operand2": "sample string 9",
                          "operand3": "sample string 10",
                          "includeExcludedItems": true,
                          "noFurtherDiscounts": true,
                          "description": "sample string 11",
                          "sortOrder": 1,
                          "isItemRule": false,
                          "prevDept": "sample string 12",
                          "campaign": {
                            "$ref": "55"
                          }
                        },
                        {
                          "$ref": "57"
                        }
                      ],
                      "customers": [
                        {
                          "$id": "58",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "customerID": "v3vzFc9ifUWq/WLbQeCh+g==",
                          "customerIDGuid": "15f37bbf-62cf-457d-aafd-62db41e0a1fa",
                          "campaign": {
                            "$ref": "55"
                          },
                          "customer": {
                            "$id": "59",
                            "identifier": "J4aRpXynCkCEkVovthzYkQ==",
                            "identifierGuid": "a5918627-a77c-400a-8491-5a2fb61cd891",
                            "code": "sample string 2",
                            "familyName": "sample string 3",
                            "givenName": "sample string 4",
                            "otherName": "sample string 5",
                            "title": "sample string 6",
                            "dateOfBirth": "2026-06-03T18:31:44.4971429",
                            "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": "fvoJK2DDWUud47E2IhKVYQ==",
                            "communityIdentifierGuid": "2b09fa7e-c360-4b59-9de3-b13622129561",
                            "joined": "2026-06-03T18:31:44.4971429",
                            "updated": "2026-06-03T18:31:44.4971429",
                            "active": true,
                            "reasonInactive": 1,
                            "groupCustomer": true,
                            "loyaltyPoints": 1,
                            "homeStoreID": 1,
                            "availableSpend": 1,
                            "priceLevelIdentifier": "nQwoN+VrmUuWSv8d5s/I0A==",
                            "priceLevelIdentifierGuid": "37280c9d-6be5-4b99-964a-ff1de6cfc8d0",
                            "marketingID": "sample string 18",
                            "receiptPrintOptions": 1,
                            "hidden": true,
                            "registered": true,
                            "registeredOn": "2026-06-03T18:31:44.4971429",
                            "emailMarketing": true,
                            "smsMarketing": true,
                            "deleted": true,
                            "deletedUser": "sample string 24",
                            "homeStoreName": "sample string 25",
                            "customerCards": [
                              {
                                "$id": "60",
                                "cardType": 2,
                                "issueDate": "2026-06-03T18:31:44.4971429",
                                "expiry": "2026-06-03T18:31:44.4971429",
                                "customerID": "g/qntN3DekqGWhkwn4Rkvg==",
                                "customerIDGuid": "b4a7fa83-c3dd-4a7a-865a-19309f8464be",
                                "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:31:44.4971429",
                                "linkedAccount": "bcHCN3Q3G0WwmGiBPGyEiw==",
                                "linkedAccountGuid": "37c2c16d-3774-451b-b098-68813c6c848b",
                                "currentValueChanged": true,
                                "limitsChanged": true,
                                "customer": {
                                  "$ref": "59"
                                },
                                "account": {
                                  "$id": "61",
                                  "id": 1,
                                  "identifier": "5tpXWDlOvUS7ngH8QeX6lw==",
                                  "identifierGuid": "5857dae6-4e39-44bd-bb9e-01fc41e5fa97",
                                  "referenceNo": "sample string 3",
                                  "name": "sample string 4",
                                  "created": "2026-06-03T18:31:44.4971429",
                                  "owner": "hyOIPEgWYk+27cMTYvfm1w==",
                                  "ownerGuid": "3c882387-1648-4f62-b6ed-c31362f7e6d7",
                                  "accountStoreGroupIdentifier": "YMlLwnucykK0kWQySEC5rA==",
                                  "accountStoreGroupGuid": "c24bc960-9c7b-42ca-b491-64324840b9ac",
                                  "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:31:44.4971429",
                                  "active": true,
                                  "updated": "2026-06-03T18:31:44.4971429",
                                  "deleted": true,
                                  "deletedUser": "sample string 16",
                                  "currentBalanceChanged": true,
                                  "maximumLimitChanged": true,
                                  "loyaltyPointsChanged": true,
                                  "projectedBalance": 17,
                                  "accountStoreGroupStoreIDs": [
                                    1,
                                    2
                                  ],
                                  "customerEmail": "sample string 18",
                                  "ownerCustomer": {
                                    "$ref": "59"
                                  },
                                  "card": {
                                    "$ref": "60"
                                  },
                                  "members": {
                                    "$id": "62",
                                    "sample string 1": [
                                      {
                                        "$ref": "59"
                                      },
                                      {
                                        "$ref": "59"
                                      }
                                    ],
                                    "sample string 2": [
                                      {
                                        "$ref": "59"
                                      },
                                      {
                                        "$ref": "59"
                                      }
                                    ]
                                  },
                                  "customerGroups": [
                                    {
                                      "$id": "63",
                                      "identifier": "gYGBWhs5ekGkbpNocWXDEA==",
                                      "identifierGuid": "5a818181-391b-417a-a46e-93687165c310",
                                      "name": "sample string 2",
                                      "primaryContact": "bLTjhziCpUy61K1edG1iow==",
                                      "primaryContactGuid": "87e3b46c-8238-4ca5-bad4-ad5e746d62a3",
                                      "accountID": "drb/0gOljkKkI04NOCCLBQ==",
                                      "accountIDGuid": "d2ffb676-a503-428e-a423-4e0d38208b05",
                                      "special": true,
                                      "updated": "2026-06-03T18:31:44.4971429",
                                      "active": true,
                                      "reasonInactive": 1,
                                      "priceLevelIdentifier": "ugeO45QU/kC4E1JqoK+luA==",
                                      "priceLevelIdentifierGuid": "e38e07ba-1494-40fe-b813-526aa0afa5b8",
                                      "marketingListID": "sample string 7",
                                      "deleted": true,
                                      "account": {
                                        "$ref": "61"
                                      },
                                      "primaryContactCustomer": {
                                        "$ref": "59"
                                      },
                                      "customerGroupMembers": [
                                        {
                                          "$id": "64",
                                          "id": 1,
                                          "groupID": "Fy5TosubFEi/kB2V+H2IHw==",
                                          "groupIDGuid": "a2532e17-9bcb-4814-bf90-1d95f87d881f",
                                          "customerID": "3EMjVbv3nEmN/XaaQ6VCWQ==",
                                          "customerIDGuid": "552343dc-f7bb-499c-8dfd-769a43a54259",
                                          "card": "sample string 4",
                                          "linkedAccount": "M85kcdXoC02tZzYTsPiQYw==",
                                          "linkedAccountGuid": "7164ce33-e8d5-4d0b-ad67-3613b0f89063",
                                          "customer": {
                                            "$ref": "59"
                                          },
                                          "group": {
                                            "$ref": "63"
                                          },
                                          "customerCard": {
                                            "$ref": "60"
                                          }
                                        },
                                        {
                                          "$ref": "64"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "63"
                                    }
                                  ]
                                },
                                "payments": [
                                  {
                                    "$id": "65",
                                    "id": 1,
                                    "identifier": "Qo6ArtvShkmzrzibyHECqQ==",
                                    "identifierGuid": "ae808e42-d2db-4986-b3af-389bc87102a9",
                                    "storeID": 2,
                                    "operatorName": "sample string 3",
                                    "saleHeaderID": 4,
                                    "paymentType": 5,
                                    "amount": 6,
                                    "account": "sample string 7",
                                    "accountID": "30pC8RqWMEufvUgCqwRHcQ==",
                                    "accountIDGuid": "f1424adf-961a-4b30-9fbd-4802ab044771",
                                    "customerAccount": {
                                      "$ref": "61"
                                    },
                                    "customerCard": {
                                      "$ref": "60"
                                    },
                                    "accountType": 1,
                                    "cardName": "sample string 8",
                                    "authorisationNumber": "sample string 9",
                                    "bankReference": "sample string 10",
                                    "merchantID": "sample string 11",
                                    "terminalID": "sample string 12",
                                    "cardNumber": "sample string 13",
                                    "paymentDate": "2026-06-03T18:31:44.4971429",
                                    "invRocNo": "sample string 14",
                                    "responseCode": "sample string 15",
                                    "cashout": 1,
                                    "tip": 16,
                                    "idempotentVoid": "sAq+loKm1k+zZD9WOMPH4Q==",
                                    "idempotentVoidGuid": "96be0ab0-a682-4fd6-b364-3f5638c3c7e1",
                                    "offline": true,
                                    "processed": 1,
                                    "storeSaleHeader": {
                                      "$id": "66",
                                      "saleHeaderID": 1,
                                      "saleHeaderGuid": "JLix1byskkSfYArz7nIpZg==",
                                      "saleHeaderIdentifierGuid": "d5b1b824-acbc-4492-9f60-0af3ee722966",
                                      "created": "2026-06-03T18:31:44.4971429",
                                      "createdLocal": "2026-06-03T18:31:44.4971429",
                                      "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:31:44.4971429",
                                      "storeID": 1,
                                      "operatorG_Uid": "Et0FII8mzU6rEb2L1J7N8Q==",
                                      "operatorGuid": "2005dd12-268f-4ecd-ab11-bd8bd49ecdf1",
                                      "customerG_Uid": "b7CHIy1P50OG2Ooikxr2DQ==",
                                      "customerGuid": "2387b06f-4f2d-43e7-86d8-ea22931af60d",
                                      "communityIdentifier": "J8y9HlQri0yWIpYf7UZR0Q==",
                                      "communityIdentifierGuid": "1ebdcc27-2b54-4c8b-9622-961fed4651d1",
                                      "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": "rPYtueeGFE6vZxkxoIjskQ==",
                                      "priceLevelIdentifierGuid": "b92df6ac-86e7-4e14-af67-1931a088ec91",
                                      "locked": 36,
                                      "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:31:44.4971429+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                                      "deserialisedOrderMetadata": {
                                        "$id": "67",
                                        "customerName": "sample string 1",
                                        "pickupAt": "2026-06-03T18:31:44.4971429",
                                        "deliveryAddress1": "sample string 2",
                                        "deliveryAddress2": "sample string 3",
                                        "customerPhoneNumber": "sample string 4",
                                        "orderType": 0,
                                        "externalOrderID": "sample string 5",
                                        "externalDisplayableOrderID": "sample string 6",
                                        "tableName": "sample string 7",
                                        "createdBy": 0,
                                        "orderingAppName": "sample string 8"
                                      },
                                      "relationChecksum": "sample string 38",
                                      "loyaltyTender": 1,
                                      "giftCardTender": 1,
                                      "operator": {
                                        "$ref": "26"
                                      },
                                      "customer": {
                                        "$ref": "59"
                                      },
                                      "communityOrganisation": {
                                        "$id": "68",
                                        "id": 1,
                                        "identifier": "r7smPkMOEUGbULzTwkWihA==",
                                        "identifierGuid": "3e26bbaf-0e43-4111-9b50-bcd3c245a284",
                                        "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:31:44.4971429",
                                        "promoPeriodEnd": "2026-06-03T18:31:44.4971429",
                                        "allowDonations": true,
                                        "logoImageName": "sample string 17",
                                        "totalAmountAwarded": 18.1,
                                        "updated": "2026-06-03T18:31:44.4971429",
                                        "deleted": true
                                      },
                                      "details": [
                                        {
                                          "$id": "69",
                                          "saleItemID": 1,
                                          "identifier": "Oq3UyXJ+4kqonQGiq5l9KQ==",
                                          "identifierGuid": "c9d4ad3a-7e72-4ae2-a89d-01a2ab997d29",
                                          "saleHeaderID": 2,
                                          "plu": 1,
                                          "pluG_UId": "Oa3o5uUO80qNeDq7mgqdLA==",
                                          "pluGuid": "e6e8ad39-0ee5-4af3-8d78-3abb9a0a9d2c",
                                          "accountID": "xy4+i+3cmkeXfi+/orcaOg==",
                                          "accountIDGuid": "8b3e2ec7-dced-479a-977e-2fbfa2b71a3a",
                                          "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:31:44.4971429",
                                          "bestOrExpireType": 1,
                                          "providerName": "sample string 11",
                                          "refundG_UID": "l+Dy6ktAUEmD+cwV3E1Rig==",
                                          "refundGuid": "eaf2e097-404b-4950-83f9-cc15dc4d518a",
                                          "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": "5A235h3Y4EecyVB0h23bWw==",
                                          "idempotentVoidGuid": "e6b70de4-d81d-47e0-9cc9-5074876ddb5b",
                                          "priceLevelIdentifier": "FUAMQCVhIE6/5MRd6ATNFg==",
                                          "priceLevelIdentifierGuid": "400c4015-6125-4e20-bfe4-c45de804cd16",
                                          "communityIdentifier": "ub5rI77x1kC7UmJ6G+WlSA==",
                                          "communityIdentifierGuid": "236bbeb9-f1be-40d6-bb52-627a1be5a548",
                                          "productName": "sample string 23",
                                          "apn": "sample string 24",
                                          "unknownScans": [
                                            {
                                              "$id": "70",
                                              "id": 1,
                                              "saleDetailID": 2,
                                              "storeID": 1,
                                              "scanned": "2026-06-03T18:31:44.4971429",
                                              "operatorG_UID": "QEA=",
                                              "barcode": "sample string 4",
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "70"
                                            }
                                          ],
                                          "refund": {
                                            "$id": "71",
                                            "id": 1,
                                            "g_UID": "Y50XWbKhp0a9TCrjZRWYGA==",
                                            "guid": "59179d63-a1b2-46a7-bd4c-2ae365159818",
                                            "description": "sample string 1",
                                            "dumped": true,
                                            "inventoryReasonID": 1,
                                            "sortOrder": 1,
                                            "updated": "2026-06-03T18:31:44.4971429"
                                          },
                                          "modifier": {
                                            "$id": "72",
                                            "id": 1,
                                            "setG_UID": "U9NjxhRrkE26fTR1k2wOlA==",
                                            "modifierSetGuid": "c663d353-6b14-4d90-ba7d-3475936c0e94",
                                            "name": "sample string 2",
                                            "price": 1,
                                            "quantity": 1,
                                            "modifierType": 1,
                                            "groupNumber": 1,
                                            "pageNumber": 1,
                                            "controlOrder": 1,
                                            "printToStation": true,
                                            "pluG_UID": "ihKsn9HGYEOQ/yaUXDtVXQ==",
                                            "pluGuid": "9fac128a-c6d1-4360-90ff-26945c3b555d",
                                            "deleted": true,
                                            "g_UID": "O1p2yEu6qEKvpp0ChpsBIA==",
                                            "guid": "c8765a3b-ba4b-42a8-afa6-9d02869b0120",
                                            "product": {
                                              "$ref": "13"
                                            }
                                          },
                                          "priceLevelName": "sample string 25",
                                          "pumpNumber": 1,
                                          "hoseNumber": 1
                                        },
                                        {
                                          "$ref": "69"
                                        }
                                      ],
                                      "eftReceipts": [
                                        {
                                          "$id": "73",
                                          "id": 1,
                                          "storeID": 1,
                                          "saleHeaderID": 2,
                                          "storeSaleHeader": {
                                            "$ref": "66"
                                          },
                                          "receipt": "sample string 3",
                                          "processed": 1
                                        },
                                        {
                                          "$ref": "73"
                                        }
                                      ],
                                      "payments": [
                                        {
                                          "$ref": "65"
                                        },
                                        {
                                          "$ref": "65"
                                        }
                                      ],
                                      "cards": [
                                        {
                                          "$id": "74",
                                          "id": 1,
                                          "saleHeaderID": 1,
                                          "identifier": "sample string 2",
                                          "cardType": 3,
                                          "providerName": "sample string 4"
                                        },
                                        {
                                          "$ref": "74"
                                        }
                                      ],
                                      "campaignHits": [
                                        {
                                          "$id": "75",
                                          "id": 1,
                                          "saleHeaderID": 2,
                                          "campaign": "sample string 3",
                                          "name": "sample string 4",
                                          "processed": 1,
                                          "campaignDescription": "sample string 5"
                                        },
                                        {
                                          "$ref": "75"
                                        }
                                      ],
                                      "fuel": [
                                        {
                                          "$id": "76",
                                          "id": 1,
                                          "plu": 1,
                                          "pluG_UID": "T/RnscMjHUezJoV+AWijAw==",
                                          "pluGuid": "b167f44f-23c3-471d-b326-857e0168a303",
                                          "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:31:44.4971429",
                                          "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:31:44.4971429",
                                          "tagNumber": "sample string 15",
                                          "trackTwoRem": "sample string 16",
                                          "transCode": 1,
                                          "transType": 1,
                                          "unitPrice": 1.0,
                                          "vehicleReg": "sample string 17",
                                          "offline": true,
                                          "processed": 1
                                        },
                                        {
                                          "$ref": "76"
                                        }
                                      ],
                                      "fuelResells": [
                                        {
                                          "$id": "77",
                                          "saleItemID": 1,
                                          "saleHeaderID": 2,
                                          "plu": 1,
                                          "pluG_UId": "T8vIL9Pyi0Sm7fikxZ0AiA==",
                                          "pluGuid": "2fc8cb4f-f2d3-448b-a6ed-f8a4c59d0088",
                                          "accountID": "7xlxi0slMEqeRwhUJwzzKA==",
                                          "accountIDGuid": "8b7119ef-254b-4a30-9e47-0854270cf328",
                                          "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:31:44.4971429",
                                          "bestOrExpireType": 1,
                                          "refundG_UID": "VQaskpIzpUGaTtc8PpSyLQ==",
                                          "refundGuid": "92ac0655-3392-41a5-9a4e-d73c3e94b22d",
                                          "providerName": "sample string 10",
                                          "campaign": "sample string 11",
                                          "campaignType": 1,
                                          "modifiedID": 1,
                                          "omittedIngredient": 1,
                                          "taxPercent": 1.0,
                                          "taxAmount": 1.0,
                                          "refundablePrice": 1.0,
                                          "showDiscounts": true,
                                          "orderPrinted": true,
                                          "note": "sample string 14",
                                          "modifierName": "sample string 15",
                                          "modifierSetName": "sample string 16",
                                          "totalValueWasScanned": true,
                                          "sold": true,
                                          "campaignPrice": true,
                                          "scannedValue": 1,
                                          "campaignName": "sample string 20",
                                          "comboDiscount": 1
                                        },
                                        {
                                          "$ref": "77"
                                        }
                                      ],
                                      "customerOrder": [
                                        {
                                          "$id": "78",
                                          "identifier": "iY0ZBpd16kaeLHxFzdvFIA==",
                                          "identifierGuid": "06198d89-7597-46ea-9e2c-7c45cddbc520",
                                          "id": 1,
                                          "orderNo": 2,
                                          "externalSaleIdentifier": "sample string 3",
                                          "storeID": 4,
                                          "zoneID": 5,
                                          "deptNo": 6,
                                          "customerIdentifier": "zxq3iqog50q61geIa5vx9g==",
                                          "customerIdentifierGuid": "8ab71acf-20aa-4ae7-bad6-07886b9bf1f6",
                                          "operatorNo": 1,
                                          "operatorG_UID": "M3nx+N2eKUq+y7aXltZKVg==",
                                          "operatorGuid": "f8f17933-9edd-4a29-becb-b69796d64a56",
                                          "created": "2026-06-03T18:31:44.4971429",
                                          "ordered": "2026-06-03T18:31:44.4971429",
                                          "started": "2026-06-03T18:31:44.4971429",
                                          "completed": "2026-06-03T18:31:44.4971429",
                                          "supplied": "2026-06-03T18:31:44.4971429",
                                          "quickTicket": 1,
                                          "deleted": true,
                                          "walkAway": true,
                                          "approxWait": 1,
                                          "actualWait": 1,
                                          "deliveryMethod": 8,
                                          "externalSaleType": 9,
                                          "customer": {
                                            "$ref": "59"
                                          },
                                          "operator": {
                                            "$ref": "26"
                                          },
                                          "details": [
                                            {
                                              "$id": "79",
                                              "headerID": 1,
                                              "plu": 1,
                                              "pluG_UId": "olBmHKVg0UutlnNXU1SQWA==",
                                              "pluGuid": "1c6650a2-60a5-4bd1-ad96-735753549058",
                                              "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": "VoOHzFf+HEiloLYbvrcyuQ==",
                                              "headerIdentifierGuid": "cc878356-fe57-481c-a5a0-b61bbeb732b9",
                                              "product": {
                                                "$ref": "13"
                                              }
                                            },
                                            {
                                              "$ref": "79"
                                            }
                                          ],
                                          "storeName": "sample string 11",
                                          "customerName": "sample string 12",
                                          "storeReplyTo": "sample string 13",
                                          "storeSubjectLine": "sample string 14",
                                          "storeSaleHeader": {
                                            "$ref": "66"
                                          }
                                        },
                                        {
                                          "$ref": "78"
                                        }
                                      ],
                                      "surveyResponses": [
                                        {
                                          "$id": "80",
                                          "surveyG_UID": "CYqelCRcIE60MoJXbn8fyA==",
                                          "surveyGuid": "949e8a09-5c24-4e20-b432-82576e7f1fc8",
                                          "saleHeaderGuid": "rZFWWOEi70mCT7zAq/d3RQ==",
                                          "saleGuid": "585691ad-22e1-49ef-824f-bcc0abf77745",
                                          "textResponse": "sample string 1",
                                          "integerResponse": 1,
                                          "g_UIDResponse": "Dpxu76lgLkS0V2sXoV9DRA==",
                                          "guidResponse": "ef6e9c0e-60a9-442e-b457-6b17a15f4344",
                                          "whoAnswered": 2,
                                          "answeredAtUTC": "2026-06-03T18:31:44.4971429",
                                          "sale": {
                                            "$ref": "66"
                                          },
                                          "survey": {
                                            "$id": "81",
                                            "g_UID": "Uld0VjWit06jy7Jd/dLAjA==",
                                            "guid": "56745752-a235-4eb7-a3cb-b25dfdd2c08c",
                                            "name": "sample string 1",
                                            "storeID": 2,
                                            "zoneID": 1,
                                            "checkoutFormG_UID": "hYYcj2aAtUCNGc5P4r3e9Q==",
                                            "checkoutFormGuid": "8f1c8685-8066-40b5-8d19-ce4fe2bddef5",
                                            "displayToWho": 3,
                                            "displayWhen": 4,
                                            "start": "2026-06-03T18:31:44.4971429",
                                            "end": "2026-06-03T18:31:44.4971429",
                                            "deleted": true,
                                            "updated": "2026-06-03T18:31:44.4971429",
                                            "possibleIntegerResponses": [
                                              1,
                                              2
                                            ],
                                            "possibleTextResponses": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "possibleGuidResponses": [
                                              "b23b6e24-051d-4c8a-bcfc-8c74e09e8d4c",
                                              "43e687e6-0801-4294-9e36-a910e0c4bd06"
                                            ],
                                            "allowsAllTextResponses": true,
                                            "surveyForm": {
                                              "$ref": "34"
                                            }
                                          },
                                          "ingressId": "sample string 4"
                                        },
                                        {
                                          "$ref": "80"
                                        }
                                      ],
                                      "storeName": "sample string 39",
                                      "terminalNumber": 40,
                                      "machineName": "sample string 41",
                                      "operatorName": "sample string 42",
                                      "direction": 1,
                                      "reason": "sample string 43",
                                      "accountG_UID": "4C57rPgeoUy2TLR59csJ/g==",
                                      "accountIdentifier": "ac7b2ee0-1ef8-4ca1-b64c-b479f5cb09fe",
                                      "accountName": "sample string 44",
                                      "customerOrderIdentifier": "7q6C8Mxk3U2mqiNiaxjCPg==",
                                      "customerOrderIdentifierGuid": "f082aeee-64cc-4ddd-a6aa-23626b18c23e",
                                      "priceLevelName": "sample string 45",
                                      "revision": 46,
                                      "ingressId": "sample string 47"
                                    },
                                    "metadata": {
                                      "$id": "82",
                                      "id": 1,
                                      "paymentID": 2,
                                      "paymentIdentifier": "d91pYdkITEiXxY8N39MA4g==",
                                      "paymentIdentifierGuid": "6169dd77-08d9-484c-97c5-8f0ddfd300e2",
                                      "identifier": "EZkw2uXu0k2tN85RENW/AQ==",
                                      "identifierGuid": "da309911-eee5-4dd2-ad37-ce5110d5bf01",
                                      "metadata": "sample string 3",
                                      "signatureImage": "QEA=",
                                      "itemIdentifier": "zg3ae5Bv4kqq59FdaxO5pw==",
                                      "itemIdentifierGuid": "7bda0dce-6f90-4ae2-aae7-d15d6b13b9a7"
                                    }
                                  },
                                  {
                                    "$ref": "65"
                                  }
                                ]
                              },
                              {
                                "$ref": "60"
                              }
                            ],
                            "customerGroupMembers": [
                              {
                                "$ref": "64"
                              },
                              {
                                "$ref": "64"
                              }
                            ],
                            "customerGroups": [
                              {
                                "$ref": "63"
                              },
                              {
                                "$ref": "63"
                              }
                            ],
                            "accounts": [
                              {
                                "$ref": "61"
                              },
                              {
                                "$ref": "61"
                              }
                            ],
                            "account": {
                              "$ref": "61"
                            },
                            "vouchers": [
                              {
                                "$id": "83",
                                "customerIdentifier": "RG599FBlxEieWJnSbo4t/Q==",
                                "customerIdentifierGuid": "f47d6e44-6550-48c4-9e58-99d26e8e2dfd",
                                "voucherName": "sample string 2",
                                "count": 3,
                                "storeID": 4,
                                "barcode": "sample string 5",
                                "redeemCount": 6,
                                "issueCount": 7,
                                "storeSalePaymentID": 1,
                                "idempotentID": "cTI0O9+zhU65Pq6EIY4LOQ==",
                                "idempotentGuid": "3b343271-b3df-4e85-b93e-ae84218e0b39",
                                "offline": true,
                                "voucher": {
                                  "$id": "84",
                                  "id": 1,
                                  "name": "sample string 2",
                                  "description": "sample string 3",
                                  "shortDescription": "sample string 4",
                                  "url": "sample string 5",
                                  "barcodeTemplateID": 1,
                                  "expiry": 0,
                                  "voucherType": 6,
                                  "limitPerTransaction": 7,
                                  "customerTracking": true,
                                  "discountAccount": "sample string 9",
                                  "endDate": "2026-06-03T18:31:44.4971429",
                                  "barcodeTemplate": {
                                    "$id": "85",
                                    "templateID": 1,
                                    "template": "sample string 1",
                                    "bcFunction": "sample string 2",
                                    "sortOrder": 3
                                  },
                                  "scaleLabel": {
                                    "$id": "86",
                                    "id": 1,
                                    "uid": "sample string 2",
                                    "name": "sample string 3",
                                    "width": 1.1,
                                    "height": 1.1,
                                    "showBorder": true,
                                    "borderWidth": 1.1,
                                    "borderStyle": 1,
                                    "borderColour": "sample string 5",
                                    "updated": "2026-06-03T18:31:44.4971429",
                                    "labelPageLayout": "NOua62jmnEurz1k/3GQN3g==",
                                    "pageLayoutGuid": "eb9aeb34-e668-4b9c-abcf-593fdc640dde",
                                    "labelType": 6,
                                    "oldName": "sample string 7",
                                    "voucher": {
                                      "$ref": "84"
                                    },
                                    "elements": [
                                      {
                                        "$id": "87",
                                        "id": 1,
                                        "scaleLabelID": 2,
                                        "showPercentDI": true,
                                        "showAvgPerHundred": true,
                                        "showAvgPerServe": true,
                                        "name": "sample string 6",
                                        "x": 1.1,
                                        "y": 1.1,
                                        "width": 1.1,
                                        "height": 1.1,
                                        "type": 1,
                                        "rotation": 1,
                                        "text": "sample string 7",
                                        "fontFamily": "sample string 8",
                                        "align": 1,
                                        "bold": true,
                                        "italic": true,
                                        "underline": true,
                                        "strikeout": true,
                                        "reverse": true,
                                        "textColour": "sample string 9",
                                        "fontSize": 1.1,
                                        "picture": "QEA=",
                                        "borderWidth": 10,
                                        "sortOrder": 11,
                                        "printOptions": 12,
                                        "superScriptTextFontSize": 1.1,
                                        "lineStyle": 1,
                                        "spacingStyle": 1,
                                        "interCharacterSpacing": 1.1,
                                        "superScriptOffset": 1.1,
                                        "lineSpacing": 1.1,
                                        "dateFormat": "sample string 13",
                                        "autoGrow": true,
                                        "fontAutoResize": true,
                                        "updated": "2026-06-03T18:31:44.4971429"
                                      },
                                      {
                                        "$ref": "87"
                                      }
                                    ]
                                  },
                                  "customerVouchers": [
                                    {
                                      "$id": "88",
                                      "id": 1,
                                      "customerIdentifier": "a2ZX7bRn/0iHANSjUZkihA==",
                                      "customerIdentifierGuid": "ed57666b-67b4-48ff-8700-d4a351992284",
                                      "voucherID": 3,
                                      "voucherName": "sample string 4",
                                      "storeID": 1,
                                      "barcode": "sample string 5",
                                      "dateOfIssue": "2026-06-03T18:31:44.4971429",
                                      "issuedSaleHeaderID": 1,
                                      "issuedSaleIdentifier": "sample string 7",
                                      "issuedOfflinePaymentID": 1,
                                      "issuedIdempotentID": "/k9k3coEdU2zsapnzq05Sg==",
                                      "issuedIdempotentGuid": "dd644ffe-04ca-4d75-b3b1-aa67cead394a",
                                      "issuedOffline": true,
                                      "issuedUser": "sample string 9",
                                      "issuedNotes": "sample string 10",
                                      "expiryDate": "2026-06-03T18:31:44.4971429",
                                      "expiredUser": "sample string 11",
                                      "expiredNotes": "sample string 12",
                                      "redeemed": "2026-06-03T18:31:44.4971429",
                                      "redeemedSaleHeaderID": 1,
                                      "redeemedSaleIdentifier": "sample string 13",
                                      "redeemedOfflinePaymentID": 1,
                                      "redeemedIdempotentID": "aNp76HKJW0K2e3OpBLzGbQ==",
                                      "redeemedIdempotentGuid": "e87bda68-8972-425b-b67b-73a904bcc66d",
                                      "redeemedUser": "sample string 14",
                                      "redeemedNotes": "sample string 15",
                                      "redeemedOffline": true,
                                      "updated": "2026-06-03T18:31:44.4971429",
                                      "storeName": "sample string 17",
                                      "scaleLabel": {
                                        "$ref": "86"
                                      },
                                      "voucher": {
                                        "$ref": "84"
                                      },
                                      "customer": {
                                        "$ref": "59"
                                      },
                                      "issuedOfflinePayment": {
                                        "$ref": "65"
                                      },
                                      "redeemedOfflinePayment": {
                                        "$ref": "65"
                                      }
                                    },
                                    {
                                      "$ref": "88"
                                    }
                                  ]
                                },
                                "customer": {
                                  "$ref": "59"
                                }
                              },
                              {
                                "$ref": "83"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "58"
                        }
                      ],
                      "customerGroups": [
                        {
                          "$id": "89",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "groupID": "JzM8LHgSkE2ooaBQmIBdIw==",
                          "groupIDGuid": "2c3c3327-1278-4d90-a8a1-a05098805d23",
                          "campaign": {
                            "$ref": "55"
                          },
                          "group": {
                            "$ref": "63"
                          }
                        },
                        {
                          "$ref": "89"
                        }
                      ],
                      "signIqTickets": [
                        {
                          "$id": "90",
                          "identifier": "t+WORwFDbkmz6i/Ml4mUrA==",
                          "identifierGuid": "478ee5b7-4301-496e-b3ea-2fcc978994ac",
                          "campaignName": "sample string 2",
                          "message": "sample string 3",
                          "ticketFileSource": "sample string 4",
                          "ticketFileDestination": "sample string 5",
                          "storeID": 1
                        },
                        {
                          "$ref": "90"
                        }
                      ],
                      "comboPriceGroups": [
                        {
                          "$id": "91",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "g_UID": "ZPHXtBiRNk+oTC25B/obag==",
                          "guid": "b4d7f164-9118-4f36-a84c-2db907fa1b6a",
                          "description": "sample string 5",
                          "newPrice": 1,
                          "rangeDescription": "sample string 6",
                          "dealDescription": "sample string 7",
                          "labelQuantity": 8,
                          "hostProductCategoryID": 1,
                          "offerID": 1,
                          "dontUpdatePricePlus": true,
                          "campaign": {
                            "$ref": "55"
                          },
                          "comboPricePlus": [
                            {
                              "$id": "92",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "groupG_UID": "v2PMBxeSREubRhkOArF4Ew==",
                              "groupGuid": "07cc63bf-9217-4b44-9b46-190e02b17813",
                              "comboPriceType": 5,
                              "priceType": 5,
                              "pluG_UID": "BCfVCZfzCEiCPlas5vVCMg==",
                              "pluGuid": "09d52704-f397-4808-823e-56ace6f54232",
                              "priceGroupG_UID": "oaH0m5xUX06SkJyBJdWFDg==",
                              "priceGroupGuid": "9bf4a1a1-549c-4e5f-9290-9c8125d5850e",
                              "campaignPoolID": "sample string 7",
                              "quantity": 1,
                              "campaign": {
                                "$ref": "55"
                              },
                              "product": {
                                "$ref": "13"
                              },
                              "priceGroup": {
                                "$ref": "19"
                              },
                              "campaignPool": {
                                "$ref": "55"
                              }
                            },
                            {
                              "$ref": "92"
                            }
                          ]
                        },
                        {
                          "$ref": "91"
                        }
                      ],
                      "priceLevels": [
                        {
                          "$id": "93",
                          "id": 1,
                          "priceLevelIdentifier": "V5D9YNu1nUi17n2s99RJig==",
                          "priceLevelIdentifierGuid": "60fd9057-b5db-489d-b5ee-7dacf7d4498a",
                          "campaignName": "sample string 3",
                          "priceLevelName": "sample string 4"
                        },
                        {
                          "$ref": "93"
                        }
                      ],
                      "promotionType": {
                        "$id": "94",
                        "identifier": "vyKuQD9q5UmFI5DdC1g8og==",
                        "identifierGuid": "40ae22bf-6a3f-49e5-8523-90dd0b583ca2",
                        "hostType": 2,
                        "code": "sample string 3",
                        "description": "sample string 4",
                        "isLiquor": true,
                        "isAdvertised": true,
                        "disableWasSave": true,
                        "excludeFromPromoSales": true,
                        "labelPageLayoutG_UID": "WqNZXNuW6E6TYWTB2PY4OA==",
                        "labelPageLayoutGuid": "5c59a35a-96db-4ee8-9361-64c1d8f63838",
                        "priceLevelIdentifier": "CJj1eyNPqkuhvjfWO0FEbg==",
                        "priceLevelIdentifierGuid": "7bf59808-4f23-4baa-a1be-37d63b41446e",
                        "active": true,
                        "updated": "2026-06-03T18:31:44.4971429",
                        "hostName": "sample string 11"
                      }
                    },
                    "product": {
                      "$ref": "13"
                    },
                    "dealCost": {
                      "$id": "95",
                      "headerIdentifier": "CXtOuNZlmUykYqtDMA6s+A==",
                      "headerIdentifierGuid": "b84e7b09-65d6-4c99-a462-ab43300eacf8",
                      "identifier": "jU5rWqWALU+XhCTfu6evjQ==",
                      "identifierGuid": "5a6b4e8d-80a5-4f2d-9784-24dfbba7af8d",
                      "supplierIdentifier": "pEEu/XJv/E6Xj0pifGwMwQ==",
                      "supplierGuid": "fd2e41a4-6f72-4efc-978f-4a627c6c0cc1",
                      "pluG_UID": "pKBmYtANUk+vMOzlubWfhQ==",
                      "pluGuid": "6266a0a4-0dd0-4f52-af30-ece5b9b59f85",
                      "campaignName": "ff3c5821-d723-49f5-9506-ca206de5586a",
                      "description": "sample string 4",
                      "cost": 5,
                      "costDecimals": 6,
                      "start": "2026-06-03T18:31:44.4971429",
                      "end": "2026-06-03T18:31:44.4971429",
                      "type": 9,
                      "promoType": 10,
                      "bonusItemPLUG_UID": "12e275zW0UaHuH6Ykrt66Q==",
                      "bonusItemPluGuid": "efb667d7-d69c-46d1-87b8-7e9892bb7ae9",
                      "bonusPurchaseUnits": 11,
                      "bonusReceiveUnits": 12,
                      "updated": "2026-06-03T18:31:44.4971429",
                      "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:31:44.4971429",
                      "campaignEndDate": "2026-06-03T18:31:44.4971429",
                      "masterPLUG_UID": "bXYDUx2plUyJhdyDMUNrEw==",
                      "masterID": "5303766d-a91d-4c95-8985-dc8331436b13",
                      "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": "ON96UaIiDE6mr8A4kLP60A==",
                      "bonusMasterID": "517adf38-22a2-4e0c-a6af-c03890b3fad0",
                      "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:31:44.4971429",
                  "dealCosts": [
                    {
                      "$ref": "95"
                    },
                    {
                      "$ref": "95"
                    }
                  ],
                  "tags": [
                    {
                      "$id": "96",
                      "pluG_UID": "LhOWH3gMGkS7izQLa2AbNw==",
                      "pluGuid": "1f96132e-0c78-441a-bb8b-340b6b601b37",
                      "tagID": 1,
                      "description": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "96"
                    }
                  ],
                  "alternateProductG_UID": "bKy7Z9L/cEOoZazaGsuUFw==",
                  "alternateProduct": "67bbac6c-ffd2-4370-a865-acda1acb9417",
                  "altProduct": {
                    "$ref": "13"
                  },
                  "productHostCode": {
                    "$id": "97",
                    "id": 1,
                    "pluG_UID": "tcxrAGdoQEaVswptVz/rpw==",
                    "pluGuid": "006bccb5-6867-4640-95b3-0a6d573feba7",
                    "ibaCode": "sample string 2"
                  },
                  "mscCat": {
                    "$ref": "49"
                  },
                  "mscCom": {
                    "$ref": "50"
                  },
                  "mscDep": {
                    "$ref": "52"
                  },
                  "mscSubCom": {
                    "$ref": "51"
                  },
                  "isUserUpdate": true,
                  "ignoreMasterProduct": true,
                  "priceGroupLabelRequested": true,
                  "firstSold": "2026-06-03T18:31:44.4971429",
                  "inventoryTracked": "2026-06-03T18:31:44.4971429",
                  "isNormalPriceChangesCampaign": true,
                  "baseProductFuel": {
                    "$id": "98",
                    "pluG_UID": "pSai7+/l4Em83aMR7uIRew==",
                    "pluGuid": "efa226a5-e5ef-49e0-bcdd-a311eee2117b",
                    "fuelPluG_UID": "t7k70XAJOEaF6PC3v8MHOQ==",
                    "fuelPluGuid": "d13bb9b7-0970-4638-85e8-f0b7bfc30739",
                    "price": 3,
                    "productDescription": "sample string 4",
                    "productBarcode": "sample string 5",
                    "fuelProductDescription": "sample string 6",
                    "fuelProductBarcode": "sample string 7",
                    "fuelProductPrice": 8
                  },
                  "productFuelLinks": [
                    {
                      "$ref": "98"
                    },
                    {
                      "$ref": "98"
                    }
                  ]
                },
                "supplier": {
                  "$ref": "8"
                },
                "serviceFee": {
                  "$id": "99",
                  "id": 1,
                  "description": "sample string 1",
                  "fee": 1
                },
                "isPrimaryHost": true,
                "hostVendor": 48
              },
              {
                "$ref": "11"
              }
            ],
            "orderCycleHeaders": [
              {
                "$id": "100",
                "storeID": 1,
                "supplierIdentifier": "nVQUPRtQdkGUgeb7pjDQXw==",
                "supplierGuid": "3d14549d-501b-4176-9481-e6fba630d05f",
                "departmentCode": "sample string 2",
                "warehouseDirectIndicator": "sample string 3",
                "type": 4,
                "storeName": "sample string 5",
                "departmentName": "sample string 6",
                "orderDays": 7
              },
              {
                "$ref": "100"
              }
            ],
            "cycles": [
              {
                "$id": "101",
                "storeID": 1,
                "supplierIdentifier": "D6Nhh1XvR0CyrXbVxmwdwg==",
                "supplierGuid": "8761a30f-ef55-4047-b2ad-76d5c66c1dc2",
                "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:31:44.4971429",
                "deliveryDate": "2026-06-03T18:31:44.4971429",
                "nextCutOffDate": "2026-06-03T18:31:44.4971429",
                "nextDeliveryDate": "2026-06-03T18:31:44.4971429",
                "nextDaysBuffer": 10
              },
              {
                "$ref": "101"
              }
            ],
            "store": {
              "$ref": "2"
            },
            "updated": "2026-06-03T18:31:44.4971429",
            "isHost": true
          },
          "files": [
            {
              "$id": "102",
              "id": "sample string 1",
              "fileName": "sample string 2",
              "extension": "sample string 3",
              "provider": 0,
              "type": 0,
              "hostType": "sample string 4",
              "createdUtc": "2026-06-03T18:31:44.4971429",
              "processed": "2026-06-03T18:31:44.4971429",
              "isProcessing": true,
              "processedCount": 6,
              "processingTime": 1,
              "collectedUtc": "2026-06-03T18:31:44.4971429",
              "size": 1,
              "sizeFormat": "sample string 7",
              "isArchive": true,
              "customerNumber": "sample string 9",
              "businessPillar": "sample string 10",
              "fileType": "sample string 11",
              "version": "sample string 12",
              "reference": "sample string 13",
              "digest": "sample string 14",
              "contentType": "sample string 15",
              "host": {
                "$ref": "7"
              },
              "metcashHeader": {
                "$id": "103",
                "customerNumber": "sample string 1",
                "creationDate": "2026-06-03T18:31:44.4971429",
                "businessPillar": "sample string 3",
                "fileType": "sample string 4"
              }
            },
            {
              "$ref": "102"
            }
          ],
          "zoneMatrix": [
            {
              "$id": "104",
              "id": 1,
              "hostIdentifier": "8iG9k0pcb06jChjoXol+0w==",
              "hostIdentifierGuid": "93bd21f2-5c4a-4e6f-a30a-18e85e897ed3",
              "storeID": 1,
              "departmentCode": "sample string 2",
              "hostGuids": [
                "fb47ec4a-9020-456c-b657-518577f3e5f4",
                "e4f06105-b179-4e4c-af7b-12cc4967d967"
              ]
            },
            {
              "$ref": "104"
            }
          ],
          "hostFileStoreSetting": {
            "$ref": "6"
          },
          "hostStoreSettings": [
            {
              "$ref": "6"
            },
            {
              "$ref": "6"
            }
          ],
          "promotionPlacements": [
            {
              "$id": "105",
              "identifier": "KQnfjuz2a0W1ljdZy6pfiw==",
              "identifierGuid": "8edf0929-f6ec-456b-b596-3759cbaa5f8b",
              "code": "sample string 2",
              "description": "sample string 3",
              "isAdvertised": true
            },
            {
              "$ref": "105"
            }
          ],
          "promoTypeGuids": [
            "1028cefc-8ede-4b40-9f0d-c87805907b97",
            "4535af29-e899-41f8-b242-9dc411ccdcba"
          ],
          "isPromotionOnly": false,
          "isOrderable": false,
          "vendor": 0
        },
        "groupIDs": [
          1,
          2
        ],
        "hostDescription": "sample string 27"
      },
      {
        "$ref": "6"
      }
    ],
    "accounts": [
      {
        "$id": "106",
        "id": 1,
        "storeID": 1,
        "accountName": "sample string 2",
        "bsb": "sample string 3",
        "accountNumber": "sample string 4",
        "accountDesignated": true
      },
      {
        "$ref": "106"
      }
    ],
    "sales": [
      {
        "$id": "107",
        "id": 1,
        "storeID": 1,
        "externalSalesType": 2,
        "ftpSiteID": 1,
        "lastSaleProcessed": "2026-06-03T18:31:44.4971429",
        "ftpSite": {
          "$id": "108",
          "id": 1,
          "description": "sample string 2",
          "address": "sample string 3",
          "username": "sample string 4",
          "password": "sample string 5",
          "path": "sample string 7",
          "protocol": 8
        }
      },
      {
        "$ref": "107"
      }
    ],
    "suppliedStores": [
      1,
      2
    ],
    "zoneMatrix": [
      {
        "$ref": "104"
      },
      {
        "$ref": "104"
      }
    ],
    "cashManagements": [
      {
        "$id": "109",
        "id": 1,
        "storeID": 1,
        "cashManagementType": 2,
        "apiID": 1,
        "organisationID": "sample string 3",
        "siteName": "sample string 4",
        "thirdPartyAPI": {
          "$id": "110",
          "id": 1,
          "description": "sample string 2",
          "address": "sample string 3",
          "username": "sample string 4",
          "password": "sample string 5",
          "passwordPlain": "sample string 6",
          "token": "sample string 7",
          "apiType": 8,
          "apiSubType": 9,
          "config": "sample string 10"
        }
      },
      {
        "$ref": "109"
      }
    ],
    "updateStoreID": "4745f5b9-a045-4232-8020-578c4f564220",
    "updateStore": {
      "$id": "111",
      "id": "593a26f8-44cf-441c-8ee5-3f00ec4f6640",
      "name": "sample string 1",
      "lastActivity": "2026-06-03T18:31:44.4971429",
      "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:31:44.4971429"
    },
    "timeZoneId": "sample string 54",
    "securityOptions": {
      "$id": "112",
      "loginMode": 1,
      "allowSelfVerification": true,
      "verifierEmail": "sample string 3",
      "source": "sample string 4",
      "loginModeInherited": 5,
      "loginModeSource": "sample string 6",
      "selfVerifyInherited": true,
      "selfVerifySource": "sample string 8",
      "verifyEmailInherited": "sample string 9",
      "verifyEmailSource": "sample string 10"
    }
  },
  "supplier": {
    "$ref": "8"
  },
  "order": {
    "$id": "113",
    "orderID": 1,
    "orderGuid": "YzBgss7I4EqrHD3BJmnM6w==",
    "orderIdentifier": "b2603063-c8ce-4ae0-ab1c-3dc12669cceb",
    "backToBack": 1,
    "b2bGuid": "A6wsd+gLpkejzbV+Bi9Wog==",
    "b2bIdentifier": "772cac03-0be8-47a6-a3cd-b57e062f56a2",
    "status": 2,
    "created": "2026-06-03T18:31:44.4971429",
    "createdLocal": "2026-06-03T18:31:44.4971429",
    "createdByUser": "sample string 3",
    "storeID": 1,
    "transferGuid": "jW+QQkbEo0aamuqn5oV+Bw==",
    "transferIdentifier": "42906f8d-c446-46a3-9a9a-eaa7e6857e07",
    "transferInvoiceIdentifier": "xoH0thN3E0GV46BjKbI0Tw==",
    "transferInvoiceGuid": "b6f481c6-7713-4113-95e3-a06329b2344f",
    "attachedToInvoice": 4,
    "transferType": 1,
    "supplierIdentifier": "vWEMGUIPckS1zYeOAlN2cQ==",
    "supplierIdentifierGuid": "190c61bd-0f42-4472-b5cd-878e02537671",
    "description": "sample string 5",
    "rows": 1,
    "cartons": 1,
    "units": 1,
    "sentCount": 1,
    "sent": "2026-06-03T18:31:44.4971429",
    "sentLocal": "2026-06-03T18:31:44.4971429",
    "sentByUser": "sample string 6",
    "lastSentStatus": 1,
    "cancelled": "2026-06-03T18:31:44.4971429",
    "cancelledLocal": "2026-06-03T18:31:44.4971429",
    "cancelledByUser": "sample string 7",
    "shipped": "2026-06-03T18:31:44.4971429",
    "shippedLocal": "2026-06-03T18:31:44.4971429",
    "shippedByUser": "sample string 8",
    "stockReceived": "2026-06-03T18:31:44.4971429",
    "stockReceivedLocal": "2026-06-03T18:31:44.4971429",
    "stockReceivedByUser": "sample string 9",
    "stockReceiveInventorySetting": 10,
    "received": "2026-06-03T18:31:44.4971429",
    "receivedLocal": "2026-06-03T18:31:44.4971429",
    "completed": "2026-06-03T18:31:44.4971429",
    "completedLocal": "2026-06-03T18:31:44.4971429",
    "updated": "2026-06-03T18:31:44.4971429",
    "updatedLocal": "2026-06-03T18:31:44.4971429",
    "dueDate": "2026-06-03T18:31:44.4971429",
    "warehouseNote": "sample string 11",
    "warehouseRef": "sample string 12",
    "pdeSerialNumber": "sample string 13",
    "tradingPartner": 1,
    "orderType": "sample string 1",
    "orderTypeDescription": "sample string 2",
    "stateCode": "sample string 16",
    "mailCarbonCopy": true,
    "mailTo": "sample string 18",
    "mailBcc": "sample string 19",
    "mailReplyTo": "sample string 20",
    "liquor": true,
    "summary": "sample string 22",
    "notes": "sample string 23",
    "supplierNotes": "sample string 24",
    "receiptEmailSent": true,
    "receiptEmailSentId": "sample string 26",
    "receiptEmailSentStatus": "sample string 27",
    "transportCompanyGuid": "wQLc+OPUNkWPMrEjDaaj0A==",
    "transportCompanyIdentifier": "f8dc02c1-d4e3-4536-8f32-b1230da6a3d0",
    "autoOrder": 28,
    "hostIdentifier": "bCGkJ9jG00avCJcI3RDEdw==",
    "hostIdentifierGuid": "27a4216c-c6d8-46d3-af08-9708dd10c477",
    "defaultOrderDocumentId": 1,
    "defaultStockReceiveDocumentId": 1,
    "temperature": 1.1,
    "temperatureScale": 29,
    "rating": 30,
    "lastOrderEmailSentId": "sample string 31",
    "lastOrderEmailSentStatus": "sample string 32",
    "deleted": "2026-06-03T18:31:44.4971429",
    "deletedByUser": "sample string 33",
    "autoOrderGuid": "vc5at1rCEkuywfIKbwXMHw==",
    "autoOrderIdentifier": "b75acebd-c25a-4b12-b2c1-f20a6f05cc1f",
    "autoOrderHeader": {
      "$id": "114",
      "autoOrderGuid": "a68n/muKE0eb1U5MT3i/XA==",
      "autoOrderIdentifier": "fe27af6b-8a6b-4713-9bd5-4e4c4f78bf5c",
      "orderGuid": "AJVZ24Et9k6mZIcAjK3bkg==",
      "orderIdentifier": "db599500-2d81-4ef6-a664-87008caddb92",
      "created": "2026-06-03T18:31:44.4971429",
      "orderID": 1,
      "storeID": 1,
      "orderDate": "2026-06-03T18:31:44.4971429",
      "supplierIdentifier": "L17nzDxLsUar5AC8ukVOZQ==",
      "supplierIdentifierGuid": "cce75e2f-4b3c-46b1-abe4-00bcba454e65",
      "orderStatus": 1,
      "tradingPartner": 1,
      "warehouse": true,
      "simpleAWS": 3,
      "defaultMPL": 4,
      "investmentBuy": true,
      "storeName": "sample string 6",
      "supplierName": "sample string 7",
      "description": "sample string 8",
      "orderType": "sample string 9",
      "mailTo": "sample string 10",
      "mailBcc": "sample string 11",
      "notes": "sample string 12",
      "transportCompanyGuid": "UuclsQe1b020x8whTzj8yA==",
      "transportCompanyIdentifier": "b125e752-b507-4d6f-b4c7-cc214f38fcc8",
      "store": {
        "$ref": "2"
      },
      "supplier": {
        "$ref": "8"
      },
      "orderCycle": {
        "$id": "115",
        "id": 1,
        "autoOrderGuid": "S6+9O8rBQkOeT05AHVAnRA==",
        "autoOrderIdentifier": "3bbdaf4b-c1ca-4342-9e4f-4e401d502744",
        "cutOffDate": "2026-06-03T18:31:44.4971429",
        "deliveryDate": "2026-06-03T18:31:44.4971429",
        "daysBuffer": 3,
        "nextCutOffDate": "2026-06-03T18:31:44.4971429",
        "nextDeliveryDate": "2026-06-03T18:31:44.4971429",
        "nextDaysBuffer": 5
      },
      "details": [
        {
          "$id": "116",
          "autoOrderGuid": "zLxNc3VRVke8mINdzVIXmw==",
          "autoOrderIdentifier": "734dbccc-5175-4756-bc98-835dcd52179b",
          "pluG_UID": "fR0e6/9S8EmITsLFBrLqrg==",
          "pluGuid": "eb1e1d7d-52ff-49f0-884e-c2c506b2eaae",
          "orderCartons": 1,
          "orderUnits": 1,
          "orderWeight": 1,
          "processedCartons": 1,
          "processedUnits": 1,
          "processedWeight": 1,
          "cartons": 1,
          "units": 1,
          "weight": 1,
          "status": 1,
          "bestDealCartonCost": 1.1,
          "bestDealDays": 1,
          "lastDealDays": 1,
          "normalCartonCost": 1.1,
          "currentDealCartonCost": 1.1,
          "investmentCartons": 1,
          "investmentUnits": 1,
          "investmentWeight": 1,
          "investmentSavedAmt": 1.1,
          "investmentBuyEndDate": "2026-06-03T18:31:44.4971429",
          "investmentBuyStatus": 2,
          "processed": "2026-06-03T18:31:44.4971429",
          "product": {
            "$ref": "13"
          },
          "orderCode": "sample string 3",
          "directIndicator": "sample string 4",
          "cycle": {
            "$ref": "101"
          },
          "inventory": {
            "$id": "117",
            "inventoryGuid": "sD27RlMy1EepHf8zRSSqzg==",
            "inventoryIdentifier": "46bb3db0-3253-47d4-a91d-ff334524aace",
            "created": "2026-06-03T18:31:44.4971429",
            "createdLocal": "2026-06-03T18:31:44.4971429",
            "onHand": 4,
            "onHandPacks": 5,
            "onOrder": 6,
            "onOrderPacks": 7,
            "accuracy": 8,
            "updated": "2026-06-03T18:31:44.4971429",
            "history": [
              {
                "$id": "118",
                "inventoryGuid": "WlXDLFEGpE6pZ02k3IdjGQ==",
                "inventoryIdentifier": "2cc3555a-0651-4ea4-a967-4da4dc876319",
                "pluG_UID": "epl1y1hsOEahpyvEqbKN3w==",
                "pluIdentifier": "cb75997a-6c58-4638-a1a7-2bc4a9b28ddf",
                "inventoryReason": 3,
                "inventoryInvoiceGuid": "MKP9oDt4YEijMZheHMTnBQ==",
                "invoiceIdentifier": "a0fda330-783b-4860-a331-985e1cc4e705",
                "operatorGuid": "+rvkybUxwUyj77inyum85g==",
                "operatorIdentifier": "c9e4bbfa-31b5-4cc1-a3ef-b8a7cae9bce6",
                "stocktakeGuid": "ccAhDLuZJUeUimZBAfDq0w==",
                "stocktakeIdentifier": "0c21c071-99bb-4725-948a-664101f0ead3",
                "orderGuid": "Iyk9SZ0uk0CR9BN8cNnqCA==",
                "orderIdentifier": "493d2923-2e9d-4093-91f4-137c70d9ea08",
                "saleHeaderGuid": "GBQesyfd40ew4n0W3ZmLzA==",
                "saleHeaderGuidIdentifier": "b31e1418-dd27-47e3-b0e2-7d16dd998bcc",
                "dumpStockID": 1,
                "fuelDeliveryID": 1,
                "creditNoteIdentifier": "qp449m7jcEirhNrpH1kg8w==",
                "creditNoteGuid": "f6389eaa-e36e-4870-ab84-dae91f5920f3",
                "inventorySourceGuid": "oltrIhDB1kWjgfm3W2Ioug==",
                "inventorySourceIdentifier": "226b5ba2-c110-45d6-a381-f9b75b6228ba",
                "createdLocal": "2026-06-03T18:31:44.4971429",
                "baseUnits": 4,
                "unitsPerCarton": 5,
                "unitsPerCartonWeighted": true,
                "counted": 7,
                "countedPacks": 8,
                "open": 1,
                "movementQty": 9,
                "close": 1,
                "openPacks": 1,
                "movementQtyPacks": 10,
                "closePacks": 1,
                "accuracy": 1,
                "manual": 11,
                "user": "sample string 12",
                "updated": "2026-06-03T18:31:44.4971429",
                "createdLocalTime": "2026-06-03T18:31:44.4971429",
                "storeID": 14,
                "barcode": "sample string 15",
                "directCode": "sample string 16",
                "productName": "sample string 17",
                "salesMode": 18,
                "orderPacked": 19,
                "invoice": {
                  "$id": "119",
                  "inventoryInvoiceGuid": "Oo4NX50WGkCmh/Ak0rGzPg==",
                  "invoiceIdentifier": "5f0d8e3a-169d-401a-a687-f024d2b1b33e",
                  "inventoryGuid": "UmFPPOVvU0yeSMuKJrVDaA==",
                  "inventoryIdentifier": "3c4f6152-6fe5-4c53-9e48-cb8a26b54368",
                  "supplierIdentifier": "ziOW2+aMFkORCQxXOjpALw==",
                  "supplierGuid": "db9623ce-8ce6-4316-9109-0c573a3a402f",
                  "orderGuid": "DGzjRiPzFkmltnKc3ggvSg==",
                  "orderIdentifier": "46e36c0c-f323-4916-a5b6-729cde082f4a",
                  "invoiceHeaderIdentifier": "ICrS7IxegECwHKU4jRl1nQ==",
                  "invoiceHeaderGuid": "ecd22a20-5e8c-4080-b01c-a5388d19759d",
                  "created": "2026-06-03T18:31:44.4971429",
                  "ordered": "2026-06-03T18:31:44.4971429",
                  "storeID": 1,
                  "bestOrExpire": "2026-06-03T18:31:44.4971429",
                  "bestOrExpireType": 1,
                  "units": 1,
                  "weight": 1,
                  "received": "2026-06-03T18:31:44.4971429",
                  "cost": 1,
                  "totalCost": 1,
                  "freightCost": 1,
                  "inStock": 1,
                  "pluG_UID": "7NwWdKbsrkKgSO3D80VKNA==",
                  "pluGuid": "7416dcec-eca6-42ae-a048-edc3f3454a34",
                  "orderInventoryGuid": "DZdoFvbWDEykqD8arXCY3A==",
                  "orderInventoryIdentifier": "1668970d-d6f6-4c0c-a4a8-3f1aad7098dc",
                  "supplier": {
                    "$ref": "8"
                  },
                  "inventoryUnits": [
                    {
                      "$id": "120",
                      "invoiceItemNo": 1,
                      "inventoryInvoiceGuid": "6YwG89p4ikKLdFYhLH70Dg==",
                      "invoiceIdentifier": "f3068ce9-78da-428a-8b74-56212c7ef40e",
                      "inventoryGuid": "NOJQQOt4dUStm3nmbvYZFQ==",
                      "inventoryIdentifier": "4050e234-78eb-4475-ad9b-79e66ef61915",
                      "serialNumber": "sample string 3",
                      "sold": "2026-06-03T18:31:44.4971429",
                      "saleItemID": 1,
                      "storeID": 1,
                      "returned": "2026-06-03T18:31:44.4971429",
                      "dumped": 1,
                      "saleHeaderID": 1
                    },
                    {
                      "$ref": "120"
                    }
                  ]
                },
                "invoiceHeaderIdentifier": "zCYms3hRWU6fg6GfgdtrCw==",
                "invoiceHeaderGuid": "b32626cc-5178-4e59-9f83-a19f81db6b0b",
                "invoiceNumber": "sample string 20",
                "invoiceCost": 1,
                "invoiceCostDecimals": 1,
                "orderNumber": 1,
                "orderReceivingStoreName": "sample string 21",
                "orderSendingStoreName": "sample string 22",
                "creditNoteID": 1,
                "reason": {
                  "$id": "121",
                  "id": 1,
                  "name": "sample string 1",
                  "allowRF": 2,
                  "dumpStock": 3,
                  "creditRequest": 4,
                  "excludeFromLoss": 5,
                  "reserved": 6,
                  "updated": "2026-06-03T18:31:44.4971429"
                },
                "reasonName": "sample string 23",
                "operatorName": "sample string 24",
                "operatorNumber": "sample string 25",
                "stocktakeName": "sample string 26",
                "saleIdentifier": "sample string 27",
                "saleHeaderID": 1,
                "inventoryAfterCounted": true,
                "inventorySetStock": true,
                "externalId": "sample string 30",
                "apn": "sample string 31",
                "deptCode": "sample string 32"
              },
              {
                "$ref": "118"
              }
            ],
            "products": [
              {
                "$ref": "13"
              },
              {
                "$ref": "13"
              }
            ],
            "lastInvoiceCost": 1
          },
          "aws": 5.0,
          "products": [
            {
              "$id": "122",
              "parentPluGuid": "c1f6cafb-c55b-4573-8024-10360ce25278",
              "product": {
                "$ref": "13"
              },
              "inventory": {
                "$ref": "117"
              },
              "storeID": 2,
              "storeName": "sample string 3",
              "dayWeighting": {
                "$id": "123",
                "sunday": 1.1
              },
              "explanations": [
                {
                  "$id": "124",
                  "pluG_UID": "yd9e7uQ6AUWZXqxm1L30RA==",
                  "pluGuid": "ee5edfc9-3ae4-4501-995e-ac66d4bdf444",
                  "consolidatedSales": {
                    "$id": "125",
                    "1": {
                      "$id": "126",
                      "discountPercentage": 1,
                      "days": 2,
                      "quantity": 3.1,
                      "aws": 3.1,
                      "cartonQuantity": 4.1,
                      "lowQuality": true
                    },
                    "2": {
                      "$ref": "126"
                    }
                  },
                  "dailyPrices": {
                    "$id": "127",
                    "2026-06-03T18:31:44.4971429": {
                      "$id": "128",
                      "date": "2026-06-03T18:31:44.4971429",
                      "salePrice": 1,
                      "campaign": "sample string 2",
                      "campaignDescription": "sample string 3",
                      "combo": true,
                      "comboPriceGroupG_UID": "tc0U24wgJE6qXdn3aKwOeg==",
                      "comboPriceGroupGuid": "db14cdb5-208c-4e24-aa5d-d9f768ac0e7a"
                    }
                  },
                  "onHandPredictions": [
                    {
                      "$id": "129",
                      "autoOrderGuid": "//vBX+hcb0SA8lE77itn8g==",
                      "autoOrderIdentifier": "5fc1fbff-5ce8-446f-80f2-513bee2b67f2",
                      "pluG_UID": "iyS7Xo/IekuNo5DV0EsgnQ==",
                      "pluGuid": "5ebb248b-c88f-4b7a-8da3-90d5d04b209d",
                      "childPLUG_UID": "Nrdjx+tK0EOyZcPecfeczg==",
                      "childPluGuid": "c763b736-4aeb-43d0-b265-c3de71f79cce",
                      "date": "2026-06-03T18:31:44.4971429",
                      "normalPrice": 2.0,
                      "salePrice": 3.0,
                      "discountPercentage": 4,
                      "discountPercentageActual": -50,
                      "predictedQuantity": 5.1,
                      "campaign": "sample string 6",
                      "campaignDescription": "sample string 7",
                      "lowQuality": true,
                      "investmentBuy": true,
                      "buffer": 10,
                      "boostDays": 11
                    },
                    {
                      "$ref": "129"
                    }
                  ],
                  "predictions": [
                    {
                      "$ref": "129"
                    },
                    {
                      "$ref": "129"
                    }
                  ],
                  "product": {
                    "$ref": "13"
                  }
                },
                {
                  "$ref": "124"
                }
              ]
            },
            {
              "$ref": "122"
            }
          ],
          "supplierOrderingDetail": {
            "$ref": "11"
          },
          "manufacturerSupplier": "ffb6cb3d-dc2d-4dd7-abf5-cf6698f66375",
          "cartonQuantity": 1,
          "sellPrice": 1,
          "cost": 1,
          "costDecimals": 1,
          "bufferDays": 6,
          "boostDays": 7
        },
        {
          "$ref": "116"
        }
      ],
      "boosts": [
        {
          "$id": "130",
          "autoOrderGuid": "egdgnEqhdEGuQpfHK5f+zw==",
          "autoOrderIdentifier": "9c60077a-a14a-4174-ae42-97c72b97fecf",
          "date": "2026-06-03T18:31:44.4971429",
          "boost": 2
        },
        {
          "$ref": "130"
        }
      ]
    },
    "supplierName": "sample string 34",
    "supplierStoreID": 1,
    "supplierCartonsOnly": true,
    "supplierEnforceMinimumQuantity": true,
    "supplierMinimumOrderValue": 1,
    "storeName": "sample string 37",
    "orderCode": {
      "$id": "131",
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "store": {
      "$ref": "2"
    },
    "supplier": {
      "$ref": "8"
    },
    "totalCostInc": 38.0,
    "totalPickedCostInc": 39.0,
    "totalReceivedCostInc": 40.0,
    "total": {
      "$id": "132",
      "orderGuid": "gmFQEf4gsk6Kv4gfQqHwjA==",
      "orderIdentifier": "11506182-20fe-4eb2-8abf-881f42a1f08c",
      "supplierIdentifier": "GGHkt5yy0EijDM1114tW1A==",
      "supplierGuid": "b7e46118-b29c-48d0-a30c-cd75d78b56d4",
      "records": 1,
      "cartons": 2.1,
      "cartonQuantity": 3,
      "weight": 4,
      "costInc": 5,
      "sellInc": 6,
      "costGST": 7,
      "sellGST": 8,
      "pickedCostInc": 9,
      "pickedSellInc": 10,
      "receivedRecords": 11,
      "receivedWeight": 1,
      "receivedCartons": 1,
      "receivedCartonQuantity": 1,
      "receivedUnits": 1,
      "receivedSellInc": 12,
      "receivedCostInc": 13,
      "receivedCostGST": 14,
      "receivedSellGST": 15,
      "investmentBuyRecords": 16,
      "investmentBuyCartons": 17.1,
      "investmentBuyCartonQuantity": 18,
      "investmentBuyWeight": 19,
      "investmentBuyCostInc": 20,
      "investmentBuySellInc": 21,
      "investmentBuyCostGST": 22,
      "investmentBuySellGST": 23,
      "investmentBuySavedAmount": 24.1
    },
    "details": [
      {
        "$id": "133",
        "id": 1,
        "orderGuid": "02nd5xtjjEqL7tWdGmc31A==",
        "orderIdentifier": "e7dd69d3-631b-4a8c-8bee-d59d1a6737d4",
        "pluG_UID": "HiWxXi7WGECLlEqQPatTuw==",
        "pluGuid": "5eb1251e-d62e-4018-8b94-4a903dab53bb",
        "created": "2026-06-03T18:31:44.4971429",
        "apn": "sample string 1",
        "itemNumber": "sample string 2",
        "directNumber": "sample string 3",
        "directIndicator": "sample string 4",
        "salesMode": 1,
        "orderByWeight": true,
        "sellPrice": 1,
        "inventoryFixed": true,
        "hasInventory": true,
        "inventoryAccuracy": 8,
        "onOrder": 1,
        "onOrderPacks": 1,
        "onHand": 1,
        "onHandPacks": 1,
        "doNotRange": true,
        "doNotOrder": true,
        "cost": 1,
        "costDecimals": 1,
        "pickedCost": 1,
        "pickedCostDecimals": 1,
        "averagePackSize": 11.0,
        "cartonQuantity": 1,
        "cartons": 1,
        "units": 1,
        "weight": 1,
        "pickedCartons": 1,
        "pickedUnits": 1,
        "pickedWeight": 1,
        "shippedCartons": 1,
        "shippedUnits": 1,
        "shippedWeight": 1,
        "receivedCartons": 1,
        "receivedCartonQuantity": 1,
        "receivedTun": "sample string 12",
        "receivedUnits": 1,
        "receivedWeight": 1,
        "received": 1,
        "status": 13,
        "substituteG_UID": "PFiyfsg6x0SsowtpTFWPmg==",
        "substituteGuid": "7eb2583c-3ac8-44c7-aca3-0b694c558f9a",
        "warehousePLUG_UID": "IBwPgO1u5EK+/SJrMEJfYA==",
        "warehousePluGuid": "800f1c20-6eed-42e4-befd-226b30425f60",
        "updated": "2026-06-03T18:31:44.4971429",
        "increment": true,
        "description": "sample string 15",
        "product": {
          "$ref": "13"
        },
        "unknownScan": {
          "$id": "134",
          "pluG_UID": "qTvrLDJHWUmP9NOJBks0jQ==",
          "pluGuid": "2ceb3ba9-4732-4959-8ff4-d389064b348d",
          "orderGuid": "mze4GrS/jEObqGL14fvSgw==",
          "orderIdentifier": "1ab8379b-bfb4-438c-9ba8-62f5e1fbd283",
          "barcode": "sample string 3",
          "created": "2026-06-03T18:31:44.4971429",
          "assigned": true
        },
        "unknownScanItem": true,
        "substitute": {
          "$ref": "13"
        },
        "warehouseProduct": {
          "$ref": "13"
        },
        "lookup": {
          "$id": "135",
          "pluG_UID": "eL9+Dz2NYEeHo9k+0Q6waw==",
          "pluGuid": "0f7ebf78-8d3d-4760-87a3-d93ed10eb06b",
          "inventoryGuid": "669x3phj90+trMxXUaTqbg==",
          "inventoryIdentifier": "de71afeb-6398-4ff7-adac-cc5751a4ea6e",
          "averageWeeklySales": 1.0,
          "promotionalAverageWeeklySales": 1.0,
          "inventoryAverageWeeklySales": 1.0,
          "inventoryPromotionalAverageWeeklySales": 1.0,
          "onHand": 1,
          "onHandPacks": 1,
          "onOrder": 1,
          "onOrderPacks": 1,
          "accuracy": 1,
          "lastOrdered": "2026-06-03T18:31:44.4971429",
          "lastOrderQuantity": 1.1,
          "lastReceived": "2026-06-03T18:31:44.4971429",
          "lastReceivedQuantity": 1.1,
          "lastInvoiceStatus": 1
        },
        "productOrderingDetail": {
          "$ref": "11"
        },
        "dealCost": {
          "$ref": "95"
        },
        "nextCost": {
          "$ref": "95"
        },
        "lastChance": true,
        "holdOff": 18,
        "holdOffDate": "2026-06-03T18:31:44.4971429",
        "orderHeader": {
          "$ref": "113"
        },
        "invoiceDetail": {
          "$id": "136",
          "identifier": "J02ZL5ErhUC719MWeUx3ag==",
          "identifierGuid": "2f994d27-2b91-4085-bbd7-d316794c776a",
          "headerIdentifier": "LjVhiMWcOEmm6tbckb6KCA==",
          "headerIdentifierGuid": "8861352e-9cc5-4938-a6ea-d6dc91be8a08",
          "pluG_UID": "PUkdsuKmHkyyHaZiDYxLKw==",
          "pluGuid": "b21d493d-a6e2-4c1e-b21d-a6620d8c4b2b",
          "pageNo": 1,
          "lineNo": 1,
          "itemOrdered": "sample string 1",
          "itemShipped": "sample string 2",
          "apn": "sample string 3",
          "barcode": "sample string 4",
          "prodStatus": 0,
          "dateAvailable": "2026-06-03T18:31:44.4971429",
          "commodity": "sample string 5",
          "supplier": "sample string 6",
          "itemDesc": "sample string 7",
          "itemType": 48,
          "investmentBuyInd": "A",
          "orderType": "sample string 8",
          "cartonQty": 1,
          "cartonQuantitySpecified": true,
          "soldByWeight": true,
          "orderByWeight": true,
          "unitsOrdered": 1,
          "unitsSupplied": 1,
          "unitsReceived": 1,
          "weightOrdered": 1,
          "weightShipped": 1,
          "weightReceived": 1,
          "unitSpecified": 11,
          "wholesalePrice": 1,
          "extWholesalePrice": 1,
          "normalPrice": 1,
          "retailPrice": 1,
          "pricingUnit": "sample string 12",
          "claimFlag": "A",
          "gstRate": 1,
          "gstAmount": 1,
          "extGstAmount": 1,
          "deliWeight": 1,
          "marginAmount": 1,
          "extMarginAmount": 1,
          "costAmount": 1,
          "orderedCostAmount": 1,
          "extCostAmount": 1,
          "costIncSpecified": true,
          "extendedCostSpecified": true,
          "cartonCostSpecified": true,
          "freightAmount": 16,
          "freightGstAmount": 17,
          "extFreightAmount": 18,
          "extFreightGstAmount": 19,
          "costDecimals": 20,
          "wetRate": 1,
          "containerDeposit": 1,
          "basePrice": 1,
          "wetValue": 1,
          "deliveryFee": 1,
          "casePrice": 1,
          "wholesaleExt": 1,
          "wetExt": 1,
          "totalLitres": 1,
          "tun": "sample string 21",
          "applyDetails": true,
          "applySell": true,
          "applyCost": true,
          "applyOr": true,
          "applyQty": true,
          "itemNumber": "sample string 22",
          "directNumber": "sample string 23",
          "itemSize": "sample string 24",
          "costGst": 1,
          "sellGst": 1,
          "costOr": 1,
          "sellOr": 1,
          "marginOr": 1,
          "grossProfit": 1.0,
          "sell": 1,
          "cartonCost": 1,
          "currentCost": 1,
          "costID": "A",
          "costStart": "2026-06-03T18:31:44.4971429",
          "costEnd": "2026-06-03T18:31:44.4971429",
          "createdFromUnknownScan": true,
          "orderGuid": "M3RowWIY7ECGt9g8tikTGw==",
          "orderIdentifierGuid": "c1687433-1862-40ec-86b7-d83cb629131b",
          "processed": true,
          "received": true,
          "inventoried": true,
          "fromElectronicInvoice": true,
          "allowDelete": true,
          "updated": "2026-06-03T18:31:44.4971429",
          "invoiceNo": "sample string 30",
          "hasInventory": true,
          "existingCost": 32.1,
          "existingSell": 33.1,
          "futureCost": 1.1,
          "futureSell": 1.1,
          "nextSell": 1.1,
          "nextSellCampaignName": "sample string 34",
          "nextSellCampaignDescription": "sample string 35",
          "dealCost": {
            "$ref": "95"
          },
          "nextCost": {
            "$ref": "95"
          },
          "lastChance": true,
          "holdOff": 37,
          "holdOffDate": "2026-06-03T18:31:44.4971429",
          "unknownScan": {
            "$id": "137",
            "pluG_UID": "B42yn9YWrUynyoSJUiHuig==",
            "pluGuid": "9fb28d07-16d6-4cad-a7ca-84895221ee8a",
            "invoiceIdentifier": "lz1FI5v/o0GJ5OKsrDqTOA==",
            "invoiceGuid": "23453d97-ff9b-41a3-89e4-e2acac3a9338",
            "barcode": "sample string 3",
            "itemNumber": "sample string 4",
            "created": "2026-06-03T18:31:44.4971429"
          },
          "productActive": true,
          "productSalesMode": 39,
          "productGSTPercent": 40,
          "productCostCalcMethod": 41,
          "productAlwaysApplyMargin": true,
          "productMarginRanged": true,
          "productMargin": 1.1,
          "productMinimumMargin": 1.1,
          "productMaximumMargin": 1.1,
          "priceGroupG_UID": "Asplfluzzk6AKiyWtCfJxg==",
          "priceGroupGuid": "7e65ca02-b35b-4ece-802a-2c96b427c9c6",
          "priceGroupName": "sample string 44",
          "priceGroupCode": "sample string 45",
          "product": {
            "$ref": "13"
          },
          "incrementCount": true,
          "minimumQuantity": 1,
          "randomWeight": true,
          "salesMode": 47,
          "cartons": 1,
          "weight": 1,
          "units": 1,
          "autoOrderStatus": 1,
          "invoiceDetailReceive": true
        },
        "autoOrderDetail": {
          "$ref": "116"
        },
        "costGSTPercent": 1,
        "orderDetailReceive": true,
        "isBackedUp": true,
        "backupWarehouseIndicator": "sample string 21",
        "backupOrderCode": "sample string 22"
      },
      {
        "$ref": "133"
      }
    ],
    "unknownScans": [
      {
        "$ref": "134"
      },
      {
        "$ref": "134"
      }
    ],
    "transportCompany": {
      "$id": "138",
      "identifier": "jzWXeG7Oy0ORBT1Mkp6cHg==",
      "identifierGuid": "7897358f-ce6e-43cb-9105-3d4c929e9c1e",
      "companyName": "sample string 1",
      "abn": "sample string 2",
      "address1": "sample string 3",
      "address2": "sample string 4",
      "telephone": "sample string 5",
      "primaryContactGuid": "S3vryIdtlU66hOgQ9xNj0Q==",
      "primaryContactID": "c8eb7b4b-6d87-4e95-ba84-e810f71363d1",
      "primaryContact": {
        "$ref": "9"
      }
    },
    "isMetcashSorted": true,
    "backupOrderType": "sample string 42",
    "backupOrderTypeDescription": "sample string 43",
    "backupTradingPartner": 1,
    "backupHostIdentifier": "c4be927d-1d2f-4b57-818e-125e77ca01ca"
  },
  "details": [
    {
      "$ref": "136"
    },
    {
      "$ref": "136"
    }
  ],
  "orderStatus": 1,
  "processLockedInvoice": true
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK���\����5xl/workbook.xml �(�����0D�&�C���E�'.^=x_a�ڒ�?��ě���ٷ�O��O�{򑃲�)h�ܘ1f�%ؓQ�]���y1ݶ��J�o�ʱ(.��Nhe;1Z���a�� 4�CtrXQ����@H>7{��"��՝M���M�l�XQ ��8�dqnMACJL&�pO���&��8�9�g��wXζ��PK���\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
���\�[�''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R12c9467d8f2c4249" /></Relationships>PK���\z��F	�3xl/worksheets/sheet1.xml �(���ks���
����=e{k�Ĺ_7���o��cjc���?
�a��`*U�]j5ҫ�Ԣr��w�����l~>ԕ��W����������oq�����|���v:]
0�~�dq>�]�~<��W�ӻɲ����c��|q7Yᯋo�����j�t~��nz��R~��~��𣖷���c�cr-,�����?�����g�3̾�`1�9��I�	�����&��l��l�<XO�����//�χj;:��|����zz3��}�i��b:�v�B�ܦ����r���n��n8������av��şL���Z�tHa8���\��n�)�c���]*P�G�58c����7����Vyp�~v����m+��-@��
���ݾ������XW������yG�}�^E����Éӎ�~�=��U�&c�|���z�׊xQ}3��}3s�f �雁�Ӷo"P��Ğ�ç]Ѱ.�h4�T�@��=���skzRi��}�@(��s@,B�EUYo�W�_�@,B�E����p#p�Y�n���:��ob:,�����p!���Z��O��Eh��*�LRڔ� bb;(x|�v�Bi�"t�E$)Yp�&��)F(��5��٣hb����ҡ�!
��fw�E�����@�=�FUx�B�6��mi����3�` ���Y�@(���2��My	E�G��>�Hc�K�!BѤ�JZbѪ��E��f m�m���/�vwE�ˤ%&�뛁��}�jKL��71ic������Q�I�a�D�C��*% $]�P��/[hm�>>�I��;D���K�#$]I]�w>�2����t�-$�I����t���vu˩�FG(�SOhG�О7^�B�A�!J�&]�d0/i��G̛t���{BϫS{s^wF
F;��=1�M����y{bΛ6��7Yk�����Ĝ��1 ��Z��T�s��
�J����=���[�`��(���Vʛ�Z��]1���ڹF�R%%�A�:��z~}�+��<!�S{)Rtj]��'�j_��@;��*�D "�n���tR�92@{!�u�Y�P^�@@�S_l�� ���^�+܅�*�)��u�`@y�)o��@���X(��2���{�	�!%��t��M!�!v��2x��2GbHݓ74�,��Q$c�r��#c���VQz�"c�<�;�2G]�#�;{#:!`�cM�T��b4�1(���������d�Tθ�T�!;{#z)9e�+_�"!};��֣
��K"!O~M�='�}ʼn�b�[�$b1�Ξpk�K��*&b1�Yt�m�Q3��@,�=��U�g\4eJX��2�iϢ�J)��c2xS6��9�i�b0��
$�S��-�����'#Rt�֔�ŴgT�4^w����=~���
��d5�8[��M3�_�T������rxq��B��~��n#Ƈ��F@7��a��F<;��݈��׍x~�/#B7��aD�F�:�Hׂ݈bL�7BS���d}'�0]�!L�BS��¤�$�0m�B������mL�/BS���������Ka��-�0uk����ӷ����+S��h�ĵ`G�4�C&r-X�0�k����\�4\g����,8�p�k���M�u�i�΂;-�Y���:��\g����,8�r��Z���Q�uLj�΂K-�Y���:>uL��S�t>uL��S�t>uL��S�tK�&�y,��1�ǂO�y,���ۄ�S�u|�΂O=�Y��:>�\g����,��s��z���S�u|�΂O�Y�i�:>
\g����,�4p�������tn��s#�40������>��~,�42������>�L�F�id:7�%���>�\g����,�4r��&�����u|��΂O�Y�i�:>M{�GXh�-�W[p؉.�p�)D����lI��q)��E{~�[�R[��R��+)�-�k)�-�)�����y'ŰEz�^$^�}��e��N`��Z��◻OR:�^�������}���rL���XGQV�?��3ij��TׂE��c�$��`Wͫ��27)ɪ����ʟꗹ�]�g,ٔ?%ԒO�cB-�?'ԒS��B�^�O
�dY��P��*1)���j1)�������S=!6����\cΦ�:�8�56�Ƨ��g�Ǝ����y��\c�p�W���׹�or�os��r��s�r�s�������+��sG,^yt�3�&4���憞3�8g�q�M�M�M�M�M�M�jr�79��v�K���o��t����&g�F:p��i#8����x�H�Y��m��mk�Q�ۡ���z����W������չ�?PK���\���U�Pxl/_rels/workbook.xml.rels �(���Kn�0@�by�8N�|�M7l)�q�ؑmJ9[=R�P�Jm����h~OO��|�Xoߦ����5
�IJ	e��t
=�T��f��B���0{W�oh¼b̫'���Ď�n�Sױ�	:dY��-�I��C�Z
��:Oh�`v���{�@�\���?%�n�'�Jɮm辬@�-�jYJ!DN	{������w���y�KYq��L((*Ӄ��%�x�Ӳ�P+�!T��k.
�oj��/6_PK���\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK���\1t}m�xl/sharedStrings.xml �(��Ymo�6�|�>�֋e;H�H�dk�yA�4�-�lveQ%�lҢ����d+"ep����p��g�C��Oﻴ�\P�]�ݳa�Y�b�m.�/ϷΤ��d1IY����O_.��=T��e+e~>�h;"�X"	�;"�o"�@b���t�
��`Gh��E��$���~����4B�\�/�2I
�b �\���|-h�FW�qX���gN��	��9���'�6j���Wb�d�@�e�f,�@�֙��7 m*%��D��� 1���K[6�m�-M-���FK0�Q��?^���<���>e��#7���9�<ӝ.�7F#�g�3��6t�^����T�[b9K	ݙ��O}��	��"�{$��{θe�<^�am��@7q5l��Ŷ��D�g��CB�IƢo��s*��1= �7���
G��O�`���������|YI���u��m�#Ҝzk�ܔ/��1�D�d�0{�2Cᅧ&�vy
�tq��+���$1�[H�i`�K1�`G�[0|���"� uN�L��l����3y7r��	f�Ym9;�r����BZ-�a��F��C���e肢т���Q����CV�V��hW�\�+ؗ�jW*!#�Nmo�a�w&����	�((��Z��eL
h��Qu���A��,3C�J3XRLA#��IsCrʩ�+��U��ەbU��q�VZ��{�bv)vG���H5[��WpK��W�$�Fҩ���T彵�vY�.��˸�@=�^�9�@�%6W�.|�ng�~�ww��1q�A4r7r2	&N���p
@|b���	��pL&C'!t���;$GN�@\��ӑY`�-D���X6=�8�
����8<>O������=����6KEK�D�\#b1����uw:�� rH��p+�x�H04�5�H�'B��g����X�w�%�	�x'x� �w">މ�������'���u)�����żw�s��~�;����J�Rt�b%��@>ɫ��a�_��l����h������
~yZ@��PMW�z~�#�<nѰ�
�%�0�+Q��Mt�x	�@�
�3Pw���&����&�i5uA�M$݈��ׄu��ƫ�Ty˪n]���V�޲��lk�2�x)�'���.2�M��$���|oS1����H^ئEK�B1��"#��
�����y��*M�`�+ᠯ�
������tO��-ֿ#���B��@\��e	��R��8�"��z�I9�Ƴ-�6 f8�����W�T	8,�K��T4П��K�a�}���NwoG{
Y������r��OM�9Bݪ�V��I��C�M�'��Й$����hL�u�\��[W�`:4�G�7�̖�ޤ�H���xl�����"�[�vK��"{(ds����7�ђ�������>�����[��|������a�u��rSY"�#��T9_�R$z�C�ظ�n8g��Lj��"U�L�	��a��sN�ߑ�l�;����%��9�h"��($��i�i��&)Φz��YTmZ
>ǵz�T�]����ߙ���(W���钠ӌ�E���b�jt�^hj�}Ʃ}���7+&z4��^�핾U�H��9Z���{���P蝩����.@��g���"KX�h�����Q' �$�N�k'XC�7&����$�(�D�ۯ�k�p���*���L�c|��S@�gE��sP1�.�:�{tK��Pf,���r�?��n�S�^E
�hk�
��KS�q��=S�l~���XO�ʸ�ƿ7�*5uꂢ}sxɼ�6X�
��PͼOA����=�*�����F�����Dp���m�o�o����>�G���}�!W]��?����whtlF#f�x��k�͟��7?�������ٙNQ�)������*T8�tsA��%�?�o���Q�(�o!��PK-���\����5xl/workbook.xmlPK-���\����	�[Content_Types].xmlPK-
���\�[�''V_rels/.relsPK-���\z��F	�3�xl/worksheets/sheet1.xmlPK-���\���U�PZ
xl/_rels/workbook.xml.relsPK-���\Ѓc'2E
�xl/styles.xmlPK-���\1t}m�xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK���\o��5xl/workbook.xml �(�����0��&�C��(�()��x��Э4П�5���H�yۙ��v�l��3�����\��lE��P̟�w�8�B��E�����o:�K����Ă4��z���ay�q?5�(Ť���]�=%�>�hlu�5D~S4�����f
jܲ�0JΝ�����d���[.ʂ_E����F����PK���\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
���\��#''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R2814c46951e342ea" /></Relationships>PK���\z��F	�3xl/worksheets/sheet1.xml �(���ks���
����=e{k�Ĺ_7���o��cjc���?
�a��`*U�]j5ҫ�Ԣr��w�����l~>ԕ��W����������oq�����|���v:]
0�~�dq>�]�~<��W�ӻɲ����c��|q7Yᯋo�����j�t~��nz��R~��~��𣖷���c�cr-,�����?�����g�3̾�`1�9��I�	�����&��l��l�<XO�����//�χj;:��|����zz3��}�i��b:�v�B�ܦ����r���n��n8������av��şL���Z�tHa8���\��n�)�c���]*P�G�58c����7����Vyp�~v����m+��-@��
���ݾ������XW������yG�}�^E����Éӎ�~�=��U�&c�|���z�׊xQ}3��}3s�f �雁�Ӷo"P��Ğ�ç]Ѱ.�h4�T�@��=���skzRi��}�@(��s@,B�EUYo�W�_�@,B�E����p#p�Y�n���:��ob:,�����p!���Z��O��Eh��*�LRڔ� bb;(x|�v�Bi�"t�E$)Yp�&��)F(��5��٣hb����ҡ�!
��fw�E�����@�=�FUx�B�6��mi����3�` ���Y�@(���2��My	E�G��>�Hc�K�!BѤ�JZbѪ��E��f m�m���/�vwE�ˤ%&�뛁��}�jKL��71ic������Q�I�a�D�C��*% $]�P��/[hm�>>�I��;D���K�#$]I]�w>�2����t�-$�I����t���vu˩�FG(�SOhG�О7^�B�A�!J�&]�d0/i��G̛t���{BϫS{s^wF
F;��=1�M����y{bΛ6��7Yk�����Ĝ��1 ��Z��T�s��
�J����=���[�`��(���Vʛ�Z��]1���ڹF�R%%�A�:��z~}�+��<!�S{)Rtj]��'�j_��@;��*�D "�n���tR�92@{!�u�Y�P^�@@�S_l�� ���^�+܅�*�)��u�`@y�)o��@���X(��2���{�	�!%��t��M!�!v��2x��2GbHݓ74�,��Q$c�r��#c���VQz�"c�<�;�2G]�#�;{#:!`�cM�T��b4�1(���������d�Tθ�T�!;{#z)9e�+_�"!};��֣
��K"!O~M�='�}ʼn�b�[�$b1�Ξpk�K��*&b1�Yt�m�Q3��@,�=��U�g\4eJX��2�iϢ�J)��c2xS6��9�i�b0��
$�S��-�����'#Rt�֔�ŴgT�4^w����=~���
��d5�8[��M3�_�T������rxq��B��~��n#Ƈ��F@7��a��F<;��݈��׍x~�/#B7��aD�F�:�Hׂ݈bL�7BS���d}'�0]�!L�BS��¤�$�0m�B������mL�/BS���������Ka��-�0uk����ӷ����+S��h�ĵ`G�4�C&r-X�0�k����\�4\g����,8�p�k���M�u�i�΂;-�Y���:��\g����,8�r��Z���Q�uLj�΂K-�Y���:>uL��S�t>uL��S�t>uL��S�tK�&�y,��1�ǂO�y,���ۄ�S�u|�΂O=�Y��:>�\g����,��s��z���S�u|�΂O�Y�i�:>
\g����,�4p�������tn��s#�40������>��~,�42������>�L�F�id:7�%���>�\g����,�4r��&�����u|��΂O�Y�i�:>M{�GXh�-�W[p؉.�p�)D����lI��q)��E{~�[�R[��R��+)�-�k)�-�)�����y'ŰEz�^$^�}��e��N`��Z��◻OR:�^�������}���rL���XGQV�?��3ij��TׂE��c�$��`Wͫ��27)ɪ����ʟꗹ�]�g,ٔ?%ԒO�cB-�?'ԒS��B�^�O
�dY��P��*1)���j1)�������S=!6����\cΦ�:�8�56�Ƨ��g�Ǝ����y��\c�p�W���׹�or�os��r��s�r�s�������+��sG,^yt�3�&4���憞3�8g�q�M�M�M�M�M�M�jr�79��v�K���o��t����&g�F:p��i#8����x�H�Y��m��mk�Q�ۡ���z����W������չ�?PK���\C����Pxl/_rels/workbook.xml.rels �(���Kn� @��f_����U�l��6�0Ɗ
�&9[=R�P�J�#u�MV��==i���c��L#yCg[Xe9�ҩ��-��~�ݬ�8��&��@Ҋ
-��gJ�48���m�h�'S�{:y=�"�+��g��u���փĝ��	m�L���A�@��[�)z�,Q������)u��,W%�0��#�_��|!SwR�lT%j�y�P#<���ӥ�N��B�+0���5,g5�����PK���\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK���\1t}m�xl/sharedStrings.xml �(��Ymo�6�|�>�֋e;H�H�dk�yA�4�-�lveQ%�lҢ����d+"ep����p��g�C��Oﻴ�\P�]�ݳa�Y�b�m.�/ϷΤ��d1IY����O_.��=T��e+e~>�h;"�X"	�;"�o"�@b���t�
��`Gh��E��$���~����4B�\�/�2I
�b �\���|-h�FW�qX���gN��	��9���'�6j���Wb�d�@�e�f,�@�֙��7 m*%��D��� 1���K[6�m�-M-���FK0�Q��?^���<���>e��#7���9�<ӝ.�7F#�g�3��6t�^����T�[b9K	ݙ��O}��	��"�{$��{θe�<^�am��@7q5l��Ŷ��D�g��CB�IƢo��s*��1= �7���
G��O�`���������|YI���u��m�#Ҝzk�ܔ/��1�D�d�0{�2Cᅧ&�vy
�tq��+���$1�[H�i`�K1�`G�[0|���"� uN�L��l����3y7r��	f�Ym9;�r����BZ-�a��F��C���e肢т���Q����CV�V��hW�\�+ؗ�jW*!#�Nmo�a�w&����	�((��Z��eL
h��Qu���A��,3C�J3XRLA#��IsCrʩ�+��U��ەbU��q�VZ��{�bv)vG���H5[��WpK��W�$�Fҩ���T彵�vY�.��˸�@=�^�9�@�%6W�.|�ng�~�ww��1q�A4r7r2	&N���p
@|b���	��pL&C'!t���;$GN�@\��ӑY`�-D���X6=�8�
����8<>O������=����6KEK�D�\#b1����uw:�� rH��p+�x�H04�5�H�'B��g����X�w�%�	�x'x� �w">މ�������'���u)�����żw�s��~�;����J�Rt�b%��@>ɫ��a�_��l����h������
~yZ@��PMW�z~�#�<nѰ�
�%�0�+Q��Mt�x	�@�
�3Pw���&����&�i5uA�M$݈��ׄu��ƫ�Ty˪n]���V�޲��lk�2�x)�'���.2�M��$���|oS1����H^ئEK�B1��"#��
�����y��*M�`�+ᠯ�
������tO��-ֿ#���B��@\��e	��R��8�"��z�I9�Ƴ-�6 f8�����W�T	8,�K��T4П��K�a�}���NwoG{
Y������r��OM�9Bݪ�V��I��C�M�'��Й$����hL�u�\��[W�`:4�G�7�̖�ޤ�H���xl�����"�[�vK��"{(ds����7�ђ�������>�����[��|������a�u��rSY"�#��T9_�R$z�C�ظ�n8g��Lj��"U�L�	��a��sN�ߑ�l�;����%��9�h"��($��i�i��&)Φz��YTmZ
>ǵz�T�]����ߙ���(W���钠ӌ�E���b�jt�^hj�}Ʃ}���7+&z4��^�핾U�H��9Z���{���P蝩����.@��g���"KX�h�����Q' �$�N�k'XC�7&����$�(�D�ۯ�k�p���*���L�c|��S@�gE��sP1�.�:�{tK��Pf,���r�?��n�S�^E
�hk�
��KS�q��=S�l~���XO�ʸ�ƿ7�*5uꂢ}sxɼ�6X�
��PͼOA����=�*�����F�����Dp���m�o�o����>�G���}�!W]��?����whtlF#f�x��k�͟��7?�������ٙNQ�)������*T8�tsA��%�?�o���Q�(�o!��PK-���\o��5xl/workbook.xmlPK-���\����	�[Content_Types].xmlPK-
���\��#''V_rels/.relsPK-���\z��F	�3�xl/worksheets/sheet1.xmlPK-���\C����PZ
xl/_rels/workbook.xml.relsPK-���\Ѓc'2E
�xl/styles.xmlPK-���\1t}m�xl/sharedStrings.xmlPK��