POST api/invoices

Save invoice

Request Information

URI Parameters

None.

Body Parameters

invoice header to save

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.

Request Formats

application/json, text/json

Sample:
{
  "identifier": "plG9BHojhkG4wffj/M7CPQ==",
  "identifierGuid": "04bd51a6-237a-4186-b8c1-f7e3fccec23d",
  "storeID": 2,
  "tradingPartner": 0,
  "supplierIdentifier": "eN4R2QAxUkuLD9rM7LvEIg==",
  "supplierIdentifierGuid": "d911de78-3100-4b52-8b0f-daccecbbc422",
  "xfer": true,
  "sourceStore": "sample string 3",
  "sourceCode": "sample string 4",
  "sourceAbn": "sample string 5",
  "targetCode": "sample string 6",
  "targetState": "sample string 7",
  "whouseRef": "sample string 8",
  "stateSource": "sample string 9",
  "status": 10,
  "fileID": "sample string 11",
  "created": "2025-06-14T06:20:13.4595012",
  "createdByUser": "sample string 12",
  "updated": "2025-06-14T06:20:13.4595012",
  "transType": 0,
  "transDateTime": "2025-06-14T06:20:13.4595012",
  "invoiceNo": "sample string 13",
  "invoiceText": "sample string 14",
  "adjustmentNo": 1,
  "invoiceDate": "2025-06-14T06:20:13.4595012",
  "claimNo": 1,
  "countReceivedReset": true,
  "accountingExported": true,
  "orderReceived": true,
  "orderGuid": "rbxgdRIVakKSiMeDmfsxTQ==",
  "orderIdentifier": "7560bcad-1512-426a-9288-c78399fb314d",
  "orderNo": 1,
  "orderText": "sample string 18",
  "supplierNotes": "sample string 19",
  "defaultStockReceiveDocumentId": 1,
  "receiptEmailSent": true,
  "receiptEmailSentId": "sample string 21",
  "receiptEmailSentStatus": "sample string 22",
  "customerCd": "sample string 23",
  "storeName": "sample string 24",
  "street": "sample string 25",
  "suburb": "sample string 26",
  "postCd": "sample string 27",
  "debtorCd": "sample string 28",
  "liquorLicense": "sample string 29",
  "bond": "sample string 30",
  "url": "sample string 31",
  "completed": "2025-06-14T06:20:13.4595012",
  "received": "2025-06-14T06:20:13.4595012",
  "invoiceSubTotal": 1.0,
  "itemTotalCost": 1.0,
  "adminFee": 1.0,
  "financeFee": 1.0,
  "invoiceTotal": 1.0,
  "weight": 1.0,
  "salesTax": 1.0,
  "tobaccoTax": 1.0,
  "shrinkWrap": 32.0,
  "gstTotal": 1.0,
  "margin": 1.0,
  "deliveryFee": 1.0,
  "transportFee": 33.0,
  "serviceFee": 1.0,
  "gstOnService": 1.0,
  "gstOnDelivery": 1.0,
  "gstOnShrinkWrap": 1.0,
  "wetTotal": 1.0,
  "gstApplicable": 1.0,
  "gstExempt": 1.0,
  "supplierMatchRequired": true,
  "temperature": 1.1,
  "temperatureScale": 35,
  "rating": 36,
  "completeInvoiceInventory": 37,
  "wineLitres": 1.0,
  "wineValue": 1.0,
  "spiritLitres": 1.0,
  "spiritValue": 1.0,
  "beerLitres": 1.0,
  "beerValue": 1.0,
  "midBeerLitres": 1.0,
  "midBeerValue": 1.0,
  "lowBeerLitres": 1.0,
  "lowBeerValue": 1.0,
  "lowWineLitres": 1.0,
  "lowWineValue": 1.0,
  "deleted": true,
  "supplierName": "sample string 39",
  "invoiceSuffix": "sample string 40",
  "costVariance": 1.0,
  "store": {
    "$id": "2",
    "id": 1,
    "isMaster": true,
    "shortName": "sample string 3",
    "url": "sample string 4",
    "sortOrder": 1,
    "name": "sample string 5",
    "phone": "sample string 6",
    "fax": "sample string 7",
    "email": "sample string 8",
    "address1": "sample string 9",
    "address2": "sample string 10",
    "city": "sample string 11",
    "state": "sample string 12",
    "country": "sample string 13",
    "postCode": "sample string 14",
    "delivery": 1,
    "exportAccounts": 1,
    "salesAccountFolder": "sample string 15",
    "purchaseAccountFolder": "sample string 16",
    "initLoad": 1,
    "initIDs": 1,
    "zoneID": 1,
    "actAsMaster": 1,
    "lastActiveUtc": "2025-06-14T06:20:13.4595012",
    "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": "cd+9Jk4L506RDackj6+KHQ==",
    "hostIdentifierGuid": "26bddf71-0b4e-4ee7-910d-a7248faf8a1d",
    "hostName": 1,
    "hostAddress": "sample string 27",
    "hostUsername": "sample string 28",
    "hostPassword": "sample string 29",
    "excludeFromLeadInOut": true,
    "accountingProvider": 31,
    "accountingAddress": "sample string 32",
    "accountingUsername": "sample string 33",
    "accountingPassword": "sample string 34",
    "storeAccountingCode": "sample string 35",
    "softwareVariance": 36,
    "fuelWarningVariance": 37.0,
    "fuelErrorVariance": 38.0,
    "fuelAccumulatedWarningVariance": 39.0,
    "fuelAccumulatedErrorVariance": 40.0,
    "drawManagment": 41,
    "endOfDayManagment": true,
    "autoFillCashBalancing": true,
    "fuelDayVariance": 44,
    "accountingTradingTime": "00:00:00.1234567",
    "stockActivateProduct": 46,
    "giftCardSalesAccountingDeptCode": "sample string 47",
    "transactionDiscountAccountingDeptCode": "sample string 48",
    "size": 49,
    "updated": "2025-06-14T06:20:13.4595012",
    "priceZoneName": "sample string 51",
    "storeFuelConfigured": true,
    "shippingAddressCopied": true,
    "shippingAddress": {
      "$id": "3",
      "storeID": 1,
      "addressType": 1,
      "address1": "sample string 1",
      "address2": "sample string 2",
      "city": "sample string 3",
      "state": "sample string 4",
      "country": "sample string 5",
      "postCode": "sample string 6"
    },
    "billingAddress": {
      "$ref": "3"
    },
    "hostStoreSettings": [
      {
        "$id": "4",
        "id": 1,
        "hostIdentifier": "DcBFbvbnskSEDkEF1q/45Q==",
        "hostIdentifierGuid": "6e45c00d-e7f6-44b2-840e-4105d6aff8e5",
        "storeID": 2,
        "username": "sample string 3",
        "password": "sample string 4",
        "passwordPlain": "sample string 5",
        "serverAddress": "sample string 6",
        "serverPort": 1,
        "excludeFromLeadInOut": true,
        "useForHostFile": true,
        "metcashPillarID": "sample string 9",
        "metcashStateCode": "sample string 10",
        "metcashCustomerID": "sample string 11",
        "metcashTradingPartnerID": "sample string 12",
        "drakesCustomerNumber": 1,
        "sparCustomerNumber": "sample string 13",
        "sparOrderUsername": "sample string 14",
        "sparOrderPassword": "sample string 15",
        "sparOrderPasswordPlain": "sample string 16",
        "pharmXSiteID": 1,
        "ibaZoneID": 1,
        "ibaState": "sample string 17",
        "foodlandStoreCode": "sample string 18",
        "ilgMemberNumber": "sample string 19",
        "ilgOutletLocation": 1,
        "ilgBaseCost": 1,
        "ilgApplyNonAdvertisedPromos": true,
        "ilgExemptFromFreight": true,
        "ilgOrderDealReview": true,
        "ilgFinanceFee": 1,
        "processPromotions": true,
        "hostProvider": 0,
        "host": {
          "$id": "5",
          "identifier": "qZstHqHg+EOt2F/D4xpbag==",
          "identifierGuid": "1e2d9ba9-e0a1-43f8-add8-5fc3e31a5b6a",
          "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": "bFDaM4w7Y0q2foQgoVMhXg==",
          "hostSupplierIdentifierGuid": "33da506c-3b8c-4a63-b67e-8420a153215e",
          "loyaltyPriceLevelIdentifier": "cKzZKy3iM0qjkmPvgdcxug==",
          "loyaltyPriceLevelIdentifierGuid": "2bd9ac70-e22d-4a33-a392-63ef81d731ba",
          "isGroup": true,
          "description": "sample string 22",
          "hostProvider": 23,
          "hostTypeEnum": 24,
          "hostType": "sample string 25",
          "hostCode": "sample string 26",
          "username": "sample string 27",
          "password": "sample string 28",
          "passwordPlain": "sample string 29",
          "server": "sample string 30",
          "url": "sample string 31",
          "global": true,
          "stateCode": "sample string 33",
          "lastCollected": "2025-06-14T06:20:13.4595012",
          "lastProcessed": "2025-06-14T06:20:13.4595012",
          "hold": true,
          "supplierName": "sample string 35",
          "supplier": {
            "$id": "6",
            "identifier": "WxCvM9cXYEOttOvP2PV20g==",
            "identifierGuid": "33af105b-17d7-4360-adb4-ebcfd8f576d2",
            "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": "KXZFd+qTpUCFIeAOZhY9YA==",
            "primaryContactID": "77457629-93ea-40a5-8521-e00e66163d60",
            "storeID": 1,
            "abn": "sample string 16",
            "supplierGroupIdentifier": "tjP61UF5y0GZVmivJz6e/Q==",
            "supplierGroupGuid": "d5fa33b6-7941-41cb-9956-68af273e9efd",
            "rebate": 1.0,
            "rebateType": 1,
            "rebateFrequency": 1,
            "rebateSource": 1,
            "rebateLastClaimed": "2025-06-14T06:20:13.4595012",
            "rebateLastClaimedAmount": 1.0,
            "cartonsOnly": true,
            "minimumOrderValue": 1,
            "enforceMinimumQuantity": true,
            "freight": 19.0,
            "freightType": 20,
            "deleted": true,
            "deletedUser": "sample string 22",
            "storeName": "sample string 23",
            "primaryContact": {
              "$id": "7",
              "id": "fe093e95-a7ad-420b-8499-762abd2241d8",
              "identifier": "lPH0V7KDjUKm3h5eGif3ZQ==",
              "identifierGuid": "57f4f194-83b2-428d-a6de-1e5e1a27f765",
              "familyName": "sample string 1",
              "givenNames": "sample string 2",
              "otherNames": "sample string 3",
              "title": "sample string 4",
              "dateOfBirth": "sample string 5",
              "sex": "sample string 6",
              "address": "sample string 7",
              "address1": "sample string 8",
              "address2": "sample string 9",
              "town": "sample string 10",
              "state": "sample string 11",
              "country": "sample string 12",
              "postalCode": "sample string 13",
              "telephone": "sample string 14",
              "mobile": "sample string 15",
              "email": "sample string 16",
              "fax": "sample string 17",
              "primary": true
            },
            "contacts": [
              {
                "$id": "8",
                "supplierIdentifier": "Wd1TRlRyME+vv4qMwD/U7Q==",
                "supplierIdentifierGuid": "4653dd59-7254-4f30-afbf-8a8cc03fd4ed",
                "contactGuid": "xq733Jl5CE2SjFSY9oYbig==",
                "contactID": "dcf7aec6-7999-4d08-928c-5498f6861b8a",
                "contact": {
                  "$ref": "7"
                },
                "supplier": {
                  "$ref": "6"
                }
              },
              {
                "$ref": "8"
              }
            ],
            "products": [
              {
                "$id": "9",
                "pluG_UID": "mFDwULGJ/kuB+rruoqxfSA==",
                "pluGuid": "50f05098-89b1-4bfe-81fa-baeea2ac5f48",
                "supplierIdentifier": "zpcC5js+9kG+KMjJnV3Zxg==",
                "supplierIdentifierGuid": "e60297ce-3e3b-41f6-be28-c8c99d5dd9c6",
                "cartonQuantity": 1,
                "cartonQuantityChanged": true,
                "productSize": "sample string 2",
                "cigarettesPerSleeve": 1,
                "randomWeight": true,
                "piecesPerUnit": 4,
                "averagePackSize": 5,
                "effectiveDate": "2025-06-14T06:20:13.4595012",
                "pricedByWeight": true,
                "landedUnitCostEx": 8,
                "landedUnitCostInc": 9,
                "landedCartonCostInc": 10,
                "landedCartonCostEx": 11,
                "standardCost": 12,
                "deliveryFee": 1,
                "deliveryFeeBasis": "sample string 13",
                "pickAndPackFee": 1,
                "pickAndPackFeeBasis": "sample string 14",
                "financeFee": 1,
                "financeFeeBasis": "sample string 15",
                "cartonLength": 1,
                "cartonWidth": 1,
                "cartonHeight": 1,
                "palletLayerQuantity": 1,
                "palletLayers": 1,
                "itemCode": "sample string 16",
                "invoiceCode": "sample string 17",
                "invoiceDesc": "sample string 18",
                "orderDirect": true,
                "useCost": true,
                "minimumQuantity": 19,
                "hostType": 20,
                "fromHost": 21,
                "minimumReorder": 1,
                "maximumReorder": 1,
                "orderMultiple": 22.1,
                "sellMultiple": 23.1,
                "baseMultiple": 24.1,
                "hostStandardCost": 25,
                "hostTotalCost": 26,
                "hostRetail": 27,
                "hostLandedUnitCostEx": 28,
                "hostLandedUnitCostInc": 29,
                "hostDesc": "sample string 30",
                "directIndicator": "sample string 31",
                "availableToOrder": true,
                "hostRangeIndicator": "sample string 33",
                "hostProductType": "sample string 34",
                "hostProductGrade": "sample string 35",
                "hostProductGroup": "sample string 36",
                "hostSlowMoving": true,
                "hostGeneralMerchandise": true,
                "hostPillar": "sample string 39",
                "hostLastUpdated": "2025-06-14T06:20:13.4595012",
                "rebate": 1.0,
                "rebateExclude": true,
                "invoiceCodes": [
                  {
                    "$id": "10",
                    "pluG_UID": "c4o0LN8obEW3Pz1KGFbxzw==",
                    "pluGuid": "2c348a73-28df-456c-b73f-3d4a1856f1cf",
                    "supplierIdentifier": "xPUsfpWXLE2vfTtGISkEbQ==",
                    "supplierIdentifierGuid": "7e2cf5c4-9795-4d2c-af7d-3b462129046d",
                    "invoiceCode": "sample string 1",
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "storeIDs": [
                  1,
                  2
                ],
                "preferredSupplier": true,
                "preferredRebateSupplier": true,
                "supplierName": "sample string 40",
                "salesMode": 41,
                "orderPacked": true,
                "active": true,
                "price": 1,
                "costGstPercent": 43,
                "parentPluG_UID": "gppQaXhZZkC6Y2pJC0GpXQ==",
                "parentPluGuid": "69509a82-5978-4066-ba63-6a490b41a95d",
                "freight": 44.0,
                "freightType": 1,
                "product": {
                  "$id": "11",
                  "plu": 1,
                  "storeID": 1,
                  "masterPluG_UID": "QEA=",
                  "storeIDs": [
                    1,
                    2
                  ],
                  "g_UId": "ildW99DSRkW7C1LMUWmQ7w==",
                  "guid": "f756578a-d2d0-4546-bb0b-52cc516990ef",
                  "apn": "sample string 1",
                  "apnChanged": true,
                  "apnSwitched": true,
                  "barcode": "sample string 4",
                  "itemNumber": "sample string 5",
                  "itemNumberChanged": true,
                  "priceGroupG_UID": "Oe/0lhX5r0GeVNM/eFTz4A==",
                  "priceGroupGuid": "96f4ef39-f915-41af-9e54-d33f7854f3e0",
                  "blueprintID": 1,
                  "lastCountedDate": "2025-06-14T06:20:13.4595012",
                  "externalID": "sample string 7",
                  "active": true,
                  "activated": "2025-06-14T06:20:13.4595012",
                  "pluCreated": "2025-06-14T06:20:13.4595012",
                  "createdByUser": "sample string 9",
                  "name": "sample string 10",
                  "nameChanged": true,
                  "secondDescription": "sample string 12",
                  "hostDescription": "sample string 13",
                  "keepCartonQty": true,
                  "keepDescription": true,
                  "keepDepartments": true,
                  "keepSuppliers": true,
                  "markdownDescription": "sample string 18",
                  "altDescription": "sample string 19",
                  "bestOrExpire": 20,
                  "lastUpdate": "2025-06-14T06:20:13.4595012",
                  "lastManualUpdate": "2025-06-14T06:20:13.4595012",
                  "imageName": "sample string 23",
                  "showImageOnFlipCharts": true,
                  "showTextOnFlipCharts": true,
                  "overrideFlipChartText": true,
                  "flipChartText": "sample string 27",
                  "salesMode": 1,
                  "eftCode": 1,
                  "price": 1,
                  "priceChanged": true,
                  "rrp": 1,
                  "gstPercent": 28,
                  "gstPercentChanged": true,
                  "costGSTPercent": 29,
                  "costGSTPercentChanged": true,
                  "wetPercent": 1,
                  "priceOverride": 1,
                  "cost": 1,
                  "currentCost": 1,
                  "currentCostDecimals": 1,
                  "grossProfit": 1.0,
                  "currentCostDesc": "sample string 30",
                  "currentCostEnd": "2025-06-14T06:20:13.4595012",
                  "currentCostUpdated": "2025-06-14T06:20:13.4595012",
                  "costDecimals": 31,
                  "costChanged": true,
                  "dealCostIdentifier": "QEA=",
                  "excludeFromRebate": true,
                  "rebateOverride": 1,
                  "costCalcMethod": 1,
                  "costCalcMethodChanged": true,
                  "costEffectiveDate": "2025-06-14T06:20:13.4595012",
                  "defaultGP": 1,
                  "breakTargetMode": 32,
                  "break1": 1,
                  "price1": 1,
                  "target1": 33,
                  "break2": 1,
                  "price2": 1,
                  "target2": 34,
                  "break3": 1,
                  "price3": 1,
                  "target3": 35,
                  "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,
                  "awsUpdated": "2025-06-14T06:20:13.4595012",
                  "posTare": 1,
                  "altPrice": 1.0,
                  "altPriceChanged": true,
                  "altPriceMode": 52,
                  "altPriceModeChanged": true,
                  "altPLUG_UID": "E/Iuw1eoRUqgw1fkYW2x4Q==",
                  "altPLUGuid": "c32ef213-a857-4a45-a0c3-57e4616db1e1",
                  "altPLUGuidChanged": true,
                  "altPriceDescription1": "sample string 53",
                  "altPriceDescription2": "sample string 54",
                  "cartonQuantity": 55,
                  "cartonQuantityChanged": true,
                  "trayID": 1,
                  "promptID": 1,
                  "tare": 1,
                  "packQty": 1,
                  "fixedWeight": 1,
                  "extraMesg": 1,
                  "text1": "sample string 57",
                  "text2": "sample string 58",
                  "text3": "sample string 59",
                  "labelText": "sample string 60",
                  "labelTextChanged": true,
                  "sendToScale": true,
                  "nonScaleWeigh": true,
                  "labelFormat": "sample string 64",
                  "barcodeFormat": "sample string 65",
                  "austMade": 1,
                  "coolCode": 66,
                  "countryOfOrigin": "sample string 67",
                  "percentContent": 68.1,
                  "departmentID": 1,
                  "subDepartmentID": 1,
                  "minorDepartmentID": 1,
                  "lesserDepartmentID": 1,
                  "deptCode": "sample string 69",
                  "subDeptCode": "sample string 70",
                  "minorDeptCode": "sample string 71",
                  "lesserDeptCode": "sample string 72",
                  "deptName": "sample string 73",
                  "subDeptName": "sample string 74",
                  "minorDeptName": "sample string 75",
                  "lesserDeptName": "sample string 76",
                  "departmentChanged": true,
                  "subCategoryID": 1,
                  "expiry": 1,
                  "showDays": 1,
                  "datePrint": 1,
                  "labelRequired": true,
                  "labelShelfQty": 79,
                  "labelShelfChanged": true,
                  "labelTalkerQty": 81,
                  "labelSmall": true,
                  "labelLastPrinted": "2025-06-14T06:20:13.4595012",
                  "labelLastPrice": 1,
                  "shelfPageLayoutG_UID": "UDrdMDILzkGzN/OzF3GSdA==",
                  "shelfPageLayoutGuid": "30dd3a50-0b32-41ce-b337-f3b317719274",
                  "talkerPageLayoutG_UID": "oB50IKijtk+eBjE3ofT2Bg==",
                  "talkerPageLayoutGuid": "20741ea0-a3a8-4fb6-9e06-3137a1f4f606",
                  "unitMeasure": 1.1,
                  "unitMeasureChanged": true,
                  "unitMeasureKind": 84,
                  "unitMeasureKindChanged": true,
                  "signIQData": "sample string 86",
                  "refresh": true,
                  "earnLoyaltyPoints": true,
                  "earnLoyaltyPointsChanged": true,
                  "quantityOverride": true,
                  "quantityOverrideChanged": true,
                  "quantityRequired": true,
                  "quantityRequiredChanged": true,
                  "allowDiscounts": true,
                  "allowDiscountsChanged": true,
                  "discountDiscounts": true,
                  "discountDiscountsChanged": true,
                  "itemRecalled": true,
                  "itemRecalledChanged": true,
                  "noRefund": true,
                  "noRefundChanged": true,
                  "allowMarkdown": true,
                  "allowMarkdownChanged": true,
                  "priceRequired": true,
                  "priceRequiredChanged": true,
                  "fuelItem": true,
                  "fuelItemChanged": true,
                  "trackSerial": true,
                  "trackSerialChanged": true,
                  "allowZeroPrice": true,
                  "allowZeroPriceChanged": true,
                  "notForSale": 90,
                  "notForSaleChanged": true,
                  "excludeFromDeals": true,
                  "excludeFromVoucher": true,
                  "minimumAge": 93,
                  "minimumAgeChanged": true,
                  "buyingLimit": 1,
                  "buyingLimitChanged": true,
                  "buyingLimitIndependent": true,
                  "buyingLimitIndependentChanged": true,
                  "inventoryGuid": "vbqmEHAqh0aRs21XB18WWg==",
                  "inventoryIdentifier": "10a6babd-2a70-4687-91b3-6d57075f165a",
                  "inventoryAccuracy": 1,
                  "baseUnits": 97,
                  "orderPacked": 1,
                  "isManufactured": true,
                  "isIngredient": true,
                  "isModifier": true,
                  "isModifierChanged": true,
                  "hasModifiers": 98,
                  "defaultPrinter": "sample string 99",
                  "defaultPrinterGroup": "sample string 100",
                  "ingredientsOnManufacture": true,
                  "manufactureUnitMeasure": 1,
                  "mpl": 1,
                  "maxShelfQty": 101,
                  "allowAutoOrder": true,
                  "warrantyPeriod": 1,
                  "parentPluG_UId": "pHZftP+LO0C9dCnlYeJnSw==",
                  "parentPluGuid": "b45f76a4-8bff-403b-bd74-29e561e2674b",
                  "preferredHostVendor": 103,
                  "preferredHostChanged": true,
                  "code": "sample string 105",
                  "supplierIdentifier": "ql348Q5YpEKTx0K4p4pMaA==",
                  "supplierIdentifierGuid": "f1f85daa-580e-42a4-93c7-42b8a78a4c68",
                  "supplierChanged": true,
                  "rebateSupplierIdentifier": "dVjX5pwlzkyiQ+XZ3AuHNQ==",
                  "rebateSupplierIdentifierGuid": "e6d75875-259c-4cce-a243-e5d9dc0b8735",
                  "rebateSupplierChanged": true,
                  "availableForOrder": true,
                  "warehouseDirectIndicator": "sample string 107",
                  "warehouseDirectIndicatorChanged": true,
                  "productGrade": "sample string 109",
                  "productType": "sample string 110",
                  "productGroup": "sample string 111",
                  "complianceIndicator": "sample string 112",
                  "inhouseBrand": "sample string 113",
                  "slowMoving": true,
                  "generalMerchandise": true,
                  "comment": "sample string 116",
                  "lastUpdatedByUser": "sample string 117",
                  "lastManualUpdatedByUser": "sample string 118",
                  "lastUpdatedByUserOverride": true,
                  "lastUpdatedByHost": "2025-06-14T06:20:13.4595012",
                  "commodity": "sample string 120",
                  "businessPillar": "sample string 121",
                  "mscCommodity": "sample string 122",
                  "hostIdentifier": "C3aNza39CkyYRn+JjN3wew==",
                  "hostIdentifierGuid": "cd8d760b-fdad-4c0a-9846-7f898cddf07b",
                  "serviceFeeID": 1,
                  "serviceFeeIDChanged": true,
                  "providerName": "sample string 124",
                  "aisleEnds": "sample string 125",
                  "deleted": true,
                  "deletedChanged": true,
                  "hidden": true,
                  "doNotRange": true,
                  "doNotRangeChanged": true,
                  "doNotOrder": true,
                  "doNotOrderChanged": true,
                  "locked": true,
                  "excludeFromWebUpdate": true,
                  "excludeFromWebUpdateChanged": true,
                  "webPriceBasedOn": 136,
                  "webPriceRounding": true,
                  "webMarkup": 138,
                  "webPriceMode": 139,
                  "altDepartmentID": 1,
                  "altSubDepartmentID": 1,
                  "altMinorDepartmentID": 1,
                  "altLesserDepartmentID": 1,
                  "altDeptCode": "sample string 140",
                  "altSubDeptCode": "sample string 141",
                  "altMinorDeptCode": "sample string 142",
                  "altLesserDeptCode": "sample string 143",
                  "altDepartmentChanged": true,
                  "storeProducts": [
                    {
                      "$ref": "11"
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "store": {
                    "$ref": "2"
                  },
                  "storePrices": [
                    {
                      "$id": "12",
                      "pluG_UID": "ZglIQ2vyY069UOoQW9XUnA==",
                      "pluGuid": "43480966-f26b-4e63-bd50-ea105bd5d49c",
                      "plu": 1,
                      "storeID": 1,
                      "zoneID": 2,
                      "zoneName": "sample string 3",
                      "store": "sample string 4",
                      "priceNow": 5,
                      "costNow": 6,
                      "costNowDecimals": 7,
                      "normalPrice": 8,
                      "gstPercent": 9,
                      "normalCost": 10,
                      "normalCostDecimals": 11,
                      "costGstPercent": 12,
                      "costCalcMethod": 1,
                      "currentCost": 13,
                      "currentCostDecimals": 14,
                      "break1": 15,
                      "price1": 16,
                      "break2": 17,
                      "price2": 18,
                      "break3": 19,
                      "price3": 20,
                      "fuelItem": 21,
                      "fixedWeight": 22,
                      "active": true,
                      "complianceIndicator": "sample string 23",
                      "doNotOrder": true,
                      "doNotRange": true,
                      "isNormalPriceChangesCampaign": true,
                      "updated": "2025-06-14T06:20:13.4595012"
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "currentPrices": {
                    "$id": "13",
                    "pluPrices": {
                      "$id": "14",
                      "plu": 1,
                      "pluG_UID": "QEA=",
                      "stores": [
                        1,
                        2
                      ],
                      "normalPrice": 1,
                      "cost": 2,
                      "break1": 3,
                      "price1": 4,
                      "break2": 5,
                      "price2": 6,
                      "break3": 7,
                      "price3": 8,
                      "discountPrice": 9,
                      "acceptedUtc": "2025-06-14T06:20:13.4595012",
                      "priceChangeType": 0,
                      "costDecimals": 10
                    },
                    "normalPluPrices": {
                      "$ref": "14"
                    },
                    "winningCampaign": 1,
                    "winner": {
                      "$id": "15",
                      "campaignName": "sample string 1",
                      "campaignDescription": "sample string 2",
                      "startDate": "2025-06-14T06:20:13.4595012",
                      "startTime": 3,
                      "endDate": "2025-06-14T06:20:13.4595012",
                      "endTime": 4,
                      "newPrice": 5,
                      "newCost": 6,
                      "newCostDecimals": 7,
                      "pctDiscount": 8,
                      "promoType": 1,
                      "promotionTypeCode": "sample string 9",
                      "hostType": 10,
                      "hostIdentifier": "h6a9v31fpECQ7AWJ+Ynmow==",
                      "hostIdentifierGuid": "bfbda687-5f7d-40a4-90ec-0589f989e6a3",
                      "storeNames": [
                        "sample string 1",
                        "sample string 2"
                      ]
                    },
                    "details": [
                      {
                        "$ref": "15"
                      },
                      {
                        "$ref": "15"
                      }
                    ]
                  },
                  "tray": {
                    "$id": "16",
                    "g_UId": "sEiLh0bJVESm3oaGdyTeIA==",
                    "guid": "878b48b0-c946-4454-a6de-86867724de20",
                    "name": "sample string 1",
                    "number": 1,
                    "tare": 1
                  },
                  "priceGroup": {
                    "$id": "17",
                    "priceGroupG_UID": "HtYoybgfCUODTD9i8zOTmQ==",
                    "priceGroupGuid": "c928d61e-1fb8-4309-834c-3f62f3339399",
                    "name": "sample string 2",
                    "code": 1,
                    "modified": true,
                    "updated": "2025-06-14T06:20:13.4595012",
                    "buyingLimit": 1,
                    "buyingLimitIndependent": true,
                    "buyingLimitType": 0,
                    "number": 1,
                    "products": [
                      {
                        "$ref": "11"
                      },
                      {
                        "$ref": "11"
                      }
                    ],
                    "productCount": 1
                  },
                  "priceGroupName": "sample string 145",
                  "nutrifacts": {
                    "$id": "18",
                    "pluG_UID": "m3DuI+/xFkqSuJ0ygpNnRg==",
                    "pluGuid": "23ee709b-f1ef-4a16-92b8-9d3282936746",
                    "plu": 1,
                    "servingsPerPack": 1,
                    "servingSize": 1,
                    "showAllergens": 1,
                    "energy": 1,
                    "protein": 1,
                    "fat": 1,
                    "saturated": 1,
                    "carbo": 1,
                    "sugars": 1,
                    "sodium": 1,
                    "potasium": 1,
                    "calcium": 1,
                    "fibre": 1,
                    "soya": 1,
                    "nutsSeeds": 1,
                    "shells": 1,
                    "eggs": 1,
                    "dairy": 1,
                    "gluten": 1,
                    "sulphites": 1,
                    "peanuts": 1,
                    "sesame": 1,
                    "fish": 1,
                    "lupins": 1
                  },
                  "dates": {
                    "$id": "19",
                    "pluGuid": "06ede0f0-1925-460c-88b8-9a6490ad6523",
                    "created": "2025-06-14T06:20:13.4595012",
                    "createdByUser": "sample string 1",
                    "activated": "2025-06-14T06:20:13.4595012",
                    "deactivated": "2025-06-14T06:20:13.4595012",
                    "lastOrdered": "2025-06-14T06:20:13.4595012",
                    "lastOrderedQty": 2.0,
                    "lastReceived": "2025-06-14T06:20:13.4595012",
                    "lastReceivedQty": 3.0,
                    "lastInvoiceStatus": 1,
                    "lastCounted": "2025-06-14T06:20:13.4595012",
                    "lastSold": "2025-06-14T06:20:13.4595012",
                    "firstSold": "2025-06-14T06:20:13.4595012",
                    "awsUpdated": "2025-06-14T06:20:13.4595012",
                    "lastManualUpdate": "2025-06-14T06:20:13.4595012",
                    "lastManualUpdatedByUser": "sample string 5",
                    "lastUpdated": "2025-06-14T06:20:13.4595012",
                    "lastUpdatedByUser": "sample string 7",
                    "lastUpdatedByHost": "2025-06-14T06:20:13.4595012",
                    "doNotRangeUpdated": "2025-06-14T06:20:13.4595012",
                    "doNotOrderUpdated": "2025-06-14T06:20:13.4595012",
                    "tracked": "2025-06-14T06:20:13.4595012"
                  },
                  "allergens": [
                    {
                      "$id": "20",
                      "allergenID": 1,
                      "pluG_UID": "PYxVMgq8KEm8nTsiz5hEtg==",
                      "pluGuid": "32558c3d-bc0a-4928-bc9d-3b22cf9844b6",
                      "contains": 2,
                      "allergenName": "sample string 3",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "20"
                    }
                  ],
                  "costs": {
                    "$id": "21",
                    "pluG_UID": "WJYx06fphUen3+XldLV07Q==",
                    "pluGuid": "d3319658-e9a7-4785-a7df-e5e574b574ed",
                    "enteredCost": 1,
                    "weightedAvgCost": 1,
                    "lastCost": 1,
                    "rawEnteredCost": 2,
                    "rawWeightedAvgCost": 3,
                    "rawLastCost": 4,
                    "freight": 5.0,
                    "freightType": 6,
                    "costDecimals": 7,
                    "fifoCost": 1,
                    "updated": "2025-06-14T06:20:13.4595012",
                    "normalCost": 1,
                    "currentCost": 1
                  },
                  "sales": [
                    {
                      "$id": "22",
                      "saleHeaderID": 1,
                      "created": "2025-06-14T06:20:13.4595012",
                      "createdLocal": "2025-06-14T06:20:13.4595012",
                      "storeID": 3,
                      "storeName": "sample string 4",
                      "operatorG_Uid": "7UMbiMBhNkOeSE0DLa0jEA==",
                      "operatorGuid": "881b43ed-61c0-4336-9e48-4d032dad2310",
                      "operatorName": "sample string 5",
                      "tranType": 1,
                      "plu": 1,
                      "pluG_UId": "o/7ZHMP60U2wVjT+3qxa3g==",
                      "pluGuid": "1cd9fea3-fac3-4dd1-b056-34fedeac5ade",
                      "normalPrice": 1,
                      "totalCents": 1,
                      "cost": 1,
                      "grossProfit": 1,
                      "quantity": 1,
                      "operator": {
                        "$id": "23",
                        "id": 1,
                        "g_Uid": "cCTk0/SOrUKTjtsWYqefMw==",
                        "guid": "d3e42470-8ef4-42ad-938e-db1662a79f33",
                        "operatorNumber": 1,
                        "shortName": "sample string 2",
                        "firstName": "sample string 3",
                        "lastName": "sample string 4",
                        "password": "sample string 5",
                        "hasPassword": true,
                        "passwordText": "sample string 6",
                        "rfidTagID": "sample string 7",
                        "blueprintID": 1,
                        "groupID": 1,
                        "groupName": "sample string 8",
                        "managerGroupID": 1,
                        "managerGroupName": "sample string 9",
                        "zoneID": 1,
                        "zoneName": "sample string 10",
                        "loggedIn": 1,
                        "lastUsedIP": "sample string 11",
                        "deleted": true,
                        "locked": true,
                        "allowOpenTill": true,
                        "webEmail": "sample string 14",
                        "simpleOperatorType": 0,
                        "webRole": "sample string 15",
                        "updated": "2025-06-14T06:20:13.4595012",
                        "passwordResetRequired": true,
                        "alteredInStore": true,
                        "startShift": "2025-06-14T06:20:13.4595012",
                        "endShift": "2025-06-14T06:20:13.4595012",
                        "machineName": "sample string 20",
                        "drawerID": 1,
                        "stores": [
                          {
                            "$id": "24",
                            "operatorG_UID": "rmvw2ajDr0WtZGX0tKUAKw==",
                            "operatorGuid": "d9f06bae-c3a8-45af-ad64-65f4b4a5002b",
                            "storeID": 2,
                            "operator": {
                              "$ref": "23"
                            },
                            "store": {
                              "$ref": "2"
                            }
                          },
                          {
                            "$ref": "24"
                          }
                        ]
                      }
                    },
                    {
                      "$ref": "22"
                    }
                  ],
                  "apns": [
                    {
                      "$id": "25",
                      "pluID": 1,
                      "pluG_UID": "4mAL7qpkm0uqCoNXKHQ28Q==",
                      "pluGuid": "ee0b60e2-64aa-4b9b-aa0a-8357287436f1",
                      "apn": "sample string 1",
                      "deleted": true,
                      "storeID": 1,
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "25"
                    }
                  ],
                  "tuns": [
                    {
                      "$id": "26",
                      "pluG_UId": "V5QZueVMYkemgsNKKMWI5Q==",
                      "pluGuid": "b9199457-4ce5-4762-a682-c34a28c588e5",
                      "apn": "sample string 1",
                      "tun": "sample string 2",
                      "cartonQuantity": 3,
                      "product": {
                        "$ref": "11"
                      },
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "26"
                    }
                  ],
                  "competitionPricing": [
                    {
                      "$id": "27",
                      "identifier": "6lO+RtKcjkW8QfASMccXmg==",
                      "identifierGuid": "46be53ea-9cd2-458e-bc41-f01231c7179a",
                      "pluG_UID": "N/1aPrmeykSZwTjhM1/EhA==",
                      "pluGuid": "3e5afd37-9eb9-44ca-99c1-38e1335fc484",
                      "competitionID": 1,
                      "name": "sample string 2",
                      "sellMultiple": 3,
                      "retailPrice": 4,
                      "storeName": "sample string 5"
                    },
                    {
                      "$ref": "27"
                    }
                  ],
                  "supplier": {
                    "$ref": "6"
                  },
                  "supplierName": "sample string 146",
                  "children": [
                    {
                      "$ref": "11"
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "ordering": {
                    "$ref": "9"
                  },
                  "flipChartPages": [
                    {
                      "$id": "28",
                      "identifier": "o79PFpflV0S3tdwSoyUhbA==",
                      "groupName": "sample string 1",
                      "identifierGuid": "164fbfa3-e597-4457-b7b5-dc12a325216c",
                      "exists": true,
                      "flipChartIdentifier": "EDOA7RgMu0WO+F9zAqkwhQ==",
                      "flipChartIdentifierGuid": "ed803310-0c18-45bb-8ef8-5f7302a93085",
                      "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": "3i3rGjemhkGERiOx/NNXzw==",
                      "groupIdentifierGuid": "1aeb2dde-a637-4186-8446-23b1fcd357cf",
                      "flipChart": {
                        "$id": "29",
                        "identifier": "sd1WDt5KyE29NX6oDJUBsQ==",
                        "identifierGuid": "0e56ddb1-4ade-4dc8-bd35-7ea80c9501b1",
                        "displayName": "sample string 2",
                        "sortOrder": 3,
                        "productsPerRow": 4,
                        "rowsPerPage": 5,
                        "buttonMarginX": 6,
                        "buttonMarginY": 7,
                        "beginButtonsX": 8,
                        "beginButtonsY": 9,
                        "autoSizeButtons": true,
                        "autoSizeGrid": true,
                        "showButtonText": true,
                        "showButtonImage": true,
                        "formLocationX": 1,
                        "formLocationY": 1,
                        "formWidth": 14,
                        "formHeight": 15,
                        "formMaximised": true,
                        "formResizable": true,
                        "formBackgroundImage": "sample string 16",
                        "formBackgroundColourA": 1,
                        "formBackgroundColourR": 1,
                        "formBackgroundColourG": 1,
                        "formBackgroundColourB": 1,
                        "formFontFamily": "sample string 17",
                        "formFontSize": 1.1,
                        "formFontStyle": 1,
                        "formAttributes": "sample string 18",
                        "buttonWidth": 19,
                        "buttonHeight": 20,
                        "buttonAnchor": 21,
                        "buttonBackgroundImage": "sample string 22",
                        "buttonTopColour": 1,
                        "buttonTextColour": 1,
                        "buttonBottomColour": 1,
                        "buttonBorderColour": 1,
                        "buttonBorderWidth": 1,
                        "buttonRadius": 1,
                        "buttonGradientMode": 1,
                        "buttonDropShadow": true,
                        "buttonShadowWidth": 1,
                        "buttonHighLightOnPush": true,
                        "buttonFontFamily": "sample string 23",
                        "buttonFontSize": 1.1,
                        "buttonFontStyle": 1,
                        "buttonTextAlign": 1,
                        "buttonWordBreak": true,
                        "buttonDrawImageAndButton": true,
                        "buttonVerticalText": true,
                        "buttonImageAlign": 1,
                        "panelLocationX": 1,
                        "panelLocationY": 1,
                        "panelWidth": 1,
                        "panelHeight": 1,
                        "panelAnchor": 1,
                        "panelFontFamily": "sample string 24",
                        "panelFontSize": 1.1,
                        "panelFontStyle": 1,
                        "panelBackgroundColour": 1,
                        "panelTextColour": 1,
                        "panelAttributes": "sample string 25",
                        "unsentCount": 26,
                        "group": {
                          "$id": "30",
                          "identifier": "LYuwUtjt40OrPXMWOC0iuA==",
                          "identifierGuid": "52b08b2d-edd8-43e3-ab3d-7316382d22b8",
                          "name": "sample string 2",
                          "formType": "sample string 3",
                          "forms": [
                            {
                              "$id": "31",
                              "id": 1,
                              "g_UID": "c62Dev2aLkq+JLuObXwBkQ==",
                              "guid": "7a83ad73-9afd-4a2e-be24-bb8e6d7c0191",
                              "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": "MbEYst0Sd0OM0WlXQ4pfSA==",
                              "previousFormGuid": "b218b131-12dd-4377-8cd1-6957438a5f48",
                              "nextForm": 1,
                              "nextFormG_UID": "z5VoahWs9UGZpxUbtDOabQ==",
                              "nextFormGuid": "6a6895cf-ac15-41f5-99a7-151bb4339a6d",
                              "attributes": "sample string 10",
                              "updated": "2025-06-14T06:20:13.4595012",
                              "positioning": 1,
                              "contentPanel": "sample string 11",
                              "selectionMode": 1,
                              "maximumSelections": 1,
                              "alteredInStore": true,
                              "deleted": true,
                              "blueprintID": 1,
                              "preserveLayout": true,
                              "mainCheckoutFormName": "sample string 13",
                              "nextCheckoutForm": {
                                "$ref": "31"
                              },
                              "previousCheckoutForm": {
                                "$ref": "31"
                              },
                              "buttons": [
                                {
                                  "$id": "32",
                                  "id": 1,
                                  "checkoutFormID": 2,
                                  "checkoutFormG_UID": "aOS9zqb1Kk2lw4UHI5i1IA==",
                                  "checkoutFormGuid": "cebde468-f5a6-4d2a-a5c3-85072398b520",
                                  "identifier": "clddpBXc5kGNh/uz1rZZmg==",
                                  "identifierGuid": "a45d5772-dc15-41e6-8d87-fbb3d6b6599a",
                                  "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": "hPH8wslkVECaPftIUNMoWw==",
                                  "valueGuid": "c2fcf184-64c9-4054-9a3d-fb4850d3285b",
                                  "buttonText": "sample string 10",
                                  "valueText": "sample string 11",
                                  "drawImageAndButton": true,
                                  "updated": "2025-06-14T06:20:13.4595012",
                                  "action": "sample string 12",
                                  "valueForm": {
                                    "$ref": "31"
                                  },
                                  "image": {
                                    "$id": "33",
                                    "name": "sample string 3.sample string 4",
                                    "imageID": 2,
                                    "imageName": "sample string 3",
                                    "imageExtension": "sample string 4",
                                    "lastUpdate": "2025-06-14T06:20:13.4595012",
                                    "imageData": "QEA=",
                                    "readOnly": true
                                  }
                                },
                                {
                                  "$ref": "32"
                                }
                              ],
                              "panels": [
                                {
                                  "$id": "34",
                                  "id": 1,
                                  "checkoutFormID": 2,
                                  "checkoutFormG_UID": "M3kRYm3Jc0Oh08i/rmwYrg==",
                                  "checkoutFormGuid": "62117933-c96d-4373-a1d3-c8bfae6c18ae",
                                  "panelType": "sample string 4",
                                  "name": "sample string 5",
                                  "locationX": 6,
                                  "locationY": 7,
                                  "width": 8,
                                  "height": 9,
                                  "anchor": 10,
                                  "fontFamily": "sample string 11",
                                  "fontSize": 12.1,
                                  "fontStyle": 13,
                                  "backgroundColour": 14,
                                  "textColour": 15,
                                  "attributes": "sample string 16"
                                },
                                {
                                  "$ref": "34"
                                }
                              ]
                            },
                            {
                              "$ref": "31"
                            }
                          ],
                          "panels": [
                            {
                              "$ref": "34"
                            },
                            {
                              "$ref": "34"
                            }
                          ]
                        },
                        "pages": [
                          {
                            "$ref": "28"
                          },
                          {
                            "$ref": "28"
                          }
                        ]
                      },
                      "contentPanel": {
                        "$ref": "34"
                      },
                      "products": [
                        {
                          "$id": "35",
                          "flipChartPageIdentifier": "7NbQtAbf6E+unhL2MqAvXw==",
                          "flipChartPageIdentifierGuid": "b4d0d6ec-df06-4fe8-ae9e-12f632a02f5f",
                          "pluG_UID": "O9fb6Npd60ynL0/0+J1bXA==",
                          "pluGuid": "e8dbd73b-5dda-4ceb-a72f-4ff4f89d5b5c",
                          "sortOrder": 3,
                          "sent": true,
                          "productChanged": true,
                          "productImageName": "sample string 6",
                          "productShowImageOnFlipCharts": true,
                          "productShowTextOnFlipCharts": true,
                          "productOverrideFlipChartText": true,
                          "productFlipChartText": "sample string 10",
                          "product": {
                            "$ref": "11"
                          },
                          "departmentSortOrder": 11,
                          "subDepartmentName": "sample string 12"
                        },
                        {
                          "$ref": "35"
                        }
                      ],
                      "productCount": 27,
                      "pages": [
                        {
                          "$ref": "28"
                        },
                        {
                          "$ref": "28"
                        }
                      ]
                    },
                    {
                      "$ref": "28"
                    }
                  ],
                  "priceHistory": [
                    {
                      "$id": "36",
                      "pluG_UID": "OJ9kLoB9rku4YkZ4YPd8tQ==",
                      "pluGuid": "2e649f38-7d80-4bae-b862-467860f77cb5",
                      "price": 1,
                      "costCalcMethod": 1,
                      "cost": 2,
                      "weightedAvgCost": 3,
                      "lastCost": 4,
                      "rawCost": 5,
                      "rawWeightedAvgCost": 6,
                      "rawLastCost": 7,
                      "costDecimals": 8,
                      "serviceFeeID": 9,
                      "freight": 10.0,
                      "freightType": 11,
                      "process": "sample string 12",
                      "user": "sample string 13",
                      "updated": "2025-06-14T06:20:13.4595012",
                      "previousPrice": 1,
                      "previousCostCalcMethod": 1,
                      "previousCost": 1,
                      "previousWeightedAvgCost": 1,
                      "previousLastCost": 1,
                      "previousRawCost": 15,
                      "previousRawWeightedAvgCost": 16,
                      "previousRawLastCost": 17,
                      "previousCostDecimals": 1,
                      "previousServiceFeeID": 18,
                      "previousFreight": 19.0,
                      "previousFreightType": 20,
                      "storeID": 21,
                      "storeName": "sample string 22",
                      "serviceFeeDescription": "sample string 23",
                      "previousServiceFeeDescription": "sample string 24"
                    },
                    {
                      "$ref": "36"
                    }
                  ],
                  "ingredients": [
                    {
                      "$id": "37",
                      "pluG_UID": "Wiu6Sc59HUGJh/s6JWxBHw==",
                      "ingredientGuid": "9qqkn0KROEOgIpZHxCEqYQ==",
                      "ingredientIdentifier": "9fa4aaf6-9142-4338-a022-9647c4212a61",
                      "quantity": 1.0,
                      "storeIDs": [
                        1,
                        2
                      ],
                      "ingredientText": "sample string 1",
                      "ingredient": {
                        "$ref": "11"
                      }
                    },
                    {
                      "$ref": "37"
                    }
                  ],
                  "bins": [
                    {
                      "$id": "38",
                      "pluG_UID": "gDRuy3y5nEODAAEEOla7UA==",
                      "pluGuid": "cb6e3480-b97c-439c-8300-01043a56bb50",
                      "shelfLocationIdentifier": "RMCmA1VncEyCOrOXSo4bzg==",
                      "shelfLocationGuid": "03a6c044-6755-4c70-823a-b3974a8e1bce",
                      "labelShelfDefault": 1,
                      "labelTalkerDefault": 1,
                      "labelSmall": true,
                      "labelPageLayoutG_UID": "htYqlODiRUqB/POVbEropw==",
                      "labelPageLayoutGuid": "942ad686-e2e0-4a45-81fc-f3956c4ae8a7",
                      "updated": "2025-06-14T06:20:13.4595012",
                      "electronicShelfLabelIdentifier": "sample string 5",
                      "electronicshelfLabelsConfigurationID": 6,
                      "labelShelfChanged": true,
                      "productName": "sample string 8",
                      "locationText": "sample string 9",
                      "product": {
                        "$ref": "11"
                      },
                      "location": {
                        "$id": "39",
                        "identifier": "dgQ9nJ+NC02aYNZY2kBf1w==",
                        "storeID": 1,
                        "identifierGuid": "9c3d0476-8d9f-4d0b-9a60-d658da405fd7",
                        "name": "sample string 2",
                        "haccp": true,
                        "blueprintID": 1,
                        "updated": "2025-06-14T06:20:13.4595012",
                        "minTemp": 1,
                        "maxTemp": 1,
                        "checkFrequency": 1,
                        "storeCaseConfiguration": 5,
                        "storeName": "sample string 6",
                        "bins": [
                          {
                            "$ref": "38"
                          },
                          {
                            "$ref": "38"
                          }
                        ]
                      }
                    },
                    {
                      "$ref": "38"
                    }
                  ],
                  "bin": {
                    "$ref": "38"
                  },
                  "scaleLocations": [
                    {
                      "$id": "40",
                      "plu": 1,
                      "pluG_UID": "JTuWrlEWu0mSHb+nEMweeA==",
                      "pluGuid": "ae963b25-1651-49bb-921d-bfa710cc1e78",
                      "deptNo": 1,
                      "product": {
                        "$ref": "11"
                      },
                      "scaleLocation": {
                        "$id": "41",
                        "id": 1,
                        "deptNo": 1,
                        "deptCode": "sample string 2",
                        "name": "sample string 3",
                        "enabled": true,
                        "updated": "2025-06-14T06:20:13.4595012",
                        "department": {
                          "$id": "42",
                          "id": 1,
                          "name": "sample string 2",
                          "code": "sample string 3",
                          "sortOrder": 4,
                          "isLiquor": true,
                          "isTobacco": true,
                          "excludeTalker": true,
                          "externalSales": true,
                          "saleGLCode": "sample string 9",
                          "cogsglCode": "sample string 10",
                          "accountingCategoryID": 11,
                          "maximumMarkdownPercentage": 12.0,
                          "accountingOnly": true,
                          "generateExternalID": 1,
                          "useNonReportableTaxCode": true,
                          "minPLU": 15,
                          "maxPLU": 16,
                          "scaleLocation": {
                            "$ref": "41"
                          },
                          "subDepartments": [
                            {
                              "$id": "43",
                              "id": 1,
                              "departmentID": 2,
                              "name": "sample string 3",
                              "code": "sample string 4",
                              "departmentCode": "sample string 5",
                              "externalSales": true,
                              "minorDepartments": [
                                {
                                  "$id": "44",
                                  "id": 1,
                                  "subDepartmentID": 2,
                                  "departmentID": 3,
                                  "name": "sample string 4",
                                  "subDepartmentCode": "sample string 5",
                                  "departmentCode": "sample string 6",
                                  "code": "sample string 7",
                                  "lesserDepartments": [
                                    {
                                      "$id": "45",
                                      "id": 1,
                                      "departmentID": 2,
                                      "subDepartmentID": 3,
                                      "minorDepartmentID": 4,
                                      "name": "sample string 5",
                                      "code": "sample string 6",
                                      "departmentCode": "sample string 7",
                                      "subDepartmentCode": "sample string 8",
                                      "minorDepartmentCode": "sample string 9",
                                      "updated": "2025-06-14T06:20:13.4595012",
                                      "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": "iAOmE3Nv9U6PmFnxCrZ28Q==",
                                      "labelPageLayoutGuid": "13a60388-6f73-4ef5-8f98-59f10ab676f1",
                                      "minimumAge": 17,
                                      "countryOfOrigin": "sample string 18",
                                      "serviceFeeID": 1,
                                      "eftCode": 19,
                                      "defaultPrinter": "sample string 20",
                                      "defaultPrinterGroup": "sample string 21",
                                      "buyingLimit": 1,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitType": 0,
                                      "includeInDistinctLimit": true,
                                      "defaultsEmpty": false,
                                      "mscCat": {
                                        "$id": "46",
                                        "dept": 1,
                                        "category": 2,
                                        "name": "sample string 3",
                                        "active": true,
                                        "mscCommodities": [
                                          {
                                            "$id": "47",
                                            "dept": 1,
                                            "category": 2,
                                            "commodity": 3,
                                            "name": "sample string 4",
                                            "active": true,
                                            "mscSubCommodities": [
                                              {
                                                "$id": "48",
                                                "dept": 1,
                                                "category": 2,
                                                "commodity": 3,
                                                "subCommodity": 4,
                                                "name": "sample string 5",
                                                "active": true,
                                                "subCommodityCode": "sample string 7"
                                              },
                                              {
                                                "$ref": "48"
                                              }
                                            ],
                                            "commodityCode": "sample string 6"
                                          },
                                          {
                                            "$ref": "47"
                                          }
                                        ],
                                        "categoryCode": "sample string 5"
                                      },
                                      "mscCom": {
                                        "$ref": "47"
                                      },
                                      "mscDep": {
                                        "$id": "49",
                                        "dept": 1,
                                        "name": "sample string 2",
                                        "active": true,
                                        "mscCategories": [
                                          {
                                            "$ref": "46"
                                          },
                                          {
                                            "$ref": "46"
                                          }
                                        ],
                                        "deptCode": "sample string 4"
                                      },
                                      "mscSubCom": {
                                        "$ref": "48"
                                      }
                                    },
                                    {
                                      "$ref": "45"
                                    }
                                  ],
                                  "updated": "2025-06-14T06:20:13.4595012",
                                  "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": "J88vb2/81U2SC/ULPu+Sew==",
                                  "labelPageLayoutGuid": "6f2fcf27-fc6f-4dd5-920b-f50b3eef927b",
                                  "minimumAge": 15,
                                  "countryOfOrigin": "sample string 16",
                                  "serviceFeeID": 1,
                                  "eftCode": 17,
                                  "defaultPrinter": "sample string 18",
                                  "defaultPrinterGroup": "sample string 19",
                                  "buyingLimit": 1,
                                  "buyingLimitIndependent": true,
                                  "buyingLimitType": 0,
                                  "includeInDistinctLimit": true,
                                  "defaultsEmpty": false,
                                  "mscCat": {
                                    "$ref": "46"
                                  },
                                  "mscCom": {
                                    "$ref": "47"
                                  },
                                  "mscDep": {
                                    "$ref": "49"
                                  },
                                  "mscSubCom": {
                                    "$ref": "48"
                                  }
                                },
                                {
                                  "$ref": "44"
                                }
                              ],
                              "investmentBuyOverride": true,
                              "updated": "2025-06-14T06:20:13.4595012",
                              "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": "sIKiPUhS902JJvIAX9U9tg==",
                              "labelPageLayoutGuid": "3da282b0-5248-4df7-8926-f2005fd53db6",
                              "minimumAge": 15,
                              "countryOfOrigin": "sample string 16",
                              "serviceFeeID": 1,
                              "eftCode": 17,
                              "defaultPrinter": "sample string 18",
                              "defaultPrinterGroup": "sample string 19",
                              "buyingLimit": 1,
                              "buyingLimitIndependent": true,
                              "buyingLimitType": 0,
                              "includeInDistinctLimit": true,
                              "defaultsEmpty": false,
                              "mscCat": {
                                "$ref": "46"
                              },
                              "mscCom": {
                                "$ref": "47"
                              },
                              "mscDep": {
                                "$ref": "49"
                              },
                              "mscSubCom": {
                                "$ref": "48"
                              }
                            },
                            {
                              "$ref": "43"
                            }
                          ],
                          "stores": [
                            1,
                            2
                          ],
                          "investmentBuyOverride": true,
                          "updated": "2025-06-14T06:20:13.4595012",
                          "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": "Dohvof8t0UmZpe4+9yArLg==",
                          "labelPageLayoutGuid": "a16f880e-2dff-49d1-99a5-ee3ef7202b2e",
                          "minimumAge": 25,
                          "countryOfOrigin": "sample string 26",
                          "serviceFeeID": 1,
                          "eftCode": 27,
                          "defaultPrinter": "sample string 28",
                          "defaultPrinterGroup": "sample string 29",
                          "buyingLimit": 1,
                          "buyingLimitIndependent": true,
                          "buyingLimitType": 0,
                          "includeInDistinctLimit": true,
                          "defaultsEmpty": false,
                          "mscCat": {
                            "$ref": "46"
                          },
                          "mscCom": {
                            "$ref": "47"
                          },
                          "mscDep": {
                            "$ref": "49"
                          },
                          "mscSubCom": {
                            "$ref": "48"
                          }
                        }
                      }
                    },
                    {
                      "$ref": "40"
                    }
                  ],
                  "nextPrice": {
                    "$id": "50",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "plu": 1,
                    "hostOfferID": 1,
                    "metcashPromotionID": "sample string 4",
                    "metcashPromotionPlacement": "sample string 5",
                    "pluG_UID": "BHWQWjjdi0SHOQP8L5ACyw==",
                    "pluGuid": "5a907504-dd38-448b-8739-03fc2f9002cb",
                    "newPrice": 1,
                    "pctDiscount": 1,
                    "newCost": 1,
                    "newCostDecimals": 6,
                    "dealCostIdentifier": "jE/uxOv1BE+2kMApXi1ZZQ==",
                    "dealCostGuid": "c4ee4f8c-f5eb-4f04-b690-c0295e2d5965",
                    "pluName": "sample string 7",
                    "apn": "sample string 8",
                    "fuelItem": true,
                    "priceGroupG_UID": "lIOFp36LF0Gw2QEoV8SwAg==",
                    "priceGroupGuid": "a7858394-8b7e-4117-b0d9-012857c4b002",
                    "itemNumber": "sample string 10",
                    "cri": "sample string 11",
                    "pluPrice": 12,
                    "pluCost": 13,
                    "pluCostIndicator": "sample string 14",
                    "pluPriceGstPercent": 15,
                    "pluCostGstPercent": 16,
                    "pluActive": true,
                    "cartonQty": 1.1,
                    "baseUnits": 18.1,
                    "salesMode": 1,
                    "pluNormalCost": 19,
                    "pluaws": 20.0,
                    "directNumber": "sample string 21",
                    "departmentName": "sample string 22",
                    "subDepartmentName": "sample string 23",
                    "priceGroupName": "sample string 24",
                    "supplierName": "sample string 25",
                    "stockOnHand": 1.1,
                    "stockOnOrder": 1.1,
                    "lastReceived": "2025-06-14T06:20:13.4595012",
                    "rrp": 26,
                    "campaignDescription": "sample string 27",
                    "campaignComboPriceGroupG_UID": "ADprwxuvZUi6pPNg/QLPOQ==",
                    "campaignComboPriceGroupIdentifier": "c36b3a00-af1b-4865-baa4-f360fd02cf39",
                    "promotionPlacementDescription": "sample string 28",
                    "storeAcceptances": [
                      {
                        "$id": "51",
                        "plu": 1,
                        "pluG_UId": "QEA=",
                        "campaignID": 1,
                        "campaignName": "sample string 2",
                        "storeID": 3,
                        "acceptedUtc": "2025-06-14T06:20:13.4595012",
                        "operatorG_UID": "PqUS5vhnMU+gsts+FwQb1w==",
                        "operatorGuid": "e612a53e-67f8-4f31-a0b2-db3e17041bd7",
                        "machineID": 1,
                        "processed": true,
                        "appliedUtc": "2025-06-14T06:20:13.4595012",
                        "signIqTicketFileMovedUtc": "2025-06-14T06:20:13.4595012",
                        "user": "sample string 6",
                        "campaignDescription": "sample string 7",
                        "productDesc": "sample string 8",
                        "storeName": "sample string 9",
                        "effectiveUtc": "2025-06-14T06:20:13.4595012",
                        "priceChangeType": 0,
                        "operatorName": "sample string 10",
                        "hostCampaign": true,
                        "product": {
                          "$ref": "11"
                        },
                        "campaignPlu": {
                          "$ref": "50"
                        }
                      },
                      {
                        "$ref": "51"
                      }
                    ],
                    "campaign": {
                      "$id": "52",
                      "id": 1,
                      "storeID": 2,
                      "name": "792bc5d8-e299-48c6-b5db-e99afe75a077",
                      "nameGuid": "792bc5d8-e299-48c6-b5db-e99afe75a077",
                      "description": "sample string 4",
                      "showDiscounts": true,
                      "showTotals": true,
                      "onlyEvaluateOnSubtotal": true,
                      "useDescription": true,
                      "campaignType": 1,
                      "startDate": "2025-06-14T06:20:13.4595012",
                      "startTime": 1,
                      "endDate": "2025-06-14T06:20:13.4595012",
                      "endTime": 1,
                      "recurrence": 1,
                      "recurrenceType": 1,
                      "monthType": 1,
                      "weekDays": 1,
                      "months": 1,
                      "monthWeeks": 1,
                      "monthDays": "sample string 7",
                      "printed": true,
                      "talkerText": "sample string 8",
                      "rangeDescription": "sample string 9",
                      "dealDescription": "sample string 10",
                      "labelQuantity": 11,
                      "active": 1,
                      "deactivated": "2025-06-14T06:20:13.4595012",
                      "system": true,
                      "created": "2025-06-14T06:20:13.4595012",
                      "updated": "2025-06-14T06:20:13.4595012",
                      "priceChangeNotifiedUtc": "2025-06-14T06:20:13.4595012",
                      "promoType": 1,
                      "promotionTypeCode": "sample string 13",
                      "hostIdentifier": "oUbqoYrSpUu37nZ0OU03ZA==",
                      "hostIdentifierGuid": "a1ea46a1-d28a-4ba5-b7ee-7674394d3764",
                      "hostType": 14,
                      "createdByUser": "sample string 15",
                      "fromHost": true,
                      "deleted": true,
                      "campaignDeleted": "2025-06-14T06:20:13.4595012",
                      "updatedByUser": "sample string 18",
                      "offerID": 1,
                      "isPriceChangeCampaign": true,
                      "stores": [
                        1,
                        2
                      ],
                      "storeNames": [
                        "sample string 1",
                        "sample string 2"
                      ],
                      "campaignPlus": [
                        {
                          "$ref": "50"
                        },
                        {
                          "$ref": "50"
                        }
                      ],
                      "campaignPools": [
                        {
                          "$id": "53",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "plu": 4,
                          "pluG_UID": "XtI8E6f45kuJLC6XWVIHIw==",
                          "pluGuid": "133cd25e-f8a7-4be6-892c-2e9759520723",
                          "hostOfferID": 1,
                          "priceGroupG_UID": "UNMMKVJMgUOyfc0QkldIvA==",
                          "priceGroupGuid": "290cd350-4c52-4381-b27d-cd10925748bc",
                          "fuelItem": true,
                          "pluName": "sample string 6",
                          "apn": "sample string 7",
                          "pluActive": true,
                          "cartonQty": 1,
                          "baseUnits": 9.1,
                          "cri": "sample string 10",
                          "salesMode": 1,
                          "pluaws": 11.0,
                          "directNumber": "sample string 12",
                          "departmentName": "sample string 13",
                          "subDepartmentName": "sample string 14",
                          "priceGroupName": "sample string 15",
                          "supplierName": "sample string 16",
                          "stockOnHand": 1.1,
                          "stockOnOrder": 1.1,
                          "lastReceived": "2025-06-14T06:20:13.4595012",
                          "rrp": 17,
                          "campaignDescription": "sample string 18",
                          "product": {
                            "$ref": "11"
                          },
                          "campaign": {
                            "$ref": "52"
                          }
                        },
                        {
                          "$ref": "53"
                        }
                      ],
                      "sellingRules": [
                        {
                          "$id": "54",
                          "id": 1,
                          "identifier": "BUBdNLAMEU+dbc0XxrP6Mg==",
                          "identifierStr": "BUBdNLAMEU+dbc0XxrP6Mg==",
                          "identifierGuid": "345d4005-0cb0-4f11-9d6d-cd17c6b3fa32",
                          "campaignID": 4,
                          "campaignName": "sample string 5",
                          "ruleJoin": 1,
                          "ruleType": 6,
                          "operand0": "sample string 7",
                          "comparisonOp": 1,
                          "operand1": "sample string 8",
                          "action": 1,
                          "operand2": "sample string 9",
                          "operand3": "sample string 10",
                          "includeExcludedItems": true,
                          "noFurtherDiscounts": true,
                          "description": "sample string 11",
                          "sortOrder": 1,
                          "isItemRule": false,
                          "prevDept": "sample string 12",
                          "campaign": {
                            "$ref": "52"
                          }
                        },
                        {
                          "$ref": "54"
                        }
                      ],
                      "customers": [
                        {
                          "$id": "55",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "customerID": "fhjGCg95CUaAthRMKR+7Bg==",
                          "customerIDGuid": "0ac6187e-790f-4609-80b6-144c291fbb06",
                          "campaign": {
                            "$ref": "52"
                          },
                          "customer": {
                            "$id": "56",
                            "identifier": "bfyYJMRtckuAODoRHmXmWw==",
                            "identifierGuid": "2498fc6d-6dc4-4b72-8038-3a111e65e65b",
                            "code": "sample string 2",
                            "familyName": "sample string 3",
                            "givenName": "sample string 4",
                            "otherName": "sample string 5",
                            "title": "sample string 6",
                            "dateOfBirth": "2025-06-14T06:20:13.4751489",
                            "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": "hAPugubOw0mKRwKYKJMn2A==",
                            "communityIdentifierGuid": "82ee0384-cee6-49c3-8a47-0298289327d8",
                            "joined": "2025-06-14T06:20:13.4751489",
                            "updated": "2025-06-14T06:20:13.4751489",
                            "active": true,
                            "reasonInactive": 1,
                            "groupCustomer": true,
                            "loyaltyPoints": 1,
                            "homeStoreID": 1,
                            "availableSpend": 1,
                            "priceLevelIdentifier": "S8XgVl8XQEuPFyJQs1HRRQ==",
                            "priceLevelIdentifierGuid": "56e0c54b-175f-4b40-8f17-2250b351d145",
                            "marketingID": "sample string 18",
                            "hidden": true,
                            "registered": true,
                            "registeredOn": "2025-06-14T06:20:13.4751489",
                            "emailMarketing": true,
                            "smsMarketing": true,
                            "deleted": true,
                            "deletedUser": "sample string 24",
                            "homeStoreName": "sample string 25",
                            "customerCards": [
                              {
                                "$id": "57",
                                "cardType": 2,
                                "issueDate": "2025-06-14T06:20:13.4751489",
                                "expiry": "2025-06-14T06:20:13.4751489",
                                "customerID": "kgQmcUgnYEi4F6KCFw3eAQ==",
                                "customerIDGuid": "71260492-2748-4860-b817-a282170dde01",
                                "initialValue": 1,
                                "currentValue": 1,
                                "maxLimit": 1,
                                "minTransaction": 1,
                                "maxTransaction": 1,
                                "multiplier": 1.1,
                                "active": true,
                                "reasonInactive": 1,
                                "idRequired": true,
                                "idType": 1,
                                "idValue": "sample string 5",
                                "updated": "2025-06-14T06:20:13.4751489",
                                "linkedAccount": "ZyPaPbQcnEiMJVjWX48E2Q==",
                                "linkedAccountGuid": "3dda2367-1cb4-489c-8c25-58d65f8f04d9",
                                "currentValueChanged": true,
                                "limitsChanged": true,
                                "customer": {
                                  "$ref": "56"
                                },
                                "account": {
                                  "$id": "58",
                                  "id": 1,
                                  "identifier": "2iq+lqFbbUmKPTQ7ks6NOQ==",
                                  "identifierGuid": "96be2ada-5ba1-496d-8a3d-343b92ce8d39",
                                  "referenceNo": "sample string 3",
                                  "name": "sample string 4",
                                  "created": "2025-06-14T06:20:13.4751489",
                                  "owner": "Wt0RDdloZkKU0V3+mkp6+w==",
                                  "ownerGuid": "0d11dd5a-68d9-4266-94d1-5dfe9a4a7afb",
                                  "accountStoreGroupIdentifier": "ePbv0CF0fkeVs80DKvU4Ng==",
                                  "accountStoreGroupGuid": "d0eff678-7421-477e-95b3-cd032af53836",
                                  "accountType": 1,
                                  "currentBalance": 1,
                                  "externalID": "sample string 7",
                                  "maximumLimit": 1,
                                  "accruePoints": true,
                                  "loyaltyPoints": 1,
                                  "termsOfTrade": 1,
                                  "signatureRequired": true,
                                  "referenceRequired": true,
                                  "statementSendType": 10,
                                  "ageingPeriod": 1,
                                  "monthlyAgeingPeriod": true,
                                  "explodedInvoice": true,
                                  "isFifoAllocation": true,
                                  "lastStatementSent": "2025-06-14T06:20:13.4751489",
                                  "active": true,
                                  "updated": "2025-06-14T06:20:13.4751489",
                                  "deleted": true,
                                  "deletedUser": "sample string 16",
                                  "currentBalanceChanged": true,
                                  "maximumLimitChanged": true,
                                  "loyaltyPointsChanged": true,
                                  "projectedBalance": 17,
                                  "accountStoreGroupStoreIDs": [
                                    1,
                                    2
                                  ],
                                  "customerEmail": "sample string 18",
                                  "ownerCustomer": {
                                    "$ref": "56"
                                  },
                                  "card": {
                                    "$ref": "57"
                                  },
                                  "members": {
                                    "$id": "59",
                                    "sample string 1": [
                                      {
                                        "$ref": "56"
                                      },
                                      {
                                        "$ref": "56"
                                      }
                                    ],
                                    "sample string 2": [
                                      {
                                        "$ref": "56"
                                      },
                                      {
                                        "$ref": "56"
                                      }
                                    ]
                                  },
                                  "customerGroups": [
                                    {
                                      "$id": "60",
                                      "identifier": "933lZHopCU2LOLaU9YB8iQ==",
                                      "identifierGuid": "64e57df7-297a-4d09-8b38-b694f5807c89",
                                      "name": "sample string 2",
                                      "primaryContact": "wV3yTcmdB0OWOeVEqsdLAg==",
                                      "primaryContactGuid": "4df25dc1-9dc9-4307-9639-e544aac74b02",
                                      "accountID": "l0yoJPbJ8U2xMBfmYrUm6Q==",
                                      "accountIDGuid": "24a84c97-c9f6-4df1-b130-17e662b526e9",
                                      "special": true,
                                      "updated": "2025-06-14T06:20:13.4751489",
                                      "active": true,
                                      "reasonInactive": 1,
                                      "priceLevelIdentifier": "Fwfv809r1UuoZU9ttN+aHw==",
                                      "priceLevelIdentifierGuid": "f3ef0717-6b4f-4bd5-a865-4f6db4df9a1f",
                                      "deleted": true,
                                      "account": {
                                        "$ref": "58"
                                      },
                                      "primaryContactCustomer": {
                                        "$ref": "56"
                                      },
                                      "customerGroupMembers": [
                                        {
                                          "$id": "61",
                                          "id": 1,
                                          "groupID": "b0UXttSGYECLrUfytepA2Q==",
                                          "groupIDGuid": "b617456f-86d4-4060-8bad-47f2b5ea40d9",
                                          "customerID": "tn6jw3CSYUWFVjiquq7BaQ==",
                                          "customerIDGuid": "c3a37eb6-9270-4561-8556-38aabaaec169",
                                          "card": "sample string 4",
                                          "linkedAccount": "Dom9tIIiPUGlq0unf1lBJw==",
                                          "linkedAccountGuid": "b4bd890e-2282-413d-a5ab-4ba77f594127",
                                          "customer": {
                                            "$ref": "56"
                                          },
                                          "group": {
                                            "$ref": "60"
                                          },
                                          "customerCard": {
                                            "$ref": "57"
                                          }
                                        },
                                        {
                                          "$ref": "61"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "60"
                                    }
                                  ]
                                },
                                "payments": [
                                  {
                                    "$id": "62",
                                    "id": 1,
                                    "identifier": "Ab//S7GQkUOQOBj3h7jIsA==",
                                    "identifierGuid": "4bffbf01-90b1-4391-9038-18f787b8c8b0",
                                    "storeID": 2,
                                    "operatorName": "sample string 3",
                                    "saleHeaderID": 4,
                                    "paymentType": 5,
                                    "amount": 6,
                                    "account": "sample string 7",
                                    "accountID": "1Rlehk4Ehke/W5qE/zKRXg==",
                                    "accountIDGuid": "865e19d5-044e-4786-bf5b-9a84ff32915e",
                                    "customerAccount": {
                                      "$ref": "58"
                                    },
                                    "customerCard": {
                                      "$ref": "57"
                                    },
                                    "accountType": 1,
                                    "cardName": "sample string 8",
                                    "authorisationNumber": "sample string 9",
                                    "bankReference": "sample string 10",
                                    "merchantID": "sample string 11",
                                    "terminalID": "sample string 12",
                                    "cardNumber": "sample string 13",
                                    "paymentDate": "2025-06-14T06:20:13.4751489",
                                    "invRocNo": "sample string 14",
                                    "responseCode": "sample string 15",
                                    "cashout": 1,
                                    "tip": 16,
                                    "idempotentVoid": "lLKlA27lfUq/tSmgXVa2xg==",
                                    "idempotentVoidGuid": "03a5b294-e56e-4a7d-bfb5-29a05d56b6c6",
                                    "offline": true,
                                    "processed": 1,
                                    "storeSaleHeader": {
                                      "$id": "63",
                                      "saleHeaderID": 1,
                                      "saleHeaderGuid": "ELyrscc6jkSpvOZVuP8F2Q==",
                                      "saleHeaderIdentifierGuid": "b1abbc10-3ac7-448e-a9bc-e655b8ff05d9",
                                      "created": "2025-06-14T06:20:13.4751489",
                                      "createdLocal": "2025-06-14T06:20:13.4751489",
                                      "createdText": "sample string 4",
                                      "itemCount": 5,
                                      "totalAmount": 6,
                                      "cashTender": 1,
                                      "cardTender": 1,
                                      "cheqTender": 1,
                                      "acctTender": 1,
                                      "voucherTender": 1,
                                      "loyaltyPoints": 1,
                                      "cashout": 1,
                                      "changeAmount": 1,
                                      "rounding": 1,
                                      "gstAmount": 1,
                                      "transactionDiscountTender": 1,
                                      "totalTip": 7,
                                      "tranType": 1,
                                      "processed": 1,
                                      "imported": "2025-06-14T06:20:13.4751489",
                                      "storeID": 1,
                                      "operatorG_Uid": "NNgyTYqQSkutrIGA0HUKeA==",
                                      "operatorGuid": "4d32d834-908a-4b4a-adac-8180d0750a78",
                                      "customerG_Uid": "4+3w/L2kQkygEc2+LVHqpw==",
                                      "customerGuid": "fcf0ede3-a4bd-4c42-a011-cdbe2d51eaa7",
                                      "communityIdentifier": "x1HpeXpgKkGwqeSS3JxVNg==",
                                      "communityIdentifierGuid": "79e951c7-607a-412a-b0a9-e492dc9c5536",
                                      "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": "cpR+gNrspE+ym6vbXst2KA==",
                                      "priceLevelIdentifierGuid": "807e9472-ecda-4fa4-b29b-abdb5ecb7628",
                                      "locked": 36,
                                      "relationChecksum": "sample string 37",
                                      "loyaltyTender": 1,
                                      "giftCardTender": 1,
                                      "operator": {
                                        "$ref": "23"
                                      },
                                      "customer": {
                                        "$ref": "56"
                                      },
                                      "communityOrganisation": {
                                        "$id": "64",
                                        "id": 1,
                                        "identifier": "RWFdnYpXqkS9InJBny/fmA==",
                                        "identifierGuid": "9d5d6145-578a-44aa-bd22-72419f2fdf98",
                                        "name": "sample string 3",
                                        "lookupIdentifier": "sample string 4",
                                        "externalID": "sample string 5",
                                        "phone": "sample string 6",
                                        "fax": "sample string 7",
                                        "email": "sample string 8",
                                        "address1": "sample string 9",
                                        "address2": "sample string 10",
                                        "city": "sample string 11",
                                        "postCode": "sample string 12",
                                        "state": "sample string 13",
                                        "country": "sample string 14",
                                        "totalAmountAwarded": 15.1,
                                        "updated": "2025-06-14T06:20:13.4751489",
                                        "deleted": true
                                      },
                                      "details": [
                                        {
                                          "$id": "65",
                                          "saleItemID": 1,
                                          "identifier": "pujviRXRt0q+JJLR4qM7cw==",
                                          "identifierGuid": "89efe8a6-d115-4ab7-be24-92d1e2a33b73",
                                          "saleHeaderID": 2,
                                          "plu": 1,
                                          "pluG_UId": "nRyb25EfA0y/JgSxDzAWwg==",
                                          "pluGuid": "db9b1c9d-1f91-4c03-bf26-04b10f3016c2",
                                          "accountID": "xbf7FrYVQ0iBCHdUoEcW/w==",
                                          "accountIDGuid": "16fbb7c5-15b6-4843-8108-7754a04716ff",
                                          "normalPrice": 3,
                                          "originalSellingPrice": 4,
                                          "discountPrice": 5,
                                          "unit": 1,
                                          "quantity": 6,
                                          "totalCents": 7,
                                          "fixedPrice": 1,
                                          "tranType": 1,
                                          "discountType": 1,
                                          "cost": 1,
                                          "costDecimals": 8,
                                          "markdown": 1,
                                          "manualQuantity": 1,
                                          "manualPrice": 1,
                                          "manualMode": 1,
                                          "active": 1,
                                          "offline": true,
                                          "barcode": "sample string 9",
                                          "keyedSale": 1,
                                          "discountedID": 1,
                                          "fuelID": 1,
                                          "serialNumber": "sample string 10",
                                          "bestOrExpire": "2025-06-14T06:20:13.4751489",
                                          "bestOrExpireType": 1,
                                          "providerName": "sample string 11",
                                          "refundG_UID": "sIiiHMFdC0OkDjMpof72Hg==",
                                          "refundGuid": "1ca288b0-5dc1-430b-a40e-3329a1fef61e",
                                          "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": "Ct8pgc9Xikab/tgWmRbZeg==",
                                          "idempotentVoidGuid": "8129df0a-57cf-468a-9bfe-d8169916d97a",
                                          "priceLevelIdentifier": "UYNnZqkJYEiy1p/OqDPYbQ==",
                                          "priceLevelIdentifierGuid": "66678351-09a9-4860-b2d6-9fcea833d86d",
                                          "productName": "sample string 23",
                                          "apn": "sample string 24",
                                          "unknownScans": [
                                            {
                                              "$id": "66",
                                              "id": 1,
                                              "saleDetailID": 2,
                                              "storeID": 1,
                                              "scanned": "2025-06-14T06:20:13.4751489",
                                              "operatorG_UID": "QEA=",
                                              "barcode": "sample string 4",
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "66"
                                            }
                                          ],
                                          "refund": {
                                            "$id": "67",
                                            "id": 1,
                                            "g_UID": "5jcbezgwk0W+pS2kbHG4OQ==",
                                            "guid": "7b1b37e6-3038-4593-bea5-2da46c71b839",
                                            "description": "sample string 1",
                                            "dumped": true,
                                            "inventoryReasonID": 1,
                                            "sortOrder": 1,
                                            "updated": "2025-06-14T06:20:13.4751489"
                                          },
                                          "modifier": {
                                            "$id": "68",
                                            "id": 1,
                                            "setG_UID": "cku/93t0G0iTmCinWIq4PA==",
                                            "modifierSetGuid": "f7bf4b72-747b-481b-9398-28a7588ab83c",
                                            "name": "sample string 2",
                                            "price": 1,
                                            "quantity": 1,
                                            "modifierType": 1,
                                            "groupNumber": 1,
                                            "pageNumber": 1,
                                            "controlOrder": 1,
                                            "printToStation": true,
                                            "pluG_UID": "dFKSnLNxtkO3pIVmMF0LAg==",
                                            "pluGuid": "9c925274-71b3-43b6-b7a4-8566305d0b02",
                                            "deleted": true,
                                            "g_UID": "B+Ag0cEx0UWJZOAB67F9UA==",
                                            "guid": "d120e007-31c1-45d1-8964-e001ebb17d50",
                                            "product": {
                                              "$ref": "11"
                                            }
                                          },
                                          "priceLevelName": "sample string 25",
                                          "pumpNumber": 1,
                                          "hoseNumber": 1
                                        },
                                        {
                                          "$ref": "65"
                                        }
                                      ],
                                      "eftReceipts": [
                                        {
                                          "$id": "69",
                                          "id": 1,
                                          "storeID": 1,
                                          "saleHeaderID": 2,
                                          "storeSaleHeader": {
                                            "$ref": "63"
                                          },
                                          "receipt": "sample string 3",
                                          "processed": 1
                                        },
                                        {
                                          "$ref": "69"
                                        }
                                      ],
                                      "payments": [
                                        {
                                          "$ref": "62"
                                        },
                                        {
                                          "$ref": "62"
                                        }
                                      ],
                                      "cards": [
                                        {
                                          "$id": "70",
                                          "id": 1,
                                          "saleHeaderID": 1,
                                          "identifier": "sample string 2",
                                          "cardType": 3,
                                          "providerName": "sample string 4"
                                        },
                                        {
                                          "$ref": "70"
                                        }
                                      ],
                                      "campaignHits": [
                                        {
                                          "$id": "71",
                                          "id": 1,
                                          "saleHeaderID": 2,
                                          "campaign": "sample string 3",
                                          "name": "sample string 4",
                                          "processed": 1,
                                          "campaignDescription": "sample string 5"
                                        },
                                        {
                                          "$ref": "71"
                                        }
                                      ],
                                      "fuel": [
                                        {
                                          "$id": "72",
                                          "id": 1,
                                          "plu": 1,
                                          "pluG_UID": "2EztP5I2iEyyjgQqtwQWzA==",
                                          "pluGuid": "3fed4cd8-3692-4c88-b28e-042ab70416cc",
                                          "saleHeaderID": 2,
                                          "totalCents": 3,
                                          "grade": 1,
                                          "gradeDescription": "sample string 4",
                                          "dispenser": 1,
                                          "hose": 1,
                                          "quantity": 1,
                                          "cost": 1,
                                          "acquirerNum": 1,
                                          "attendant": 1,
                                          "ePurseBalance": 1.0,
                                          "cardSignature": "sample string 5",
                                          "compartmentNumber": 1,
                                          "contractNumber": 1,
                                          "discountCardPAN": "sample string 6",
                                          "discountID": 1,
                                          "discountName": "sample string 7",
                                          "discountNetValue": 1.0,
                                          "discountType": 1,
                                          "discountValue": 1.0,
                                          "discretionaryData": "sample string 8",
                                          "driverID": "sample string 9",
                                          "eftBatchNumber": 1,
                                          "eftResponseCode": "sample string 10",
                                          "endDateTime": "2025-06-14T06:20:13.4751489",
                                          "engineHours": 1.1,
                                          "fposNumber": 1,
                                          "loyaltyCardPAN": "sample string 11",
                                          "miscData1": 1,
                                          "miscData2": "sample string 12",
                                          "miscFlags": 1,
                                          "mop": 1,
                                          "odometer": 1,
                                          "panNumber": "sample string 13",
                                          "saleRefund": true,
                                          "saleStatus": 1,
                                          "sequenceNumber": 1,
                                          "stan": 1,
                                          "startDateTime": "2025-06-14T06:20:13.4751489",
                                          "tagNumber": "sample string 15",
                                          "trackTwoRem": "sample string 16",
                                          "transCode": 1,
                                          "transType": 1,
                                          "unitPrice": 1.0,
                                          "vehicleReg": "sample string 17",
                                          "offline": true,
                                          "processed": 1
                                        },
                                        {
                                          "$ref": "72"
                                        }
                                      ],
                                      "fuelResells": [
                                        {
                                          "$id": "73",
                                          "saleItemID": 1,
                                          "saleHeaderID": 2,
                                          "plu": 1,
                                          "pluG_UId": "N4Um52YFVkO+x8EnWYxP8w==",
                                          "pluGuid": "e7268537-0566-4356-bec7-c127598c4ff3",
                                          "accountID": "LAFCZkiL0UeoJA/A8R52ww==",
                                          "accountIDGuid": "6642012c-8b48-47d1-a824-0fc0f11e76c3",
                                          "normalPrice": 3,
                                          "originalSellingPrice": 4,
                                          "discountPrice": 5,
                                          "unit": 1,
                                          "quantity": 6,
                                          "totalCents": 7,
                                          "fixedPrice": 1,
                                          "tranType": 1,
                                          "processed": 1,
                                          "discountType": 1,
                                          "cost": 1,
                                          "costDecimals": 1,
                                          "markdown": 1,
                                          "manualQuantity": 1,
                                          "manualPrice": 1,
                                          "manualMode": 1,
                                          "active": 1,
                                          "barcode": "sample string 8",
                                          "offline": 1,
                                          "keyedSale": 1,
                                          "discountedID": 1,
                                          "fuelID": 1,
                                          "serialNumber": "sample string 9",
                                          "bestOrExpire": "2025-06-14T06:20:13.4751489",
                                          "bestOrExpireType": 1,
                                          "refundG_UID": "sBJ+INmebEe6t8z7KaFB8g==",
                                          "refundGuid": "207e12b0-9ed9-476c-bab7-ccfb29a141f2",
                                          "providerName": "sample string 10",
                                          "campaign": "sample string 11",
                                          "campaignType": 1,
                                          "modifiedID": 1,
                                          "omittedIngredient": 1,
                                          "taxPercent": 1.0,
                                          "taxAmount": 1.0,
                                          "refundablePrice": 1.0,
                                          "showDiscounts": true,
                                          "orderPrinted": true,
                                          "note": "sample string 14",
                                          "modifierName": "sample string 15",
                                          "modifierSetName": "sample string 16",
                                          "totalValueWasScanned": true,
                                          "sold": true,
                                          "campaignPrice": true,
                                          "scannedValue": 1,
                                          "campaignName": "sample string 20",
                                          "comboDiscount": 1
                                        },
                                        {
                                          "$ref": "73"
                                        }
                                      ],
                                      "customerOrder": [
                                        {
                                          "$id": "74",
                                          "identifier": "SzWkkzXOiUqLaGdcS/eTbw==",
                                          "identifierGuid": "93a4354b-ce35-4a89-8b68-675c4bf7936f",
                                          "id": 1,
                                          "orderNo": 2,
                                          "externalSaleIdentifier": "sample string 3",
                                          "storeID": 4,
                                          "zoneID": 5,
                                          "deptNo": 6,
                                          "customerIdentifier": "7DAdy/DzCU+YHPXsbdsTtg==",
                                          "customerIdentifierGuid": "cb1d30ec-f3f0-4f09-981c-f5ec6ddb13b6",
                                          "operatorNo": 1,
                                          "operatorG_UID": "Ra58Iqk0qEiS/SEGX2N8QQ==",
                                          "operatorGuid": "227cae45-34a9-48a8-92fd-21065f637c41",
                                          "created": "2025-06-14T06:20:13.4751489",
                                          "ordered": "2025-06-14T06:20:13.4751489",
                                          "started": "2025-06-14T06:20:13.4751489",
                                          "completed": "2025-06-14T06:20:13.4751489",
                                          "supplied": "2025-06-14T06:20:13.4751489",
                                          "quickTicket": 1,
                                          "deleted": true,
                                          "walkAway": true,
                                          "approxWait": 1,
                                          "actualWait": 1,
                                          "deliveryMethod": 8,
                                          "externalSaleType": 9,
                                          "customer": {
                                            "$ref": "56"
                                          },
                                          "operator": {
                                            "$ref": "23"
                                          },
                                          "details": [
                                            {
                                              "$id": "75",
                                              "headerID": 1,
                                              "plu": 1,
                                              "pluG_UId": "5vasQA+BOk6mqvzgZE6j/Q==",
                                              "pluGuid": "40acf6e6-810f-4e3a-a6aa-fce0644ea3fd",
                                              "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": "Ilnvk+hn4UK96UmmTn03oQ==",
                                              "headerIdentifierGuid": "93ef5922-67e8-42e1-bde9-49a64e7d37a1",
                                              "product": {
                                                "$ref": "11"
                                              }
                                            },
                                            {
                                              "$ref": "75"
                                            }
                                          ],
                                          "storeName": "sample string 11",
                                          "customerName": "sample string 12",
                                          "storeReplyTo": "sample string 13",
                                          "storeSubjectLine": "sample string 14",
                                          "storeSaleHeader": {
                                            "$ref": "63"
                                          }
                                        },
                                        {
                                          "$ref": "74"
                                        }
                                      ],
                                      "surveyResponses": [
                                        {
                                          "$id": "76",
                                          "surveyG_UID": "2/GgSb0+00SK7XpqXtUdXQ==",
                                          "surveyGuid": "49a0f1db-3ebd-44d3-8aed-7a6a5ed51d5d",
                                          "saleHeaderGuid": "I0Yi9tnAy06LyE3bmK2R8A==",
                                          "saleGuid": "f6224623-c0d9-4ecb-8bc8-4ddb98ad91f0",
                                          "textResponse": "sample string 1",
                                          "integerResponse": 1,
                                          "g_UIDResponse": "dc7TSUVeAkKpttyr2HRM0g==",
                                          "guidResponse": "49d3ce75-5e45-4202-a9b6-dcabd8744cd2",
                                          "whoAnswered": 2,
                                          "answeredAtUTC": "2025-06-14T06:20:13.4751489",
                                          "sale": {
                                            "$ref": "63"
                                          },
                                          "survey": {
                                            "$id": "77",
                                            "g_UID": "0GC91QjGh0iQUSmnAQSDkg==",
                                            "guid": "d5bd60d0-c608-4887-9051-29a701048392",
                                            "name": "sample string 1",
                                            "storeID": 2,
                                            "zoneID": 1,
                                            "checkoutFormG_UID": "x7I7dn7NdE6VN4aYtViKUg==",
                                            "checkoutFormGuid": "763bb2c7-cd7e-4e74-9537-8698b5588a52",
                                            "displayToWho": 3,
                                            "displayWhen": 4,
                                            "start": "2025-06-14T06:20:13.4751489",
                                            "end": "2025-06-14T06:20:13.4751489",
                                            "deleted": true,
                                            "updated": "2025-06-14T06:20:13.4751489",
                                            "possibleIntegerResponses": [
                                              1,
                                              2
                                            ],
                                            "possibleTextResponses": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "possibleGuidResponses": [
                                              "3161cf21-3b35-4536-b4f4-fdb065ec010e",
                                              "b3f2e472-a1dd-48f3-b133-aa26d5b30551"
                                            ],
                                            "allowsAllTextResponses": true,
                                            "surveyForm": {
                                              "$ref": "31"
                                            }
                                          },
                                          "ingressId": "sample string 4"
                                        },
                                        {
                                          "$ref": "76"
                                        }
                                      ],
                                      "storeName": "sample string 38",
                                      "machineName": "sample string 39",
                                      "operatorName": "sample string 40",
                                      "direction": 1,
                                      "reason": "sample string 41",
                                      "accountG_UID": "BwkMNaAoGEquBsgfemou3w==",
                                      "accountIdentifier": "350c0907-28a0-4a18-ae06-c81f7a6a2edf",
                                      "accountName": "sample string 42",
                                      "customerOrderIdentifier": "B1REty7kbkqYIhEh3PCFCw==",
                                      "customerOrderIdentifierGuid": "b7445407-e42e-4a6e-9822-1121dcf0850b",
                                      "priceLevelName": "sample string 43",
                                      "revision": 44,
                                      "ingressId": "sample string 45"
                                    },
                                    "metadata": {
                                      "$id": "78",
                                      "id": 1,
                                      "paymentID": 2,
                                      "paymentIdentifier": "v/Rb3xzSSUKpun+posye9A==",
                                      "paymentIdentifierGuid": "df5bf4bf-d21c-4249-a9ba-7fa9a2cc9ef4",
                                      "identifier": "z1S9K9W790u3aXmrdWXwxg==",
                                      "identifierGuid": "2bbd54cf-bbd5-4bf7-b769-79ab7565f0c6",
                                      "metadata": "sample string 3",
                                      "signatureImage": "QEA=",
                                      "itemIdentifier": "AyTtcF+5FkO9NPKwOF48CQ==",
                                      "itemIdentifierGuid": "70ed2403-b95f-4316-bd34-f2b0385e3c09"
                                    }
                                  },
                                  {
                                    "$ref": "62"
                                  }
                                ]
                              },
                              {
                                "$ref": "57"
                              }
                            ],
                            "customerGroupMembers": [
                              {
                                "$ref": "61"
                              },
                              {
                                "$ref": "61"
                              }
                            ],
                            "customerGroups": [
                              {
                                "$ref": "60"
                              },
                              {
                                "$ref": "60"
                              }
                            ],
                            "accounts": [
                              {
                                "$ref": "58"
                              },
                              {
                                "$ref": "58"
                              }
                            ],
                            "account": {
                              "$ref": "58"
                            },
                            "vouchers": [
                              {
                                "$id": "79",
                                "customerIdentifier": "FS3j87PS30OH9mi3+h2i3g==",
                                "customerIdentifierGuid": "f3e32d15-d2b3-43df-87f6-68b7fa1da2de",
                                "voucherName": "sample string 2",
                                "count": 3,
                                "storeID": 4,
                                "barcode": "sample string 5",
                                "redeemCount": 6,
                                "issueCount": 7,
                                "storeSalePaymentID": 1,
                                "idempotentID": "SUhd+p/EVUOCvC9SMBj0Mw==",
                                "idempotentGuid": "fa5d4849-c49f-4355-82bc-2f523018f433",
                                "offline": true,
                                "voucher": {
                                  "$id": "80",
                                  "id": 1,
                                  "name": "sample string 2",
                                  "description": "sample string 3",
                                  "shortDescription": "sample string 4",
                                  "url": "sample string 5",
                                  "barcodeTemplateID": 1,
                                  "expiry": 0,
                                  "voucherType": 6,
                                  "limitPerTransaction": 7,
                                  "customerTracking": true,
                                  "discountAccount": "sample string 9",
                                  "endDate": "2025-06-14T06:20:13.4751489",
                                  "barcodeTemplate": {
                                    "$id": "81",
                                    "templateID": 1,
                                    "template": "sample string 1",
                                    "bcFunction": "sample string 2",
                                    "sortOrder": 3
                                  },
                                  "scaleLabel": {
                                    "$id": "82",
                                    "id": 1,
                                    "uid": "sample string 2",
                                    "name": "sample string 3",
                                    "width": 1.1,
                                    "height": 1.1,
                                    "showBorder": true,
                                    "borderWidth": 1.1,
                                    "borderStyle": 1,
                                    "borderColour": "sample string 5",
                                    "updated": "2025-06-14T06:20:13.4751489",
                                    "labelPageLayout": "0Y4rA+WrNU6w0K1h5JC0Tg==",
                                    "pageLayoutGuid": "032b8ed1-abe5-4e35-b0d0-ad61e490b44e",
                                    "labelType": 6,
                                    "oldName": "sample string 7",
                                    "voucher": {
                                      "$ref": "80"
                                    },
                                    "elements": [
                                      {
                                        "$id": "83",
                                        "id": 1,
                                        "scaleLabelID": 2,
                                        "showPercentDI": true,
                                        "showAvgPerHundred": true,
                                        "showAvgPerServe": true,
                                        "name": "sample string 6",
                                        "x": 1.1,
                                        "y": 1.1,
                                        "width": 1.1,
                                        "height": 1.1,
                                        "type": 1,
                                        "rotation": 1,
                                        "text": "sample string 7",
                                        "fontFamily": "sample string 8",
                                        "align": 1,
                                        "bold": true,
                                        "italic": true,
                                        "underline": true,
                                        "strikeout": true,
                                        "reverse": true,
                                        "textColour": "sample string 9",
                                        "fontSize": 1.1,
                                        "picture": "QEA=",
                                        "borderWidth": 10,
                                        "sortOrder": 11,
                                        "printOptions": 12,
                                        "superScriptTextFontSize": 1.1,
                                        "lineStyle": 1,
                                        "spacingStyle": 1,
                                        "interCharacterSpacing": 1.1,
                                        "superScriptOffset": 1.1,
                                        "lineSpacing": 1.1,
                                        "dateFormat": "sample string 13",
                                        "autoGrow": true,
                                        "fontAutoResize": true,
                                        "updated": "2025-06-14T06:20:13.4751489"
                                      },
                                      {
                                        "$ref": "83"
                                      }
                                    ]
                                  },
                                  "customerVouchers": [
                                    {
                                      "$id": "84",
                                      "id": 1,
                                      "customerIdentifier": "HmMGPQhTA0O3LP2UVSpjsA==",
                                      "customerIdentifierGuid": "3d06631e-5308-4303-b72c-fd94552a63b0",
                                      "voucherID": 3,
                                      "voucherName": "sample string 4",
                                      "storeID": 1,
                                      "barcode": "sample string 5",
                                      "dateOfIssue": "2025-06-14T06:20:13.4751489",
                                      "issuedSaleHeaderID": 1,
                                      "issuedSaleIdentifier": "sample string 7",
                                      "issuedOfflinePaymentID": 1,
                                      "issuedIdempotentID": "R+BCYGeT8U66hwOe7iYUmA==",
                                      "issuedIdempotentGuid": "6042e047-9367-4ef1-ba87-039eee261498",
                                      "issuedOffline": true,
                                      "issuedUser": "sample string 9",
                                      "issuedNotes": "sample string 10",
                                      "expiryDate": "2025-06-14T06:20:13.4751489",
                                      "expiredUser": "sample string 11",
                                      "expiredNotes": "sample string 12",
                                      "redeemed": "2025-06-14T06:20:13.4751489",
                                      "redeemedSaleHeaderID": 1,
                                      "redeemedSaleIdentifier": "sample string 13",
                                      "redeemedOfflinePaymentID": 1,
                                      "redeemedIdempotentID": "SUbYubYLP0WgiH77l2SJ9Q==",
                                      "redeemedIdempotentGuid": "b9d84649-0bb6-453f-a088-7efb976489f5",
                                      "redeemedUser": "sample string 14",
                                      "redeemedNotes": "sample string 15",
                                      "redeemedOffline": true,
                                      "updated": "2025-06-14T06:20:13.4751489",
                                      "storeName": "sample string 17",
                                      "scaleLabel": {
                                        "$ref": "82"
                                      },
                                      "voucher": {
                                        "$ref": "80"
                                      },
                                      "customer": {
                                        "$ref": "56"
                                      },
                                      "issuedOfflinePayment": {
                                        "$ref": "62"
                                      },
                                      "redeemedOfflinePayment": {
                                        "$ref": "62"
                                      }
                                    },
                                    {
                                      "$ref": "84"
                                    }
                                  ]
                                },
                                "customer": {
                                  "$ref": "56"
                                }
                              },
                              {
                                "$ref": "79"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "55"
                        }
                      ],
                      "customerGroups": [
                        {
                          "$id": "85",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "groupID": "OBeV9vrHrEKvISalyP9nhw==",
                          "groupIDGuid": "f6951738-c7fa-42ac-af21-26a5c8ff6787",
                          "campaign": {
                            "$ref": "52"
                          },
                          "group": {
                            "$ref": "60"
                          }
                        },
                        {
                          "$ref": "85"
                        }
                      ],
                      "signIqTickets": [
                        {
                          "$id": "86",
                          "identifier": "6K+WupODd0iJt1OCDaeaYA==",
                          "identifierGuid": "ba96afe8-8393-4877-89b7-53820da79a60",
                          "campaignName": "sample string 2",
                          "message": "sample string 3",
                          "ticketFileSource": "sample string 4",
                          "ticketFileDestination": "sample string 5",
                          "storeID": 1
                        },
                        {
                          "$ref": "86"
                        }
                      ],
                      "comboPriceGroups": [
                        {
                          "$id": "87",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "g_UID": "JeItpiWt6EG01dOXC+MZfQ==",
                          "guid": "a62de225-ad25-41e8-b4d5-d3970be3197d",
                          "description": "sample string 5",
                          "newPrice": 1,
                          "rangeDescription": "sample string 6",
                          "dealDescription": "sample string 7",
                          "labelQuantity": 8,
                          "hostProductCategoryID": 1,
                          "offerID": 1,
                          "dontUpdatePricePlus": true,
                          "campaign": {
                            "$ref": "52"
                          },
                          "comboPricePlus": [
                            {
                              "$id": "88",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "groupG_UID": "gTDKsWhNY0SIft50Q31cFQ==",
                              "groupGuid": "b1ca3081-4d68-4463-887e-de74437d5c15",
                              "comboPriceType": 5,
                              "priceType": 5,
                              "pluG_UID": "eqAJGrSjyU+vm90tGGr29Q==",
                              "pluGuid": "1a09a07a-a3b4-4fc9-af9b-dd2d186af6f5",
                              "priceGroupG_UID": "m1D06b/lFEi5Ceq964bOwg==",
                              "priceGroupGuid": "e9f4509b-e5bf-4814-b909-eabdeb86cec2",
                              "campaignPoolID": "sample string 7",
                              "quantity": 1,
                              "campaign": {
                                "$ref": "52"
                              },
                              "product": {
                                "$ref": "11"
                              },
                              "priceGroup": {
                                "$ref": "17"
                              },
                              "campaignPool": {
                                "$ref": "52"
                              }
                            },
                            {
                              "$ref": "88"
                            }
                          ]
                        },
                        {
                          "$ref": "87"
                        }
                      ],
                      "priceLevels": [
                        {
                          "$id": "89",
                          "id": 1,
                          "priceLevelIdentifier": "IammO4ZID0itaEMwU1L8Jw==",
                          "priceLevelIdentifierGuid": "3ba6a921-4886-480f-ad68-43305352fc27",
                          "campaignName": "sample string 3",
                          "priceLevelName": "sample string 4"
                        },
                        {
                          "$ref": "89"
                        }
                      ]
                    },
                    "product": {
                      "$ref": "11"
                    },
                    "dealCost": {
                      "$id": "90",
                      "headerIdentifier": "VS9U5OMaqUWh/o/YfyECBg==",
                      "headerIdentifierGuid": "e4542f55-1ae3-45a9-a1fe-8fd87f210206",
                      "identifier": "0jUWWA8sk06T73LVnq5DVw==",
                      "identifierGuid": "581635d2-2c0f-4e93-93ef-72d59eae4357",
                      "supplierIdentifier": "v7pHnSLew0G3g1zZKHuNgg==",
                      "supplierGuid": "9d47babf-de22-41c3-b783-5cd9287b8d82",
                      "pluG_UID": "KAD759eQeUSeBgsPOjVd+w==",
                      "pluGuid": "e7fb0028-90d7-4479-9e06-0b0f3a355dfb",
                      "campaignName": "12fcba9f-28a1-4053-8465-4b7d03e904db",
                      "description": "sample string 4",
                      "cost": 5,
                      "costDecimals": 6,
                      "start": "2025-06-14T06:20:13.4751489",
                      "end": "2025-06-14T06:20:13.4751489",
                      "type": 9,
                      "promoType": 10,
                      "bonusItemPLUG_UID": "rr6nuxXlFEGh7ehGKKzdLw==",
                      "bonusItemPluGuid": "bba7beae-e515-4114-a1ed-e84628acdd2f",
                      "bonusPurchaseUnits": 11,
                      "bonusReceiveUnits": 12,
                      "updated": "2025-06-14T06:20:13.4751489",
                      "metcashPromotionID": "sample string 14",
                      "fromHost": 15,
                      "storeNames": "sample string 16",
                      "storeIDs": [
                        1,
                        2
                      ],
                      "supplierName": "sample string 17",
                      "campaignDescription": "sample string 18",
                      "newPrice": 1,
                      "campaignMetcashPromotionID": "sample string 19",
                      "campaignActive": true,
                      "campaignStartDate": "2025-06-14T06:20:13.4751489",
                      "campaignEndDate": "2025-06-14T06:20:13.4751489",
                      "masterPLUG_UID": "aZoGFN4icUiSABpOLnGwCw==",
                      "masterID": "14069a69-22de-4871-9200-1a4e2e71b00b",
                      "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": "/J+6UeH6WEaPNi0+dv5KRg==",
                      "bonusMasterID": "51ba9ffc-fae1-4658-8f36-2d3e76fe4a46",
                      "bonusProductName": "sample string 34",
                      "bonusProductAPN": "sample string 35",
                      "bonusOrderCode": "sample string 36",
                      "bonusNormalSell": 37,
                      "bonusNormalCost": 38,
                      "bonusNormalCostDecimals": 39,
                      "bonusCartonQuantity": 40,
                      "bonusSalesMode": 41,
                      "bonusOrderPacked": 42,
                      "bonusFuelItem": true,
                      "bonusActive": true
                    }
                  },
                  "currentCostStart": "2025-06-14T06:20:13.4751489",
                  "dealCosts": [
                    {
                      "$ref": "90"
                    },
                    {
                      "$ref": "90"
                    }
                  ],
                  "tags": [
                    {
                      "$id": "91",
                      "pluG_UID": "EbADVXcEuEGVlCSMwwMPCQ==",
                      "pluGuid": "5503b011-0477-41b8-9594-248cc3030f09",
                      "tagID": 1,
                      "description": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "91"
                    }
                  ],
                  "alternateProductG_UID": "Rgh+AJawVUeztsNFLVckZg==",
                  "alternateProduct": "007e0846-b096-4755-b3b6-c3452d572466",
                  "productHostCode": {
                    "$id": "92",
                    "id": 1,
                    "pluG_UID": "Ms65JbnZSEWr0tdEgHt0vg==",
                    "pluGuid": "25b9ce32-d9b9-4548-abd2-d744807b74be",
                    "ibaCode": "sample string 2"
                  },
                  "mscCat": {
                    "$ref": "46"
                  },
                  "mscCom": {
                    "$ref": "47"
                  },
                  "mscDep": {
                    "$ref": "49"
                  },
                  "mscSubCom": {
                    "$ref": "48"
                  },
                  "isUserUpdate": true,
                  "ignoreMasterProduct": true,
                  "priceGroupLabelRequested": true,
                  "firstSold": "2025-06-14T06:20:13.4751489",
                  "inventoryTracked": "2025-06-14T06:20:13.4751489",
                  "isNormalPriceChangesCampaign": true
                },
                "supplier": {
                  "$ref": "6"
                },
                "serviceFee": {
                  "$id": "93",
                  "id": 1,
                  "description": "sample string 1",
                  "fee": 1
                },
                "isPrimaryHost": true,
                "hostVendor": 46
              },
              {
                "$ref": "9"
              }
            ],
            "orderCycleHeaders": [
              {
                "$id": "94",
                "storeID": 1,
                "supplierIdentifier": "6cnvlIE3bESHq3uXOaWlIQ==",
                "supplierGuid": "94efc9e9-3781-446c-87ab-7b9739a5a521",
                "departmentCode": "sample string 2",
                "warehouseDirectIndicator": "sample string 3",
                "type": 4,
                "storeName": "sample string 5",
                "departmentName": "sample string 6",
                "orderDays": 7
              },
              {
                "$ref": "94"
              }
            ],
            "cycles": [
              {
                "$id": "95",
                "storeID": 1,
                "supplierIdentifier": "ybIDF/VGs0K/UmwKBHGWfQ==",
                "supplierGuid": "1703b2c9-46f5-42b3-bf52-6c0a0471967d",
                "departmentCode": "sample string 2",
                "warehouseDirectIndicator": "sample string 3",
                "type": 4,
                "cutOffWeek": 5,
                "cutOffDay": 6,
                "cutOffTime": "00:00:00.1234567",
                "leadTime": 7,
                "daysBuffer": 8,
                "supplierName": "sample string 9",
                "cutOffDate": "2025-06-14T06:20:13.4751489",
                "deliveryDate": "2025-06-14T06:20:13.4751489",
                "nextCutOffDate": "2025-06-14T06:20:13.4751489",
                "nextDeliveryDate": "2025-06-14T06:20:13.4751489",
                "nextDaysBuffer": 10
              },
              {
                "$ref": "95"
              }
            ],
            "store": {
              "$ref": "2"
            },
            "updated": "2025-06-14T06:20:13.4751489",
            "isHost": true
          },
          "files": [
            {
              "$id": "96",
              "id": "sample string 1",
              "fileName": "sample string 2",
              "extension": "sample string 3",
              "provider": 0,
              "type": 0,
              "hostType": "sample string 4",
              "createdUtc": "2025-06-14T06:20:13.4751489",
              "processed": "2025-06-14T06:20:13.4751489",
              "isProcessing": true,
              "processedCount": 6,
              "processingTime": 1,
              "collectedUtc": "2025-06-14T06:20:13.4751489",
              "size": 1,
              "sizeFormat": "sample string 7",
              "isArchive": true,
              "version": "sample string 9",
              "reference": "sample string 10",
              "digest": "sample string 11",
              "contentType": "sample string 12",
              "host": {
                "$ref": "5"
              },
              "metcashHeader": {
                "$id": "97",
                "customerNumber": "sample string 1",
                "creationDate": "2025-06-14T06:20:13.4751489",
                "businessPillar": "sample string 3",
                "fileType": "sample string 4"
              }
            },
            {
              "$ref": "96"
            }
          ],
          "zoneMatrix": [
            {
              "$id": "98",
              "id": 1,
              "hostIdentifier": "PxmjKes//0OMYAci891eZA==",
              "hostIdentifierGuid": "29a3193f-3feb-43ff-8c60-0722f3dd5e64",
              "storeID": 1,
              "departmentCode": "sample string 2",
              "hostGuids": [
                "21a7acf2-869b-43e2-abc3-6a0f530f119a",
                "6a07cf0d-2f7d-48e6-bfed-b2514e095b38"
              ]
            },
            {
              "$ref": "98"
            }
          ],
          "hostFileStoreSetting": {
            "$ref": "4"
          },
          "hostStoreSettings": [
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            }
          ],
          "promotionPlacements": [
            {
              "$id": "99",
              "identifier": "QPPeVeSCMUyPeAqBIMk1Fw==",
              "identifierGuid": "55def340-82e4-4c31-8f78-0a8120c93517",
              "code": "sample string 2",
              "description": "sample string 3",
              "isAdvertised": true
            },
            {
              "$ref": "99"
            }
          ],
          "promoTypeGuids": [
            "a50d44a4-7add-4426-bca5-a9ee0a638dcd",
            "dd84ad3c-9362-4015-b492-2a9f0376d739"
          ],
          "isPromotionOnly": false,
          "isOrderable": false,
          "vendor": 0
        },
        "groupIDs": [
          1,
          2
        ],
        "hostDescription": "sample string 24"
      },
      {
        "$ref": "4"
      }
    ],
    "accounts": [
      {
        "$id": "100",
        "id": 1,
        "storeID": 1,
        "accountName": "sample string 2",
        "bsb": "sample string 3",
        "accountNumber": "sample string 4",
        "accountDesignated": true
      },
      {
        "$ref": "100"
      }
    ],
    "sales": [
      {
        "$id": "101",
        "id": 1,
        "storeID": 1,
        "externalSalesType": 2,
        "ftpSiteID": 1,
        "lastSaleProcessed": "2025-06-14T06:20:13.4751489",
        "ftpSite": {
          "$id": "102",
          "id": 1,
          "description": "sample string 2",
          "address": "sample string 3",
          "username": "sample string 4",
          "password": "sample string 5",
          "path": "sample string 7",
          "protocol": 8
        }
      },
      {
        "$ref": "101"
      }
    ],
    "zoneMatrix": [
      {
        "$ref": "98"
      },
      {
        "$ref": "98"
      }
    ],
    "cashManagements": [
      {
        "$id": "103",
        "id": 1,
        "storeID": 1,
        "cashManagementType": 2,
        "apiID": 1,
        "organisationID": "sample string 3",
        "siteName": "sample string 4",
        "thirdPartyAPI": {
          "$id": "104",
          "id": 1,
          "description": "sample string 2",
          "address": "sample string 3",
          "username": "sample string 4",
          "password": "sample string 5",
          "passwordPlain": "sample string 6",
          "token": "sample string 7",
          "apiType": 8,
          "apiSubType": 9
        }
      },
      {
        "$ref": "103"
      }
    ],
    "updateStoreID": "df53ba9e-4d34-4564-9070-2ea6cae4fce0",
    "updateStore": {
      "$id": "105",
      "id": "5b9e4ae0-f322-4760-84a0-a9e434f5b2d2",
      "name": "sample string 1",
      "lastActivity": "2025-06-14T06:20:13.4751489",
      "zone": "sample string 2",
      "timeZoneOffset": 0.0,
      "businessHoursStart": "00:00:00.1234567",
      "businessHoursEnd": "00:00:00.1234567",
      "master": true,
      "lastIP": "sample string 10",
      "lastHostName": "sample string 11",
      "ping": 1,
      "pingStatus": "sample string 12",
      "lastUpdateCompleted": "2025-06-14T06:20:13.4751489"
    },
    "timeZoneId": "sample string 53",
    "securityOptions": {
      "$id": "106",
      "loginMode": 1,
      "allowSelfVerification": true,
      "verifierEmail": "sample string 3",
      "source": "sample string 4",
      "loginModeInherited": 5,
      "loginModeSource": "sample string 6",
      "selfVerifyInherited": true,
      "selfVerifySource": "sample string 8",
      "verifyEmailInherited": "sample string 9",
      "verifyEmailSource": "sample string 10"
    }
  },
  "supplier": {
    "$ref": "6"
  },
  "order": {
    "$id": "107",
    "orderID": 1,
    "orderGuid": "I4YCw/5iUESa6x9wtHgZ8Q==",
    "orderIdentifier": "c3028623-62fe-4450-9aeb-1f70b47819f1",
    "backToBack": 1,
    "b2bGuid": "vnwLSOALUkW1iPVHOCyJIg==",
    "b2bIdentifier": "480b7cbe-0be0-4552-b588-f547382c8922",
    "status": 2,
    "created": "2025-06-14T06:20:13.4751489",
    "createdLocal": "2025-06-14T06:20:13.4751489",
    "createdByUser": "sample string 3",
    "storeID": 1,
    "transferGuid": "jtmSfKwCF02Rl5ndIZ91bw==",
    "transferIdentifier": "7c92d98e-02ac-4d17-9197-99dd219f756f",
    "transferInvoiceIdentifier": "UJhocpD2rEuljR1a50nGYg==",
    "transferInvoiceGuid": "72689850-f690-4bac-a58d-1d5ae749c662",
    "attachedToInvoice": 4,
    "transferType": 1,
    "supplierIdentifier": "cpiX0uFvGEO9ITJRl+he0w==",
    "supplierIdentifierGuid": "d2979872-6fe1-4318-bd21-325197e85ed3",
    "description": "sample string 5",
    "rows": 1,
    "cartons": 1,
    "units": 1,
    "sentCount": 1,
    "sent": "2025-06-14T06:20:13.4751489",
    "sentLocal": "2025-06-14T06:20:13.4751489",
    "sentByUser": "sample string 6",
    "lastSentStatus": 1,
    "cancelled": "2025-06-14T06:20:13.4751489",
    "cancelledLocal": "2025-06-14T06:20:13.4751489",
    "cancelledByUser": "sample string 7",
    "shipped": "2025-06-14T06:20:13.4751489",
    "shippedLocal": "2025-06-14T06:20:13.4751489",
    "shippedByUser": "sample string 8",
    "stockReceived": "2025-06-14T06:20:13.4751489",
    "stockReceivedLocal": "2025-06-14T06:20:13.4751489",
    "stockReceivedByUser": "sample string 9",
    "received": "2025-06-14T06:20:13.4751489",
    "receivedLocal": "2025-06-14T06:20:13.4751489",
    "completed": "2025-06-14T06:20:13.4751489",
    "completedLocal": "2025-06-14T06:20:13.4751489",
    "updated": "2025-06-14T06:20:13.4751489",
    "updatedLocal": "2025-06-14T06:20:13.4751489",
    "dueDate": "2025-06-14T06:20:13.4751489",
    "warehouseNote": "sample string 10",
    "warehouseRef": "sample string 11",
    "pdeSerialNumber": "sample string 12",
    "tradingPartner": 1,
    "orderType": "sample string 1",
    "orderTypeDescription": "sample string 2",
    "stateCode": "sample string 15",
    "mailCarbonCopy": true,
    "mailTo": "sample string 17",
    "mailBcc": "sample string 18",
    "mailReplyTo": "sample string 19",
    "liquor": true,
    "summary": "sample string 21",
    "notes": "sample string 22",
    "supplierNotes": "sample string 23",
    "receiptEmailSent": true,
    "receiptEmailSentId": "sample string 25",
    "receiptEmailSentStatus": "sample string 26",
    "transportCompanyGuid": "Df04dRKIeU6NAs3dvQa2+w==",
    "transportCompanyIdentifier": "7538fd0d-8812-4e79-8d02-cdddbd06b6fb",
    "autoOrder": 27,
    "hostIdentifier": "8RybJS72e0u31KOUwer3zg==",
    "hostIdentifierGuid": "259b1cf1-f62e-4b7b-b7d4-a394c1eaf7ce",
    "defaultOrderDocumentId": 1,
    "defaultStockReceiveDocumentId": 1,
    "temperature": 1.1,
    "temperatureScale": 28,
    "rating": 29,
    "lastOrderEmailSentId": "sample string 30",
    "lastOrderEmailSentStatus": "sample string 31",
    "deleted": "2025-06-14T06:20:13.4751489",
    "deletedByUser": "sample string 32",
    "autoOrderGuid": "SmBqyZO5Zk2crS5ZBxFpiw==",
    "autoOrderIdentifier": "c96a604a-b993-4d66-9cad-2e590711698b",
    "autoOrderHeader": {
      "$id": "108",
      "autoOrderGuid": "ZYeOgk6b2060hJo+sqtbyQ==",
      "autoOrderIdentifier": "828e8765-9b4e-4edb-b484-9a3eb2ab5bc9",
      "orderGuid": "ejOajdnHqEGT5xag3/AFcA==",
      "orderIdentifier": "8d9a337a-c7d9-41a8-93e7-16a0dff00570",
      "created": "2025-06-14T06:20:13.4751489",
      "orderID": 1,
      "storeID": 1,
      "orderDate": "2025-06-14T06:20:13.4751489",
      "supplierIdentifier": "hRP8jWDyLE6DblyJk/fTtw==",
      "supplierIdentifierGuid": "8dfc1385-f260-4e2c-836e-5c8993f7d3b7",
      "orderStatus": 1,
      "tradingPartner": 1,
      "simpleAWS": true,
      "defaultMPL": 3,
      "investmentBuy": true,
      "storeName": "sample string 5",
      "supplierName": "sample string 6",
      "description": "sample string 7",
      "orderType": "sample string 8",
      "mailTo": "sample string 9",
      "mailBcc": "sample string 10",
      "notes": "sample string 11",
      "transportCompanyGuid": "a6jT46FdZECfs5I7aehh/Q==",
      "transportCompanyIdentifier": "e3d3a86b-5da1-4064-9fb3-923b69e861fd",
      "store": {
        "$ref": "2"
      },
      "supplier": {
        "$ref": "6"
      },
      "details": [
        {
          "$id": "109",
          "autoOrderGuid": "IcOC4XQVxkOrS0fEnnQYuQ==",
          "autoOrderIdentifier": "e182c321-1574-43c6-ab4b-47c49e7418b9",
          "pluG_UID": "1J0uc5bO2kSMpAUriRFpoA==",
          "pluGuid": "732e9dd4-ce96-44da-8ca4-052b891169a0",
          "orderCartons": 1,
          "orderUnits": 1,
          "orderWeight": 1,
          "processedCartons": 1,
          "processedUnits": 1,
          "processedWeight": 1,
          "cartons": 1,
          "units": 1,
          "weight": 1,
          "status": 1,
          "bestDealCartonCost": 1.1,
          "bestDealDays": 1,
          "lastDealDays": 1,
          "normalCartonCost": 1.1,
          "currentDealCartonCost": 1.1,
          "investmentCartons": 1,
          "investmentUnits": 1,
          "investmentWeight": 1,
          "investmentSavedAmt": 1.1,
          "investmentBuyEndDate": "2025-06-14T06:20:13.4751489",
          "investmentBuyStatus": 2,
          "processed": "2025-06-14T06:20:13.4751489",
          "product": {
            "$ref": "11"
          },
          "orderCode": "sample string 3",
          "directIndicator": "sample string 4",
          "cycle": {
            "$ref": "95"
          },
          "dayWeighting": {
            "$id": "110",
            "sunday": 1.1
          },
          "inventory": {
            "$id": "111",
            "inventoryGuid": "cpkoyY24oUymnRbtfpI9fQ==",
            "inventoryIdentifier": "c9289972-b88d-4ca1-a69d-16ed7e923d7d",
            "created": "2025-06-14T06:20:13.4751489",
            "createdLocal": "2025-06-14T06:20:13.4751489",
            "onHand": 4,
            "onHandPacks": 5,
            "onOrder": 6,
            "onOrderPacks": 7,
            "accuracy": 8,
            "updated": "2025-06-14T06:20:13.4751489",
            "aws": 1.0,
            "history": [
              {
                "$id": "112",
                "inventoryGuid": "FWyx6JopIkStdyw2b4gidQ==",
                "inventoryIdentifier": "e8b16c15-299a-4422-ad77-2c366f882275",
                "pluG_UID": "lK54HGUKi0ilHamX5H2JjA==",
                "pluIdentifier": "1c78ae94-0a65-488b-a51d-a997e47d898c",
                "inventoryReason": 3,
                "inventoryInvoiceGuid": "zf5Cb6zZzUO5uLqTonPo4Q==",
                "invoiceIdentifier": "6f42fecd-d9ac-43cd-b9b8-ba93a273e8e1",
                "operatorGuid": "9ITjs8uPTkKkB0sD9uwcpA==",
                "operatorIdentifier": "b3e384f4-8fcb-424e-a407-4b03f6ec1ca4",
                "stocktakeGuid": "yPrOB5MOUkGT97RjEi/v4A==",
                "stocktakeIdentifier": "07cefac8-0e93-4152-93f7-b463122fefe0",
                "orderGuid": "QuGMD3noIkuwlil5ixmF0g==",
                "orderIdentifier": "0f8ce142-e879-4b22-b096-29798b1985d2",
                "saleHeaderGuid": "MAX8a5grSEqin4KZ3pbevQ==",
                "saleHeaderGuidIdentifier": "6bfc0530-2b98-4a48-a29f-8299de96debd",
                "dumpStockID": 1,
                "fuelDeliveryID": 1,
                "creditNoteIdentifier": "CuM5qbk3pUyLCPmFzEMBPQ==",
                "creditNoteGuid": "a939e30a-37b9-4ca5-8b08-f985cc43013d",
                "inventorySourceGuid": "l5gwmlFo/kufUSiIhgwV2w==",
                "inventorySourceIdentifier": "9a309897-6851-4bfe-9f51-2888860c15db",
                "createdLocal": "2025-06-14T06:20:13.4751489",
                "baseUnits": 4,
                "unitsPerCarton": 5,
                "unitsPerCartonWeighted": true,
                "counted": 7,
                "countedPacks": 8,
                "open": 1,
                "movementQty": 9,
                "close": 1,
                "openPacks": 1,
                "movementQtyPacks": 10,
                "closePacks": 1,
                "accuracy": 1,
                "manual": 11,
                "user": "sample string 12",
                "updated": "2025-06-14T06:20:13.4751489",
                "createdLocalTime": "2025-06-14T06:20:13.4751489",
                "storeID": 14,
                "barcode": "sample string 15",
                "directCode": "sample string 16",
                "productName": "sample string 17",
                "salesMode": 18,
                "orderPacked": 19,
                "invoice": {
                  "$id": "113",
                  "inventoryInvoiceGuid": "Y6N9TSWXmkqmVv/nsmi/LQ==",
                  "invoiceIdentifier": "4d7da363-9725-4a9a-a656-ffe7b268bf2d",
                  "inventoryGuid": "rSj+Xo80806kbYcmV5+9VA==",
                  "inventoryIdentifier": "5efe28ad-348f-4ef3-a46d-8726579fbd54",
                  "supplierIdentifier": "Lqk0XsLmH0e7Itr/7lVsvw==",
                  "supplierGuid": "5e34a92e-e6c2-471f-bb22-daffee556cbf",
                  "orderGuid": "elGscY6+CkqJ62MHTyIKWQ==",
                  "orderIdentifier": "71ac517a-be8e-4a0a-89eb-63074f220a59",
                  "invoiceHeaderIdentifier": "LJr08UFC50Gb5ThT8zrstw==",
                  "invoiceHeaderGuid": "f1f49a2c-4241-41e7-9be5-3853f33aecb7",
                  "created": "2025-06-14T06:20:13.4751489",
                  "ordered": "2025-06-14T06:20:13.4751489",
                  "storeID": 1,
                  "bestOrExpire": "2025-06-14T06:20:13.4751489",
                  "bestOrExpireType": 1,
                  "units": 1,
                  "weight": 1,
                  "received": "2025-06-14T06:20:13.4751489",
                  "cost": 1,
                  "totalCost": 1,
                  "freightCost": 1,
                  "inStock": 1,
                  "pluG_UID": "eDdGuaGpxUS9rSUeqwLQsg==",
                  "pluGuid": "b9463778-a9a1-44c5-bdad-251eab02d0b2",
                  "orderInventoryGuid": "jJ9507g9gEOY8tf8AE7UhA==",
                  "orderInventoryIdentifier": "d3799f8c-3db8-4380-98f2-d7fc004ed484",
                  "supplier": {
                    "$ref": "6"
                  },
                  "inventoryUnits": [
                    {
                      "$id": "114",
                      "invoiceItemNo": 1,
                      "inventoryInvoiceGuid": "l1KPzS6FdUuwa1K7A1cRbA==",
                      "invoiceIdentifier": "cd8f5297-852e-4b75-b06b-52bb0357116c",
                      "inventoryGuid": "A5ihchxfN0eePJFlI7lfWQ==",
                      "inventoryIdentifier": "72a19803-5f1c-4737-9e3c-916523b95f59",
                      "serialNumber": "sample string 3",
                      "sold": "2025-06-14T06:20:13.4751489",
                      "saleItemID": 1,
                      "storeID": 1,
                      "returned": "2025-06-14T06:20:13.4751489",
                      "dumped": 1,
                      "saleHeaderID": 1
                    },
                    {
                      "$ref": "114"
                    }
                  ]
                },
                "invoiceHeaderIdentifier": "ocoSmdR1sk6LvQf6EKsxAQ==",
                "invoiceHeaderGuid": "9912caa1-75d4-4eb2-8bbd-07fa10ab3101",
                "invoiceNumber": "sample string 20",
                "invoiceCost": 1,
                "invoiceCostDecimals": 1,
                "orderNumber": 1,
                "orderReceivingStoreName": "sample string 21",
                "orderSendingStoreName": "sample string 22",
                "creditNoteID": 1,
                "reason": {
                  "$id": "115",
                  "id": 1,
                  "name": "sample string 1",
                  "allowRF": 2,
                  "dumpStock": 3,
                  "creditRequest": 4,
                  "excludeFromLoss": 5,
                  "reserved": 6,
                  "updated": "2025-06-14T06:20:13.4751489"
                },
                "reasonName": "sample string 23",
                "operatorName": "sample string 24",
                "operatorNumber": "sample string 25",
                "stocktakeName": "sample string 26",
                "saleIdentifier": "sample string 27",
                "saleHeaderID": 1,
                "inventoryAfterCounted": true,
                "inventorySetStock": true
              },
              {
                "$ref": "112"
              }
            ],
            "products": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ],
            "lastInvoiceCost": 1
          },
          "aws": 5.0,
          "explanations": [
            {
              "$id": "116",
              "pluG_UID": "5eyyM4gkYkmP3McmzxQZfg==",
              "pluGuid": "33b2ece5-2488-4962-8fdc-c726cf14197e",
              "consolidatedSales": {
                "$id": "117",
                "1": {
                  "$id": "118",
                  "discountPercentage": 1,
                  "days": 2,
                  "quantity": 3.1,
                  "aws": 3.1,
                  "cartonQuantity": 4.1,
                  "lowQuality": true
                },
                "2": {
                  "$ref": "118"
                }
              },
              "dailyPrices": {
                "$id": "119",
                "2025-06-14T06:20:13.4751489": {
                  "$id": "120",
                  "date": "2025-06-14T06:20:13.4751489",
                  "salePrice": 1,
                  "campaign": "sample string 2",
                  "campaignDescription": "sample string 3",
                  "combo": true,
                  "comboPriceGroupG_UID": "iNtUIQLrr02QV6atJBVqUw==",
                  "comboPriceGroupGuid": "2154db88-eb02-4daf-9057-a6ad24156a53"
                }
              },
              "onHandPredictions": [
                {
                  "$id": "121",
                  "autoOrderGuid": "J5IpPmQoUkGxkTVc2Kmikg==",
                  "autoOrderIdentifier": "3e299227-2864-4152-b191-355cd8a9a292",
                  "pluG_UID": "yXvFlRW12k2ESe5I87+LRQ==",
                  "pluGuid": "95c57bc9-b515-4dda-8449-ee48f3bf8b45",
                  "childPLUG_UID": "1Y8ahWOUd0m4XfYOtSjzTg==",
                  "childPluGuid": "851a8fd5-9463-4977-b85d-f60eb528f34e",
                  "date": "2025-06-14T06:20:13.4751489",
                  "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": "121"
                }
              ],
              "predictions": [
                {
                  "$ref": "121"
                },
                {
                  "$ref": "121"
                }
              ],
              "product": {
                "$ref": "11"
              }
            },
            {
              "$ref": "116"
            }
          ],
          "supplierOrderingDetail": {
            "$ref": "9"
          },
          "manufacturerSupplier": "22272d37-d74d-4b77-8881-937abaa8ee98",
          "cartonQuantity": 1,
          "sellPrice": 1,
          "cost": 1,
          "costDecimals": 1,
          "bufferDays": 6,
          "boostDays": 7
        },
        {
          "$ref": "109"
        }
      ],
      "boosts": [
        {
          "$id": "122",
          "autoOrderGuid": "mi0NlOM20kuYcDQEvGiI1A==",
          "autoOrderIdentifier": "940d2d9a-36e3-4bd2-9870-3404bc6888d4",
          "date": "2025-06-14T06:20:13.4751489",
          "boost": 2
        },
        {
          "$ref": "122"
        }
      ]
    },
    "supplierName": "sample string 33",
    "supplierStoreID": 1,
    "supplierCartonsOnly": true,
    "supplierEnforceMinimumQuantity": true,
    "supplierMinimumOrderValue": 1,
    "storeName": "sample string 36",
    "orderCode": {
      "$id": "123",
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "store": {
      "$ref": "2"
    },
    "supplier": {
      "$ref": "6"
    },
    "totalCostInc": 37.0,
    "totalPickedCostInc": 38.0,
    "totalReceivedCostInc": 39.0,
    "total": {
      "$id": "124",
      "orderGuid": "OmFti8IaYkiYAZsPHCXjrg==",
      "orderIdentifier": "8b6d613a-1ac2-4862-9801-9b0f1c25e3ae",
      "supplierIdentifier": "C9YLPIhhFkqKIIRF2wYsig==",
      "supplierGuid": "3c0bd60b-6188-4a16-8a20-8445db062c8a",
      "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": "125",
        "id": 1,
        "orderGuid": "7kb/bYCNBUeCx49kfifpuw==",
        "orderIdentifier": "6dff46ee-8d80-4705-82c7-8f647e27e9bb",
        "pluG_UID": "m36HWagadUebyJlDJqdomg==",
        "pluGuid": "59877e9b-1aa8-4775-9bc8-994326a7689a",
        "created": "2025-06-14T06:20:13.4751489",
        "apn": "sample string 1",
        "itemNumber": "sample string 2",
        "directNumber": "sample string 3",
        "directIndicator": "sample string 4",
        "salesMode": 1,
        "orderByWeight": true,
        "sellPrice": 1,
        "inventoryFixed": true,
        "hasInventory": true,
        "inventoryAccuracy": 8,
        "onOrder": 1,
        "onOrderPacks": 1,
        "onHand": 1,
        "onHandPacks": 1,
        "cost": 1,
        "costDecimals": 1,
        "pickedCost": 1,
        "pickedCostDecimals": 1,
        "averagePackSize": 9.0,
        "cartonQuantity": 1,
        "cartons": 1,
        "units": 1,
        "weight": 1,
        "pickedCartons": 1,
        "pickedUnits": 1,
        "pickedWeight": 1,
        "shippedCartons": 1,
        "shippedUnits": 1,
        "shippedWeight": 1,
        "receivedCartons": 1,
        "receivedCartonQuantity": 1,
        "receivedTun": "sample string 10",
        "receivedUnits": 1,
        "receivedWeight": 1,
        "received": 1,
        "status": 11,
        "substituteG_UID": "wrQI4b9onUOztCRPdKefQA==",
        "substituteGuid": "e108b4c2-68bf-439d-b3b4-244f74a79f40",
        "warehousePLUG_UID": "ab/H/BtZ9U6zQWRZXRt2pw==",
        "warehousePluGuid": "fcc7bf69-591b-4ef5-b341-64595d1b76a7",
        "updated": "2025-06-14T06:20:13.4751489",
        "increment": true,
        "description": "sample string 13",
        "product": {
          "$ref": "11"
        },
        "unknownScan": {
          "$id": "126",
          "pluG_UID": "MGJ4gdONP0y6U/KtVKCpRQ==",
          "pluGuid": "81786230-8dd3-4c3f-ba53-f2ad54a0a945",
          "orderGuid": "gsaLqblYt0qfgdLFkkN4Ig==",
          "orderIdentifier": "a98bc682-58b9-4ab7-9f81-d2c592437822",
          "barcode": "sample string 3",
          "created": "2025-06-14T06:20:13.4751489"
        },
        "unknownScanItem": true,
        "substitute": {
          "$ref": "11"
        },
        "warehouseProduct": {
          "$ref": "11"
        },
        "lookup": {
          "$id": "127",
          "pluG_UID": "7LqSE+g8F0uIJnXeN2w15Q==",
          "pluGuid": "1392baec-3ce8-4b17-8826-75de376c35e5",
          "inventoryGuid": "bKKH+XSu40+K/q1Qc94eUQ==",
          "inventoryIdentifier": "f987a26c-ae74-4fe3-8afe-ad5073de1e51",
          "averageWeeklySales": 1.0,
          "inventoryAverageWeeklySales": 1.0,
          "onHand": 1,
          "onHandPacks": 1,
          "onOrder": 1,
          "onOrderPacks": 1,
          "accuracy": 1,
          "lastOrdered": "2025-06-14T06:20:13.4751489",
          "lastOrderQuantity": 1.1,
          "lastReceived": "2025-06-14T06:20:13.4751489",
          "lastReceivedQuantity": 1.1,
          "lastInvoiceStatus": 1
        },
        "productOrderingDetail": {
          "$ref": "9"
        },
        "dealCost": {
          "$ref": "90"
        },
        "nextCost": {
          "$ref": "90"
        },
        "lastChance": true,
        "holdOff": 16,
        "holdOffDate": "2025-06-14T06:20:13.4751489",
        "orderHeader": {
          "$ref": "107"
        },
        "invoiceDetail": {
          "$id": "128",
          "identifier": "pbiAoQkrekCYXyAw0urItg==",
          "identifierGuid": "a180b8a5-2b09-407a-985f-2030d2eac8b6",
          "headerIdentifier": "xUSX5u9pqEKJCytddAotGg==",
          "headerIdentifierGuid": "e69744c5-69ef-42a8-890b-2b5d740a2d1a",
          "pluG_UID": "0vrj2+gYK0iuU7jZvW4iFg==",
          "pluGuid": "dbe3fad2-18e8-482b-ae53-b8d9bd6e2216",
          "pageNo": 1,
          "lineNo": 1,
          "itemOrdered": "sample string 1",
          "itemShipped": "sample string 2",
          "apn": "sample string 3",
          "barcode": "sample string 4",
          "prodStatus": 0,
          "dateAvailable": "2025-06-14T06:20:13.4751489",
          "commodity": "sample string 5",
          "supplier": "sample string 6",
          "itemDesc": "sample string 7",
          "itemType": 48,
          "investmentBuyInd": "A",
          "orderType": "sample string 8",
          "cartonQty": 1,
          "cartonQuantitySpecified": true,
          "soldByWeight": true,
          "orderByWeight": true,
          "unitsOrdered": 1,
          "unitsSupplied": 1,
          "unitsReceived": 1,
          "weightOrdered": 1,
          "weightShipped": 1,
          "weightReceived": 1,
          "unitSpecified": 11,
          "wholesalePrice": 1,
          "extWholesalePrice": 1,
          "normalPrice": 1,
          "retailPrice": 1,
          "pricingUnit": "sample string 12",
          "claimFlag": "A",
          "gstRate": 1,
          "gstAmount": 1,
          "extGstAmount": 1,
          "deliWeight": 1,
          "marginAmount": 1,
          "extMarginAmount": 1,
          "costAmount": 1,
          "orderedCostAmount": 1,
          "extCostAmount": 1,
          "costIncSpecified": true,
          "freightAmount": 14,
          "freightGstAmount": 15,
          "extFreightAmount": 16,
          "extFreightGstAmount": 17,
          "costDecimals": 18,
          "wetRate": 1,
          "containerDeposit": 1,
          "basePrice": 1,
          "wetValue": 1,
          "deliveryFee": 1,
          "casePrice": 1,
          "wholesaleExt": 1,
          "wetExt": 1,
          "totalLitres": 1,
          "tun": "sample string 19",
          "applyDetails": true,
          "applySell": true,
          "applyCost": true,
          "applyOr": true,
          "applyQty": true,
          "itemNumber": "sample string 20",
          "directNumber": "sample string 21",
          "itemSize": "sample string 22",
          "costGst": 1,
          "sellGst": 1,
          "costOr": 1,
          "sellOr": 1,
          "marginOr": 1,
          "grossProfit": 1.0,
          "sell": 1,
          "cartonCost": 1,
          "currentCost": 1,
          "costID": "A",
          "costStart": "2025-06-14T06:20:13.4751489",
          "costEnd": "2025-06-14T06:20:13.4751489",
          "createdFromUnknownScan": true,
          "orderGuid": "XzGpTLZAcEmAWRrRHKoeAA==",
          "orderIdentifierGuid": "4ca9315f-40b6-4970-8059-1ad11caa1e00",
          "processed": true,
          "received": true,
          "inventoried": true,
          "fromElectronicInvoice": true,
          "allowDelete": true,
          "updated": "2025-06-14T06:20:13.4751489",
          "invoiceNo": "sample string 28",
          "hasInventory": true,
          "existingCost": 30.1,
          "existingSell": 31.1,
          "futureCost": 1.1,
          "futureSell": 1.1,
          "nextSell": 1.1,
          "nextSellCampaignName": "sample string 32",
          "nextSellCampaignDescription": "sample string 33",
          "unknownScan": {
            "$id": "129",
            "pluG_UID": "wRJCOkYFckOSQ64xHnurWg==",
            "pluGuid": "3a4212c1-0546-4372-9243-ae311e7bab5a",
            "invoiceIdentifier": "ugJzWg0qzUazb+psuC3QXQ==",
            "invoiceGuid": "5a7302ba-2a0d-46cd-b36f-ea6cb82dd05d",
            "barcode": "sample string 3",
            "itemNumber": "sample string 4",
            "created": "2025-06-14T06:20:13.4751489"
          },
          "productActive": true,
          "productSalesMode": 35,
          "productGSTPercent": 36,
          "productCostCalcMethod": 37,
          "productAlwaysApplyMargin": true,
          "productMarginRanged": true,
          "productMargin": 1.1,
          "productMinimumMargin": 1.1,
          "productMaximumMargin": 1.1,
          "priceGroupG_UID": "5WHrtpigE0KFNawR6tF+Wg==",
          "priceGroupGuid": "b6eb61e5-a098-4213-8535-ac11ead17e5a",
          "priceGroupName": "sample string 40",
          "priceGroupCode": "sample string 41",
          "product": {
            "$ref": "11"
          },
          "incrementCount": true,
          "minimumQuantity": 1,
          "randomWeight": true,
          "salesMode": 43,
          "cartons": 1,
          "weight": 1,
          "units": 1,
          "autoOrderStatus": 1,
          "invoiceDetailReceive": true
        },
        "autoOrderDetail": {
          "$ref": "109"
        },
        "doNotRange": true,
        "doNotOrder": true,
        "costGSTPercent": 1,
        "orderDetailReceive": true
      },
      {
        "$ref": "125"
      }
    ],
    "unknownScans": [
      {
        "$ref": "126"
      },
      {
        "$ref": "126"
      }
    ],
    "transportCompany": {
      "$id": "130",
      "identifier": "T4sHW5a660+uilTTAypTdA==",
      "identifierGuid": "5b078b4f-ba96-4feb-ae8a-54d3032a5374",
      "companyName": "sample string 1",
      "abn": "sample string 2",
      "address1": "sample string 3",
      "address2": "sample string 4",
      "telephone": "sample string 5",
      "primaryContactGuid": "4Q/zayeiHkuHCWrg8AAIpg==",
      "primaryContactID": "6bf30fe1-a227-4b1e-8709-6ae0f00008a6",
      "primaryContact": {
        "$ref": "7"
      }
    }
  },
  "details": [
    {
      "$ref": "128"
    },
    {
      "$ref": "128"
    }
  ],
  "orderStatus": 1,
  "processLockedInvoice": true
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

invoice header identifier

globally unique identifier

Response Formats

application/json, text/json

Sample:
"17fff070-2b4d-4bba-8d65-d40179e5ec78"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">17fff070-2b4d-4bba-8d65-d40179e5ec78</guid>

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�2�Z8]U;�5xl/workbook.xml �(�����0��&�C����	)��x����6П�5���H�yۙ��v�l��3�����\�E�"���'cA�7N��{ù�5�[��Ȳ+q0� ��BZ�W�?,o�������Ը9�K����'���b"���o�&�~��LA�[Fɹ5�1r���c(�-+��%�J��w%���PK�2�Z����	�[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
�2�Z�)�4''_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="Ra0bb3b1dbcb146b8" /></Relationships>PK�2�Z�Ew2$�xl/worksheets/sheet1.xml �(��Q�n� ��}�lZ�VI�IU�ݦ�3K��pdH��m����-?��l���l�]͋��\��q��O����cS-HW��p�Ts�x·����Z�dU�)]��i��d�q/�V*D)������.?�.[��Je�q��:ٓ{F�����L4UF�X����1>�)y�j.3V����+�z5
�
�g0�sO���7�&�3�n�]Lt��M)���(�~[�c��|@���W�b�ɚ'TS.�r9��(���(��s#+1��x"���گ㖀Έ(+��\�PK�2�Z�lq��Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;��!
ɦ�l�\��1���l�i��E��+�J��H]t��h~OO��|�Xoߦ����55�A��v0]
砟J�n�{U��fO��5�!�+J}��|bg4����T���謚�ꐦ��-p�$���!Z���ms�Є?��b�����A�C
?%Oo�'�
d�ְos-Y��!�s �aj>\G�^��BF�JɒWRd\(�*�+��Kp��K�ey���"�UY(�G!~S�w��PK�2�ZЃ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�2�Z ufq��xl/sharedStrings.xml �(�5�An�0E�b�ޱ�H��q�z���f����]t��������W��;�B4'
i*1�c�����A��a-���AݼcU��,"ۻ1<-��ʆT���9H��ax�1D^%��l����T��uPz���U���t�<�����Fݎc�}�^tlmӽ���wF�3}S_�_PK-�2�Z8]U;�5xl/workbook.xmlPK-�2�Z����	��[Content_Types].xmlPK-
�2�Z�)�4''U_rels/.relsPK-�2�Z�Ew2$��xl/worksheets/sheet1.xmlPK-�2�Z�lq��P7xl/_rels/workbook.xml.relsPK-�2�ZЃc'2E
~xl/styles.xmlPK-�2�Z ufq���xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK�2�Z�0��5xl/workbook.xml �(�����0D�&�C���	p��Ճ��������Ϸ@ ��mgv�픓�ֹ�����WT�8��N��pr#ڴ���I�'sR�׽
����q���
J����Xa�}P��+ʀ��>)�f�SXd2���I�b��r���"V���,έ�hF�/t���E&�������a%�~�_PK�2�Z����	�[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
�2�Z߀�''_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="Rf6b1d3d7b7424f5f" /></Relationships>PK�2�Z�Ew2$�xl/worksheets/sheet1.xml �(��Q�n� ��}�lZ�VI�IU�ݦ�3K��pdH��m����-?��l���l�]͋��\��q��O����cS-HW��p�Ts�x·����Z�dU�)]��i��d�q/�V*D)������.?�.[��Je�q��:ٓ{F�����L4UF�X����1>�)y�j.3V����+�z5
�
�g0�sO���7�&�3�n�]Lt��M)���(�~[�c��|@���W�b�ɚ'TS.�r9��(���(��s#+1��x"���گ㖀Έ(+��\�PK�2�Z��'��Pxl/_rels/workbook.xml.rels �(���An� E��f_�)q�(N6�d��ۊ
Hڜ���W(j��H]t��?��4����j�6O�!�ζPWZ��h����=�f���$S���G�����_RՀ����hsǸ0˔��S/�A�H9c

%��d���3fT���qF���Wq@L@�2�Z��"�>�*S�lu;�iθd�6��I �fj1�'��^�������Nq^�F����� ��K�2.�:%�jd�e�Ћ˜�տXPK�2�ZЃ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�2�Z ufq��xl/sharedStrings.xml �(�5�An�0E�b�ޱ�H��q�z���f����]t��������W��;�B4'
i*1�c�����A��a-���AݼcU��,"ۻ1<-��ʆT���9H��ax�1D^%��l����T��uPz���U���t�<�����Fݎc�}�^tlmӽ���wF�3}S_�_PK-�2�Z�0��5xl/workbook.xmlPK-�2�Z����	��[Content_Types].xmlPK-
�2�Z߀�''U_rels/.relsPK-�2�Z�Ew2$��xl/worksheets/sheet1.xmlPK-�2�Z��'��P7xl/_rels/workbook.xml.relsPK-�2�ZЃc'2E
}xl/styles.xmlPK-�2�Z ufq���xl/sharedStrings.xmlPK��