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": "Z5BVoBVwGEeEvbLVSvyynA==",
  "identifierGuid": "a0559067-7015-4718-84bd-b2d54afcb29c",
  "storeID": 2,
  "tradingPartner": 0,
  "supplierIdentifier": "TFVxWc/+N0isyzf04wuuNA==",
  "supplierIdentifierGuid": "5971554c-fecf-4837-accb-37f4e30bae34",
  "xfer": true,
  "sourceStore": "sample string 3",
  "sourceCode": "sample string 4",
  "sourceAbn": "sample string 5",
  "targetCode": "sample string 6",
  "targetState": "sample string 7",
  "whouseRef": "sample string 8",
  "stateSource": "sample string 9",
  "status": 10,
  "fileID": "sample string 11",
  "created": "2025-10-04T23:58:46.2581396",
  "createdByUser": "sample string 12",
  "updated": "2025-10-04T23:58:46.2581396",
  "transType": 0,
  "transDateTime": "2025-10-04T23:58:46.2581396",
  "invoiceNo": "sample string 13",
  "invoiceText": "sample string 14",
  "adjustmentNo": 1,
  "invoiceDate": "2025-10-04T23:58:46.2581396",
  "claimNo": 1,
  "countReceivedReset": true,
  "accountingExported": true,
  "orderReceived": true,
  "orderGuid": "XzPlJLLZBkCkWYPBK8IpGQ==",
  "orderIdentifier": "24e5335f-d9b2-4006-a459-83c12bc22919",
  "orderNo": 1,
  "orderText": "sample string 18",
  "supplierNotes": "sample string 19",
  "defaultStockReceiveDocumentId": 1,
  "receiptEmailSent": true,
  "receiptEmailSentId": "sample string 21",
  "receiptEmailSentStatus": "sample string 22",
  "customerCd": "sample string 23",
  "storeName": "sample string 24",
  "street": "sample string 25",
  "suburb": "sample string 26",
  "postCd": "sample string 27",
  "debtorCd": "sample string 28",
  "liquorLicense": "sample string 29",
  "bond": "sample string 30",
  "url": "sample string 31",
  "completed": "2025-10-04T23:58:46.2581396",
  "received": "2025-10-04T23:58:46.2581396",
  "invoiceSubTotal": 1.0,
  "itemTotalCost": 1.0,
  "adminFee": 1.0,
  "financeFee": 1.0,
  "invoiceTotal": 1.0,
  "weight": 1.0,
  "salesTax": 1.0,
  "tobaccoTax": 1.0,
  "shrinkWrap": 32.0,
  "gstTotal": 1.0,
  "margin": 1.0,
  "deliveryFee": 1.0,
  "transportFee": 33.0,
  "serviceFee": 1.0,
  "gstOnService": 1.0,
  "gstOnDelivery": 1.0,
  "gstOnShrinkWrap": 1.0,
  "wetTotal": 1.0,
  "gstApplicable": 1.0,
  "gstExempt": 1.0,
  "supplierMatchRequired": true,
  "temperature": 1.1,
  "temperatureScale": 35,
  "rating": 36,
  "completeInvoiceInventory": 37,
  "wineLitres": 1.0,
  "wineValue": 1.0,
  "spiritLitres": 1.0,
  "spiritValue": 1.0,
  "beerLitres": 1.0,
  "beerValue": 1.0,
  "midBeerLitres": 1.0,
  "midBeerValue": 1.0,
  "lowBeerLitres": 1.0,
  "lowBeerValue": 1.0,
  "lowWineLitres": 1.0,
  "lowWineValue": 1.0,
  "deleted": true,
  "supplierName": "sample string 39",
  "invoiceSuffix": "sample string 40",
  "costVariance": 1.0,
  "store": {
    "$id": "2",
    "id": 1,
    "isMaster": true,
    "shortName": "sample string 3",
    "url": "sample string 4",
    "sortOrder": 1,
    "name": "sample string 5",
    "phone": "sample string 6",
    "fax": "sample string 7",
    "email": "sample string 8",
    "address1": "sample string 9",
    "address2": "sample string 10",
    "city": "sample string 11",
    "state": "sample string 12",
    "country": "sample string 13",
    "postCode": "sample string 14",
    "delivery": 1,
    "exportAccounts": 1,
    "salesAccountFolder": "sample string 15",
    "purchaseAccountFolder": "sample string 16",
    "initLoad": 1,
    "initIDs": 1,
    "zoneID": 1,
    "actAsMaster": 1,
    "lastActiveUtc": "2025-10-04T23:58:46.2581396",
    "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": "1VGSR+JmEUCiqkrcO/XJsg==",
    "hostIdentifierGuid": "479251d5-66e2-4011-a2aa-4adc3bf5c9b2",
    "hostName": 1,
    "hostAddress": "sample string 27",
    "hostUsername": "sample string 28",
    "hostPassword": "sample string 29",
    "excludeFromLeadInOut": true,
    "accountingProvider": 31,
    "accountingAddress": "sample string 32",
    "accountingUsername": "sample string 33",
    "accountingPassword": "sample string 34",
    "storeAccountingCode": "sample string 35",
    "softwareVariance": 36,
    "fuelWarningVariance": 37.0,
    "fuelErrorVariance": 38.0,
    "fuelAccumulatedWarningVariance": 39.0,
    "fuelAccumulatedErrorVariance": 40.0,
    "drawManagment": 41,
    "endOfDayManagment": true,
    "autoFillCashBalancing": true,
    "fuelDayVariance": 44,
    "accountingTradingTime": "00:00:00.1234567",
    "stockActivateProduct": 46,
    "giftCardSalesAccountingDeptCode": "sample string 47",
    "transactionDiscountAccountingDeptCode": "sample string 48",
    "size": 49,
    "updated": "2025-10-04T23:58:46.2581396",
    "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": "1DOyeM/PmUC1Vvde6h8eoQ==",
        "hostIdentifierGuid": "78b233d4-cfcf-4099-b556-f75eea1f1ea1",
        "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": "4g3uCUhMeUuH4eErmrDkbQ==",
          "identifierGuid": "09ee0de2-4c48-4b79-87e1-e12b9ab0e46d",
          "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": "CeNyPtJWD0GvhBLVmqOftA==",
          "hostSupplierIdentifierGuid": "3e72e309-56d2-410f-af84-12d59aa39fb4",
          "loyaltyPriceLevelIdentifier": "Hzwdh89CuEeXEKP2+Vt5gw==",
          "loyaltyPriceLevelIdentifierGuid": "871d3c1f-42cf-47b8-9710-a3f6f95b7983",
          "isGroup": true,
          "description": "sample string 22",
          "hostProvider": 23,
          "hostTypeEnum": 24,
          "hostType": "sample string 25",
          "hostCode": "sample string 26",
          "username": "sample string 27",
          "password": "sample string 28",
          "passwordPlain": "sample string 29",
          "server": "sample string 30",
          "url": "sample string 31",
          "global": true,
          "stateCode": "sample string 33",
          "lastCollected": "2025-10-04T23:58:46.2581396",
          "lastProcessed": "2025-10-04T23:58:46.2581396",
          "hold": true,
          "supplierName": "sample string 35",
          "supplier": {
            "$id": "6",
            "identifier": "dud3YQVYqkC7EB2TjqVQ7g==",
            "identifierGuid": "6177e776-5805-40aa-bb10-1d938ea550ee",
            "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": "gjStcw8bP0Cm/I35ZLDhqA==",
            "primaryContactID": "73ad3482-1b0f-403f-a6fc-8df964b0e1a8",
            "storeID": 1,
            "abn": "sample string 16",
            "supplierGroupIdentifier": "nOOEEd8J6U2SYTPdf8lbyw==",
            "supplierGroupGuid": "1184e39c-09df-4de9-9261-33dd7fc95bcb",
            "rebate": 1.0,
            "rebateType": 1,
            "rebateFrequency": 1,
            "rebateSource": 1,
            "rebateLastClaimed": "2025-10-04T23:58:46.2581396",
            "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": "64991661-d440-4f8c-9627-061017d5c900",
              "identifier": "/8QRuSscTEO9y5pnMFzrNw==",
              "identifierGuid": "b911c4ff-1c2b-434c-bdcb-9a67305ceb37",
              "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": "nhrN0iuKEUCqwMwugZJC8Q==",
                "supplierIdentifierGuid": "d2cd1a9e-8a2b-4011-aac0-cc2e819242f1",
                "contactGuid": "wriQ9Xr1RkuO3N5q94JtqQ==",
                "contactID": "f590b8c2-f57a-4b46-8edc-de6af7826da9",
                "contact": {
                  "$ref": "7"
                },
                "supplier": {
                  "$ref": "6"
                }
              },
              {
                "$ref": "8"
              }
            ],
            "products": [
              {
                "$id": "9",
                "pluG_UID": "rpljUJt+rUSLJSfIt2Sp4w==",
                "pluGuid": "506399ae-7e9b-44ad-8b25-27c8b764a9e3",
                "supplierIdentifier": "bn7ydH3eGU+QX0NS9rN4rg==",
                "supplierIdentifierGuid": "74f27e6e-de7d-4f19-905f-4352f6b378ae",
                "cartonQuantity": 1,
                "cartonQuantityChanged": true,
                "productSize": "sample string 3",
                "cigarettesPerSleeve": 1,
                "randomWeight": true,
                "piecesPerUnit": 5,
                "averagePackSize": 6,
                "effectiveDate": "2025-10-04T23:58:46.2581396",
                "pricedByWeight": true,
                "landedUnitCostEx": 9,
                "landedUnitCostInc": 10,
                "landedCartonCostInc": 11,
                "landedCartonCostEx": 12,
                "standardCost": 13,
                "deliveryFee": 1,
                "deliveryFeeBasis": "sample string 14",
                "pickAndPackFee": 1,
                "pickAndPackFeeBasis": "sample string 15",
                "financeFee": 1,
                "financeFeeBasis": "sample string 16",
                "cartonLength": 1,
                "cartonWidth": 1,
                "cartonHeight": 1,
                "palletLayerQuantity": 1,
                "palletLayers": 1,
                "itemCode": "sample string 17",
                "invoiceCode": "sample string 18",
                "invoiceDesc": "sample string 19",
                "orderDirect": true,
                "useCost": true,
                "minimumQuantity": 20,
                "hostType": 21,
                "fromHost": 22,
                "minimumReorder": 1,
                "maximumReorder": 1,
                "orderMultiple": 23.1,
                "sellMultiple": 24.1,
                "baseMultiple": 25.1,
                "hostStandardCost": 26,
                "hostTotalCost": 27,
                "hostRetail": 28,
                "hostLandedUnitCostEx": 29,
                "hostLandedUnitCostInc": 30,
                "hostDesc": "sample string 31",
                "directIndicator": "sample string 32",
                "availableToOrder": true,
                "hostRangeIndicator": "sample string 34",
                "hostProductType": "sample string 35",
                "hostProductGrade": "sample string 36",
                "hostProductGroup": "sample string 37",
                "hostSlowMoving": true,
                "hostGeneralMerchandise": true,
                "hostPillar": "sample string 40",
                "hostLastUpdated": "2025-10-04T23:58:46.2581396",
                "rebate": 1.0,
                "rebateExclude": true,
                "invoiceCodes": [
                  {
                    "$id": "10",
                    "pluG_UID": "dxKzXpc28UOo9lgygwGRWg==",
                    "pluGuid": "5eb31277-3697-43f1-a8f6-58328301915a",
                    "supplierIdentifier": "bHN9DKB+aEyRzMGdMHilyg==",
                    "supplierIdentifierGuid": "0c7d736c-7ea0-4c68-91cc-c19d3078a5ca",
                    "invoiceCode": "sample string 1",
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "storeIDs": [
                  1,
                  2
                ],
                "preferredSupplier": true,
                "preferredRebateSupplier": true,
                "supplierName": "sample string 41",
                "salesMode": 42,
                "orderPacked": true,
                "active": true,
                "price": 1,
                "costGstPercent": 44,
                "parentPluG_UID": "cOIGJm7KCUugFSK0HB/xHw==",
                "parentPluGuid": "2606e270-ca6e-4b09-a015-22b41c1ff11f",
                "freight": 45.0,
                "freightType": 1,
                "product": {
                  "$id": "11",
                  "plu": 1,
                  "storeID": 1,
                  "masterPluG_UID": "QEA=",
                  "storeIDs": [
                    1,
                    2
                  ],
                  "g_UId": "NOyoticqikm/euIcF2BIOA==",
                  "guid": "b6a8ec34-2a27-498a-bf7a-e21c17604838",
                  "apn": "sample string 1",
                  "apnChanged": true,
                  "apnSwitched": true,
                  "barcode": "sample string 4",
                  "itemNumber": "sample string 5",
                  "itemNumberChanged": true,
                  "priceGroupG_UID": "W49uBXoCgkSYOL+3obfAFA==",
                  "priceGroupGuid": "056e8f5b-027a-4482-9838-bfb7a1b7c014",
                  "blueprintID": 1,
                  "lastCountedDate": "2025-10-04T23:58:46.2581396",
                  "externalID": "sample string 7",
                  "active": true,
                  "activated": "2025-10-04T23:58:46.2581396",
                  "pluCreated": "2025-10-04T23:58:46.2581396",
                  "createdByUser": "sample string 9",
                  "name": "sample string 10",
                  "nameChanged": true,
                  "secondDescription": "sample string 12",
                  "hostDescription": "sample string 13",
                  "keepCartonQty": true,
                  "keepDescription": true,
                  "keepDepartments": true,
                  "keepSuppliers": true,
                  "markdownDescription": "sample string 18",
                  "altDescription": "sample string 19",
                  "bestOrExpire": 20,
                  "lastUpdate": "2025-10-04T23:58:46.2581396",
                  "lastManualUpdate": "2025-10-04T23:58:46.2581396",
                  "imageName": "sample string 23",
                  "showImageOnFlipCharts": true,
                  "showTextOnFlipCharts": true,
                  "overrideFlipChartText": true,
                  "flipChartText": "sample string 27",
                  "salesMode": 1,
                  "eftCode": 1,
                  "price": 1,
                  "priceChanged": true,
                  "rrp": 1,
                  "gstPercent": 28,
                  "gstPercentChanged": true,
                  "costGSTPercent": 29,
                  "costGSTPercentChanged": true,
                  "wetPercent": 1,
                  "priceOverride": 1,
                  "cost": 1,
                  "currentCost": 1,
                  "currentCostDecimals": 1,
                  "grossProfit": 1.0,
                  "currentCostDesc": "sample string 30",
                  "currentCostEnd": "2025-10-04T23:58:46.2581396",
                  "currentCostUpdated": "2025-10-04T23:58:46.2581396",
                  "costDecimals": 31,
                  "costChanged": true,
                  "dealCostIdentifier": "QEA=",
                  "excludeFromRebate": true,
                  "rebateOverride": 1,
                  "costCalcMethod": 32,
                  "costCalcMethodChanged": true,
                  "costEffectiveDate": "2025-10-04T23:58:46.2581396",
                  "defaultGP": 1,
                  "breakTargetMode": 33,
                  "break1": 1,
                  "price1": 1,
                  "target1": 34,
                  "break2": 1,
                  "price2": 1,
                  "target2": 35,
                  "break3": 1,
                  "price3": 1,
                  "target3": 36,
                  "break1Changed": true,
                  "price1Changed": true,
                  "target1Changed": true,
                  "break2Changed": true,
                  "price2Changed": true,
                  "target2Changed": true,
                  "break3Changed": true,
                  "price3Changed": true,
                  "target3Changed": true,
                  "breakTargetModeChanged": true,
                  "margin": 1.1,
                  "marginChanged": true,
                  "marginRanged": true,
                  "marginRangedChanged": true,
                  "minimumMargin": 1.1,
                  "minimumMarginChanged": true,
                  "maximumMargin": 1.1,
                  "maximumMarginChanged": true,
                  "overrideHostWarehouseIndicator": true,
                  "overrideHostWarehouseIndicatorChanged": true,
                  "overrideHostPrice": true,
                  "overrideHostPriceChanged": true,
                  "overrideHostCost": true,
                  "overrideHostCostChanged": true,
                  "overrideHostMargin": true,
                  "overrideHostMarginChanged": true,
                  "alwaysApplyMargin": true,
                  "alwaysApplyMarginChanged": true,
                  "aws": 1.0,
                  "paws": 1.0,
                  "awsUpdated": "2025-10-04T23:58:46.2581396",
                  "posTare": 1,
                  "altPrice": 1.0,
                  "altPriceChanged": true,
                  "altPriceMode": 53,
                  "altPriceModeChanged": true,
                  "altPLUG_UID": "IKEF5FMHw0uKf+Qa2Diolw==",
                  "altPLUGuid": "e405a120-0753-4bc3-8a7f-e41ad838a897",
                  "altPLUGuidChanged": true,
                  "altPriceDescription1": "sample string 54",
                  "altPriceDescription2": "sample string 55",
                  "cartonQuantity": 56,
                  "cartonQuantityChanged": true,
                  "trayID": 1,
                  "promptID": 1,
                  "tare": 1,
                  "packQty": 1,
                  "fixedWeight": 1,
                  "extraMesg": 1,
                  "text1": "sample string 58",
                  "text2": "sample string 59",
                  "text3": "sample string 60",
                  "labelText": "sample string 61",
                  "labelTextChanged": true,
                  "sendToScale": true,
                  "nonScaleWeigh": true,
                  "labelFormat": "sample string 65",
                  "barcodeFormat": "sample string 66",
                  "austMade": 1,
                  "coolCode": 67,
                  "countryOfOrigin": "sample string 68",
                  "percentContent": 69.1,
                  "departmentID": 1,
                  "subDepartmentID": 1,
                  "minorDepartmentID": 1,
                  "lesserDepartmentID": 1,
                  "deptCode": "sample string 70",
                  "subDeptCode": "sample string 71",
                  "minorDeptCode": "sample string 72",
                  "lesserDeptCode": "sample string 73",
                  "deptName": "sample string 74",
                  "subDeptName": "sample string 75",
                  "minorDeptName": "sample string 76",
                  "lesserDeptName": "sample string 77",
                  "departmentChanged": true,
                  "subCategoryID": 1,
                  "expiry": 1,
                  "showDays": 1,
                  "datePrint": 1,
                  "labelRequired": true,
                  "labelShelfQty": 80,
                  "labelShelfChanged": true,
                  "labelTalkerQty": 82,
                  "labelSmall": true,
                  "labelLastPrinted": "2025-10-04T23:58:46.2581396",
                  "labelLastPrice": 1,
                  "shelfPageLayoutG_UID": "XylDdRIwpkKVpwmTJyIpfw==",
                  "shelfPageLayoutGuid": "7543295f-3012-42a6-95a7-09932722297f",
                  "talkerPageLayoutG_UID": "KUyALTeS7USAAG9TMPBaUg==",
                  "talkerPageLayoutGuid": "2d804c29-9237-44ed-8000-6f5330f05a52",
                  "unitMeasure": 1.1,
                  "unitMeasureChanged": true,
                  "unitMeasureKind": 85,
                  "unitMeasureKindChanged": true,
                  "signIQData": "sample string 87",
                  "refresh": true,
                  "earnLoyaltyPoints": true,
                  "earnLoyaltyPointsChanged": true,
                  "quantityOverride": true,
                  "quantityOverrideChanged": true,
                  "quantityRequired": true,
                  "quantityRequiredChanged": true,
                  "allowDiscounts": true,
                  "allowDiscountsChanged": true,
                  "discountDiscounts": true,
                  "discountDiscountsChanged": true,
                  "itemRecalled": true,
                  "itemRecalledChanged": true,
                  "noRefund": true,
                  "noRefundChanged": true,
                  "allowMarkdown": true,
                  "allowMarkdownChanged": true,
                  "priceRequired": true,
                  "priceRequiredChanged": true,
                  "fuelItem": true,
                  "fuelItemChanged": true,
                  "trackSerial": true,
                  "trackSerialChanged": true,
                  "allowZeroPrice": true,
                  "allowZeroPriceChanged": true,
                  "notForSale": 91,
                  "notForSaleChanged": true,
                  "excludeFromDeals": true,
                  "excludeFromVoucher": true,
                  "minimumAge": 94,
                  "minimumAgeChanged": true,
                  "buyingLimit": 1,
                  "buyingLimitChanged": true,
                  "buyingLimitIndependent": true,
                  "buyingLimitIndependentChanged": true,
                  "inventoryGuid": "D6l70H8gW0G05QpbAnHz5A==",
                  "inventoryIdentifier": "d07ba90f-207f-415b-b4e5-0a5b0271f3e4",
                  "inventoryAccuracy": 1,
                  "baseUnits": 98,
                  "orderPacked": 1,
                  "isManufactured": true,
                  "isIngredient": true,
                  "isModifier": true,
                  "isModifierChanged": true,
                  "hasModifiers": 99,
                  "defaultPrinter": "sample string 100",
                  "defaultPrinterGroup": "sample string 101",
                  "ingredientsOnManufacture": true,
                  "manufactureUnitMeasure": 1,
                  "mpl": 1,
                  "maxShelfQty": 102,
                  "allowAutoOrder": true,
                  "warrantyPeriod": 1,
                  "parentPluG_UId": "8tlkpJDvkESkkIG94OFSxA==",
                  "parentPluGuid": "a464d9f2-ef90-4490-a490-81bde0e152c4",
                  "preferredHostVendor": 104,
                  "preferredHostChanged": true,
                  "code": "sample string 106",
                  "supplierIdentifier": "E1HVwzx6mkiPtsxFzWgZMQ==",
                  "supplierIdentifierGuid": "c3d55113-7a3c-489a-8fb6-cc45cd681931",
                  "supplierChanged": true,
                  "rebateSupplierIdentifier": "lEm+bvHKBEKp4SKOH0J1tA==",
                  "rebateSupplierIdentifierGuid": "6ebe4994-caf1-4204-a9e1-228e1f4275b4",
                  "rebateSupplierChanged": true,
                  "availableForOrder": true,
                  "warehouseDirectIndicator": "sample string 108",
                  "warehouseDirectIndicatorChanged": true,
                  "productGrade": "sample string 110",
                  "productType": "sample string 111",
                  "productGroup": "sample string 112",
                  "complianceIndicator": "sample string 113",
                  "inhouseBrand": "sample string 114",
                  "slowMoving": true,
                  "generalMerchandise": true,
                  "comment": "sample string 117",
                  "lastUpdatedByUser": "sample string 118",
                  "lastManualUpdatedByUser": "sample string 119",
                  "lastUpdatedByUserOverride": true,
                  "lastUpdatedByHost": "2025-10-04T23:58:46.2581396",
                  "commodity": "sample string 121",
                  "businessPillar": "sample string 122",
                  "mscCommodity": "sample string 123",
                  "hostIdentifier": "Ov+UudGfkkqCQIG6Kcg85w==",
                  "hostIdentifierGuid": "b994ff3a-9fd1-4a92-8240-81ba29c83ce7",
                  "serviceFeeID": 1,
                  "serviceFeeIDChanged": true,
                  "providerName": "sample string 125",
                  "aisleEnds": "sample string 126",
                  "deleted": true,
                  "deletedChanged": true,
                  "hidden": true,
                  "doNotRange": true,
                  "doNotRangeChanged": true,
                  "doNotOrder": true,
                  "doNotOrderChanged": true,
                  "locked": true,
                  "excludeFromWebUpdate": true,
                  "excludeFromWebUpdateChanged": true,
                  "webPriceBasedOn": 137,
                  "webPriceRounding": true,
                  "webMarkup": 139,
                  "webPriceMode": 140,
                  "altDepartmentID": 1,
                  "altSubDepartmentID": 1,
                  "altMinorDepartmentID": 1,
                  "altLesserDepartmentID": 1,
                  "altDeptCode": "sample string 141",
                  "altSubDeptCode": "sample string 142",
                  "altMinorDeptCode": "sample string 143",
                  "altLesserDeptCode": "sample string 144",
                  "altDepartmentChanged": true,
                  "storeProducts": [
                    {
                      "$ref": "11"
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "store": {
                    "$ref": "2"
                  },
                  "storePrices": [
                    {
                      "$id": "12",
                      "pluG_UID": "861IlhTlkUeXQXKI7829tQ==",
                      "pluGuid": "9648adf3-e514-4791-9741-7288efcdbdb5",
                      "plu": 1,
                      "storeID": 1,
                      "zoneID": 2,
                      "zoneName": "sample string 3",
                      "store": "sample string 4",
                      "priceNow": 5,
                      "costNow": 6,
                      "costNowDecimals": 7,
                      "normalPrice": 8,
                      "priceNext": 1,
                      "costNext": 1,
                      "costNextDecimals": 9,
                      "nextCampaignName": "sample string 10",
                      "gstPercent": 11,
                      "normalCost": 12,
                      "normalCostDecimals": 13,
                      "costGstPercent": 14,
                      "costCalcMethod": 1,
                      "currentCost": 15,
                      "currentCostDecimals": 16,
                      "break1": 17,
                      "price1": 18,
                      "break2": 19,
                      "price2": 20,
                      "break3": 21,
                      "price3": 22,
                      "fuelItem": 23,
                      "fixedWeight": 24,
                      "active": true,
                      "complianceIndicator": "sample string 25",
                      "doNotOrder": true,
                      "doNotRange": true,
                      "isNormalPriceChangesCampaign": true,
                      "updated": "2025-10-04T23:58:46.2581396"
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "currentPrices": {
                    "$id": "13",
                    "pluPrices": {
                      "$id": "14",
                      "plu": 1,
                      "pluG_UID": "QEA=",
                      "stores": [
                        1,
                        2
                      ],
                      "normalPrice": 1,
                      "cost": 2,
                      "break1": 3,
                      "price1": 4,
                      "break2": 5,
                      "price2": 6,
                      "break3": 7,
                      "price3": 8,
                      "discountPrice": 9,
                      "acceptedUtc": "2025-10-04T23:58:46.2581396",
                      "priceChangeType": 0,
                      "costDecimals": 10
                    },
                    "normalPluPrices": {
                      "$ref": "14"
                    },
                    "winningCampaign": 1,
                    "winner": {
                      "$id": "15",
                      "campaignName": "sample string 1",
                      "campaignDescription": "sample string 2",
                      "startDate": "2025-10-04T23:58:46.2581396",
                      "startTime": 3,
                      "endDate": "2025-10-04T23:58:46.2581396",
                      "endTime": 4,
                      "newPrice": 5,
                      "newCost": 6,
                      "newCostDecimals": 7,
                      "pctDiscount": 8,
                      "promoType": 1,
                      "promotionTypeCode": "sample string 9",
                      "hostType": 10,
                      "hostIdentifier": "wkfDTttblUC5GaiKBA425A==",
                      "hostIdentifierGuid": "4ec347c2-5bdb-4095-b919-a88a040e36e4",
                      "storeNames": [
                        "sample string 1",
                        "sample string 2"
                      ]
                    },
                    "details": [
                      {
                        "$ref": "15"
                      },
                      {
                        "$ref": "15"
                      }
                    ]
                  },
                  "tray": {
                    "$id": "16",
                    "g_UId": "x/TOeSOUo0qFrjWHPYANHw==",
                    "guid": "79cef4c7-9423-4aa3-85ae-35873d800d1f",
                    "name": "sample string 1",
                    "number": 1,
                    "tare": 1
                  },
                  "priceGroup": {
                    "$id": "17",
                    "priceGroupG_UID": "Bf0/gbqnj0SzmiVa1Hf20g==",
                    "priceGroupGuid": "813ffd05-a7ba-448f-b39a-255ad477f6d2",
                    "name": "sample string 2",
                    "code": 1,
                    "modified": true,
                    "updated": "2025-10-04T23:58:46.2581396",
                    "buyingLimit": 1,
                    "buyingLimitIndependent": true,
                    "buyingLimitType": 0,
                    "number": 1,
                    "products": [
                      {
                        "$ref": "11"
                      },
                      {
                        "$ref": "11"
                      }
                    ],
                    "productCount": 1
                  },
                  "priceGroupName": "sample string 146",
                  "nutrifacts": {
                    "$id": "18",
                    "pluG_UID": "GSVmAWBL4UGXBmFR6ySOsg==",
                    "pluGuid": "01662519-4b60-41e1-9706-6151eb248eb2",
                    "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": "7af5cdc6-3efb-4db2-8144-823486896357",
                    "created": "2025-10-04T23:58:46.2737674",
                    "createdByUser": "sample string 1",
                    "activated": "2025-10-04T23:58:46.2737674",
                    "deactivated": "2025-10-04T23:58:46.2737674",
                    "lastOrdered": "2025-10-04T23:58:46.2737674",
                    "lastOrderedQty": 2.0,
                    "lastReceived": "2025-10-04T23:58:46.2737674",
                    "lastReceivedQty": 3.0,
                    "lastInvoiceStatus": 1,
                    "lastCounted": "2025-10-04T23:58:46.2737674",
                    "lastSold": "2025-10-04T23:58:46.2737674",
                    "firstSold": "2025-10-04T23:58:46.2737674",
                    "awsUpdated": "2025-10-04T23:58:46.2737674",
                    "lastManualUpdate": "2025-10-04T23:58:46.2737674",
                    "lastManualUpdatedByUser": "sample string 5",
                    "lastUpdated": "2025-10-04T23:58:46.2737674",
                    "lastUpdatedByUser": "sample string 7",
                    "lastUpdatedByHost": "2025-10-04T23:58:46.2737674",
                    "doNotRangeUpdated": "2025-10-04T23:58:46.2737674",
                    "doNotOrderUpdated": "2025-10-04T23:58:46.2737674",
                    "tracked": "2025-10-04T23:58:46.2737674"
                  },
                  "allergens": [
                    {
                      "$id": "20",
                      "allergenID": 1,
                      "pluG_UID": "GUNXr7yviEG/ITKKjJD6jg==",
                      "pluGuid": "af574319-afbc-4188-bf21-328a8c90fa8e",
                      "contains": 2,
                      "allergenName": "sample string 3",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "20"
                    }
                  ],
                  "costs": {
                    "$id": "21",
                    "pluG_UID": "kxYBnqR4d0aq+QXcsyfP1w==",
                    "pluGuid": "9e011693-78a4-4677-aaf9-05dcb327cfd7",
                    "enteredCost": 1,
                    "weightedAvgCost": 1,
                    "lastCost": 1,
                    "rawEnteredCost": 2,
                    "rawWeightedAvgCost": 3,
                    "rawLastCost": 4,
                    "freight": 5.0,
                    "freightType": 6,
                    "costDecimals": 7,
                    "fifoCost": 1,
                    "updated": "2025-10-04T23:58:46.2737674",
                    "normalCost": 1,
                    "currentCost": 1
                  },
                  "sales": [
                    {
                      "$id": "22",
                      "saleHeaderID": 1,
                      "created": "2025-10-04T23:58:46.2737674",
                      "createdLocal": "2025-10-04T23:58:46.2737674",
                      "storeID": 3,
                      "storeName": "sample string 4",
                      "operatorG_Uid": "sH8hgvhezkeDy519v62g0A==",
                      "operatorGuid": "82217fb0-5ef8-47ce-83cb-9d7dbfada0d0",
                      "operatorName": "sample string 5",
                      "tranType": 1,
                      "plu": 1,
                      "pluG_UId": "oSmUgcJYR0CuwKrNGtLxfw==",
                      "pluGuid": "819429a1-58c2-4047-aec0-aacd1ad2f17f",
                      "normalPrice": 1,
                      "totalCents": 1,
                      "cost": 1,
                      "grossProfit": 1,
                      "quantity": 1,
                      "operator": {
                        "$id": "23",
                        "id": 1,
                        "g_Uid": "5st9lRRgukyksMaNB3G+Xw==",
                        "guid": "957dcbe6-6014-4cba-a4b0-c68d0771be5f",
                        "operatorNumber": 1,
                        "shortName": "sample string 2",
                        "firstName": "sample string 3",
                        "lastName": "sample string 4",
                        "password": "sample string 5",
                        "hasPassword": true,
                        "passwordText": "sample string 6",
                        "rfidTagID": "sample string 7",
                        "blueprintID": 1,
                        "groupID": 1,
                        "groupName": "sample string 8",
                        "managerGroupID": 1,
                        "managerGroupName": "sample string 9",
                        "zoneID": 1,
                        "zoneName": "sample string 10",
                        "loggedIn": 1,
                        "lastUsedIP": "sample string 11",
                        "deleted": true,
                        "locked": true,
                        "allowOpenTill": true,
                        "webEmail": "sample string 14",
                        "simpleOperatorType": 0,
                        "webRole": "sample string 15",
                        "updated": "2025-10-04T23:58:46.2737674",
                        "passwordResetRequired": true,
                        "alteredInStore": true,
                        "startShift": "2025-10-04T23:58:46.2737674",
                        "endShift": "2025-10-04T23:58:46.2737674",
                        "machineName": "sample string 20",
                        "drawerID": 1,
                        "stores": [
                          {
                            "$id": "24",
                            "operatorG_UID": "sCe+MTJwhUGDVA3TWzTcoQ==",
                            "operatorGuid": "31be27b0-7032-4185-8354-0dd35b34dca1",
                            "storeID": 2,
                            "operator": {
                              "$ref": "23"
                            },
                            "store": {
                              "$ref": "2"
                            }
                          },
                          {
                            "$ref": "24"
                          }
                        ]
                      }
                    },
                    {
                      "$ref": "22"
                    }
                  ],
                  "apns": [
                    {
                      "$id": "25",
                      "pluID": 1,
                      "pluG_UID": "JZLKIipLTEGb2zVWbM8H/Q==",
                      "pluGuid": "22ca9225-4b2a-414c-9bdb-35566ccf07fd",
                      "apn": "sample string 1",
                      "deleted": true,
                      "storeID": 1,
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "25"
                    }
                  ],
                  "tuns": [
                    {
                      "$id": "26",
                      "pluG_UId": "mgjfOEqPdU2P77X8FJs1Tw==",
                      "pluGuid": "38df089a-8f4a-4d75-8fef-b5fc149b354f",
                      "apn": "sample string 1",
                      "tun": "sample string 2",
                      "cartonQuantity": 3,
                      "product": {
                        "$ref": "11"
                      },
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "26"
                    }
                  ],
                  "competitionPricing": [
                    {
                      "$id": "27",
                      "identifier": "6LEeQOvZhEy7agQ3I+vd9A==",
                      "identifierGuid": "401eb1e8-d9eb-4c84-bb6a-043723ebddf4",
                      "pluG_UID": "2kKWUs163kaDvhuJyKS15A==",
                      "pluGuid": "529642da-7acd-46de-83be-1b89c8a4b5e4",
                      "competitionID": 1,
                      "name": "sample string 2",
                      "sellMultiple": 3,
                      "retailPrice": 4,
                      "storeName": "sample string 5"
                    },
                    {
                      "$ref": "27"
                    }
                  ],
                  "supplier": {
                    "$ref": "6"
                  },
                  "supplierName": "sample string 147",
                  "children": [
                    {
                      "$ref": "11"
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "ordering": {
                    "$ref": "9"
                  },
                  "flipChartPages": [
                    {
                      "$id": "28",
                      "identifier": "faVW4kqCike9shr2mOw40A==",
                      "groupName": "sample string 1",
                      "identifierGuid": "e256a57d-824a-478a-bdb2-1af698ec38d0",
                      "exists": true,
                      "flipChartIdentifier": "9q6ikJeCMEmVt18hyIHJLw==",
                      "flipChartIdentifierGuid": "90a2aef6-8297-4930-95b7-5f21c881c92f",
                      "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": "sgWZw8E1d0mk57Mbepmkxg==",
                      "groupIdentifierGuid": "c39905b2-35c1-4977-a4e7-b31b7a99a4c6",
                      "flipChart": {
                        "$id": "29",
                        "identifier": "l2t9f38+nUe0EFN5pNTE+A==",
                        "identifierGuid": "7f7d6b97-3e7f-479d-b410-5379a4d4c4f8",
                        "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": "VyAvoVhfIk2fx/IEp6rv2w==",
                          "identifierGuid": "a12f2057-5f58-4d22-9fc7-f204a7aaefdb",
                          "name": "sample string 2",
                          "formType": "sample string 3",
                          "forms": [
                            {
                              "$id": "31",
                              "id": 1,
                              "g_UID": "I9TK7MFv106O2H8sTQ63cQ==",
                              "guid": "eccad423-6fc1-4ed7-8ed8-7f2c4d0eb771",
                              "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": "MWK/VjS8VkiUGGAyyuPdmg==",
                              "previousFormGuid": "56bf6231-bc34-4856-9418-6032cae3dd9a",
                              "nextForm": 1,
                              "nextFormG_UID": "JcE2zuaC4USpZ4qn7epKkg==",
                              "nextFormGuid": "ce36c125-82e6-44e1-a967-8aa7edea4a92",
                              "attributes": "sample string 10",
                              "updated": "2025-10-04T23:58:46.2737674",
                              "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": "Se5nX2+TaEmPMIqWTGCKgQ==",
                                  "checkoutFormGuid": "5f67ee49-936f-4968-8f30-8a964c608a81",
                                  "identifier": "YDMhfZqwC0S7dkV956EnAQ==",
                                  "identifierGuid": "7d213360-b09a-440b-bb76-457de7a12701",
                                  "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": "c1Vp1spdcESrjsEIa47aDQ==",
                                  "valueGuid": "d6695573-5dca-4470-ab8e-c1086b8eda0d",
                                  "buttonText": "sample string 10",
                                  "valueText": "sample string 11",
                                  "drawImageAndButton": true,
                                  "updated": "2025-10-04T23:58:46.2737674",
                                  "action": "sample string 12",
                                  "valueForm": {
                                    "$ref": "31"
                                  },
                                  "image": {
                                    "$id": "33",
                                    "name": "sample string 3.sample string 4",
                                    "imageID": 2,
                                    "imageName": "sample string 3",
                                    "imageExtension": "sample string 4",
                                    "lastUpdate": "2025-10-04T23:58:46.2737674",
                                    "imageData": "QEA=",
                                    "readOnly": true
                                  }
                                },
                                {
                                  "$ref": "32"
                                }
                              ],
                              "panels": [
                                {
                                  "$id": "34",
                                  "id": 1,
                                  "checkoutFormID": 2,
                                  "checkoutFormG_UID": "UZXI2V3Mz0OUF84rQ3rSNQ==",
                                  "checkoutFormGuid": "d9c89551-cc5d-43cf-9417-ce2b437ad235",
                                  "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": "w4tSZyevnUugMqoq8KK8Kw==",
                          "flipChartPageIdentifierGuid": "67528bc3-af27-4b9d-a032-aa2af0a2bc2b",
                          "pluG_UID": "JML+cTr/Mk6LKBZKE5zhPg==",
                          "pluGuid": "71fec224-ff3a-4e32-8b28-164a139ce13e",
                          "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": "84fuv06NF0C2/4jkExn4PQ==",
                      "pluGuid": "bfee87f3-8d4e-4017-b6ff-88e41319f83d",
                      "price": 1,
                      "costCalcMethod": 1,
                      "cost": 2,
                      "weightedAvgCost": 3,
                      "lastCost": 4,
                      "rawCost": 5,
                      "rawWeightedAvgCost": 6,
                      "rawLastCost": 7,
                      "costDecimals": 8,
                      "serviceFeeID": 9,
                      "freight": 10.0,
                      "freightType": 11,
                      "process": "sample string 12",
                      "user": "sample string 13",
                      "updated": "2025-10-04T23:58:46.2737674",
                      "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": "ir659ZCxq0G+soapFVPWiw==",
                      "ingredientGuid": "/jELWjv9iUKEjY1K+NqgVQ==",
                      "ingredientIdentifier": "5a0b31fe-fd3b-4289-848d-8d4af8daa055",
                      "quantity": 1.0,
                      "storeIDs": [
                        1,
                        2
                      ],
                      "ingredientText": "sample string 1",
                      "ingredient": {
                        "$ref": "11"
                      }
                    },
                    {
                      "$ref": "37"
                    }
                  ],
                  "bins": [
                    {
                      "$id": "38",
                      "pluG_UID": "GEHTYwgvm0GykZGCmFlbXg==",
                      "pluGuid": "63d34118-2f08-419b-b291-918298595b5e",
                      "shelfLocationIdentifier": "Ya+rnV4PhkifTo7TcCE6+Q==",
                      "shelfLocationGuid": "9dabaf61-0f5e-4886-9f4e-8ed370213af9",
                      "labelShelfDefault": 1,
                      "labelTalkerDefault": 1,
                      "labelSmall": true,
                      "labelPageLayoutG_UID": "3iyXFL67u0ypgOPEzfJAuQ==",
                      "labelPageLayoutGuid": "14972cde-bbbe-4cbb-a980-e3c4cdf240b9",
                      "updated": "2025-10-04T23:58:46.2737674",
                      "electronicShelfLabelIdentifier": "sample string 5",
                      "electronicshelfLabelsConfigurationID": 6,
                      "labelShelfChanged": true,
                      "productName": "sample string 8",
                      "locationText": "sample string 9",
                      "product": {
                        "$ref": "11"
                      },
                      "location": {
                        "$id": "39",
                        "identifier": "YZUi2tBdQESSJ/xhdOwNJw==",
                        "storeID": 1,
                        "identifierGuid": "da229561-5dd0-4440-9227-fc6174ec0d27",
                        "name": "sample string 2",
                        "haccp": true,
                        "blueprintID": 1,
                        "updated": "2025-10-04T23:58:46.2737674",
                        "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": "RismTRwIvUej7a8cNQXWtQ==",
                      "pluGuid": "4d262b46-081c-47bd-a3ed-af1c3505d6b5",
                      "deptNo": 1,
                      "product": {
                        "$ref": "11"
                      },
                      "scaleLocation": {
                        "$id": "41",
                        "id": 1,
                        "deptNo": 1,
                        "deptCode": "sample string 2",
                        "name": "sample string 3",
                        "enabled": true,
                        "updated": "2025-10-04T23:58:46.2737674",
                        "department": {
                          "$id": "42",
                          "id": 1,
                          "name": "sample string 2",
                          "code": "sample string 3",
                          "sortOrder": 4,
                          "isLiquor": true,
                          "isTobacco": true,
                          "excludeTalker": true,
                          "externalSales": true,
                          "saleGLCode": "sample string 9",
                          "cogsglCode": "sample string 10",
                          "accountingCategoryID": 11,
                          "maximumMarkdownPercentage": 12.0,
                          "accountingOnly": true,
                          "generateExternalID": 1,
                          "useNonReportableTaxCode": true,
                          "minPLU": 15,
                          "maxPLU": 16,
                          "scaleLocation": {
                            "$ref": "41"
                          },
                          "subDepartments": [
                            {
                              "$id": "43",
                              "id": 1,
                              "departmentID": 2,
                              "name": "sample string 3",
                              "code": "sample string 4",
                              "departmentCode": "sample string 5",
                              "externalSales": true,
                              "minorDepartments": [
                                {
                                  "$id": "44",
                                  "id": 1,
                                  "subDepartmentID": 2,
                                  "departmentID": 3,
                                  "name": "sample string 4",
                                  "subDepartmentCode": "sample string 5",
                                  "departmentCode": "sample string 6",
                                  "code": "sample string 7",
                                  "lesserDepartments": [
                                    {
                                      "$id": "45",
                                      "id": 1,
                                      "departmentID": 2,
                                      "subDepartmentID": 3,
                                      "minorDepartmentID": 4,
                                      "name": "sample string 5",
                                      "code": "sample string 6",
                                      "departmentCode": "sample string 7",
                                      "subDepartmentCode": "sample string 8",
                                      "minorDepartmentCode": "sample string 9",
                                      "updated": "2025-10-04T23:58:46.2737674",
                                      "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": "S6mRJDrdEU2QcSRuRyzo8w==",
                                      "labelPageLayoutGuid": "2491a94b-dd3a-4d11-9071-246e472ce8f3",
                                      "minimumAge": 17,
                                      "countryOfOrigin": "sample string 18",
                                      "serviceFeeID": 1,
                                      "eftCode": 19,
                                      "defaultPrinter": "sample string 20",
                                      "defaultPrinterGroup": "sample string 21",
                                      "buyingLimit": 1,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitType": 0,
                                      "includeInDistinctLimit": true,
                                      "defaultsEmpty": false,
                                      "mscCat": {
                                        "$id": "46",
                                        "dept": 1,
                                        "category": 2,
                                        "name": "sample string 3",
                                        "active": true,
                                        "mscCommodities": [
                                          {
                                            "$id": "47",
                                            "dept": 1,
                                            "category": 2,
                                            "commodity": 3,
                                            "name": "sample string 4",
                                            "active": true,
                                            "mscSubCommodities": [
                                              {
                                                "$id": "48",
                                                "dept": 1,
                                                "category": 2,
                                                "commodity": 3,
                                                "subCommodity": 4,
                                                "name": "sample string 5",
                                                "active": true,
                                                "subCommodityCode": "sample string 7"
                                              },
                                              {
                                                "$ref": "48"
                                              }
                                            ],
                                            "commodityCode": "sample string 6"
                                          },
                                          {
                                            "$ref": "47"
                                          }
                                        ],
                                        "categoryCode": "sample string 5"
                                      },
                                      "mscCom": {
                                        "$ref": "47"
                                      },
                                      "mscDep": {
                                        "$id": "49",
                                        "dept": 1,
                                        "name": "sample string 2",
                                        "active": true,
                                        "mscCategories": [
                                          {
                                            "$ref": "46"
                                          },
                                          {
                                            "$ref": "46"
                                          }
                                        ],
                                        "deptCode": "sample string 4"
                                      },
                                      "mscSubCom": {
                                        "$ref": "48"
                                      }
                                    },
                                    {
                                      "$ref": "45"
                                    }
                                  ],
                                  "updated": "2025-10-04T23:58:46.2737674",
                                  "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": "UsAv+bsOn0yEkFgc1qjGrQ==",
                                  "labelPageLayoutGuid": "f92fc052-0ebb-4c9f-8490-581cd6a8c6ad",
                                  "minimumAge": 15,
                                  "countryOfOrigin": "sample string 16",
                                  "serviceFeeID": 1,
                                  "eftCode": 17,
                                  "defaultPrinter": "sample string 18",
                                  "defaultPrinterGroup": "sample string 19",
                                  "buyingLimit": 1,
                                  "buyingLimitIndependent": true,
                                  "buyingLimitType": 0,
                                  "includeInDistinctLimit": true,
                                  "defaultsEmpty": false,
                                  "mscCat": {
                                    "$ref": "46"
                                  },
                                  "mscCom": {
                                    "$ref": "47"
                                  },
                                  "mscDep": {
                                    "$ref": "49"
                                  },
                                  "mscSubCom": {
                                    "$ref": "48"
                                  }
                                },
                                {
                                  "$ref": "44"
                                }
                              ],
                              "investmentBuyOverride": true,
                              "updated": "2025-10-04T23:58:46.2737674",
                              "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": "f0Db5S6y+U+UhljwloZgNA==",
                              "labelPageLayoutGuid": "e5db407f-b22e-4ff9-9486-58f096866034",
                              "minimumAge": 15,
                              "countryOfOrigin": "sample string 16",
                              "serviceFeeID": 1,
                              "eftCode": 17,
                              "defaultPrinter": "sample string 18",
                              "defaultPrinterGroup": "sample string 19",
                              "buyingLimit": 1,
                              "buyingLimitIndependent": true,
                              "buyingLimitType": 0,
                              "includeInDistinctLimit": true,
                              "defaultsEmpty": false,
                              "mscCat": {
                                "$ref": "46"
                              },
                              "mscCom": {
                                "$ref": "47"
                              },
                              "mscDep": {
                                "$ref": "49"
                              },
                              "mscSubCom": {
                                "$ref": "48"
                              }
                            },
                            {
                              "$ref": "43"
                            }
                          ],
                          "stores": [
                            1,
                            2
                          ],
                          "investmentBuyOverride": true,
                          "updated": "2025-10-04T23:58:46.2737674",
                          "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": "FnqAHA7OGUiXfcKc4byhjA==",
                          "labelPageLayoutGuid": "1c807a16-ce0e-4819-977d-c29ce1bca18c",
                          "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": "5mfeztAhwkeyAUlQDHtXcA==",
                    "pluGuid": "cede67e6-21d0-47c2-b201-49500c7b5770",
                    "newPrice": 1,
                    "pctDiscount": 1,
                    "newCost": 1,
                    "newCostDecimals": 6,
                    "dealCostIdentifier": "7MdERbXjSk61Tz/SmMe/sw==",
                    "dealCostGuid": "4544c7ec-e3b5-4e4a-b54f-3fd298c7bfb3",
                    "pluName": "sample string 7",
                    "apn": "sample string 8",
                    "fuelItem": true,
                    "priceGroupG_UID": "+k0IIYSwSECaOOI+jwuj5A==",
                    "priceGroupGuid": "21084dfa-b084-4048-9a38-e23e8f0ba3e4",
                    "itemNumber": "sample string 10",
                    "cri": "sample string 11",
                    "pluPrice": 12,
                    "pluCost": 13,
                    "pluCostIndicator": "sample string 14",
                    "pluPriceGstPercent": 15,
                    "pluCostGstPercent": 16,
                    "pluActive": true,
                    "cartonQty": 1.1,
                    "baseUnits": 18.1,
                    "salesMode": 1,
                    "pluNormalCost": 19,
                    "pluaws": 20.0,
                    "directNumber": "sample string 21",
                    "departmentName": "sample string 22",
                    "subDepartmentName": "sample string 23",
                    "priceGroupName": "sample string 24",
                    "supplierName": "sample string 25",
                    "stockOnHand": 1.1,
                    "stockOnOrder": 1.1,
                    "lastReceived": "2025-10-04T23:58:46.2737674",
                    "rrp": 26,
                    "campaignDescription": "sample string 27",
                    "campaignComboPriceGroupG_UID": "7CSPsKnTJk6NKJ0EIMYgdg==",
                    "campaignComboPriceGroupIdentifier": "b08f24ec-d3a9-4e26-8d28-9d0420c62076",
                    "promotionPlacementDescription": "sample string 28",
                    "storeAcceptances": [
                      {
                        "$id": "51",
                        "plu": 1,
                        "pluG_UId": "QEA=",
                        "campaignID": 1,
                        "campaignName": "sample string 2",
                        "storeID": 3,
                        "acceptedUtc": "2025-10-04T23:58:46.2737674",
                        "operatorG_UID": "bYJoVng5okSfu1G2RYe1HQ==",
                        "operatorGuid": "5668826d-3978-44a2-9fbb-51b64587b51d",
                        "machineID": 1,
                        "processed": true,
                        "appliedUtc": "2025-10-04T23:58:46.2737674",
                        "signIqTicketFileMovedUtc": "2025-10-04T23:58:46.2737674",
                        "user": "sample string 6",
                        "campaignDescription": "sample string 7",
                        "productDesc": "sample string 8",
                        "storeName": "sample string 9",
                        "effectiveUtc": "2025-10-04T23:58:46.2737674",
                        "priceChangeType": 0,
                        "operatorName": "sample string 10",
                        "hostCampaign": true,
                        "product": {
                          "$ref": "11"
                        },
                        "campaignPlu": {
                          "$ref": "50"
                        }
                      },
                      {
                        "$ref": "51"
                      }
                    ],
                    "campaign": {
                      "$id": "52",
                      "id": 1,
                      "storeID": 2,
                      "name": "4dde017c-00f9-4921-bdfd-caff60f62032",
                      "nameGuid": "4dde017c-00f9-4921-bdfd-caff60f62032",
                      "description": "sample string 4",
                      "showDiscounts": true,
                      "showTotals": true,
                      "onlyEvaluateOnSubtotal": true,
                      "useDescription": true,
                      "campaignType": 1,
                      "startDate": "2025-10-04T23:58:46.2737674",
                      "startTime": 1,
                      "endDate": "2025-10-04T23:58:46.2737674",
                      "endTime": 1,
                      "recurrence": 1,
                      "recurrenceType": 1,
                      "monthType": 1,
                      "weekDays": 1,
                      "months": 1,
                      "monthWeeks": 1,
                      "monthDays": "sample string 7",
                      "printed": true,
                      "talkerText": "sample string 8",
                      "rangeDescription": "sample string 9",
                      "dealDescription": "sample string 10",
                      "labelQuantity": 11,
                      "active": 1,
                      "deactivated": "2025-10-04T23:58:46.2737674",
                      "system": true,
                      "created": "2025-10-04T23:58:46.2737674",
                      "updated": "2025-10-04T23:58:46.2737674",
                      "priceChangeNotifiedUtc": "2025-10-04T23:58:46.2737674",
                      "promoType": 1,
                      "promotionTypeCode": "sample string 13",
                      "hostIdentifier": "6K9LaLuQ60yvdnvzfUKp+g==",
                      "hostIdentifierGuid": "684bafe8-90bb-4ceb-af76-7bf37d42a9fa",
                      "hostType": 14,
                      "createdByUser": "sample string 15",
                      "fromHost": true,
                      "deleted": true,
                      "campaignDeleted": "2025-10-04T23:58:46.2737674",
                      "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": "9DW2ITxCQEO7Vo7bTvyj+w==",
                          "pluGuid": "21b635f4-423c-4340-bb56-8edb4efca3fb",
                          "hostOfferID": 1,
                          "priceGroupG_UID": "F47Ib8YFdkOUQuJmQGgwhQ==",
                          "priceGroupGuid": "6fc88e17-05c6-4376-9442-e26640683085",
                          "fuelItem": true,
                          "pluName": "sample string 6",
                          "apn": "sample string 7",
                          "pluActive": true,
                          "cartonQty": 1,
                          "baseUnits": 9.1,
                          "cri": "sample string 10",
                          "salesMode": 1,
                          "pluaws": 11.0,
                          "directNumber": "sample string 12",
                          "departmentName": "sample string 13",
                          "subDepartmentName": "sample string 14",
                          "priceGroupName": "sample string 15",
                          "supplierName": "sample string 16",
                          "stockOnHand": 1.1,
                          "stockOnOrder": 1.1,
                          "lastReceived": "2025-10-04T23:58:46.2737674",
                          "rrp": 17,
                          "campaignDescription": "sample string 18",
                          "product": {
                            "$ref": "11"
                          },
                          "campaign": {
                            "$ref": "52"
                          }
                        },
                        {
                          "$ref": "53"
                        }
                      ],
                      "sellingRules": [
                        {
                          "$id": "54",
                          "id": 1,
                          "identifier": "o8NAr3SlKkGm2LhbBSIJfw==",
                          "identifierStr": "o8NAr3SlKkGm2LhbBSIJfw==",
                          "identifierGuid": "af40c3a3-a574-412a-a6d8-b85b0522097f",
                          "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": "3zgFyRhuz0KLh38w0NuwBA==",
                          "customerIDGuid": "c90538df-6e18-42cf-8b87-7f30d0dbb004",
                          "campaign": {
                            "$ref": "52"
                          },
                          "customer": {
                            "$id": "56",
                            "identifier": "PkQJ0cl0f0KYs/FI3U2LaQ==",
                            "identifierGuid": "d109443e-74c9-427f-98b3-f148dd4d8b69",
                            "code": "sample string 2",
                            "familyName": "sample string 3",
                            "givenName": "sample string 4",
                            "otherName": "sample string 5",
                            "title": "sample string 6",
                            "dateOfBirth": "2025-10-04T23:58:46.2737674",
                            "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": "Wh8i5q3BbEyGRb5xfq6x8w==",
                            "communityIdentifierGuid": "e6221f5a-c1ad-4c6c-8645-be717eaeb1f3",
                            "joined": "2025-10-04T23:58:46.2737674",
                            "updated": "2025-10-04T23:58:46.2737674",
                            "active": true,
                            "reasonInactive": 1,
                            "groupCustomer": true,
                            "loyaltyPoints": 1,
                            "homeStoreID": 1,
                            "availableSpend": 1,
                            "priceLevelIdentifier": "16dd6i2Q90aZK///6Qe22A==",
                            "priceLevelIdentifierGuid": "ea5da7d7-902d-46f7-992b-ffffe907b6d8",
                            "marketingID": "sample string 18",
                            "hidden": true,
                            "registered": true,
                            "registeredOn": "2025-10-04T23:58:46.2737674",
                            "emailMarketing": true,
                            "smsMarketing": true,
                            "deleted": true,
                            "deletedUser": "sample string 24",
                            "homeStoreName": "sample string 25",
                            "customerCards": [
                              {
                                "$id": "57",
                                "cardType": 2,
                                "issueDate": "2025-10-04T23:58:46.2737674",
                                "expiry": "2025-10-04T23:58:46.2737674",
                                "customerID": "/VRowFoqakOk6bmwUeOVsw==",
                                "customerIDGuid": "c06854fd-2a5a-436a-a4e9-b9b051e395b3",
                                "initialValue": 1,
                                "currentValue": 1,
                                "maxLimit": 1,
                                "minTransaction": 1,
                                "maxTransaction": 1,
                                "multiplier": 1.1,
                                "active": true,
                                "reasonInactive": 1,
                                "idRequired": true,
                                "idType": 1,
                                "idValue": "sample string 5",
                                "updated": "2025-10-04T23:58:46.2737674",
                                "linkedAccount": "2wDENKIjsUuKTUhh8LVc7A==",
                                "linkedAccountGuid": "34c400db-23a2-4bb1-8a4d-4861f0b55cec",
                                "currentValueChanged": true,
                                "limitsChanged": true,
                                "customer": {
                                  "$ref": "56"
                                },
                                "account": {
                                  "$id": "58",
                                  "id": 1,
                                  "identifier": "tYv+HG3SVke9frwwdg0Haw==",
                                  "identifierGuid": "1cfe8bb5-d26d-4756-bd7e-bc30760d076b",
                                  "referenceNo": "sample string 3",
                                  "name": "sample string 4",
                                  "created": "2025-10-04T23:58:46.2737674",
                                  "owner": "iUg//WIJlU6U5pidTCY5wQ==",
                                  "ownerGuid": "fd3f4889-0962-4e95-94e6-989d4c2639c1",
                                  "accountStoreGroupIdentifier": "dG0AR+oLp0KstOIwE5gNpw==",
                                  "accountStoreGroupGuid": "47006d74-0bea-42a7-acb4-e23013980da7",
                                  "accountType": 1,
                                  "currentBalance": 1,
                                  "externalID": "sample string 7",
                                  "maximumLimit": 1,
                                  "accruePoints": true,
                                  "loyaltyPoints": 1,
                                  "termsOfTrade": 1,
                                  "signatureRequired": true,
                                  "referenceRequired": true,
                                  "statementSendType": 10,
                                  "ageingPeriod": 1,
                                  "monthlyAgeingPeriod": true,
                                  "explodedInvoice": true,
                                  "isFifoAllocation": true,
                                  "lastStatementSent": "2025-10-04T23:58:46.2737674",
                                  "active": true,
                                  "updated": "2025-10-04T23:58:46.2737674",
                                  "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": "Mc2i+xEmxE2XdMVTiupAGw==",
                                      "identifierGuid": "fba2cd31-2611-4dc4-9774-c5538aea401b",
                                      "name": "sample string 2",
                                      "primaryContact": "pp4zpiiOCEa3emID9N7Q1Q==",
                                      "primaryContactGuid": "a6339ea6-8e28-4608-b77a-6203f4ded0d5",
                                      "accountID": "M7ylwdHxH0KR9lTiWdajSA==",
                                      "accountIDGuid": "c1a5bc33-f1d1-421f-91f6-54e259d6a348",
                                      "special": true,
                                      "updated": "2025-10-04T23:58:46.2737674",
                                      "active": true,
                                      "reasonInactive": 1,
                                      "priceLevelIdentifier": "qQrIMkGnSEu8Zl+0K+xD7A==",
                                      "priceLevelIdentifierGuid": "32c80aa9-a741-4b48-bc66-5fb42bec43ec",
                                      "deleted": true,
                                      "account": {
                                        "$ref": "58"
                                      },
                                      "primaryContactCustomer": {
                                        "$ref": "56"
                                      },
                                      "customerGroupMembers": [
                                        {
                                          "$id": "61",
                                          "id": 1,
                                          "groupID": "CD5r8q7k+Um3EP/yPhaypQ==",
                                          "groupIDGuid": "f26b3e08-e4ae-49f9-b710-fff23e16b2a5",
                                          "customerID": "vQGFHVXGakykzchkYZu3xA==",
                                          "customerIDGuid": "1d8501bd-c655-4c6a-a4cd-c864619bb7c4",
                                          "card": "sample string 4",
                                          "linkedAccount": "+afi+VKxMEm1WOEClIAwQQ==",
                                          "linkedAccountGuid": "f9e2a7f9-b152-4930-b558-e10294803041",
                                          "customer": {
                                            "$ref": "56"
                                          },
                                          "group": {
                                            "$ref": "60"
                                          },
                                          "customerCard": {
                                            "$ref": "57"
                                          }
                                        },
                                        {
                                          "$ref": "61"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "60"
                                    }
                                  ]
                                },
                                "payments": [
                                  {
                                    "$id": "62",
                                    "id": 1,
                                    "identifier": "G98FLQX8w0mq7A2r3fYvXQ==",
                                    "identifierGuid": "2d05df1b-fc05-49c3-aaec-0dabddf62f5d",
                                    "storeID": 2,
                                    "operatorName": "sample string 3",
                                    "saleHeaderID": 4,
                                    "paymentType": 5,
                                    "amount": 6,
                                    "account": "sample string 7",
                                    "accountID": "DfWXiU3ZyUW3FfRikjpHHw==",
                                    "accountIDGuid": "8997f50d-d94d-45c9-b715-f462923a471f",
                                    "customerAccount": {
                                      "$ref": "58"
                                    },
                                    "customerCard": {
                                      "$ref": "57"
                                    },
                                    "accountType": 1,
                                    "cardName": "sample string 8",
                                    "authorisationNumber": "sample string 9",
                                    "bankReference": "sample string 10",
                                    "merchantID": "sample string 11",
                                    "terminalID": "sample string 12",
                                    "cardNumber": "sample string 13",
                                    "paymentDate": "2025-10-04T23:58:46.2737674",
                                    "invRocNo": "sample string 14",
                                    "responseCode": "sample string 15",
                                    "cashout": 1,
                                    "tip": 16,
                                    "idempotentVoid": "hhFuEhLyfUm6mmid607yvA==",
                                    "idempotentVoidGuid": "126e1186-f212-497d-ba9a-689deb4ef2bc",
                                    "offline": true,
                                    "processed": 1,
                                    "storeSaleHeader": {
                                      "$id": "63",
                                      "saleHeaderID": 1,
                                      "saleHeaderGuid": "012bamzAT0iQhoH19t1ZvQ==",
                                      "saleHeaderIdentifierGuid": "6a9b5dd3-c06c-484f-9086-81f5f6dd59bd",
                                      "created": "2025-10-04T23:58:46.2737674",
                                      "createdLocal": "2025-10-04T23:58:46.2737674",
                                      "createdText": "sample string 4",
                                      "itemCount": 5,
                                      "totalAmount": 6,
                                      "cashTender": 1,
                                      "cardTender": 1,
                                      "cheqTender": 1,
                                      "acctTender": 1,
                                      "voucherTender": 1,
                                      "loyaltyPoints": 1,
                                      "cashout": 1,
                                      "changeAmount": 1,
                                      "rounding": 1,
                                      "gstAmount": 1,
                                      "transactionDiscountTender": 1,
                                      "totalTip": 7,
                                      "tranType": 1,
                                      "processed": 1,
                                      "imported": "2025-10-04T23:58:46.2737674",
                                      "storeID": 1,
                                      "operatorG_Uid": "G1BsSL5EA0qVHENMBwovdQ==",
                                      "operatorGuid": "486c501b-44be-4a03-951c-434c070a2f75",
                                      "customerG_Uid": "wdUaCWAVPEuMcCBaJrHwLA==",
                                      "customerGuid": "091ad5c1-1560-4b3c-8c70-205a26b1f02c",
                                      "communityIdentifier": "xkzyNqvbuke0/sDq7ehnWg==",
                                      "communityIdentifierGuid": "36f24cc6-dbab-47ba-b4fe-c0eaede8675a",
                                      "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": "R1eNsqCU50atVRxsA9FpGw==",
                                      "priceLevelIdentifierGuid": "b28d5747-94a0-46e7-ad55-1c6c03d1691b",
                                      "locked": 36,
                                      "relationChecksum": "sample string 37",
                                      "loyaltyTender": 1,
                                      "giftCardTender": 1,
                                      "operator": {
                                        "$ref": "23"
                                      },
                                      "customer": {
                                        "$ref": "56"
                                      },
                                      "communityOrganisation": {
                                        "$id": "64",
                                        "id": 1,
                                        "identifier": "/2udwQq44ECHbn9XHP+vdw==",
                                        "identifierGuid": "c19d6bff-b80a-40e0-876e-7f571cffaf77",
                                        "name": "sample string 3",
                                        "lookupIdentifier": "sample string 4",
                                        "externalID": "sample string 5",
                                        "phone": "sample string 6",
                                        "fax": "sample string 7",
                                        "email": "sample string 8",
                                        "address1": "sample string 9",
                                        "address2": "sample string 10",
                                        "city": "sample string 11",
                                        "postCode": "sample string 12",
                                        "state": "sample string 13",
                                        "country": "sample string 14",
                                        "totalAmountAwarded": 15.1,
                                        "updated": "2025-10-04T23:58:46.2737674",
                                        "deleted": true
                                      },
                                      "details": [
                                        {
                                          "$id": "65",
                                          "saleItemID": 1,
                                          "identifier": "+vKZ8pOMgUOkqtHj4pSEAw==",
                                          "identifierGuid": "f299f2fa-8c93-4381-a4aa-d1e3e2948403",
                                          "saleHeaderID": 2,
                                          "plu": 1,
                                          "pluG_UId": "cq3KiCkBHECdaOnb3g6s/Q==",
                                          "pluGuid": "88caad72-0129-401c-9d68-e9dbde0eacfd",
                                          "accountID": "QAziwQU7UU6ZmmRBflUdCQ==",
                                          "accountIDGuid": "c1e20c40-3b05-4e51-999a-64417e551d09",
                                          "normalPrice": 3,
                                          "originalSellingPrice": 4,
                                          "discountPrice": 5,
                                          "unit": 1,
                                          "quantity": 6,
                                          "totalCents": 7,
                                          "fixedPrice": 1,
                                          "tranType": 1,
                                          "discountType": 1,
                                          "cost": 1,
                                          "costDecimals": 8,
                                          "markdown": 1,
                                          "manualQuantity": 1,
                                          "manualPrice": 1,
                                          "manualMode": 1,
                                          "active": 1,
                                          "offline": true,
                                          "barcode": "sample string 9",
                                          "keyedSale": 1,
                                          "discountedID": 1,
                                          "fuelID": 1,
                                          "serialNumber": "sample string 10",
                                          "bestOrExpire": "2025-10-04T23:58:46.2737674",
                                          "bestOrExpireType": 1,
                                          "providerName": "sample string 11",
                                          "refundG_UID": "a4gaSODt+ESLNJMU7kdeog==",
                                          "refundGuid": "481a886b-ede0-44f8-8b34-9314ee475ea2",
                                          "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": "cFW4okyRtUG4c5yt96GFaA==",
                                          "idempotentVoidGuid": "a2b85570-914c-41b5-b873-9cadf7a18568",
                                          "priceLevelIdentifier": "d/u/jfJO9U6X8OGEDCnrPA==",
                                          "priceLevelIdentifierGuid": "8dbffb77-4ef2-4ef5-97f0-e1840c29eb3c",
                                          "productName": "sample string 23",
                                          "apn": "sample string 24",
                                          "unknownScans": [
                                            {
                                              "$id": "66",
                                              "id": 1,
                                              "saleDetailID": 2,
                                              "storeID": 1,
                                              "scanned": "2025-10-04T23:58:46.2737674",
                                              "operatorG_UID": "QEA=",
                                              "barcode": "sample string 4",
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "66"
                                            }
                                          ],
                                          "refund": {
                                            "$id": "67",
                                            "id": 1,
                                            "g_UID": "wHwSm6dOFkuFBTtoUO6X7w==",
                                            "guid": "9b127cc0-4ea7-4b16-8505-3b6850ee97ef",
                                            "description": "sample string 1",
                                            "dumped": true,
                                            "inventoryReasonID": 1,
                                            "sortOrder": 1,
                                            "updated": "2025-10-04T23:58:46.2737674"
                                          },
                                          "modifier": {
                                            "$id": "68",
                                            "id": 1,
                                            "setG_UID": "bT5gDIFlREG56R+nyX3c4Q==",
                                            "modifierSetGuid": "0c603e6d-6581-4144-b9e9-1fa7c97ddce1",
                                            "name": "sample string 2",
                                            "price": 1,
                                            "quantity": 1,
                                            "modifierType": 1,
                                            "groupNumber": 1,
                                            "pageNumber": 1,
                                            "controlOrder": 1,
                                            "printToStation": true,
                                            "pluG_UID": "cpqfum2UM0KDNsXTaetuQA==",
                                            "pluGuid": "ba9f9a72-946d-4233-8336-c5d369eb6e40",
                                            "deleted": true,
                                            "g_UID": "Cavw6i+atkCggkVL2HiHyw==",
                                            "guid": "eaf0ab09-9a2f-40b6-a082-454bd87887cb",
                                            "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": "8A8Rg1tYckWZMpIzHk837g==",
                                          "pluGuid": "83110ff0-585b-4572-9932-92331e4f37ee",
                                          "saleHeaderID": 2,
                                          "totalCents": 3,
                                          "grade": 1,
                                          "gradeDescription": "sample string 4",
                                          "dispenser": 1,
                                          "hose": 1,
                                          "quantity": 1,
                                          "cost": 1,
                                          "acquirerNum": 1,
                                          "attendant": 1,
                                          "ePurseBalance": 1.0,
                                          "cardSignature": "sample string 5",
                                          "compartmentNumber": 1,
                                          "contractNumber": 1,
                                          "discountCardPAN": "sample string 6",
                                          "discountID": 1,
                                          "discountName": "sample string 7",
                                          "discountNetValue": 1.0,
                                          "discountType": 1,
                                          "discountValue": 1.0,
                                          "discretionaryData": "sample string 8",
                                          "driverID": "sample string 9",
                                          "eftBatchNumber": 1,
                                          "eftResponseCode": "sample string 10",
                                          "endDateTime": "2025-10-04T23:58:46.2737674",
                                          "engineHours": 1.1,
                                          "fposNumber": 1,
                                          "loyaltyCardPAN": "sample string 11",
                                          "miscData1": 1,
                                          "miscData2": "sample string 12",
                                          "miscFlags": 1,
                                          "mop": 1,
                                          "odometer": 1,
                                          "panNumber": "sample string 13",
                                          "saleRefund": true,
                                          "saleStatus": 1,
                                          "sequenceNumber": 1,
                                          "stan": 1,
                                          "startDateTime": "2025-10-04T23:58:46.2737674",
                                          "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": "iFvioauBeEab1jgWvJ9cpQ==",
                                          "pluGuid": "a1e25b88-81ab-4678-9bd6-3816bc9f5ca5",
                                          "accountID": "mqSAGIRHhk2sXfjpKc2djw==",
                                          "accountIDGuid": "1880a49a-4784-4d86-ac5d-f8e929cd9d8f",
                                          "normalPrice": 3,
                                          "originalSellingPrice": 4,
                                          "discountPrice": 5,
                                          "unit": 1,
                                          "quantity": 6,
                                          "totalCents": 7,
                                          "fixedPrice": 1,
                                          "tranType": 1,
                                          "processed": 1,
                                          "discountType": 1,
                                          "cost": 1,
                                          "costDecimals": 1,
                                          "markdown": 1,
                                          "manualQuantity": 1,
                                          "manualPrice": 1,
                                          "manualMode": 1,
                                          "active": 1,
                                          "barcode": "sample string 8",
                                          "offline": 1,
                                          "keyedSale": 1,
                                          "discountedID": 1,
                                          "fuelID": 1,
                                          "serialNumber": "sample string 9",
                                          "bestOrExpire": "2025-10-04T23:58:46.2737674",
                                          "bestOrExpireType": 1,
                                          "refundG_UID": "d5WWk+LE90ym2aAzg4XkbA==",
                                          "refundGuid": "93969577-c4e2-4cf7-a6d9-a0338385e46c",
                                          "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": "Zdubvdu1tESyp0MQLMiZOQ==",
                                          "identifierGuid": "bd9bdb65-b5db-44b4-b2a7-43102cc89939",
                                          "id": 1,
                                          "orderNo": 2,
                                          "externalSaleIdentifier": "sample string 3",
                                          "storeID": 4,
                                          "zoneID": 5,
                                          "deptNo": 6,
                                          "customerIdentifier": "OP6MWEOoh0uZvUuCUrvHpQ==",
                                          "customerIdentifierGuid": "588cfe38-a843-4b87-99bd-4b8252bbc7a5",
                                          "operatorNo": 1,
                                          "operatorG_UID": "2xc9antIMkauzO6Oxp9/pw==",
                                          "operatorGuid": "6a3d17db-487b-4632-aecc-ee8ec69f7fa7",
                                          "created": "2025-10-04T23:58:46.2737674",
                                          "ordered": "2025-10-04T23:58:46.2737674",
                                          "started": "2025-10-04T23:58:46.2737674",
                                          "completed": "2025-10-04T23:58:46.2737674",
                                          "supplied": "2025-10-04T23:58:46.2737674",
                                          "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": "s3wPxskvhUGIpHCsOUZOXA==",
                                              "pluGuid": "c60f7cb3-2fc9-4185-88a4-70ac39464e5c",
                                              "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": "gbEqS4wWGESdXEpXtjf5Jg==",
                                              "headerIdentifierGuid": "4b2ab181-168c-4418-9d5c-4a57b637f926",
                                              "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": "M2iMK0ItUEqbsJRSfwuA0Q==",
                                          "surveyGuid": "2b8c6833-2d42-4a50-9bb0-94527f0b80d1",
                                          "saleHeaderGuid": "KciOGNxj506rK15mGD7FBw==",
                                          "saleGuid": "188ec829-63dc-4ee7-ab2b-5e66183ec507",
                                          "textResponse": "sample string 1",
                                          "integerResponse": 1,
                                          "g_UIDResponse": "tkIffIA0LES+4M7tAWkdoA==",
                                          "guidResponse": "7c1f42b6-3480-442c-bee0-ceed01691da0",
                                          "whoAnswered": 2,
                                          "answeredAtUTC": "2025-10-04T23:58:46.2737674",
                                          "sale": {
                                            "$ref": "63"
                                          },
                                          "survey": {
                                            "$id": "77",
                                            "g_UID": "zhKT0Asod069NW4LawzDUw==",
                                            "guid": "d09312ce-280b-4e77-bd35-6e0b6b0cc353",
                                            "name": "sample string 1",
                                            "storeID": 2,
                                            "zoneID": 1,
                                            "checkoutFormG_UID": "Iu91IzjMckmheC5ZyIjQ5g==",
                                            "checkoutFormGuid": "2375ef22-cc38-4972-a178-2e59c888d0e6",
                                            "displayToWho": 3,
                                            "displayWhen": 4,
                                            "start": "2025-10-04T23:58:46.2737674",
                                            "end": "2025-10-04T23:58:46.2737674",
                                            "deleted": true,
                                            "updated": "2025-10-04T23:58:46.2737674",
                                            "possibleIntegerResponses": [
                                              1,
                                              2
                                            ],
                                            "possibleTextResponses": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "possibleGuidResponses": [
                                              "1eed6693-8f18-4eaa-9086-bbb26109f650",
                                              "dbdd634d-c1f3-4217-bbab-df3385aac3b2"
                                            ],
                                            "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": "BLMzBk1/oUawQPmWoLVyOg==",
                                      "accountIdentifier": "0633b304-7f4d-46a1-b040-f996a0b5723a",
                                      "accountName": "sample string 42",
                                      "customerOrderIdentifier": "HG3kJ1Zp1kaqyp+YHJzAuA==",
                                      "customerOrderIdentifierGuid": "27e46d1c-6956-46d6-aaca-9f981c9cc0b8",
                                      "priceLevelName": "sample string 43",
                                      "revision": 44,
                                      "ingressId": "sample string 45"
                                    },
                                    "metadata": {
                                      "$id": "78",
                                      "id": 1,
                                      "paymentID": 2,
                                      "paymentIdentifier": "R/4e1QTZikufZN4wBLhRUw==",
                                      "paymentIdentifierGuid": "d51efe47-d904-4b8a-9f64-de3004b85153",
                                      "identifier": "qHV2MQg1NkqVv4pfn6O69A==",
                                      "identifierGuid": "317675a8-3508-4a36-95bf-8a5f9fa3baf4",
                                      "metadata": "sample string 3",
                                      "signatureImage": "QEA=",
                                      "itemIdentifier": "EbPQPTj1g0Kvw5zzloqoQA==",
                                      "itemIdentifierGuid": "3dd0b311-f538-4283-afc3-9cf3968aa840"
                                    }
                                  },
                                  {
                                    "$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": "5w/beVDlEUiUDAHAnl78hQ==",
                                "customerIdentifierGuid": "79db0fe7-e550-4811-940c-01c09e5efc85",
                                "voucherName": "sample string 2",
                                "count": 3,
                                "storeID": 4,
                                "barcode": "sample string 5",
                                "redeemCount": 6,
                                "issueCount": 7,
                                "storeSalePaymentID": 1,
                                "idempotentID": "tSQ+7a6Q+kqwfcUiQZsgHQ==",
                                "idempotentGuid": "ed3e24b5-90ae-4afa-b07d-c522419b201d",
                                "offline": true,
                                "voucher": {
                                  "$id": "80",
                                  "id": 1,
                                  "name": "sample string 2",
                                  "description": "sample string 3",
                                  "shortDescription": "sample string 4",
                                  "url": "sample string 5",
                                  "barcodeTemplateID": 1,
                                  "expiry": 0,
                                  "voucherType": 6,
                                  "limitPerTransaction": 7,
                                  "customerTracking": true,
                                  "discountAccount": "sample string 9",
                                  "endDate": "2025-10-04T23:58:46.2737674",
                                  "barcodeTemplate": {
                                    "$id": "81",
                                    "templateID": 1,
                                    "template": "sample string 1",
                                    "bcFunction": "sample string 2",
                                    "sortOrder": 3
                                  },
                                  "scaleLabel": {
                                    "$id": "82",
                                    "id": 1,
                                    "uid": "sample string 2",
                                    "name": "sample string 3",
                                    "width": 1.1,
                                    "height": 1.1,
                                    "showBorder": true,
                                    "borderWidth": 1.1,
                                    "borderStyle": 1,
                                    "borderColour": "sample string 5",
                                    "updated": "2025-10-04T23:58:46.2737674",
                                    "labelPageLayout": "XgXvvdQE4kCX03mIcgrCdw==",
                                    "pageLayoutGuid": "bdef055e-04d4-40e2-97d3-7988720ac277",
                                    "labelType": 6,
                                    "oldName": "sample string 7",
                                    "voucher": {
                                      "$ref": "80"
                                    },
                                    "elements": [
                                      {
                                        "$id": "83",
                                        "id": 1,
                                        "scaleLabelID": 2,
                                        "showPercentDI": true,
                                        "showAvgPerHundred": true,
                                        "showAvgPerServe": true,
                                        "name": "sample string 6",
                                        "x": 1.1,
                                        "y": 1.1,
                                        "width": 1.1,
                                        "height": 1.1,
                                        "type": 1,
                                        "rotation": 1,
                                        "text": "sample string 7",
                                        "fontFamily": "sample string 8",
                                        "align": 1,
                                        "bold": true,
                                        "italic": true,
                                        "underline": true,
                                        "strikeout": true,
                                        "reverse": true,
                                        "textColour": "sample string 9",
                                        "fontSize": 1.1,
                                        "picture": "QEA=",
                                        "borderWidth": 10,
                                        "sortOrder": 11,
                                        "printOptions": 12,
                                        "superScriptTextFontSize": 1.1,
                                        "lineStyle": 1,
                                        "spacingStyle": 1,
                                        "interCharacterSpacing": 1.1,
                                        "superScriptOffset": 1.1,
                                        "lineSpacing": 1.1,
                                        "dateFormat": "sample string 13",
                                        "autoGrow": true,
                                        "fontAutoResize": true,
                                        "updated": "2025-10-04T23:58:46.2737674"
                                      },
                                      {
                                        "$ref": "83"
                                      }
                                    ]
                                  },
                                  "customerVouchers": [
                                    {
                                      "$id": "84",
                                      "id": 1,
                                      "customerIdentifier": "7B7cVzqctEeTpSJWdAgEaw==",
                                      "customerIdentifierGuid": "57dc1eec-9c3a-47b4-93a5-22567408046b",
                                      "voucherID": 3,
                                      "voucherName": "sample string 4",
                                      "storeID": 1,
                                      "barcode": "sample string 5",
                                      "dateOfIssue": "2025-10-04T23:58:46.2737674",
                                      "issuedSaleHeaderID": 1,
                                      "issuedSaleIdentifier": "sample string 7",
                                      "issuedOfflinePaymentID": 1,
                                      "issuedIdempotentID": "cSPEeoPQVEWgCjLb5Hi6lA==",
                                      "issuedIdempotentGuid": "7ac42371-d083-4554-a00a-32dbe478ba94",
                                      "issuedOffline": true,
                                      "issuedUser": "sample string 9",
                                      "issuedNotes": "sample string 10",
                                      "expiryDate": "2025-10-04T23:58:46.2737674",
                                      "expiredUser": "sample string 11",
                                      "expiredNotes": "sample string 12",
                                      "redeemed": "2025-10-04T23:58:46.2737674",
                                      "redeemedSaleHeaderID": 1,
                                      "redeemedSaleIdentifier": "sample string 13",
                                      "redeemedOfflinePaymentID": 1,
                                      "redeemedIdempotentID": "rTkc8QOkAE+jjEJ1pCDLxw==",
                                      "redeemedIdempotentGuid": "f11c39ad-a403-4f00-a38c-4275a420cbc7",
                                      "redeemedUser": "sample string 14",
                                      "redeemedNotes": "sample string 15",
                                      "redeemedOffline": true,
                                      "updated": "2025-10-04T23:58:46.2737674",
                                      "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": "NEauZZp/lEa6FB8V/RvKlQ==",
                          "groupIDGuid": "65ae4634-7f9a-4694-ba14-1f15fd1bca95",
                          "campaign": {
                            "$ref": "52"
                          },
                          "group": {
                            "$ref": "60"
                          }
                        },
                        {
                          "$ref": "85"
                        }
                      ],
                      "signIqTickets": [
                        {
                          "$id": "86",
                          "identifier": "NJDWfdvH4ECQ++8XFjcpGg==",
                          "identifierGuid": "7dd69034-c7db-40e0-90fb-ef171637291a",
                          "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": "OE+j3IIL00CY+DO2bDEOIA==",
                          "guid": "dca34f38-0b82-40d3-98f8-33b66c310e20",
                          "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": "zKYFmTAEhEeL1sUStQ/jFA==",
                              "groupGuid": "9905a6cc-0430-4784-8bd6-c512b50fe314",
                              "comboPriceType": 5,
                              "priceType": 5,
                              "pluG_UID": "h+y3LZIe20WEMAMhYkTvsQ==",
                              "pluGuid": "2db7ec87-1e92-45db-8430-03216244efb1",
                              "priceGroupG_UID": "VA5wXJyX2UOqa7WmUnl9UQ==",
                              "priceGroupGuid": "5c700e54-979c-43d9-aa6b-b5a652797d51",
                              "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": "ZRR5wpLjvUqXVYwhqWRPnQ==",
                          "priceLevelIdentifierGuid": "c2791465-e392-4abd-9755-8c21a9644f9d",
                          "campaignName": "sample string 3",
                          "priceLevelName": "sample string 4"
                        },
                        {
                          "$ref": "89"
                        }
                      ]
                    },
                    "product": {
                      "$ref": "11"
                    },
                    "dealCost": {
                      "$id": "90",
                      "headerIdentifier": "D4pVQujuukGc7JYs8BrQbA==",
                      "headerIdentifierGuid": "42558a0f-eee8-41ba-9cec-962cf01ad06c",
                      "identifier": "6rIwnrl0ZEO5LroFbbIUMQ==",
                      "identifierGuid": "9e30b2ea-74b9-4364-b92e-ba056db21431",
                      "supplierIdentifier": "Oyk8lBvt4kiKe2MR73H3sQ==",
                      "supplierGuid": "943c293b-ed1b-48e2-8a7b-6311ef71f7b1",
                      "pluG_UID": "22TjtS68Nky9I1iovheavA==",
                      "pluGuid": "b5e364db-bc2e-4c36-bd23-58a8be179abc",
                      "campaignName": "36d30d29-62a0-4bcf-a663-9aef122c410e",
                      "description": "sample string 4",
                      "cost": 5,
                      "costDecimals": 6,
                      "start": "2025-10-04T23:58:46.2737674",
                      "end": "2025-10-04T23:58:46.2737674",
                      "type": 9,
                      "promoType": 10,
                      "bonusItemPLUG_UID": "irnzh2lPmk++ivtZpk1PNw==",
                      "bonusItemPluGuid": "87f3b98a-4f69-4f9a-be8a-fb59a64d4f37",
                      "bonusPurchaseUnits": 11,
                      "bonusReceiveUnits": 12,
                      "updated": "2025-10-04T23:58:46.2737674",
                      "metcashPromotionID": "sample string 14",
                      "fromHost": 15,
                      "storeNames": "sample string 16",
                      "storeIDs": [
                        1,
                        2
                      ],
                      "supplierName": "sample string 17",
                      "campaignDescription": "sample string 18",
                      "newPrice": 1,
                      "campaignMetcashPromotionID": "sample string 19",
                      "campaignActive": true,
                      "campaignStartDate": "2025-10-04T23:58:46.2737674",
                      "campaignEndDate": "2025-10-04T23:58:46.2737674",
                      "masterPLUG_UID": "K1FhxA5rHEOsETyDB3MSLw==",
                      "masterID": "c461512b-6b0e-431c-ac11-3c830773122f",
                      "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": "XUdxzW13L06LjOkRWCwezw==",
                      "bonusMasterID": "cd71475d-776d-4e2f-8b8c-e911582c1ecf",
                      "bonusProductName": "sample string 34",
                      "bonusProductAPN": "sample string 35",
                      "bonusOrderCode": "sample string 36",
                      "bonusNormalSell": 37,
                      "bonusNormalCost": 38,
                      "bonusNormalCostDecimals": 39,
                      "bonusCartonQuantity": 40,
                      "bonusSalesMode": 41,
                      "bonusOrderPacked": 42,
                      "bonusFuelItem": true,
                      "bonusActive": true
                    }
                  },
                  "currentCostStart": "2025-10-04T23:58:46.2737674",
                  "dealCosts": [
                    {
                      "$ref": "90"
                    },
                    {
                      "$ref": "90"
                    }
                  ],
                  "tags": [
                    {
                      "$id": "91",
                      "pluG_UID": "vUu0Ky/ysU6jSLZUIIeRQw==",
                      "pluGuid": "2bb44bbd-f22f-4eb1-a348-b65420879143",
                      "tagID": 1,
                      "description": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "91"
                    }
                  ],
                  "alternateProductG_UID": "iC2f2+TZYECY7z5aQwbrqg==",
                  "alternateProduct": "db9f2d88-d9e4-4060-98ef-3e5a4306ebaa",
                  "productHostCode": {
                    "$id": "92",
                    "id": 1,
                    "pluG_UID": "HuZ2vxMaZEGkDL27mLsk+w==",
                    "pluGuid": "bf76e61e-1a13-4164-a40c-bdbb98bb24fb",
                    "ibaCode": "sample string 2"
                  },
                  "mscCat": {
                    "$ref": "46"
                  },
                  "mscCom": {
                    "$ref": "47"
                  },
                  "mscDep": {
                    "$ref": "49"
                  },
                  "mscSubCom": {
                    "$ref": "48"
                  },
                  "isUserUpdate": true,
                  "ignoreMasterProduct": true,
                  "priceGroupLabelRequested": true,
                  "firstSold": "2025-10-04T23:58:46.2737674",
                  "inventoryTracked": "2025-10-04T23:58:46.2737674",
                  "isNormalPriceChangesCampaign": true
                },
                "supplier": {
                  "$ref": "6"
                },
                "serviceFee": {
                  "$id": "93",
                  "id": 1,
                  "description": "sample string 1",
                  "fee": 1
                },
                "isPrimaryHost": true,
                "hostVendor": 47
              },
              {
                "$ref": "9"
              }
            ],
            "orderCycleHeaders": [
              {
                "$id": "94",
                "storeID": 1,
                "supplierIdentifier": "yB14fULdsEiQke4UvRzqvw==",
                "supplierGuid": "7d781dc8-dd42-48b0-9091-ee14bd1ceabf",
                "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": "lnJ01HAYo0CUoHJ9HgyX5w==",
                "supplierGuid": "d4747296-1870-40a3-94a0-727d1e0c97e7",
                "departmentCode": "sample string 2",
                "warehouseDirectIndicator": "sample string 3",
                "type": 4,
                "cutOffWeek": 5,
                "cutOffDay": 6,
                "cutOffTime": "00:00:00.1234567",
                "leadTime": 7,
                "daysBuffer": 8,
                "supplierName": "sample string 9",
                "cutOffDate": "2025-10-04T23:58:46.2737674",
                "deliveryDate": "2025-10-04T23:58:46.2737674",
                "nextCutOffDate": "2025-10-04T23:58:46.2737674",
                "nextDeliveryDate": "2025-10-04T23:58:46.2737674",
                "nextDaysBuffer": 10
              },
              {
                "$ref": "95"
              }
            ],
            "store": {
              "$ref": "2"
            },
            "updated": "2025-10-04T23:58:46.2737674",
            "isHost": true
          },
          "files": [
            {
              "$id": "96",
              "id": "sample string 1",
              "fileName": "sample string 2",
              "extension": "sample string 3",
              "provider": 0,
              "type": 0,
              "hostType": "sample string 4",
              "createdUtc": "2025-10-04T23:58:46.2737674",
              "processed": "2025-10-04T23:58:46.2737674",
              "isProcessing": true,
              "processedCount": 6,
              "processingTime": 1,
              "collectedUtc": "2025-10-04T23:58:46.2737674",
              "size": 1,
              "sizeFormat": "sample string 7",
              "isArchive": true,
              "version": "sample string 9",
              "reference": "sample string 10",
              "digest": "sample string 11",
              "contentType": "sample string 12",
              "host": {
                "$ref": "5"
              },
              "metcashHeader": {
                "$id": "97",
                "customerNumber": "sample string 1",
                "creationDate": "2025-10-04T23:58:46.2737674",
                "businessPillar": "sample string 3",
                "fileType": "sample string 4"
              }
            },
            {
              "$ref": "96"
            }
          ],
          "zoneMatrix": [
            {
              "$id": "98",
              "id": 1,
              "hostIdentifier": "ZV3X5l6d40SeukHqoSzBaA==",
              "hostIdentifierGuid": "e6d75d65-9d5e-44e3-9eba-41eaa12cc168",
              "storeID": 1,
              "departmentCode": "sample string 2",
              "hostGuids": [
                "5b8a519a-ecf8-4426-8a70-6ab2b9d98e93",
                "9be50a89-a962-4063-8480-0779f8621956"
              ]
            },
            {
              "$ref": "98"
            }
          ],
          "hostFileStoreSetting": {
            "$ref": "4"
          },
          "hostStoreSettings": [
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            }
          ],
          "promotionPlacements": [
            {
              "$id": "99",
              "identifier": "29WkvS4/YkW5OmG6HvYZ9w==",
              "identifierGuid": "bda4d5db-3f2e-4562-b93a-61ba1ef619f7",
              "code": "sample string 2",
              "description": "sample string 3",
              "isAdvertised": true
            },
            {
              "$ref": "99"
            }
          ],
          "promoTypeGuids": [
            "41ed9508-aa5a-48d2-97a1-f024c7a53fc5",
            "f2e42e06-c799-4c89-8737-7c56bb5d6dc6"
          ],
          "isPromotionOnly": false,
          "isOrderable": false,
          "vendor": 0
        },
        "groupIDs": [
          1,
          2
        ],
        "hostDescription": "sample string 24"
      },
      {
        "$ref": "4"
      }
    ],
    "accounts": [
      {
        "$id": "100",
        "id": 1,
        "storeID": 1,
        "accountName": "sample string 2",
        "bsb": "sample string 3",
        "accountNumber": "sample string 4",
        "accountDesignated": true
      },
      {
        "$ref": "100"
      }
    ],
    "sales": [
      {
        "$id": "101",
        "id": 1,
        "storeID": 1,
        "externalSalesType": 2,
        "ftpSiteID": 1,
        "lastSaleProcessed": "2025-10-04T23:58:46.2737674",
        "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": "d54ffd81-f98b-488c-9bfb-9e6235d52dd1",
    "updateStore": {
      "$id": "105",
      "id": "7cbf7588-ed60-4a10-ab6b-54e60cd9d490",
      "name": "sample string 1",
      "lastActivity": "2025-10-04T23:58:46.2737674",
      "zone": "sample string 2",
      "timeZoneOffset": 0.0,
      "businessHoursStart": "00:00:00.1234567",
      "businessHoursEnd": "00:00:00.1234567",
      "master": true,
      "lastIP": "sample string 10",
      "lastHostName": "sample string 11",
      "ping": 1,
      "pingStatus": "sample string 12",
      "lastUpdateCompleted": "2025-10-04T23:58:46.2737674"
    },
    "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": "jv5B51MYZU+GozfzOkul/w==",
    "orderIdentifier": "e741fe8e-1853-4f65-86a3-37f33a4ba5ff",
    "backToBack": 1,
    "b2bGuid": "uRyhJvvWFUewXYtGrO/SSw==",
    "b2bIdentifier": "26a11cb9-d6fb-4715-b05d-8b46acefd24b",
    "status": 2,
    "created": "2025-10-04T23:58:46.2737674",
    "createdLocal": "2025-10-04T23:58:46.2737674",
    "createdByUser": "sample string 3",
    "storeID": 1,
    "transferGuid": "SzTuZSCXd0+jWbkmOX1G4A==",
    "transferIdentifier": "65ee344b-9720-4f77-a359-b926397d46e0",
    "transferInvoiceIdentifier": "OyL5Lzf/+k69XLe/4pp3lw==",
    "transferInvoiceGuid": "2ff9223b-ff37-4efa-bd5c-b7bfe29a7797",
    "attachedToInvoice": 4,
    "transferType": 1,
    "supplierIdentifier": "+qVLZXlzNUK6u0y2xlzbYA==",
    "supplierIdentifierGuid": "654ba5fa-7379-4235-babb-4cb6c65cdb60",
    "description": "sample string 5",
    "rows": 1,
    "cartons": 1,
    "units": 1,
    "sentCount": 1,
    "sent": "2025-10-04T23:58:46.2737674",
    "sentLocal": "2025-10-04T23:58:46.2737674",
    "sentByUser": "sample string 6",
    "lastSentStatus": 1,
    "cancelled": "2025-10-04T23:58:46.2737674",
    "cancelledLocal": "2025-10-04T23:58:46.2737674",
    "cancelledByUser": "sample string 7",
    "shipped": "2025-10-04T23:58:46.2737674",
    "shippedLocal": "2025-10-04T23:58:46.2737674",
    "shippedByUser": "sample string 8",
    "stockReceived": "2025-10-04T23:58:46.2737674",
    "stockReceivedLocal": "2025-10-04T23:58:46.2737674",
    "stockReceivedByUser": "sample string 9",
    "received": "2025-10-04T23:58:46.2737674",
    "receivedLocal": "2025-10-04T23:58:46.2737674",
    "completed": "2025-10-04T23:58:46.2737674",
    "completedLocal": "2025-10-04T23:58:46.2737674",
    "updated": "2025-10-04T23:58:46.2737674",
    "updatedLocal": "2025-10-04T23:58:46.2737674",
    "dueDate": "2025-10-04T23:58:46.2737674",
    "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": "YHHCFGMkRUSCd75oD6WnEQ==",
    "transportCompanyIdentifier": "14c27160-2463-4445-8277-be680fa5a711",
    "autoOrder": 27,
    "hostIdentifier": "5sPUuJP+JEmyzgE6VwtR5Q==",
    "hostIdentifierGuid": "b8d4c3e6-fe93-4924-b2ce-013a570b51e5",
    "defaultOrderDocumentId": 1,
    "defaultStockReceiveDocumentId": 1,
    "temperature": 1.1,
    "temperatureScale": 28,
    "rating": 29,
    "lastOrderEmailSentId": "sample string 30",
    "lastOrderEmailSentStatus": "sample string 31",
    "deleted": "2025-10-04T23:58:46.2737674",
    "deletedByUser": "sample string 32",
    "autoOrderGuid": "JcGWBS0MQU+6Yui92EuXyw==",
    "autoOrderIdentifier": "0596c125-0c2d-4f41-ba62-e8bdd84b97cb",
    "autoOrderHeader": {
      "$id": "108",
      "autoOrderGuid": "l8/pWXFWNkmLuVauQ/i5tQ==",
      "autoOrderIdentifier": "59e9cf97-5671-4936-8bb9-56ae43f8b9b5",
      "orderGuid": "eOJC3XRyGk28XETLefn9vA==",
      "orderIdentifier": "dd42e278-7274-4d1a-bc5c-44cb79f9fdbc",
      "created": "2025-10-04T23:58:46.2737674",
      "orderID": 1,
      "storeID": 1,
      "orderDate": "2025-10-04T23:58:46.2737674",
      "supplierIdentifier": "sFRfl1dCmkCAA2RgPkEJBQ==",
      "supplierIdentifierGuid": "975f54b0-4257-409a-8003-64603e410905",
      "orderStatus": 1,
      "tradingPartner": 1,
      "simpleAWS": 2,
      "defaultMPL": 3,
      "investmentBuy": true,
      "storeName": "sample string 5",
      "supplierName": "sample string 6",
      "description": "sample string 7",
      "orderType": "sample string 8",
      "mailTo": "sample string 9",
      "mailBcc": "sample string 10",
      "notes": "sample string 11",
      "transportCompanyGuid": "Of/ZRP2fA0SLaCg7Az+Auw==",
      "transportCompanyIdentifier": "44d9ff39-9ffd-4403-8b68-283b033f80bb",
      "store": {
        "$ref": "2"
      },
      "supplier": {
        "$ref": "6"
      },
      "orderCycle": {
        "$id": "109",
        "id": 1,
        "autoOrderGuid": "9CUErdCUW0y2AVidNNnLSw==",
        "autoOrderIdentifier": "ad0425f4-94d0-4c5b-b601-589d34d9cb4b",
        "cutOffDate": "2025-10-04T23:58:46.2737674",
        "deliveryDate": "2025-10-04T23:58:46.2737674",
        "daysBuffer": 3,
        "nextCutOffDate": "2025-10-04T23:58:46.2737674",
        "nextDeliveryDate": "2025-10-04T23:58:46.2737674",
        "nextDaysBuffer": 5
      },
      "details": [
        {
          "$id": "110",
          "autoOrderGuid": "NnzYyszyOEe+axjMxtbV9Q==",
          "autoOrderIdentifier": "cad87c36-f2cc-4738-be6b-18ccc6d6d5f5",
          "pluG_UID": "HRabd35yhEq8GxSYA32UPQ==",
          "pluGuid": "779b161d-727e-4a84-bc1b-1498037d943d",
          "orderCartons": 1,
          "orderUnits": 1,
          "orderWeight": 1,
          "processedCartons": 1,
          "processedUnits": 1,
          "processedWeight": 1,
          "cartons": 1,
          "units": 1,
          "weight": 1,
          "status": 1,
          "bestDealCartonCost": 1.1,
          "bestDealDays": 1,
          "lastDealDays": 1,
          "normalCartonCost": 1.1,
          "currentDealCartonCost": 1.1,
          "investmentCartons": 1,
          "investmentUnits": 1,
          "investmentWeight": 1,
          "investmentSavedAmt": 1.1,
          "investmentBuyEndDate": "2025-10-04T23:58:46.2737674",
          "investmentBuyStatus": 2,
          "processed": "2025-10-04T23:58:46.2737674",
          "product": {
            "$ref": "11"
          },
          "orderCode": "sample string 3",
          "directIndicator": "sample string 4",
          "cycle": {
            "$ref": "95"
          },
          "dayWeighting": {
            "$id": "111",
            "sunday": 1.1
          },
          "inventory": {
            "$id": "112",
            "inventoryGuid": "UM3zxzxvpE6VvlJ963Tw1g==",
            "inventoryIdentifier": "c7f3cd50-6f3c-4ea4-95be-527deb74f0d6",
            "created": "2025-10-04T23:58:46.2737674",
            "createdLocal": "2025-10-04T23:58:46.2737674",
            "onHand": 4,
            "onHandPacks": 5,
            "onOrder": 6,
            "onOrderPacks": 7,
            "accuracy": 8,
            "updated": "2025-10-04T23:58:46.2737674",
            "history": [
              {
                "$id": "113",
                "inventoryGuid": "hptib4Mzg0qqimlLhHW4Ig==",
                "inventoryIdentifier": "6f629b86-3383-4a83-aa8a-694b8475b822",
                "pluG_UID": "/URAuCi49EaGR65qmD+Kiw==",
                "pluIdentifier": "b84044fd-b828-46f4-8647-ae6a983f8a8b",
                "inventoryReason": 3,
                "inventoryInvoiceGuid": "RB4HemR6V0yKYCjU8r13RQ==",
                "invoiceIdentifier": "7a071e44-7a64-4c57-8a60-28d4f2bd7745",
                "operatorGuid": "K+/yh9GBSkaESJUA4uH33w==",
                "operatorIdentifier": "87f2ef2b-81d1-464a-8448-9500e2e1f7df",
                "stocktakeGuid": "BjGBcu1VnUmMc22NhPCYwQ==",
                "stocktakeIdentifier": "72813106-55ed-499d-8c73-6d8d84f098c1",
                "orderGuid": "wa8inCVKyEuRkTszJjP5eQ==",
                "orderIdentifier": "9c22afc1-4a25-4bc8-9191-3b332633f979",
                "saleHeaderGuid": "Fo7i5Fq/JE+9q2BleFNEJA==",
                "saleHeaderGuidIdentifier": "e4e28e16-bf5a-4f24-bdab-606578534424",
                "dumpStockID": 1,
                "fuelDeliveryID": 1,
                "creditNoteIdentifier": "0WF6kT3NxkCuO+Y7hdiGQQ==",
                "creditNoteGuid": "917a61d1-cd3d-40c6-ae3b-e63b85d88641",
                "inventorySourceGuid": "m9XuGUU2YEGToAo8twU2bw==",
                "inventorySourceIdentifier": "19eed59b-3645-4160-93a0-0a3cb705366f",
                "createdLocal": "2025-10-04T23:58:46.2737674",
                "baseUnits": 4,
                "unitsPerCarton": 5,
                "unitsPerCartonWeighted": true,
                "counted": 7,
                "countedPacks": 8,
                "open": 1,
                "movementQty": 9,
                "close": 1,
                "openPacks": 1,
                "movementQtyPacks": 10,
                "closePacks": 1,
                "accuracy": 1,
                "manual": 11,
                "user": "sample string 12",
                "updated": "2025-10-04T23:58:46.2737674",
                "createdLocalTime": "2025-10-04T23:58:46.2737674",
                "storeID": 14,
                "barcode": "sample string 15",
                "directCode": "sample string 16",
                "productName": "sample string 17",
                "salesMode": 18,
                "orderPacked": 19,
                "invoice": {
                  "$id": "114",
                  "inventoryInvoiceGuid": "4Q+9+7YDsUWgXEpbNXPg4w==",
                  "invoiceIdentifier": "fbbd0fe1-03b6-45b1-a05c-4a5b3573e0e3",
                  "inventoryGuid": "2+KAKMvCYEqMRPKeZMeM/g==",
                  "inventoryIdentifier": "2880e2db-c2cb-4a60-8c44-f29e64c78cfe",
                  "supplierIdentifier": "k+GRK+IH8kSKGDGXFM/U2g==",
                  "supplierGuid": "2b91e193-07e2-44f2-8a18-319714cfd4da",
                  "orderGuid": "RDanRdEKI0O570OILStuMw==",
                  "orderIdentifier": "45a73644-0ad1-4323-b9ef-43882d2b6e33",
                  "invoiceHeaderIdentifier": "8tdAFCJ9y0aIjEt/E+P9CA==",
                  "invoiceHeaderGuid": "1440d7f2-7d22-46cb-888c-4b7f13e3fd08",
                  "created": "2025-10-04T23:58:46.2737674",
                  "ordered": "2025-10-04T23:58:46.2737674",
                  "storeID": 1,
                  "bestOrExpire": "2025-10-04T23:58:46.2737674",
                  "bestOrExpireType": 1,
                  "units": 1,
                  "weight": 1,
                  "received": "2025-10-04T23:58:46.2737674",
                  "cost": 1,
                  "totalCost": 1,
                  "freightCost": 1,
                  "inStock": 1,
                  "pluG_UID": "8LfdIj7IdEG4zWBMwD7jqw==",
                  "pluGuid": "22ddb7f0-c83e-4174-b8cd-604cc03ee3ab",
                  "orderInventoryGuid": "fJC75YC7TUGN4Ioqu2FgWw==",
                  "orderInventoryIdentifier": "e5bb907c-bb80-414d-8de0-8a2abb61605b",
                  "supplier": {
                    "$ref": "6"
                  },
                  "inventoryUnits": [
                    {
                      "$id": "115",
                      "invoiceItemNo": 1,
                      "inventoryInvoiceGuid": "t9OW1t+wL0GCenj7ZcggQw==",
                      "invoiceIdentifier": "d696d3b7-b0df-412f-827a-78fb65c82043",
                      "inventoryGuid": "FhWWYdYWf0C+tPkfNaeJ9Q==",
                      "inventoryIdentifier": "61961516-16d6-407f-beb4-f91f35a789f5",
                      "serialNumber": "sample string 3",
                      "sold": "2025-10-04T23:58:46.2737674",
                      "saleItemID": 1,
                      "storeID": 1,
                      "returned": "2025-10-04T23:58:46.2737674",
                      "dumped": 1,
                      "saleHeaderID": 1
                    },
                    {
                      "$ref": "115"
                    }
                  ]
                },
                "invoiceHeaderIdentifier": "e8+umdNYl0+F/NxlUauBUA==",
                "invoiceHeaderGuid": "99aecf7b-58d3-4f97-85fc-dc6551ab8150",
                "invoiceNumber": "sample string 20",
                "invoiceCost": 1,
                "invoiceCostDecimals": 1,
                "orderNumber": 1,
                "orderReceivingStoreName": "sample string 21",
                "orderSendingStoreName": "sample string 22",
                "creditNoteID": 1,
                "reason": {
                  "$id": "116",
                  "id": 1,
                  "name": "sample string 1",
                  "allowRF": 2,
                  "dumpStock": 3,
                  "creditRequest": 4,
                  "excludeFromLoss": 5,
                  "reserved": 6,
                  "updated": "2025-10-04T23:58:46.2737674"
                },
                "reasonName": "sample string 23",
                "operatorName": "sample string 24",
                "operatorNumber": "sample string 25",
                "stocktakeName": "sample string 26",
                "saleIdentifier": "sample string 27",
                "saleHeaderID": 1,
                "inventoryAfterCounted": true,
                "inventorySetStock": true
              },
              {
                "$ref": "113"
              }
            ],
            "products": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ],
            "lastInvoiceCost": 1
          },
          "aws": 5.0,
          "explanations": [
            {
              "$id": "117",
              "pluG_UID": "HX9nOx+GukihZv5yME7fuQ==",
              "pluGuid": "3b677f1d-861f-48ba-a166-fe72304edfb9",
              "consolidatedSales": {
                "$id": "118",
                "1": {
                  "$id": "119",
                  "discountPercentage": 1,
                  "days": 2,
                  "quantity": 3.1,
                  "aws": 3.1,
                  "cartonQuantity": 4.1,
                  "lowQuality": true
                },
                "2": {
                  "$ref": "119"
                }
              },
              "dailyPrices": {
                "$id": "120",
                "2025-10-04T23:58:46.2737674": {
                  "$id": "121",
                  "date": "2025-10-04T23:58:46.2737674",
                  "salePrice": 1,
                  "campaign": "sample string 2",
                  "campaignDescription": "sample string 3",
                  "combo": true,
                  "comboPriceGroupG_UID": "SejhPdby9EOW7n6u86k/2w==",
                  "comboPriceGroupGuid": "3de1e849-f2d6-43f4-96ee-7eaef3a93fdb"
                }
              },
              "onHandPredictions": [
                {
                  "$id": "122",
                  "autoOrderGuid": "fEwiJPSKIkSPLXzP15RmHQ==",
                  "autoOrderIdentifier": "24224c7c-8af4-4422-8f2d-7ccfd794661d",
                  "pluG_UID": "2xtsintJpUWZ8ou+XV8itw==",
                  "pluGuid": "8a6c1bdb-497b-45a5-99f2-8bbe5d5f22b7",
                  "childPLUG_UID": "C5KZcRDkNUujdcxIZ+f8ew==",
                  "childPluGuid": "7199920b-e410-4b35-a375-cc4867e7fc7b",
                  "date": "2025-10-04T23:58:46.2737674",
                  "normalPrice": 2.0,
                  "salePrice": 3.0,
                  "discountPercentage": 4,
                  "discountPercentageActual": -50,
                  "predictedQuantity": 5.1,
                  "campaign": "sample string 6",
                  "campaignDescription": "sample string 7",
                  "lowQuality": true,
                  "investmentBuy": true,
                  "buffer": 10,
                  "boostDays": 11
                },
                {
                  "$ref": "122"
                }
              ],
              "predictions": [
                {
                  "$ref": "122"
                },
                {
                  "$ref": "122"
                }
              ],
              "product": {
                "$ref": "11"
              }
            },
            {
              "$ref": "117"
            }
          ],
          "supplierOrderingDetail": {
            "$ref": "9"
          },
          "manufacturerSupplier": "952f5458-a235-4713-9ac7-57bc1d7a2b7a",
          "cartonQuantity": 1,
          "sellPrice": 1,
          "cost": 1,
          "costDecimals": 1,
          "bufferDays": 6,
          "boostDays": 7
        },
        {
          "$ref": "110"
        }
      ],
      "boosts": [
        {
          "$id": "123",
          "autoOrderGuid": "7fYyUzlAfU+w5xs93u4QhQ==",
          "autoOrderIdentifier": "5332f6ed-4039-4f7d-b0e7-1b3ddeee1085",
          "date": "2025-10-04T23:58:46.2737674",
          "boost": 2
        },
        {
          "$ref": "123"
        }
      ]
    },
    "supplierName": "sample string 33",
    "supplierStoreID": 1,
    "supplierCartonsOnly": true,
    "supplierEnforceMinimumQuantity": true,
    "supplierMinimumOrderValue": 1,
    "storeName": "sample string 36",
    "orderCode": {
      "$id": "124",
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "store": {
      "$ref": "2"
    },
    "supplier": {
      "$ref": "6"
    },
    "totalCostInc": 37.0,
    "totalPickedCostInc": 38.0,
    "totalReceivedCostInc": 39.0,
    "total": {
      "$id": "125",
      "orderGuid": "knp+nF+3EkaGHcvhVNXz3A==",
      "orderIdentifier": "9c7e7a92-b75f-4612-861d-cbe154d5f3dc",
      "supplierIdentifier": "bXlhI96oEESe8eMosUjepg==",
      "supplierGuid": "2361796d-a8de-4410-9ef1-e328b148dea6",
      "records": 1,
      "cartons": 2.1,
      "cartonQuantity": 3,
      "weight": 4,
      "costInc": 5,
      "sellInc": 6,
      "costGST": 7,
      "sellGST": 8,
      "pickedCostInc": 9,
      "pickedSellInc": 10,
      "receivedRecords": 11,
      "receivedWeight": 1,
      "receivedCartons": 1,
      "receivedCartonQuantity": 1,
      "receivedUnits": 1,
      "receivedSellInc": 12,
      "receivedCostInc": 13,
      "receivedCostGST": 14,
      "receivedSellGST": 15,
      "investmentBuyRecords": 16,
      "investmentBuyCartons": 17.1,
      "investmentBuyCartonQuantity": 18,
      "investmentBuyWeight": 19,
      "investmentBuyCostInc": 20,
      "investmentBuySellInc": 21,
      "investmentBuyCostGST": 22,
      "investmentBuySellGST": 23,
      "investmentBuySavedAmount": 24.1
    },
    "details": [
      {
        "$id": "126",
        "id": 1,
        "orderGuid": "eqZa8ppkNEOpADSLyPl58Q==",
        "orderIdentifier": "f25aa67a-649a-4334-a900-348bc8f979f1",
        "pluG_UID": "N7KQK8CsB0+QbteTeGH8jg==",
        "pluGuid": "2b90b237-acc0-4f07-906e-d7937861fc8e",
        "created": "2025-10-04T23:58:46.2737674",
        "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": "xdYtr84meES8aUfA0UscVw==",
        "substituteGuid": "af2dd6c5-26ce-4478-bc69-47c0d14b1c57",
        "warehousePLUG_UID": "/fVy3/5580O5w2Nf4gxIFw==",
        "warehousePluGuid": "df72f5fd-79fe-43f3-b9c3-635fe20c4817",
        "updated": "2025-10-04T23:58:46.2737674",
        "increment": true,
        "description": "sample string 13",
        "product": {
          "$ref": "11"
        },
        "unknownScan": {
          "$id": "127",
          "pluG_UID": "VQkHt44uaEm4MyEnR8av5Q==",
          "pluGuid": "b7070955-2e8e-4968-b833-212747c6afe5",
          "orderGuid": "K6CJdY3TaUGF98YvQrK2PA==",
          "orderIdentifier": "7589a02b-d38d-4169-85f7-c62f42b2b63c",
          "barcode": "sample string 3",
          "created": "2025-10-04T23:58:46.2737674",
          "assigned": true
        },
        "unknownScanItem": true,
        "substitute": {
          "$ref": "11"
        },
        "warehouseProduct": {
          "$ref": "11"
        },
        "lookup": {
          "$id": "128",
          "pluG_UID": "OsqZHqRYJUq9g9+f11Ofkw==",
          "pluGuid": "1e99ca3a-58a4-4a25-bd83-df9fd7539f93",
          "inventoryGuid": "et73OW+3d0KS2dqjzeMwMw==",
          "inventoryIdentifier": "39f7de7a-b76f-4277-92d9-daa3cde33033",
          "averageWeeklySales": 1.0,
          "promotionalAverageWeeklySales": 1.0,
          "inventoryAverageWeeklySales": 1.0,
          "inventoryPromotionalAverageWeeklySales": 1.0,
          "onHand": 1,
          "onHandPacks": 1,
          "onOrder": 1,
          "onOrderPacks": 1,
          "accuracy": 1,
          "lastOrdered": "2025-10-04T23:58:46.2737674",
          "lastOrderQuantity": 1.1,
          "lastReceived": "2025-10-04T23:58:46.2737674",
          "lastReceivedQuantity": 1.1,
          "lastInvoiceStatus": 1
        },
        "productOrderingDetail": {
          "$ref": "9"
        },
        "dealCost": {
          "$ref": "90"
        },
        "nextCost": {
          "$ref": "90"
        },
        "lastChance": true,
        "holdOff": 16,
        "holdOffDate": "2025-10-04T23:58:46.2737674",
        "orderHeader": {
          "$ref": "107"
        },
        "invoiceDetail": {
          "$id": "129",
          "identifier": "W3PAneNhJ0uy6yZ1vxtngw==",
          "identifierGuid": "9dc0735b-61e3-4b27-b2eb-2675bf1b6783",
          "headerIdentifier": "qv/xupZmJ0eV7jWn86pBsQ==",
          "headerIdentifierGuid": "baf1ffaa-6696-4727-95ee-35a7f3aa41b1",
          "pluG_UID": "pwryLK/mIUWMJvGx9G00bA==",
          "pluGuid": "2cf20aa7-e6af-4521-8c26-f1b1f46d346c",
          "pageNo": 1,
          "lineNo": 1,
          "itemOrdered": "sample string 1",
          "itemShipped": "sample string 2",
          "apn": "sample string 3",
          "barcode": "sample string 4",
          "prodStatus": 0,
          "dateAvailable": "2025-10-04T23:58:46.2737674",
          "commodity": "sample string 5",
          "supplier": "sample string 6",
          "itemDesc": "sample string 7",
          "itemType": 48,
          "investmentBuyInd": "A",
          "orderType": "sample string 8",
          "cartonQty": 1,
          "cartonQuantitySpecified": true,
          "soldByWeight": true,
          "orderByWeight": true,
          "unitsOrdered": 1,
          "unitsSupplied": 1,
          "unitsReceived": 1,
          "weightOrdered": 1,
          "weightShipped": 1,
          "weightReceived": 1,
          "unitSpecified": 11,
          "wholesalePrice": 1,
          "extWholesalePrice": 1,
          "normalPrice": 1,
          "retailPrice": 1,
          "pricingUnit": "sample string 12",
          "claimFlag": "A",
          "gstRate": 1,
          "gstAmount": 1,
          "extGstAmount": 1,
          "deliWeight": 1,
          "marginAmount": 1,
          "extMarginAmount": 1,
          "costAmount": 1,
          "orderedCostAmount": 1,
          "extCostAmount": 1,
          "costIncSpecified": true,
          "freightAmount": 14,
          "freightGstAmount": 15,
          "extFreightAmount": 16,
          "extFreightGstAmount": 17,
          "costDecimals": 18,
          "wetRate": 1,
          "containerDeposit": 1,
          "basePrice": 1,
          "wetValue": 1,
          "deliveryFee": 1,
          "casePrice": 1,
          "wholesaleExt": 1,
          "wetExt": 1,
          "totalLitres": 1,
          "tun": "sample string 19",
          "applyDetails": true,
          "applySell": true,
          "applyCost": true,
          "applyOr": true,
          "applyQty": true,
          "itemNumber": "sample string 20",
          "directNumber": "sample string 21",
          "itemSize": "sample string 22",
          "costGst": 1,
          "sellGst": 1,
          "costOr": 1,
          "sellOr": 1,
          "marginOr": 1,
          "grossProfit": 1.0,
          "sell": 1,
          "cartonCost": 1,
          "currentCost": 1,
          "costID": "A",
          "costStart": "2025-10-04T23:58:46.2737674",
          "costEnd": "2025-10-04T23:58:46.2737674",
          "createdFromUnknownScan": true,
          "orderGuid": "VoPMSSn56UO7fd+DwoxmVQ==",
          "orderIdentifierGuid": "49cc8356-f929-43e9-bb7d-df83c28c6655",
          "processed": true,
          "received": true,
          "inventoried": true,
          "fromElectronicInvoice": true,
          "allowDelete": true,
          "updated": "2025-10-04T23:58:46.2737674",
          "invoiceNo": "sample string 28",
          "hasInventory": true,
          "existingCost": 30.1,
          "existingSell": 31.1,
          "futureCost": 1.1,
          "futureSell": 1.1,
          "nextSell": 1.1,
          "nextSellCampaignName": "sample string 32",
          "nextSellCampaignDescription": "sample string 33",
          "unknownScan": {
            "$id": "130",
            "pluG_UID": "NkMfPLSv0kG9hDiWRFwKew==",
            "pluGuid": "3c1f4336-afb4-41d2-bd84-3896445c0a7b",
            "invoiceIdentifier": "dQ1IWuausUe88UjKS1GF+w==",
            "invoiceGuid": "5a480d75-aee6-47b1-bcf1-48ca4b5185fb",
            "barcode": "sample string 3",
            "itemNumber": "sample string 4",
            "created": "2025-10-04T23:58:46.2737674"
          },
          "productActive": true,
          "productSalesMode": 35,
          "productGSTPercent": 36,
          "productCostCalcMethod": 37,
          "productAlwaysApplyMargin": true,
          "productMarginRanged": true,
          "productMargin": 1.1,
          "productMinimumMargin": 1.1,
          "productMaximumMargin": 1.1,
          "priceGroupG_UID": "gL2vYP6WAUKdNPQA5kCCaw==",
          "priceGroupGuid": "60afbd80-96fe-4201-9d34-f400e640826b",
          "priceGroupName": "sample string 40",
          "priceGroupCode": "sample string 41",
          "product": {
            "$ref": "11"
          },
          "incrementCount": true,
          "minimumQuantity": 1,
          "randomWeight": true,
          "salesMode": 43,
          "cartons": 1,
          "weight": 1,
          "units": 1,
          "autoOrderStatus": 1,
          "invoiceDetailReceive": true
        },
        "autoOrderDetail": {
          "$ref": "110"
        },
        "doNotRange": true,
        "doNotOrder": true,
        "costGSTPercent": 1,
        "orderDetailReceive": true,
        "isBackedUp": true,
        "backupWarehouseIndicator": "sample string 21",
        "backupOrderCode": "sample string 22"
      },
      {
        "$ref": "126"
      }
    ],
    "unknownScans": [
      {
        "$ref": "127"
      },
      {
        "$ref": "127"
      }
    ],
    "transportCompany": {
      "$id": "131",
      "identifier": "h+BcqRLlokqjtRZMWTlTOw==",
      "identifierGuid": "a95ce087-e512-4aa2-a3b5-164c5939533b",
      "companyName": "sample string 1",
      "abn": "sample string 2",
      "address1": "sample string 3",
      "address2": "sample string 4",
      "telephone": "sample string 5",
      "primaryContactGuid": "kNZsjxRLnk+L86/cxICYfA==",
      "primaryContactID": "8f6cd690-4b14-4f9e-8bf3-afdcc480987c",
      "primaryContact": {
        "$ref": "7"
      }
    },
    "isMetcashSorted": true,
    "backupOrderType": "sample string 41",
    "backupOrderTypeDescription": "sample string 42",
    "backupTradingPartner": 1,
    "backupHostIdentifier": "7dbfd255-d095-458f-879c-a91c7990af38"
  },
  "details": [
    {
      "$ref": "129"
    },
    {
      "$ref": "129"
    }
  ],
  "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:
"9c1cc7a1-5171-4434-bedb-d4569a611875"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9c1cc7a1-5171-4434-bedb-d4569a611875</guid>

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKW�D[1�ѫ�5xl/workbook.xml �(�����0��&�C��b�QR8q���{�[i�?ik��-%�x�3;�����i�>z4��5�ct!��A�p�L�I�5�I��R�Z۽5�HN��xyTք^���?��<pz�����2���bs���)d����l"���o�e�v�2\C�[9Fٹ��J��~PPQ^KI)�xco0F���PKW�D[����	�[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
W�D[�v��''_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="R371286e36cf34343" /></Relationships>PKW�D[�U%�xl/worksheets/sheet1.xml �(��Q�n� ��}%M�(��T��j�M;lg�85�Ȑ��? �4i�[~~��ԧ���4چ�wg`;쵽6|��C�Om�"ݜ�,��;RÕ��Q�)0��pj��>�t8��3v��E�e� �RN����?\n"�}�`ƍ�Hmy[�:�G��`h�Ӟ3��	��au�b��D���ox������_��0�y�o�>��*6T��G�nft�gF�ӻ�ޫ��]�?Y^�UY�κ�y4[ys)6��y�^�5��(�{��<.9
�.̻�Y-��N����U���%���k�PKW�D[�g�Pxl/_rels/workbook.xml.rels �(���AN�0E�b͞8i\���ݰa[z��=N�&vd�@�Ƃ#q,*�+�`ӕ5짧�lvo��^ȇ����FV9=ھ�S4w
춛=MӍ0�K`�
1.�5Ќ�p��1��S�{��:bO|U�����f��y���1��G�N3����:Qv@�S��'
����D��;�7�*����!0~3���_�K�ɐnW
���l���Me���O�Ν�8S�VJYBD%��2'~�/�_PKW�D[Ѓ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��PKW�D[C�s��xl/sharedStrings.xml �(�5�KN�0D�b����9�'�x�fb)n�t��1�OU�W��]V��;�J3�S
)֔�1��۫>�b	��Z	g�Au�YT�ϰ�lWc8.X��Ԓ��� 
���mǐxA�����M	�@�z�4-����/���;�hc��Ճ�����^�1�u��Fk���xg�����PK-W�D[1�ѫ�5xl/workbook.xmlPK-W�D[����	��[Content_Types].xmlPK-
W�D[�v��''U_rels/.relsPK-W�D[�U%��xl/worksheets/sheet1.xmlPK-W�D[�g�P8xl/_rels/workbook.xml.relsPK-W�D[Ѓc'2E
}xl/styles.xmlPK-W�D[C�s���xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PKW�D[�;W��5xl/workbook.xml �(�����0��&�C��@�D��x��}��m�?ik��-%�x�3;��4�q��1/�Q���k��֌�A�2u�q��(ݓ�倽�
u`E����	�4�i=]i���u��AM+J�Դ;i�fw��O2[��$l
��T�`�ERD�–����\ǖ攸Z��W��7�xY^2Nw�k����PKW�D[����	�[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
W�D[>��''_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="Rd92373979a8d4306" /></Relationships>PKW�D[�U%�xl/worksheets/sheet1.xml �(��Q�n� ��}%M�(��T��j�M;lg�85�Ȑ��? �4i�[~~��ԧ���4چ�wg`;쵽6|��C�Om�"ݜ�,��;RÕ��Q�)0��pj��>�t8��3v��E�e� �RN����?\n"�}�`ƍ�Hmy[�:�G��`h�Ӟ3��	��au�b��D���ox������_��0�y�o�>��*6T��G�nft�gF�ӻ�ޫ��]�?Y^�UY�κ�y4[ys)6��y�^�5��(�{��<.9
�.̻�Y-��N����U���%���k�PKW�D[aw��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�N���ݰa[z��Q;�]�gc���V� �X��j4��'�|���o�H^0���x���Ӿ\��)�����G��D��I^q����@i�'?���äRNCOg���GZ2&iX2�I���C���>M��`���1Z�d�B����R����L�Ե��U�D����0��L-�����;_��JT�(���7��*`��B���iY^�UM�jJ~��\
������PKW�D[Ѓ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��PKW�D[C�s��xl/sharedStrings.xml �(�5�KN�0D�b����9�'�x�fb)n�t��1�OU�W��]V��;�J3�S
)֔�1��۫>�b	��Z	g�Au�YT�ϰ�lWc8.X��Ԓ��� 
���mǐxA�����M	�@�z�4-����/���;�hc��Ճ�����^�1�u��Fk���xg�����PK-W�D[�;W��5xl/workbook.xmlPK-W�D[����	��[Content_Types].xmlPK-
W�D[>��''U_rels/.relsPK-W�D[�U%��xl/worksheets/sheet1.xmlPK-W�D[aw��P8xl/_rels/workbook.xml.relsPK-W�D[Ѓc'2E
~xl/styles.xmlPK-W�D[C�s���xl/sharedStrings.xmlPK��