POST api/deliOrder

Add/Update deli order

Request Information

URI Parameters

None.

Body Parameters

order to save

DeliOrderHeader
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

ID

integer

None.

OrderNo

integer

None.

ExternalSaleIdentifier

The external sale information of an integration so that pickup can be coordinated

string

None.

StoreID

integer

None.

ZoneID

integer

None.

DeptNo

integer

None.

CustomerIdentifier

Collection of byte

None.

CustomerIdentifierGuid

globally unique identifier

None.

OperatorNo

integer

None.

OperatorG_UID

Collection of byte

None.

OperatorGuid

globally unique identifier

None.

Created

Time that the phone order was placed

date

None.

Ordered

Date and time the order should be packed and assembled.

date

None.

Started

Time that the picking was started for the phone order

date

None.

Completed

Time that the picking was completed for the phone order

date

None.

Supplied

Time that the customer or delivery provider was supplied with phone order

date

None.

QuickTicket

integer

None.

Deleted

boolean

None.

WalkAway

boolean

None.

ApproxWait

integer

None.

ActualWait

integer

None.

DeliveryMethod

How the phone order will be provided to the customer

DeliveryMethod

None.

ExternalSaleType

Which provider the phone order has been imported through. (If None, it's manual)

ExternalSalesType

None.

Customer

Customer

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

Operator

Operator

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

Details

Collection of DeliOrderDetail

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

StoreName

string

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

CustomerName

string

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

StoreReplyTo

string

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

StoreSubjectLine

string

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

StoreSaleHeader

POS Transaction (related via StoreSaleHeader.CustomerOrderIdentifier)

StoreSaleHeader

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

Request Formats

application/json, text/json

Sample:
{
  "identifier": "xgrpO2gRzUyvP4rSxDIjaQ==",
  "identifierGuid": "3be90ac6-1168-4ccd-af3f-8ad2c4322369",
  "id": 1,
  "orderNo": 2,
  "externalSaleIdentifier": "sample string 3",
  "storeID": 4,
  "zoneID": 5,
  "deptNo": 6,
  "customerIdentifier": "I6hiNMY8pUi0R6ULW2/6Mg==",
  "customerIdentifierGuid": "3462a823-3cc6-48a5-b447-a50b5b6ffa32",
  "operatorNo": 1,
  "operatorG_UID": "bEDcdfLuxESSg2YgNVNthA==",
  "operatorGuid": "75dc406c-eef2-44c4-9283-662035536d84",
  "created": "2025-06-14T06:36:13.3167304",
  "ordered": "2025-06-14T06:36:13.3167304",
  "started": "2025-06-14T06:36:13.3167304",
  "completed": "2025-06-14T06:36:13.3167304",
  "supplied": "2025-06-14T06:36:13.3167304",
  "quickTicket": 1,
  "deleted": true,
  "walkAway": true,
  "approxWait": 1,
  "actualWait": 1,
  "deliveryMethod": 8,
  "externalSaleType": 9,
  "customer": {
    "$id": "2",
    "identifier": "Kxluo/jMak2eXmloUe005Q==",
    "identifierGuid": "a36e192b-ccf8-4d6a-9e5e-696851ed34e5",
    "code": "sample string 2",
    "familyName": "sample string 3",
    "givenName": "sample string 4",
    "otherName": "sample string 5",
    "title": "sample string 6",
    "dateOfBirth": "2025-06-14T06:36:13.3167304",
    "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": "dSO2Eb03fUCAaPY2jmQOdA==",
    "communityIdentifierGuid": "11b62375-37bd-407d-8068-f6368e640e74",
    "joined": "2025-06-14T06:36:13.3167304",
    "updated": "2025-06-14T06:36:13.3167304",
    "active": true,
    "reasonInactive": 1,
    "groupCustomer": true,
    "loyaltyPoints": 1,
    "homeStoreID": 1,
    "availableSpend": 1,
    "priceLevelIdentifier": "fp6QRybrPEmrnLZHUqzsYw==",
    "priceLevelIdentifierGuid": "47909e7e-eb26-493c-ab9c-b64752acec63",
    "marketingID": "sample string 18",
    "hidden": true,
    "registered": true,
    "registeredOn": "2025-06-14T06:36:13.3167304",
    "emailMarketing": true,
    "smsMarketing": true,
    "deleted": true,
    "deletedUser": "sample string 24",
    "homeStoreName": "sample string 25",
    "customerCards": [
      {
        "$id": "3",
        "cardType": 2,
        "issueDate": "2025-06-14T06:36:13.3167304",
        "expiry": "2025-06-14T06:36:13.3167304",
        "customerID": "+CTD8MO/KEyN+VzEnIe3cg==",
        "customerIDGuid": "f0c324f8-bfc3-4c28-8df9-5cc49c87b772",
        "initialValue": 1,
        "currentValue": 1,
        "maxLimit": 1,
        "minTransaction": 1,
        "maxTransaction": 1,
        "multiplier": 1.1,
        "active": true,
        "reasonInactive": 1,
        "idRequired": true,
        "idType": 1,
        "idValue": "sample string 5",
        "updated": "2025-06-14T06:36:13.3167304",
        "linkedAccount": "tcizduXUnEWLT09f+YWFvQ==",
        "linkedAccountGuid": "76b3c8b5-d4e5-459c-8b4f-4f5ff98585bd",
        "currentValueChanged": true,
        "limitsChanged": true,
        "customer": {
          "$ref": "2"
        },
        "account": {
          "$id": "4",
          "id": 1,
          "identifier": "NGgjg+Sr3EuxavV31lkQ8A==",
          "identifierGuid": "83236834-abe4-4bdc-b16a-f577d65910f0",
          "referenceNo": "sample string 3",
          "name": "sample string 4",
          "created": "2025-06-14T06:36:13.3167304",
          "owner": "yP6kmrY9BkO1JQDhnm2uzw==",
          "ownerGuid": "9aa4fec8-3db6-4306-b525-00e19e6daecf",
          "accountStoreGroupIdentifier": "vyT3sf+7J0yfFHu8ZLHsmg==",
          "accountStoreGroupGuid": "b1f724bf-bbff-4c27-9f14-7bbc64b1ec9a",
          "accountType": 1,
          "currentBalance": 1,
          "externalID": "sample string 7",
          "maximumLimit": 1,
          "accruePoints": true,
          "loyaltyPoints": 1,
          "termsOfTrade": 1,
          "signatureRequired": true,
          "referenceRequired": true,
          "statementSendType": 10,
          "ageingPeriod": 1,
          "monthlyAgeingPeriod": true,
          "explodedInvoice": true,
          "isFifoAllocation": true,
          "lastStatementSent": "2025-06-14T06:36:13.3167304",
          "active": true,
          "updated": "2025-06-14T06:36:13.3167304",
          "deleted": true,
          "deletedUser": "sample string 16",
          "currentBalanceChanged": true,
          "maximumLimitChanged": true,
          "loyaltyPointsChanged": true,
          "projectedBalance": 17,
          "accountStoreGroupStoreIDs": [
            1,
            2
          ],
          "customerEmail": "sample string 18",
          "ownerCustomer": {
            "$ref": "2"
          },
          "card": {
            "$ref": "3"
          },
          "members": {
            "$id": "5",
            "sample string 1": [
              {
                "$ref": "2"
              },
              {
                "$ref": "2"
              }
            ],
            "sample string 2": [
              {
                "$ref": "2"
              },
              {
                "$ref": "2"
              }
            ]
          },
          "customerGroups": [
            {
              "$id": "6",
              "identifier": "Tz5F0Wr/0UamGSkMTWoTHA==",
              "identifierGuid": "d1453e4f-ff6a-46d1-a619-290c4d6a131c",
              "name": "sample string 2",
              "primaryContact": "D1N0jRdEAUiMX+vhl1wMjA==",
              "primaryContactGuid": "8d74530f-4417-4801-8c5f-ebe1975c0c8c",
              "accountID": "GbuyKLQ5HUa1UPNZng46BA==",
              "accountIDGuid": "28b2bb19-39b4-461d-b550-f3599e0e3a04",
              "special": true,
              "updated": "2025-06-14T06:36:13.3167304",
              "active": true,
              "reasonInactive": 1,
              "priceLevelIdentifier": "xaxs+Jb6/Ei+SmTrz8Xn7A==",
              "priceLevelIdentifierGuid": "f86cacc5-fa96-48fc-be4a-64ebcfc5e7ec",
              "deleted": true,
              "account": {
                "$ref": "4"
              },
              "primaryContactCustomer": {
                "$ref": "2"
              },
              "customerGroupMembers": [
                {
                  "$id": "7",
                  "id": 1,
                  "groupID": "+z66334Ah0WCY6ZW34Yp8Q==",
                  "groupIDGuid": "dfba3efb-007e-4587-8263-a656df8629f1",
                  "customerID": "Bfge6N76lkOALw8qU20CVA==",
                  "customerIDGuid": "e81ef805-fade-4396-802f-0f2a536d0254",
                  "card": "sample string 4",
                  "linkedAccount": "mMPUx/o/C0im7lGrGVvfbQ==",
                  "linkedAccountGuid": "c7d4c398-3ffa-480b-a6ee-51ab195bdf6d",
                  "customer": {
                    "$ref": "2"
                  },
                  "group": {
                    "$ref": "6"
                  },
                  "customerCard": {
                    "$ref": "3"
                  }
                },
                {
                  "$ref": "7"
                }
              ]
            },
            {
              "$ref": "6"
            }
          ]
        },
        "payments": [
          {
            "$id": "8",
            "id": 1,
            "identifier": "O+OXHh3/t0m4wDmX4XqUdA==",
            "identifierGuid": "1e97e33b-ff1d-49b7-b8c0-3997e17a9474",
            "storeID": 2,
            "operatorName": "sample string 3",
            "saleHeaderID": 4,
            "paymentType": 5,
            "amount": 6,
            "account": "sample string 7",
            "accountID": "tc1R626uwEqTvwBwtpCTYg==",
            "accountIDGuid": "eb51cdb5-ae6e-4ac0-93bf-0070b6909362",
            "customerAccount": {
              "$ref": "4"
            },
            "customerCard": {
              "$ref": "3"
            },
            "accountType": 1,
            "cardName": "sample string 8",
            "authorisationNumber": "sample string 9",
            "bankReference": "sample string 10",
            "merchantID": "sample string 11",
            "terminalID": "sample string 12",
            "cardNumber": "sample string 13",
            "paymentDate": "2025-06-14T06:36:13.3167304",
            "invRocNo": "sample string 14",
            "responseCode": "sample string 15",
            "cashout": 1,
            "tip": 16,
            "idempotentVoid": "N9AjGmnRnkql9Ewznx6Tlg==",
            "idempotentVoidGuid": "1a23d037-d169-4a9e-a5f4-4c339f1e9396",
            "offline": true,
            "processed": 1,
            "storeSaleHeader": {
              "$id": "9",
              "saleHeaderID": 1,
              "saleHeaderGuid": "vj4gKrsIN0ym8osNiqlqrQ==",
              "saleHeaderIdentifierGuid": "2a203ebe-08bb-4c37-a6f2-8b0d8aa96aad",
              "created": "2025-06-14T06:36:13.3167304",
              "createdLocal": "2025-06-14T06:36:13.3167304",
              "createdText": "sample string 4",
              "itemCount": 5,
              "totalAmount": 6,
              "cashTender": 1,
              "cardTender": 1,
              "cheqTender": 1,
              "acctTender": 1,
              "voucherTender": 1,
              "loyaltyPoints": 1,
              "cashout": 1,
              "changeAmount": 1,
              "rounding": 1,
              "gstAmount": 1,
              "transactionDiscountTender": 1,
              "totalTip": 7,
              "tranType": 1,
              "processed": 1,
              "imported": "2025-06-14T06:36:13.3167304",
              "storeID": 1,
              "operatorG_Uid": "UdYlQU7T2kah3aCOsEc+5Q==",
              "operatorGuid": "4125d651-d34e-46da-a1dd-a08eb0473ee5",
              "customerG_Uid": "tIE8uRRuiE6p+eL9RXzJtQ==",
              "customerGuid": "b93c81b4-6e14-4e88-a9f9-e2fd457cc9b5",
              "communityIdentifier": "nWpVSWTIrEaZbSoYwQgq8A==",
              "communityIdentifierGuid": "49556a9d-c864-46ac-996d-2a18c1082af0",
              "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": "50FJyW1Co0SN8mQ54T4seQ==",
              "priceLevelIdentifierGuid": "c94941e7-426d-44a3-8df2-6439e13e2c79",
              "locked": 36,
              "relationChecksum": "sample string 37",
              "loyaltyTender": 1,
              "giftCardTender": 1,
              "operator": {
                "$id": "10",
                "id": 1,
                "g_Uid": "BrTLnD+fe0C8UOiWf2je3g==",
                "guid": "9ccbb406-9f3f-407b-bc50-e8967f68dede",
                "operatorNumber": 1,
                "shortName": "sample string 2",
                "firstName": "sample string 3",
                "lastName": "sample string 4",
                "password": "sample string 5",
                "hasPassword": true,
                "passwordText": "sample string 6",
                "rfidTagID": "sample string 7",
                "blueprintID": 1,
                "groupID": 1,
                "groupName": "sample string 8",
                "managerGroupID": 1,
                "managerGroupName": "sample string 9",
                "zoneID": 1,
                "zoneName": "sample string 10",
                "loggedIn": 1,
                "lastUsedIP": "sample string 11",
                "deleted": true,
                "locked": true,
                "allowOpenTill": true,
                "webEmail": "sample string 14",
                "simpleOperatorType": 0,
                "webRole": "sample string 15",
                "updated": "2025-06-14T06:36:13.3167304",
                "passwordResetRequired": true,
                "alteredInStore": true,
                "startShift": "2025-06-14T06:36:13.3167304",
                "endShift": "2025-06-14T06:36:13.3167304",
                "machineName": "sample string 20",
                "drawerID": 1,
                "stores": [
                  {
                    "$id": "11",
                    "operatorG_UID": "l8ST1HDOHkWUAn9+8Lh/EA==",
                    "operatorGuid": "d493c497-ce70-451e-9402-7f7ef0b87f10",
                    "storeID": 2,
                    "operator": {
                      "$ref": "10"
                    },
                    "store": {
                      "$id": "12",
                      "id": 1,
                      "isMaster": true,
                      "shortName": "sample string 3",
                      "url": "sample string 4",
                      "sortOrder": 1,
                      "name": "sample string 5",
                      "phone": "sample string 6",
                      "fax": "sample string 7",
                      "email": "sample string 8",
                      "address1": "sample string 9",
                      "address2": "sample string 10",
                      "city": "sample string 11",
                      "state": "sample string 12",
                      "country": "sample string 13",
                      "postCode": "sample string 14",
                      "delivery": 1,
                      "exportAccounts": 1,
                      "salesAccountFolder": "sample string 15",
                      "purchaseAccountFolder": "sample string 16",
                      "initLoad": 1,
                      "initIDs": 1,
                      "zoneID": 1,
                      "actAsMaster": 1,
                      "lastActiveUtc": "2025-06-14T06:36:13.3167304",
                      "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": "z/IG+358tU2ibAW+qZOyeQ==",
                      "hostIdentifierGuid": "fb06f2cf-7c7e-4db5-a26c-05bea993b279",
                      "hostName": 1,
                      "hostAddress": "sample string 27",
                      "hostUsername": "sample string 28",
                      "hostPassword": "sample string 29",
                      "excludeFromLeadInOut": true,
                      "accountingProvider": 31,
                      "accountingAddress": "sample string 32",
                      "accountingUsername": "sample string 33",
                      "accountingPassword": "sample string 34",
                      "storeAccountingCode": "sample string 35",
                      "softwareVariance": 36,
                      "fuelWarningVariance": 37.0,
                      "fuelErrorVariance": 38.0,
                      "fuelAccumulatedWarningVariance": 39.0,
                      "fuelAccumulatedErrorVariance": 40.0,
                      "drawManagment": 41,
                      "endOfDayManagment": true,
                      "autoFillCashBalancing": true,
                      "fuelDayVariance": 44,
                      "accountingTradingTime": "00:00:00.1234567",
                      "stockActivateProduct": 46,
                      "giftCardSalesAccountingDeptCode": "sample string 47",
                      "transactionDiscountAccountingDeptCode": "sample string 48",
                      "size": 49,
                      "updated": "2025-06-14T06:36:13.3167304",
                      "priceZoneName": "sample string 51",
                      "storeFuelConfigured": true,
                      "shippingAddressCopied": true,
                      "shippingAddress": {
                        "$id": "13",
                        "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": "13"
                      },
                      "hostStoreSettings": [
                        {
                          "$id": "14",
                          "id": 1,
                          "hostIdentifier": "jSVaowkH4UeN1Vim+m6VHA==",
                          "hostIdentifierGuid": "a35a258d-0709-47e1-8dd5-58a6fa6e951c",
                          "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": "15",
                            "identifier": "8ttAkF8yKkKwBIl8tTGuLA==",
                            "identifierGuid": "9040dbf2-325f-422a-b004-897cb531ae2c",
                            "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": "fhxNgFzEEkuszwLXC5BK0g==",
                            "hostSupplierIdentifierGuid": "804d1c7e-c45c-4b12-accf-02d70b904ad2",
                            "loyaltyPriceLevelIdentifier": "ashGMkr10ESK6AMQirBEHA==",
                            "loyaltyPriceLevelIdentifierGuid": "3246c86a-f54a-44d0-8ae8-03108ab0441c",
                            "isGroup": true,
                            "description": "sample string 22",
                            "hostProvider": 23,
                            "hostTypeEnum": 24,
                            "hostType": "sample string 25",
                            "hostCode": "sample string 26",
                            "username": "sample string 27",
                            "password": "sample string 28",
                            "passwordPlain": "sample string 29",
                            "server": "sample string 30",
                            "url": "sample string 31",
                            "global": true,
                            "stateCode": "sample string 33",
                            "lastCollected": "2025-06-14T06:36:13.3167304",
                            "lastProcessed": "2025-06-14T06:36:13.3167304",
                            "hold": true,
                            "supplierName": "sample string 35",
                            "supplier": {
                              "$id": "16",
                              "identifier": "oIPbg5/eTke9NzfK4OK+JQ==",
                              "identifierGuid": "83db83a0-de9f-474e-bd37-37cae0e2be25",
                              "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": "IlaPWsI0+UGGHX8iz65ocA==",
                              "primaryContactID": "5a8f5622-34c2-41f9-861d-7f22cfae6870",
                              "storeID": 1,
                              "abn": "sample string 16",
                              "supplierGroupIdentifier": "9Zc2jOYj8EOX/Bt76Xlwmg==",
                              "supplierGroupGuid": "8c3697f5-23e6-43f0-97fc-1b7be979709a",
                              "rebate": 1.0,
                              "rebateType": 1,
                              "rebateFrequency": 1,
                              "rebateSource": 1,
                              "rebateLastClaimed": "2025-06-14T06:36:13.3167304",
                              "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": "17",
                                "id": "4cf0d06d-7d57-4ddb-9e67-8449009398b5",
                                "identifier": "HHGKRvy7GEeCnv1f3aeiEw==",
                                "identifierGuid": "468a711c-bbfc-4718-829e-fd5fdda7a213",
                                "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": "18",
                                  "supplierIdentifier": "MARkv+XV3EeQuw4DKpaO6A==",
                                  "supplierIdentifierGuid": "bf640430-d5e5-47dc-90bb-0e032a968ee8",
                                  "contactGuid": "jSckdvFW4EWH3o76MAizPg==",
                                  "contactID": "7624278d-56f1-45e0-87de-8efa3008b33e",
                                  "contact": {
                                    "$ref": "17"
                                  },
                                  "supplier": {
                                    "$ref": "16"
                                  }
                                },
                                {
                                  "$ref": "18"
                                }
                              ],
                              "products": [
                                {
                                  "$id": "19",
                                  "pluG_UID": "9bt5iiCMO0ms1sWm6rqBrA==",
                                  "pluGuid": "8a79bbf5-8c20-493b-acd6-c5a6eaba81ac",
                                  "supplierIdentifier": "KQeU+lL5UUaS7SGGlN3NsA==",
                                  "supplierIdentifierGuid": "fa940729-f952-4651-92ed-218694ddcdb0",
                                  "cartonQuantity": 1,
                                  "cartonQuantityChanged": true,
                                  "productSize": "sample string 2",
                                  "cigarettesPerSleeve": 1,
                                  "randomWeight": true,
                                  "piecesPerUnit": 4,
                                  "averagePackSize": 5,
                                  "effectiveDate": "2025-06-14T06:36:13.3167304",
                                  "pricedByWeight": true,
                                  "landedUnitCostEx": 8,
                                  "landedUnitCostInc": 9,
                                  "landedCartonCostInc": 10,
                                  "landedCartonCostEx": 11,
                                  "standardCost": 12,
                                  "deliveryFee": 1,
                                  "deliveryFeeBasis": "sample string 13",
                                  "pickAndPackFee": 1,
                                  "pickAndPackFeeBasis": "sample string 14",
                                  "financeFee": 1,
                                  "financeFeeBasis": "sample string 15",
                                  "cartonLength": 1,
                                  "cartonWidth": 1,
                                  "cartonHeight": 1,
                                  "palletLayerQuantity": 1,
                                  "palletLayers": 1,
                                  "itemCode": "sample string 16",
                                  "invoiceCode": "sample string 17",
                                  "invoiceDesc": "sample string 18",
                                  "orderDirect": true,
                                  "useCost": true,
                                  "minimumQuantity": 19,
                                  "hostType": 20,
                                  "fromHost": 21,
                                  "minimumReorder": 1,
                                  "maximumReorder": 1,
                                  "orderMultiple": 22.1,
                                  "sellMultiple": 23.1,
                                  "baseMultiple": 24.1,
                                  "hostStandardCost": 25,
                                  "hostTotalCost": 26,
                                  "hostRetail": 27,
                                  "hostLandedUnitCostEx": 28,
                                  "hostLandedUnitCostInc": 29,
                                  "hostDesc": "sample string 30",
                                  "directIndicator": "sample string 31",
                                  "availableToOrder": true,
                                  "hostRangeIndicator": "sample string 33",
                                  "hostProductType": "sample string 34",
                                  "hostProductGrade": "sample string 35",
                                  "hostProductGroup": "sample string 36",
                                  "hostSlowMoving": true,
                                  "hostGeneralMerchandise": true,
                                  "hostPillar": "sample string 39",
                                  "hostLastUpdated": "2025-06-14T06:36:13.3167304",
                                  "rebate": 1.0,
                                  "rebateExclude": true,
                                  "invoiceCodes": [
                                    {
                                      "$id": "20",
                                      "pluG_UID": "KhHsPfbQkEOLKNd8x48yng==",
                                      "pluGuid": "3dec112a-d0f6-4390-8b28-d77cc78f329e",
                                      "supplierIdentifier": "4dogMr5Sbk6GGMl9hphZ2w==",
                                      "supplierIdentifierGuid": "3220dae1-52be-4e6e-8618-c97d869859db",
                                      "invoiceCode": "sample string 1",
                                      "storeIDs": [
                                        1,
                                        2
                                      ]
                                    },
                                    {
                                      "$ref": "20"
                                    }
                                  ],
                                  "storeIDs": [
                                    1,
                                    2
                                  ],
                                  "preferredSupplier": true,
                                  "preferredRebateSupplier": true,
                                  "supplierName": "sample string 40",
                                  "salesMode": 41,
                                  "orderPacked": true,
                                  "active": true,
                                  "price": 1,
                                  "costGstPercent": 43,
                                  "parentPluG_UID": "xclqyT05dky4tL8hMNsuWA==",
                                  "parentPluGuid": "c96ac9c5-393d-4c76-b8b4-bf2130db2e58",
                                  "freight": 44.0,
                                  "freightType": 1,
                                  "product": {
                                    "$id": "21",
                                    "plu": 1,
                                    "storeID": 1,
                                    "masterPluG_UID": "QEA=",
                                    "storeIDs": [
                                      1,
                                      2
                                    ],
                                    "g_UId": "HgcoLBdwHk2pTlE4UXfPUw==",
                                    "guid": "2c28071e-7017-4d1e-a94e-51385177cf53",
                                    "apn": "sample string 1",
                                    "apnChanged": true,
                                    "apnSwitched": true,
                                    "barcode": "sample string 4",
                                    "itemNumber": "sample string 5",
                                    "itemNumberChanged": true,
                                    "priceGroupG_UID": "UKotLP+7DEKF/6afBet3JA==",
                                    "priceGroupGuid": "2c2daa50-bbff-420c-85ff-a69f05eb7724",
                                    "blueprintID": 1,
                                    "lastCountedDate": "2025-06-14T06:36:13.3167304",
                                    "externalID": "sample string 7",
                                    "active": true,
                                    "activated": "2025-06-14T06:36:13.3167304",
                                    "pluCreated": "2025-06-14T06:36:13.3167304",
                                    "createdByUser": "sample string 9",
                                    "name": "sample string 10",
                                    "nameChanged": true,
                                    "secondDescription": "sample string 12",
                                    "hostDescription": "sample string 13",
                                    "keepCartonQty": true,
                                    "keepDescription": true,
                                    "keepDepartments": true,
                                    "keepSuppliers": true,
                                    "markdownDescription": "sample string 18",
                                    "altDescription": "sample string 19",
                                    "bestOrExpire": 20,
                                    "lastUpdate": "2025-06-14T06:36:13.3167304",
                                    "lastManualUpdate": "2025-06-14T06:36:13.3167304",
                                    "imageName": "sample string 23",
                                    "showImageOnFlipCharts": true,
                                    "showTextOnFlipCharts": true,
                                    "overrideFlipChartText": true,
                                    "flipChartText": "sample string 27",
                                    "salesMode": 1,
                                    "eftCode": 1,
                                    "price": 1,
                                    "priceChanged": true,
                                    "rrp": 1,
                                    "gstPercent": 28,
                                    "gstPercentChanged": true,
                                    "costGSTPercent": 29,
                                    "costGSTPercentChanged": true,
                                    "wetPercent": 1,
                                    "priceOverride": 1,
                                    "cost": 1,
                                    "currentCost": 1,
                                    "currentCostDecimals": 1,
                                    "grossProfit": 1.0,
                                    "currentCostDesc": "sample string 30",
                                    "currentCostEnd": "2025-06-14T06:36:13.3167304",
                                    "currentCostUpdated": "2025-06-14T06:36:13.3167304",
                                    "costDecimals": 31,
                                    "costChanged": true,
                                    "dealCostIdentifier": "QEA=",
                                    "excludeFromRebate": true,
                                    "rebateOverride": 1,
                                    "costCalcMethod": 1,
                                    "costCalcMethodChanged": true,
                                    "costEffectiveDate": "2025-06-14T06:36:13.3167304",
                                    "defaultGP": 1,
                                    "breakTargetMode": 32,
                                    "break1": 1,
                                    "price1": 1,
                                    "target1": 33,
                                    "break2": 1,
                                    "price2": 1,
                                    "target2": 34,
                                    "break3": 1,
                                    "price3": 1,
                                    "target3": 35,
                                    "break1Changed": true,
                                    "price1Changed": true,
                                    "target1Changed": true,
                                    "break2Changed": true,
                                    "price2Changed": true,
                                    "target2Changed": true,
                                    "break3Changed": true,
                                    "price3Changed": true,
                                    "target3Changed": true,
                                    "breakTargetModeChanged": true,
                                    "margin": 1.1,
                                    "marginChanged": true,
                                    "marginRanged": true,
                                    "marginRangedChanged": true,
                                    "minimumMargin": 1.1,
                                    "minimumMarginChanged": true,
                                    "maximumMargin": 1.1,
                                    "maximumMarginChanged": true,
                                    "overrideHostWarehouseIndicator": true,
                                    "overrideHostWarehouseIndicatorChanged": true,
                                    "overrideHostPrice": true,
                                    "overrideHostPriceChanged": true,
                                    "overrideHostCost": true,
                                    "overrideHostCostChanged": true,
                                    "overrideHostMargin": true,
                                    "overrideHostMarginChanged": true,
                                    "alwaysApplyMargin": true,
                                    "alwaysApplyMarginChanged": true,
                                    "aws": 1.0,
                                    "awsUpdated": "2025-06-14T06:36:13.3167304",
                                    "posTare": 1,
                                    "altPrice": 1.0,
                                    "altPriceChanged": true,
                                    "altPriceMode": 52,
                                    "altPriceModeChanged": true,
                                    "altPLUG_UID": "4CbpIWYNgE+odvnWo3pMQA==",
                                    "altPLUGuid": "21e926e0-0d66-4f80-a876-f9d6a37a4c40",
                                    "altPLUGuidChanged": true,
                                    "altPriceDescription1": "sample string 53",
                                    "altPriceDescription2": "sample string 54",
                                    "cartonQuantity": 55,
                                    "cartonQuantityChanged": true,
                                    "trayID": 1,
                                    "promptID": 1,
                                    "tare": 1,
                                    "packQty": 1,
                                    "fixedWeight": 1,
                                    "extraMesg": 1,
                                    "text1": "sample string 57",
                                    "text2": "sample string 58",
                                    "text3": "sample string 59",
                                    "labelText": "sample string 60",
                                    "labelTextChanged": true,
                                    "sendToScale": true,
                                    "nonScaleWeigh": true,
                                    "labelFormat": "sample string 64",
                                    "barcodeFormat": "sample string 65",
                                    "austMade": 1,
                                    "coolCode": 66,
                                    "countryOfOrigin": "sample string 67",
                                    "percentContent": 68.1,
                                    "departmentID": 1,
                                    "subDepartmentID": 1,
                                    "minorDepartmentID": 1,
                                    "lesserDepartmentID": 1,
                                    "deptCode": "sample string 69",
                                    "subDeptCode": "sample string 70",
                                    "minorDeptCode": "sample string 71",
                                    "lesserDeptCode": "sample string 72",
                                    "deptName": "sample string 73",
                                    "subDeptName": "sample string 74",
                                    "minorDeptName": "sample string 75",
                                    "lesserDeptName": "sample string 76",
                                    "departmentChanged": true,
                                    "subCategoryID": 1,
                                    "expiry": 1,
                                    "showDays": 1,
                                    "datePrint": 1,
                                    "labelRequired": true,
                                    "labelShelfQty": 79,
                                    "labelShelfChanged": true,
                                    "labelTalkerQty": 81,
                                    "labelSmall": true,
                                    "labelLastPrinted": "2025-06-14T06:36:13.3167304",
                                    "labelLastPrice": 1,
                                    "shelfPageLayoutG_UID": "5YIKlKKz4E2C+mh4M++oFA==",
                                    "shelfPageLayoutGuid": "940a82e5-b3a2-4de0-82fa-687833efa814",
                                    "talkerPageLayoutG_UID": "Vu6F58PQcUifeW01tWQftg==",
                                    "talkerPageLayoutGuid": "e785ee56-d0c3-4871-9f79-6d35b5641fb6",
                                    "unitMeasure": 1.1,
                                    "unitMeasureChanged": true,
                                    "unitMeasureKind": 84,
                                    "unitMeasureKindChanged": true,
                                    "signIQData": "sample string 86",
                                    "refresh": true,
                                    "earnLoyaltyPoints": true,
                                    "earnLoyaltyPointsChanged": true,
                                    "quantityOverride": true,
                                    "quantityOverrideChanged": true,
                                    "quantityRequired": true,
                                    "quantityRequiredChanged": true,
                                    "allowDiscounts": true,
                                    "allowDiscountsChanged": true,
                                    "discountDiscounts": true,
                                    "discountDiscountsChanged": true,
                                    "itemRecalled": true,
                                    "itemRecalledChanged": true,
                                    "noRefund": true,
                                    "noRefundChanged": true,
                                    "allowMarkdown": true,
                                    "allowMarkdownChanged": true,
                                    "priceRequired": true,
                                    "priceRequiredChanged": true,
                                    "fuelItem": true,
                                    "fuelItemChanged": true,
                                    "trackSerial": true,
                                    "trackSerialChanged": true,
                                    "allowZeroPrice": true,
                                    "allowZeroPriceChanged": true,
                                    "notForSale": 90,
                                    "notForSaleChanged": true,
                                    "excludeFromDeals": true,
                                    "excludeFromVoucher": true,
                                    "minimumAge": 93,
                                    "minimumAgeChanged": true,
                                    "buyingLimit": 1,
                                    "buyingLimitChanged": true,
                                    "buyingLimitIndependent": true,
                                    "buyingLimitIndependentChanged": true,
                                    "inventoryGuid": "IyS0yk558Ue6qR75Vt63gA==",
                                    "inventoryIdentifier": "cab42423-794e-47f1-baa9-1ef956deb780",
                                    "inventoryAccuracy": 1,
                                    "baseUnits": 97,
                                    "orderPacked": 1,
                                    "isManufactured": true,
                                    "isIngredient": true,
                                    "isModifier": true,
                                    "isModifierChanged": true,
                                    "hasModifiers": 98,
                                    "defaultPrinter": "sample string 99",
                                    "defaultPrinterGroup": "sample string 100",
                                    "ingredientsOnManufacture": true,
                                    "manufactureUnitMeasure": 1,
                                    "mpl": 1,
                                    "maxShelfQty": 101,
                                    "allowAutoOrder": true,
                                    "warrantyPeriod": 1,
                                    "parentPluG_UId": "ga/A8LZ0pUe2V6qfSIBiuQ==",
                                    "parentPluGuid": "f0c0af81-74b6-47a5-b657-aa9f488062b9",
                                    "preferredHostVendor": 103,
                                    "preferredHostChanged": true,
                                    "code": "sample string 105",
                                    "supplierIdentifier": "ZLD9vSoVTE+YKnOoU+zxDQ==",
                                    "supplierIdentifierGuid": "bdfdb064-152a-4f4c-982a-73a853ecf10d",
                                    "supplierChanged": true,
                                    "rebateSupplierIdentifier": "F8UMJ6HYVECO+h2mRsCCWg==",
                                    "rebateSupplierIdentifierGuid": "270cc517-d8a1-4054-8efa-1da646c0825a",
                                    "rebateSupplierChanged": true,
                                    "availableForOrder": true,
                                    "warehouseDirectIndicator": "sample string 107",
                                    "warehouseDirectIndicatorChanged": true,
                                    "productGrade": "sample string 109",
                                    "productType": "sample string 110",
                                    "productGroup": "sample string 111",
                                    "complianceIndicator": "sample string 112",
                                    "inhouseBrand": "sample string 113",
                                    "slowMoving": true,
                                    "generalMerchandise": true,
                                    "comment": "sample string 116",
                                    "lastUpdatedByUser": "sample string 117",
                                    "lastManualUpdatedByUser": "sample string 118",
                                    "lastUpdatedByUserOverride": true,
                                    "lastUpdatedByHost": "2025-06-14T06:36:13.3167304",
                                    "commodity": "sample string 120",
                                    "businessPillar": "sample string 121",
                                    "mscCommodity": "sample string 122",
                                    "hostIdentifier": "OYi9vl0DskqPU1nEy6gfMA==",
                                    "hostIdentifierGuid": "bebd8839-035d-4ab2-8f53-59c4cba81f30",
                                    "serviceFeeID": 1,
                                    "serviceFeeIDChanged": true,
                                    "providerName": "sample string 124",
                                    "aisleEnds": "sample string 125",
                                    "deleted": true,
                                    "deletedChanged": true,
                                    "hidden": true,
                                    "doNotRange": true,
                                    "doNotRangeChanged": true,
                                    "doNotOrder": true,
                                    "doNotOrderChanged": true,
                                    "locked": true,
                                    "excludeFromWebUpdate": true,
                                    "excludeFromWebUpdateChanged": true,
                                    "webPriceBasedOn": 136,
                                    "webPriceRounding": true,
                                    "webMarkup": 138,
                                    "webPriceMode": 139,
                                    "altDepartmentID": 1,
                                    "altSubDepartmentID": 1,
                                    "altMinorDepartmentID": 1,
                                    "altLesserDepartmentID": 1,
                                    "altDeptCode": "sample string 140",
                                    "altSubDeptCode": "sample string 141",
                                    "altMinorDeptCode": "sample string 142",
                                    "altLesserDeptCode": "sample string 143",
                                    "altDepartmentChanged": true,
                                    "storeProducts": [
                                      {
                                        "$ref": "21"
                                      },
                                      {
                                        "$ref": "21"
                                      }
                                    ],
                                    "store": {
                                      "$ref": "12"
                                    },
                                    "storePrices": [
                                      {
                                        "$id": "22",
                                        "pluG_UID": "7u5Geer0+kGIuY18O8SM7w==",
                                        "pluGuid": "7946eeee-f4ea-41fa-88b9-8d7c3bc48cef",
                                        "plu": 1,
                                        "storeID": 1,
                                        "zoneID": 2,
                                        "zoneName": "sample string 3",
                                        "store": "sample string 4",
                                        "priceNow": 5,
                                        "costNow": 6,
                                        "costNowDecimals": 7,
                                        "normalPrice": 8,
                                        "gstPercent": 9,
                                        "normalCost": 10,
                                        "normalCostDecimals": 11,
                                        "costGstPercent": 12,
                                        "costCalcMethod": 1,
                                        "currentCost": 13,
                                        "currentCostDecimals": 14,
                                        "break1": 15,
                                        "price1": 16,
                                        "break2": 17,
                                        "price2": 18,
                                        "break3": 19,
                                        "price3": 20,
                                        "fuelItem": 21,
                                        "fixedWeight": 22,
                                        "active": true,
                                        "complianceIndicator": "sample string 23",
                                        "doNotOrder": true,
                                        "doNotRange": true,
                                        "isNormalPriceChangesCampaign": true,
                                        "updated": "2025-06-14T06:36:13.3167304"
                                      },
                                      {
                                        "$ref": "22"
                                      }
                                    ],
                                    "currentPrices": {
                                      "$id": "23",
                                      "pluPrices": {
                                        "$id": "24",
                                        "plu": 1,
                                        "pluG_UID": "QEA=",
                                        "stores": [
                                          1,
                                          2
                                        ],
                                        "normalPrice": 1,
                                        "cost": 2,
                                        "break1": 3,
                                        "price1": 4,
                                        "break2": 5,
                                        "price2": 6,
                                        "break3": 7,
                                        "price3": 8,
                                        "discountPrice": 9,
                                        "acceptedUtc": "2025-06-14T06:36:13.3167304",
                                        "priceChangeType": 0,
                                        "costDecimals": 10
                                      },
                                      "normalPluPrices": {
                                        "$ref": "24"
                                      },
                                      "winningCampaign": 1,
                                      "winner": {
                                        "$id": "25",
                                        "campaignName": "sample string 1",
                                        "campaignDescription": "sample string 2",
                                        "startDate": "2025-06-14T06:36:13.3167304",
                                        "startTime": 3,
                                        "endDate": "2025-06-14T06:36:13.3167304",
                                        "endTime": 4,
                                        "newPrice": 5,
                                        "newCost": 6,
                                        "newCostDecimals": 7,
                                        "pctDiscount": 8,
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 9",
                                        "hostType": 10,
                                        "hostIdentifier": "LNsk82138kaRg90E4zYszg==",
                                        "hostIdentifierGuid": "f324db2c-776d-46f2-9183-dd04e3362cce",
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ]
                                      },
                                      "details": [
                                        {
                                          "$ref": "25"
                                        },
                                        {
                                          "$ref": "25"
                                        }
                                      ]
                                    },
                                    "tray": {
                                      "$id": "26",
                                      "g_UId": "jIsknuccqE+RspOFi1culQ==",
                                      "guid": "9e248b8c-1ce7-4fa8-91b2-93858b572e95",
                                      "name": "sample string 1",
                                      "number": 1,
                                      "tare": 1
                                    },
                                    "priceGroup": {
                                      "$id": "27",
                                      "priceGroupG_UID": "1r2wAhvW6kiFVgCrA5ONIw==",
                                      "priceGroupGuid": "02b0bdd6-d61b-48ea-8556-00ab03938d23",
                                      "name": "sample string 2",
                                      "code": 1,
                                      "modified": true,
                                      "updated": "2025-06-14T06:36:13.3167304",
                                      "buyingLimit": 1,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitType": 0,
                                      "number": 1,
                                      "products": [
                                        {
                                          "$ref": "21"
                                        },
                                        {
                                          "$ref": "21"
                                        }
                                      ],
                                      "productCount": 1
                                    },
                                    "priceGroupName": "sample string 145",
                                    "nutrifacts": {
                                      "$id": "28",
                                      "pluG_UID": "L3eet7JQckOwUuXq51mpeQ==",
                                      "pluGuid": "b79e772f-50b2-4372-b052-e5eae759a979",
                                      "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": "29",
                                      "pluGuid": "636fcd62-e684-41e4-bc68-90232bba5e71",
                                      "created": "2025-06-14T06:36:13.3167304",
                                      "createdByUser": "sample string 1",
                                      "activated": "2025-06-14T06:36:13.3167304",
                                      "deactivated": "2025-06-14T06:36:13.3167304",
                                      "lastOrdered": "2025-06-14T06:36:13.3167304",
                                      "lastOrderedQty": 2.0,
                                      "lastReceived": "2025-06-14T06:36:13.3167304",
                                      "lastReceivedQty": 3.0,
                                      "lastInvoiceStatus": 1,
                                      "lastCounted": "2025-06-14T06:36:13.3167304",
                                      "lastSold": "2025-06-14T06:36:13.3167304",
                                      "firstSold": "2025-06-14T06:36:13.3167304",
                                      "awsUpdated": "2025-06-14T06:36:13.3167304",
                                      "lastManualUpdate": "2025-06-14T06:36:13.3167304",
                                      "lastManualUpdatedByUser": "sample string 5",
                                      "lastUpdated": "2025-06-14T06:36:13.3167304",
                                      "lastUpdatedByUser": "sample string 7",
                                      "lastUpdatedByHost": "2025-06-14T06:36:13.3167304",
                                      "doNotRangeUpdated": "2025-06-14T06:36:13.3167304",
                                      "doNotOrderUpdated": "2025-06-14T06:36:13.3167304",
                                      "tracked": "2025-06-14T06:36:13.3167304"
                                    },
                                    "allergens": [
                                      {
                                        "$id": "30",
                                        "allergenID": 1,
                                        "pluG_UID": "ewB6Vpds90OThIhQCur6rg==",
                                        "pluGuid": "567a007b-6c97-43f7-9384-88500aeafaae",
                                        "contains": 2,
                                        "allergenName": "sample string 3",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "30"
                                      }
                                    ],
                                    "costs": {
                                      "$id": "31",
                                      "pluG_UID": "klBqAWDzX0eXF30Ab2Qx3Q==",
                                      "pluGuid": "016a5092-f360-475f-9717-7d006f6431dd",
                                      "enteredCost": 1,
                                      "weightedAvgCost": 1,
                                      "lastCost": 1,
                                      "rawEnteredCost": 2,
                                      "rawWeightedAvgCost": 3,
                                      "rawLastCost": 4,
                                      "freight": 5.0,
                                      "freightType": 6,
                                      "costDecimals": 7,
                                      "fifoCost": 1,
                                      "updated": "2025-06-14T06:36:13.3167304",
                                      "normalCost": 1,
                                      "currentCost": 1
                                    },
                                    "sales": [
                                      {
                                        "$id": "32",
                                        "saleHeaderID": 1,
                                        "created": "2025-06-14T06:36:13.3167304",
                                        "createdLocal": "2025-06-14T06:36:13.3167304",
                                        "storeID": 3,
                                        "storeName": "sample string 4",
                                        "operatorG_Uid": "jRlG3wWc4E2aEK1V4VRmTg==",
                                        "operatorGuid": "df46198d-9c05-4de0-9a10-ad55e154664e",
                                        "operatorName": "sample string 5",
                                        "tranType": 1,
                                        "plu": 1,
                                        "pluG_UId": "i3RxPLwbx0O7pO7esPWG9w==",
                                        "pluGuid": "3c71748b-1bbc-43c7-bba4-eedeb0f586f7",
                                        "normalPrice": 1,
                                        "totalCents": 1,
                                        "cost": 1,
                                        "grossProfit": 1,
                                        "quantity": 1,
                                        "operator": {
                                          "$ref": "10"
                                        }
                                      },
                                      {
                                        "$ref": "32"
                                      }
                                    ],
                                    "apns": [
                                      {
                                        "$id": "33",
                                        "pluID": 1,
                                        "pluG_UID": "hlQZjkU30kejzHfuZYsevA==",
                                        "pluGuid": "8e195486-3745-47d2-a3cc-77ee658b1ebc",
                                        "apn": "sample string 1",
                                        "deleted": true,
                                        "storeID": 1,
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "33"
                                      }
                                    ],
                                    "tuns": [
                                      {
                                        "$id": "34",
                                        "pluG_UId": "gANoVteAGU+59eKy1ZbvUg==",
                                        "pluGuid": "56680380-80d7-4f19-b9f5-e2b2d596ef52",
                                        "apn": "sample string 1",
                                        "tun": "sample string 2",
                                        "cartonQuantity": 3,
                                        "product": {
                                          "$ref": "21"
                                        },
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "34"
                                      }
                                    ],
                                    "competitionPricing": [
                                      {
                                        "$id": "35",
                                        "identifier": "wZciz0aeu0m5TS6pIxa3Eg==",
                                        "identifierGuid": "cf2297c1-9e46-49bb-b94d-2ea92316b712",
                                        "pluG_UID": "nFTdb9rLGUOSmDDELvQD3A==",
                                        "pluGuid": "6fdd549c-cbda-4319-9298-30c42ef403dc",
                                        "competitionID": 1,
                                        "name": "sample string 2",
                                        "sellMultiple": 3,
                                        "retailPrice": 4,
                                        "storeName": "sample string 5"
                                      },
                                      {
                                        "$ref": "35"
                                      }
                                    ],
                                    "supplier": {
                                      "$ref": "16"
                                    },
                                    "supplierName": "sample string 146",
                                    "children": [
                                      {
                                        "$ref": "21"
                                      },
                                      {
                                        "$ref": "21"
                                      }
                                    ],
                                    "ordering": {
                                      "$ref": "19"
                                    },
                                    "flipChartPages": [
                                      {
                                        "$id": "36",
                                        "identifier": "+sIiCzxGrEuvin3iGw5Gfw==",
                                        "groupName": "sample string 1",
                                        "identifierGuid": "0b22c2fa-463c-4bac-af8a-7de21b0e467f",
                                        "exists": true,
                                        "flipChartIdentifier": "B+wLv6/bB0eA1QjHAbM7HA==",
                                        "flipChartIdentifierGuid": "bf0bec07-dbaf-4707-80d5-08c701b33b1c",
                                        "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": "nbt8eTTXE0e7IM9QnrTuiA==",
                                        "groupIdentifierGuid": "797cbb9d-d734-4713-bb20-cf509eb4ee88",
                                        "flipChart": {
                                          "$id": "37",
                                          "identifier": "GOfkoT6dq02hhexeS4V1EA==",
                                          "identifierGuid": "a1e4e718-9d3e-4dab-a185-ec5e4b857510",
                                          "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": "38",
                                            "identifier": "W+KO8A8kUkeBs+pYGHviPg==",
                                            "identifierGuid": "f08ee25b-240f-4752-81b3-ea58187be23e",
                                            "name": "sample string 2",
                                            "formType": "sample string 3",
                                            "forms": [
                                              {
                                                "$id": "39",
                                                "id": 1,
                                                "g_UID": "B7eIhncuvkaLH8HKV9LGeA==",
                                                "guid": "8688b707-2e77-46be-8b1f-c1ca57d2c678",
                                                "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": "Rb5Fy0vm4k2zbRBZEipc2Q==",
                                                "previousFormGuid": "cb45be45-e64b-4de2-b36d-1059122a5cd9",
                                                "nextForm": 1,
                                                "nextFormG_UID": "3cw4dq/ig0ehAYes1pPMIQ==",
                                                "nextFormGuid": "7638ccdd-e2af-4783-a101-87acd693cc21",
                                                "attributes": "sample string 10",
                                                "updated": "2025-06-14T06:36:13.3167304",
                                                "positioning": 1,
                                                "contentPanel": "sample string 11",
                                                "selectionMode": 1,
                                                "maximumSelections": 1,
                                                "alteredInStore": true,
                                                "deleted": true,
                                                "blueprintID": 1,
                                                "preserveLayout": true,
                                                "mainCheckoutFormName": "sample string 13",
                                                "nextCheckoutForm": {
                                                  "$ref": "39"
                                                },
                                                "previousCheckoutForm": {
                                                  "$ref": "39"
                                                },
                                                "buttons": [
                                                  {
                                                    "$id": "40",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "7KrnYas3FUCmfZmO556JEw==",
                                                    "checkoutFormGuid": "61e7aaec-37ab-4015-a67d-998ee79e8913",
                                                    "identifier": "maeFij5yLEuk3nuZWD/ZDg==",
                                                    "identifierGuid": "8a85a799-723e-4b2c-a4de-7b99583fd90e",
                                                    "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": "UHiz30hTGkmszJvhfVQCYA==",
                                                    "valueGuid": "dfb37850-5348-491a-accc-9be17d540260",
                                                    "buttonText": "sample string 10",
                                                    "valueText": "sample string 11",
                                                    "drawImageAndButton": true,
                                                    "updated": "2025-06-14T06:36:13.3167304",
                                                    "action": "sample string 12",
                                                    "valueForm": {
                                                      "$ref": "39"
                                                    },
                                                    "image": {
                                                      "$id": "41",
                                                      "name": "sample string 3.sample string 4",
                                                      "imageID": 2,
                                                      "imageName": "sample string 3",
                                                      "imageExtension": "sample string 4",
                                                      "lastUpdate": "2025-06-14T06:36:13.3167304",
                                                      "imageData": "QEA=",
                                                      "readOnly": true
                                                    }
                                                  },
                                                  {
                                                    "$ref": "40"
                                                  }
                                                ],
                                                "panels": [
                                                  {
                                                    "$id": "42",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "DZdWj4/7WU2UuBcM0kGMnA==",
                                                    "checkoutFormGuid": "8f56970d-fb8f-4d59-94b8-170cd2418c9c",
                                                    "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": "42"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "39"
                                              }
                                            ],
                                            "panels": [
                                              {
                                                "$ref": "42"
                                              },
                                              {
                                                "$ref": "42"
                                              }
                                            ]
                                          },
                                          "pages": [
                                            {
                                              "$ref": "36"
                                            },
                                            {
                                              "$ref": "36"
                                            }
                                          ]
                                        },
                                        "contentPanel": {
                                          "$ref": "42"
                                        },
                                        "products": [
                                          {
                                            "$id": "43",
                                            "flipChartPageIdentifier": "27unHTw6WEKMyOhbOLLMFQ==",
                                            "flipChartPageIdentifierGuid": "1da7bbdb-3a3c-4258-8cc8-e85b38b2cc15",
                                            "pluG_UID": "dbp0/HHxaEq5jHdOZbJGSw==",
                                            "pluGuid": "fc74ba75-f171-4a68-b98c-774e65b2464b",
                                            "sortOrder": 3,
                                            "sent": true,
                                            "productChanged": true,
                                            "productImageName": "sample string 6",
                                            "productShowImageOnFlipCharts": true,
                                            "productShowTextOnFlipCharts": true,
                                            "productOverrideFlipChartText": true,
                                            "productFlipChartText": "sample string 10",
                                            "product": {
                                              "$ref": "21"
                                            },
                                            "departmentSortOrder": 11,
                                            "subDepartmentName": "sample string 12"
                                          },
                                          {
                                            "$ref": "43"
                                          }
                                        ],
                                        "productCount": 27,
                                        "pages": [
                                          {
                                            "$ref": "36"
                                          },
                                          {
                                            "$ref": "36"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "36"
                                      }
                                    ],
                                    "priceHistory": [
                                      {
                                        "$id": "44",
                                        "pluG_UID": "3eYZXkawQUKNFZEnpLZI7Q==",
                                        "pluGuid": "5e19e6dd-b046-4241-8d15-9127a4b648ed",
                                        "price": 1,
                                        "costCalcMethod": 1,
                                        "cost": 2,
                                        "weightedAvgCost": 3,
                                        "lastCost": 4,
                                        "rawCost": 5,
                                        "rawWeightedAvgCost": 6,
                                        "rawLastCost": 7,
                                        "costDecimals": 8,
                                        "serviceFeeID": 9,
                                        "freight": 10.0,
                                        "freightType": 11,
                                        "process": "sample string 12",
                                        "user": "sample string 13",
                                        "updated": "2025-06-14T06:36:13.3167304",
                                        "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": "44"
                                      }
                                    ],
                                    "ingredients": [
                                      {
                                        "$id": "45",
                                        "pluG_UID": "ZxmlfNiljk+C2iqsAiCMlQ==",
                                        "ingredientGuid": "hsZecBQwKkipFUcNLFiy+Q==",
                                        "ingredientIdentifier": "705ec686-3014-482a-a915-470d2c58b2f9",
                                        "quantity": 1.0,
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "ingredientText": "sample string 1",
                                        "ingredient": {
                                          "$ref": "21"
                                        }
                                      },
                                      {
                                        "$ref": "45"
                                      }
                                    ],
                                    "bins": [
                                      {
                                        "$id": "46",
                                        "pluG_UID": "p5/hTCN50UKJ9Px00AusvA==",
                                        "pluGuid": "4ce19fa7-7923-42d1-89f4-fc74d00bacbc",
                                        "shelfLocationIdentifier": "iIDnV92Ni0ipsyTAND3LMA==",
                                        "shelfLocationGuid": "57e78088-8ddd-488b-a9b3-24c0343dcb30",
                                        "labelShelfDefault": 1,
                                        "labelTalkerDefault": 1,
                                        "labelSmall": true,
                                        "labelPageLayoutG_UID": "32mbD2tr9EGOTXyfmN5MCw==",
                                        "labelPageLayoutGuid": "0f9b69df-6b6b-41f4-8e4d-7c9f98de4c0b",
                                        "updated": "2025-06-14T06:36:13.3167304",
                                        "electronicShelfLabelIdentifier": "sample string 5",
                                        "electronicshelfLabelsConfigurationID": 6,
                                        "labelShelfChanged": true,
                                        "productName": "sample string 8",
                                        "locationText": "sample string 9",
                                        "product": {
                                          "$ref": "21"
                                        },
                                        "location": {
                                          "$id": "47",
                                          "identifier": "12xnhxH7kEeEsXCZQNyfRg==",
                                          "storeID": 1,
                                          "identifierGuid": "87676cd7-fb11-4790-84b1-709940dc9f46",
                                          "name": "sample string 2",
                                          "haccp": true,
                                          "blueprintID": 1,
                                          "updated": "2025-06-14T06:36:13.3167304",
                                          "minTemp": 1,
                                          "maxTemp": 1,
                                          "checkFrequency": 1,
                                          "storeCaseConfiguration": 5,
                                          "storeName": "sample string 6",
                                          "bins": [
                                            {
                                              "$ref": "46"
                                            },
                                            {
                                              "$ref": "46"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "$ref": "46"
                                      }
                                    ],
                                    "bin": {
                                      "$ref": "46"
                                    },
                                    "scaleLocations": [
                                      {
                                        "$id": "48",
                                        "plu": 1,
                                        "pluG_UID": "BQxlrJzCxEK+5171uhJArA==",
                                        "pluGuid": "ac650c05-c29c-42c4-bee7-5ef5ba1240ac",
                                        "deptNo": 1,
                                        "product": {
                                          "$ref": "21"
                                        },
                                        "scaleLocation": {
                                          "$id": "49",
                                          "id": 1,
                                          "deptNo": 1,
                                          "deptCode": "sample string 2",
                                          "name": "sample string 3",
                                          "enabled": true,
                                          "updated": "2025-06-14T06:36:13.3167304",
                                          "department": {
                                            "$id": "50",
                                            "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": "49"
                                            },
                                            "subDepartments": [
                                              {
                                                "$id": "51",
                                                "id": 1,
                                                "departmentID": 2,
                                                "name": "sample string 3",
                                                "code": "sample string 4",
                                                "departmentCode": "sample string 5",
                                                "externalSales": true,
                                                "minorDepartments": [
                                                  {
                                                    "$id": "52",
                                                    "id": 1,
                                                    "subDepartmentID": 2,
                                                    "departmentID": 3,
                                                    "name": "sample string 4",
                                                    "subDepartmentCode": "sample string 5",
                                                    "departmentCode": "sample string 6",
                                                    "code": "sample string 7",
                                                    "lesserDepartments": [
                                                      {
                                                        "$id": "53",
                                                        "id": 1,
                                                        "departmentID": 2,
                                                        "subDepartmentID": 3,
                                                        "minorDepartmentID": 4,
                                                        "name": "sample string 5",
                                                        "code": "sample string 6",
                                                        "departmentCode": "sample string 7",
                                                        "subDepartmentCode": "sample string 8",
                                                        "minorDepartmentCode": "sample string 9",
                                                        "updated": "2025-06-14T06:36:13.3167304",
                                                        "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": "SgysZCGC60qL033qg8CYVg==",
                                                        "labelPageLayoutGuid": "64ac0c4a-8221-4aeb-8bd3-7dea83c09856",
                                                        "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": "54",
                                                          "dept": 1,
                                                          "category": 2,
                                                          "name": "sample string 3",
                                                          "active": true,
                                                          "mscCommodities": [
                                                            {
                                                              "$id": "55",
                                                              "dept": 1,
                                                              "category": 2,
                                                              "commodity": 3,
                                                              "name": "sample string 4",
                                                              "active": true,
                                                              "mscSubCommodities": [
                                                                {
                                                                  "$id": "56",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "commodity": 3,
                                                                  "subCommodity": 4,
                                                                  "name": "sample string 5",
                                                                  "active": true,
                                                                  "subCommodityCode": "sample string 7"
                                                                },
                                                                {
                                                                  "$ref": "56"
                                                                }
                                                              ],
                                                              "commodityCode": "sample string 6"
                                                            },
                                                            {
                                                              "$ref": "55"
                                                            }
                                                          ],
                                                          "categoryCode": "sample string 5"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "55"
                                                        },
                                                        "mscDep": {
                                                          "$id": "57",
                                                          "dept": 1,
                                                          "name": "sample string 2",
                                                          "active": true,
                                                          "mscCategories": [
                                                            {
                                                              "$ref": "54"
                                                            },
                                                            {
                                                              "$ref": "54"
                                                            }
                                                          ],
                                                          "deptCode": "sample string 4"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "56"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "53"
                                                      }
                                                    ],
                                                    "updated": "2025-06-14T06:36:13.3167304",
                                                    "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": "oE81gXTTi0+fAyU3RFhmew==",
                                                    "labelPageLayoutGuid": "81354fa0-d374-4f8b-9f03-25374458667b",
                                                    "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": "54"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "55"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "57"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "56"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "52"
                                                  }
                                                ],
                                                "investmentBuyOverride": true,
                                                "updated": "2025-06-14T06:36:13.3167304",
                                                "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": "DyS+4z9Co068T0yhCJaY6g==",
                                                "labelPageLayoutGuid": "e3be240f-423f-4ea3-bc4f-4ca1089698ea",
                                                "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": "54"
                                                },
                                                "mscCom": {
                                                  "$ref": "55"
                                                },
                                                "mscDep": {
                                                  "$ref": "57"
                                                },
                                                "mscSubCom": {
                                                  "$ref": "56"
                                                }
                                              },
                                              {
                                                "$ref": "51"
                                              }
                                            ],
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "investmentBuyOverride": true,
                                            "updated": "2025-06-14T06:36:13.3167304",
                                            "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": "CqnSQEPtEEKJiU2sjM0nhA==",
                                            "labelPageLayoutGuid": "40d2a90a-ed43-4210-8989-4dac8ccd2784",
                                            "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": "54"
                                            },
                                            "mscCom": {
                                              "$ref": "55"
                                            },
                                            "mscDep": {
                                              "$ref": "57"
                                            },
                                            "mscSubCom": {
                                              "$ref": "56"
                                            }
                                          }
                                        }
                                      },
                                      {
                                        "$ref": "48"
                                      }
                                    ],
                                    "nextPrice": {
                                      "$id": "58",
                                      "id": 1,
                                      "campaignID": 2,
                                      "campaignName": "sample string 3",
                                      "plu": 1,
                                      "hostOfferID": 1,
                                      "metcashPromotionID": "sample string 4",
                                      "metcashPromotionPlacement": "sample string 5",
                                      "pluG_UID": "jouFh5Ayp0eYogzaSRHWTg==",
                                      "pluGuid": "87858b8e-3290-47a7-98a2-0cda4911d64e",
                                      "newPrice": 1,
                                      "pctDiscount": 1,
                                      "newCost": 1,
                                      "newCostDecimals": 6,
                                      "dealCostIdentifier": "wpvIPL8GnUy5l9cxGtVyOw==",
                                      "dealCostGuid": "3cc89bc2-06bf-4c9d-b997-d7311ad5723b",
                                      "pluName": "sample string 7",
                                      "apn": "sample string 8",
                                      "fuelItem": true,
                                      "priceGroupG_UID": "RGseOGcTuEidKI9iojK74Q==",
                                      "priceGroupGuid": "381e6b44-1367-48b8-9d28-8f62a232bbe1",
                                      "itemNumber": "sample string 10",
                                      "cri": "sample string 11",
                                      "pluPrice": 12,
                                      "pluCost": 13,
                                      "pluCostIndicator": "sample string 14",
                                      "pluPriceGstPercent": 15,
                                      "pluCostGstPercent": 16,
                                      "pluActive": true,
                                      "cartonQty": 1.1,
                                      "baseUnits": 18.1,
                                      "salesMode": 1,
                                      "pluNormalCost": 19,
                                      "pluaws": 20.0,
                                      "directNumber": "sample string 21",
                                      "departmentName": "sample string 22",
                                      "subDepartmentName": "sample string 23",
                                      "priceGroupName": "sample string 24",
                                      "supplierName": "sample string 25",
                                      "stockOnHand": 1.1,
                                      "stockOnOrder": 1.1,
                                      "lastReceived": "2025-06-14T06:36:13.3167304",
                                      "rrp": 26,
                                      "campaignDescription": "sample string 27",
                                      "campaignComboPriceGroupG_UID": "dTpLSMP6L0K8sQIkB1dmaw==",
                                      "campaignComboPriceGroupIdentifier": "484b3a75-fac3-422f-bcb1-02240757666b",
                                      "promotionPlacementDescription": "sample string 28",
                                      "storeAcceptances": [
                                        {
                                          "$id": "59",
                                          "plu": 1,
                                          "pluG_UId": "QEA=",
                                          "campaignID": 1,
                                          "campaignName": "sample string 2",
                                          "storeID": 3,
                                          "acceptedUtc": "2025-06-14T06:36:13.3167304",
                                          "operatorG_UID": "68ws3yk04k6najye/vzTUw==",
                                          "operatorGuid": "df2ccceb-3429-4ee2-a76a-3c9efefcd353",
                                          "machineID": 1,
                                          "processed": true,
                                          "appliedUtc": "2025-06-14T06:36:13.3167304",
                                          "signIqTicketFileMovedUtc": "2025-06-14T06:36:13.3167304",
                                          "user": "sample string 6",
                                          "campaignDescription": "sample string 7",
                                          "productDesc": "sample string 8",
                                          "storeName": "sample string 9",
                                          "effectiveUtc": "2025-06-14T06:36:13.3167304",
                                          "priceChangeType": 0,
                                          "operatorName": "sample string 10",
                                          "hostCampaign": true,
                                          "product": {
                                            "$ref": "21"
                                          },
                                          "campaignPlu": {
                                            "$ref": "58"
                                          }
                                        },
                                        {
                                          "$ref": "59"
                                        }
                                      ],
                                      "campaign": {
                                        "$id": "60",
                                        "id": 1,
                                        "storeID": 2,
                                        "name": "8c24f0f7-6849-442a-b47e-8e7866c614ff",
                                        "nameGuid": "8c24f0f7-6849-442a-b47e-8e7866c614ff",
                                        "description": "sample string 4",
                                        "showDiscounts": true,
                                        "showTotals": true,
                                        "onlyEvaluateOnSubtotal": true,
                                        "useDescription": true,
                                        "campaignType": 1,
                                        "startDate": "2025-06-14T06:36:13.3167304",
                                        "startTime": 1,
                                        "endDate": "2025-06-14T06:36:13.3167304",
                                        "endTime": 1,
                                        "recurrence": 1,
                                        "recurrenceType": 1,
                                        "monthType": 1,
                                        "weekDays": 1,
                                        "months": 1,
                                        "monthWeeks": 1,
                                        "monthDays": "sample string 7",
                                        "printed": true,
                                        "talkerText": "sample string 8",
                                        "rangeDescription": "sample string 9",
                                        "dealDescription": "sample string 10",
                                        "labelQuantity": 11,
                                        "active": 1,
                                        "deactivated": "2025-06-14T06:36:13.3167304",
                                        "system": true,
                                        "created": "2025-06-14T06:36:13.3167304",
                                        "updated": "2025-06-14T06:36:13.3167304",
                                        "priceChangeNotifiedUtc": "2025-06-14T06:36:13.3167304",
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 13",
                                        "hostIdentifier": "6HK8W5e0L06NcvNwG1b1Fg==",
                                        "hostIdentifierGuid": "5bbc72e8-b497-4e2f-8d72-f3701b56f516",
                                        "hostType": 14,
                                        "createdByUser": "sample string 15",
                                        "fromHost": true,
                                        "deleted": true,
                                        "campaignDeleted": "2025-06-14T06:36:13.3167304",
                                        "updatedByUser": "sample string 18",
                                        "offerID": 1,
                                        "isPriceChangeCampaign": true,
                                        "stores": [
                                          1,
                                          2
                                        ],
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ],
                                        "campaignPlus": [
                                          {
                                            "$ref": "58"
                                          },
                                          {
                                            "$ref": "58"
                                          }
                                        ],
                                        "campaignPools": [
                                          {
                                            "$id": "61",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "plu": 4,
                                            "pluG_UID": "+RmQj3xX8U2UHt/3rMdr+Q==",
                                            "pluGuid": "8f9019f9-577c-4df1-941e-dff7acc76bf9",
                                            "hostOfferID": 1,
                                            "priceGroupG_UID": "PyqzL8IygEquZPRhDh1Kcg==",
                                            "priceGroupGuid": "2fb32a3f-32c2-4a80-ae64-f4610e1d4a72",
                                            "fuelItem": true,
                                            "pluName": "sample string 6",
                                            "apn": "sample string 7",
                                            "pluActive": true,
                                            "cartonQty": 1,
                                            "baseUnits": 9.1,
                                            "cri": "sample string 10",
                                            "salesMode": 1,
                                            "pluaws": 11.0,
                                            "directNumber": "sample string 12",
                                            "departmentName": "sample string 13",
                                            "subDepartmentName": "sample string 14",
                                            "priceGroupName": "sample string 15",
                                            "supplierName": "sample string 16",
                                            "stockOnHand": 1.1,
                                            "stockOnOrder": 1.1,
                                            "lastReceived": "2025-06-14T06:36:13.3167304",
                                            "rrp": 17,
                                            "campaignDescription": "sample string 18",
                                            "product": {
                                              "$ref": "21"
                                            },
                                            "campaign": {
                                              "$ref": "60"
                                            }
                                          },
                                          {
                                            "$ref": "61"
                                          }
                                        ],
                                        "sellingRules": [
                                          {
                                            "$id": "62",
                                            "id": 1,
                                            "identifier": "vTdYzMcegUCKl4mxbiMN6A==",
                                            "identifierStr": "vTdYzMcegUCKl4mxbiMN6A==",
                                            "identifierGuid": "cc5837bd-1ec7-4081-8a97-89b16e230de8",
                                            "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": "60"
                                            }
                                          },
                                          {
                                            "$ref": "62"
                                          }
                                        ],
                                        "customers": [
                                          {
                                            "$id": "63",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "customerID": "eR1+sZ1xx0SFzx/J2ia2bg==",
                                            "customerIDGuid": "b17e1d79-719d-44c7-85cf-1fc9da26b66e",
                                            "campaign": {
                                              "$ref": "60"
                                            },
                                            "customer": {
                                              "$ref": "2"
                                            }
                                          },
                                          {
                                            "$ref": "63"
                                          }
                                        ],
                                        "customerGroups": [
                                          {
                                            "$id": "64",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "groupID": "DiNP38ml7Umkmhe9xFIKmg==",
                                            "groupIDGuid": "df4f230e-a5c9-49ed-a49a-17bdc4520a9a",
                                            "campaign": {
                                              "$ref": "60"
                                            },
                                            "group": {
                                              "$ref": "6"
                                            }
                                          },
                                          {
                                            "$ref": "64"
                                          }
                                        ],
                                        "signIqTickets": [
                                          {
                                            "$id": "65",
                                            "identifier": "EOpbc/Ui5kaabekinwY2cg==",
                                            "identifierGuid": "735bea10-22f5-46e6-9a6d-e9229f063672",
                                            "campaignName": "sample string 2",
                                            "message": "sample string 3",
                                            "ticketFileSource": "sample string 4",
                                            "ticketFileDestination": "sample string 5",
                                            "storeID": 1
                                          },
                                          {
                                            "$ref": "65"
                                          }
                                        ],
                                        "comboPriceGroups": [
                                          {
                                            "$id": "66",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "g_UID": "yWhcoeNtfECy/SKJW/yz7A==",
                                            "guid": "a15c68c9-6de3-407c-b2fd-22895bfcb3ec",
                                            "description": "sample string 5",
                                            "newPrice": 1,
                                            "rangeDescription": "sample string 6",
                                            "dealDescription": "sample string 7",
                                            "labelQuantity": 8,
                                            "hostProductCategoryID": 1,
                                            "offerID": 1,
                                            "dontUpdatePricePlus": true,
                                            "campaign": {
                                              "$ref": "60"
                                            },
                                            "comboPricePlus": [
                                              {
                                                "$id": "67",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "groupG_UID": "yrUeRRS/Mk6eKzEC6EweZQ==",
                                                "groupGuid": "451eb5ca-bf14-4e32-9e2b-3102e84c1e65",
                                                "comboPriceType": 5,
                                                "priceType": 5,
                                                "pluG_UID": "dyboPTy9gkCGvKAhTMwQKQ==",
                                                "pluGuid": "3de82677-bd3c-4082-86bc-a0214ccc1029",
                                                "priceGroupG_UID": "wQYfaS0AYUOrDqcF7F3ZwQ==",
                                                "priceGroupGuid": "691f06c1-002d-4361-ab0e-a705ec5dd9c1",
                                                "campaignPoolID": "sample string 7",
                                                "quantity": 1,
                                                "campaign": {
                                                  "$ref": "60"
                                                },
                                                "product": {
                                                  "$ref": "21"
                                                },
                                                "priceGroup": {
                                                  "$ref": "27"
                                                },
                                                "campaignPool": {
                                                  "$ref": "60"
                                                }
                                              },
                                              {
                                                "$ref": "67"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "66"
                                          }
                                        ],
                                        "priceLevels": [
                                          {
                                            "$id": "68",
                                            "id": 1,
                                            "priceLevelIdentifier": "F/lCVRUwV0e/4PK4SqaWyQ==",
                                            "priceLevelIdentifierGuid": "5542f917-3015-4757-bfe0-f2b84aa696c9",
                                            "campaignName": "sample string 3",
                                            "priceLevelName": "sample string 4"
                                          },
                                          {
                                            "$ref": "68"
                                          }
                                        ]
                                      },
                                      "product": {
                                        "$ref": "21"
                                      },
                                      "dealCost": {
                                        "$id": "69",
                                        "headerIdentifier": "IOlvG3Aa70C+w3M73BQ3zQ==",
                                        "headerIdentifierGuid": "1b6fe920-1a70-40ef-bec3-733bdc1437cd",
                                        "identifier": "Uohf/UT1g06jmdq6PH7b8w==",
                                        "identifierGuid": "fd5f8852-f544-4e83-a399-daba3c7edbf3",
                                        "supplierIdentifier": "Et0ieC3g1kuNSTlkW3kg1Q==",
                                        "supplierGuid": "7822dd12-e02d-4bd6-8d49-39645b7920d5",
                                        "pluG_UID": "XYHW9FzrOUuX+r2RtFjzGQ==",
                                        "pluGuid": "f4d6815d-eb5c-4b39-97fa-bd91b458f319",
                                        "campaignName": "1cea78c4-1685-4d86-860f-dc18b736816a",
                                        "description": "sample string 4",
                                        "cost": 5,
                                        "costDecimals": 6,
                                        "start": "2025-06-14T06:36:13.3167304",
                                        "end": "2025-06-14T06:36:13.3167304",
                                        "type": 9,
                                        "promoType": 10,
                                        "bonusItemPLUG_UID": "NZ9eKj28zU6tsY+T6EZN2g==",
                                        "bonusItemPluGuid": "2a5e9f35-bc3d-4ecd-adb1-8f93e8464dda",
                                        "bonusPurchaseUnits": 11,
                                        "bonusReceiveUnits": 12,
                                        "updated": "2025-06-14T06:36:13.3167304",
                                        "metcashPromotionID": "sample string 14",
                                        "fromHost": 15,
                                        "storeNames": "sample string 16",
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "supplierName": "sample string 17",
                                        "campaignDescription": "sample string 18",
                                        "newPrice": 1,
                                        "campaignMetcashPromotionID": "sample string 19",
                                        "campaignActive": true,
                                        "campaignStartDate": "2025-06-14T06:36:13.3167304",
                                        "campaignEndDate": "2025-06-14T06:36:13.3167304",
                                        "masterPLUG_UID": "LdwcPivly0awvEIhgCTqiw==",
                                        "masterID": "3e1cdc2d-e52b-46cb-b0bc-42218024ea8b",
                                        "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": "67pebSWYUEa9U3ghgps18w==",
                                        "bonusMasterID": "6d5ebaeb-9825-4650-bd53-7821829b35f3",
                                        "bonusProductName": "sample string 34",
                                        "bonusProductAPN": "sample string 35",
                                        "bonusOrderCode": "sample string 36",
                                        "bonusNormalSell": 37,
                                        "bonusNormalCost": 38,
                                        "bonusNormalCostDecimals": 39,
                                        "bonusCartonQuantity": 40,
                                        "bonusSalesMode": 41,
                                        "bonusOrderPacked": 42,
                                        "bonusFuelItem": true,
                                        "bonusActive": true
                                      }
                                    },
                                    "currentCostStart": "2025-06-14T06:36:13.3167304",
                                    "dealCosts": [
                                      {
                                        "$ref": "69"
                                      },
                                      {
                                        "$ref": "69"
                                      }
                                    ],
                                    "tags": [
                                      {
                                        "$id": "70",
                                        "pluG_UID": "3je1Lt4wv0inDnx3cES2Ug==",
                                        "pluGuid": "2eb537de-30de-48bf-a70e-7c777044b652",
                                        "tagID": 1,
                                        "description": "sample string 1",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "70"
                                      }
                                    ],
                                    "alternateProductG_UID": "4t0CmeH9LEaIT6lOwuHXYg==",
                                    "alternateProduct": "9902dde2-fde1-462c-884f-a94ec2e1d762",
                                    "productHostCode": {
                                      "$id": "71",
                                      "id": 1,
                                      "pluG_UID": "bXPvF53WG0GoMl4PdfRJkA==",
                                      "pluGuid": "17ef736d-d69d-411b-a832-5e0f75f44990",
                                      "ibaCode": "sample string 2"
                                    },
                                    "mscCat": {
                                      "$ref": "54"
                                    },
                                    "mscCom": {
                                      "$ref": "55"
                                    },
                                    "mscDep": {
                                      "$ref": "57"
                                    },
                                    "mscSubCom": {
                                      "$ref": "56"
                                    },
                                    "isUserUpdate": true,
                                    "ignoreMasterProduct": true,
                                    "priceGroupLabelRequested": true,
                                    "firstSold": "2025-06-14T06:36:13.3167304",
                                    "inventoryTracked": "2025-06-14T06:36:13.3167304",
                                    "isNormalPriceChangesCampaign": true
                                  },
                                  "supplier": {
                                    "$ref": "16"
                                  },
                                  "serviceFee": {
                                    "$id": "72",
                                    "id": 1,
                                    "description": "sample string 1",
                                    "fee": 1
                                  },
                                  "isPrimaryHost": true,
                                  "hostVendor": 46
                                },
                                {
                                  "$ref": "19"
                                }
                              ],
                              "orderCycleHeaders": [
                                {
                                  "$id": "73",
                                  "storeID": 1,
                                  "supplierIdentifier": "gCxegJzfqkuKJ5FuxOZijA==",
                                  "supplierGuid": "805e2c80-df9c-4baa-8a27-916ec4e6628c",
                                  "departmentCode": "sample string 2",
                                  "warehouseDirectIndicator": "sample string 3",
                                  "type": 4,
                                  "storeName": "sample string 5",
                                  "departmentName": "sample string 6",
                                  "orderDays": 7
                                },
                                {
                                  "$ref": "73"
                                }
                              ],
                              "cycles": [
                                {
                                  "$id": "74",
                                  "storeID": 1,
                                  "supplierIdentifier": "Fe53Sc54Lke8DotAZJTDfQ==",
                                  "supplierGuid": "4977ee15-78ce-472e-bc0e-8b406494c37d",
                                  "departmentCode": "sample string 2",
                                  "warehouseDirectIndicator": "sample string 3",
                                  "type": 4,
                                  "cutOffWeek": 5,
                                  "cutOffDay": 6,
                                  "cutOffTime": "00:00:00.1234567",
                                  "leadTime": 7,
                                  "daysBuffer": 8,
                                  "supplierName": "sample string 9",
                                  "cutOffDate": "2025-06-14T06:36:13.3167304",
                                  "deliveryDate": "2025-06-14T06:36:13.3167304",
                                  "nextCutOffDate": "2025-06-14T06:36:13.3167304",
                                  "nextDeliveryDate": "2025-06-14T06:36:13.3167304",
                                  "nextDaysBuffer": 10
                                },
                                {
                                  "$ref": "74"
                                }
                              ],
                              "store": {
                                "$ref": "12"
                              },
                              "updated": "2025-06-14T06:36:13.3167304",
                              "isHost": true
                            },
                            "files": [
                              {
                                "$id": "75",
                                "id": "sample string 1",
                                "fileName": "sample string 2",
                                "extension": "sample string 3",
                                "provider": 0,
                                "type": 0,
                                "hostType": "sample string 4",
                                "createdUtc": "2025-06-14T06:36:13.3167304",
                                "processed": "2025-06-14T06:36:13.3167304",
                                "isProcessing": true,
                                "processedCount": 6,
                                "processingTime": 1,
                                "collectedUtc": "2025-06-14T06:36:13.3167304",
                                "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": "15"
                                },
                                "metcashHeader": {
                                  "$id": "76",
                                  "customerNumber": "sample string 1",
                                  "creationDate": "2025-06-14T06:36:13.3167304",
                                  "businessPillar": "sample string 3",
                                  "fileType": "sample string 4"
                                }
                              },
                              {
                                "$ref": "75"
                              }
                            ],
                            "zoneMatrix": [
                              {
                                "$id": "77",
                                "id": 1,
                                "hostIdentifier": "Igl/msAFP0KcvNA0EiQOQA==",
                                "hostIdentifierGuid": "9a7f0922-05c0-423f-9cbc-d03412240e40",
                                "storeID": 1,
                                "departmentCode": "sample string 2",
                                "hostGuids": [
                                  "537eec0f-e1b3-4863-8c66-075e759f914e",
                                  "fe61afc7-fecf-4048-8302-767450ba1f7b"
                                ]
                              },
                              {
                                "$ref": "77"
                              }
                            ],
                            "hostFileStoreSetting": {
                              "$ref": "14"
                            },
                            "hostStoreSettings": [
                              {
                                "$ref": "14"
                              },
                              {
                                "$ref": "14"
                              }
                            ],
                            "promotionPlacements": [
                              {
                                "$id": "78",
                                "identifier": "Dg9MuxAWjU6DbqQFfS6qkg==",
                                "identifierGuid": "bb4c0f0e-1610-4e8d-836e-a4057d2eaa92",
                                "code": "sample string 2",
                                "description": "sample string 3",
                                "isAdvertised": true
                              },
                              {
                                "$ref": "78"
                              }
                            ],
                            "promoTypeGuids": [
                              "867d5ee7-890e-45b0-a383-1849df1e43fb",
                              "87b1eb6f-3364-464a-b7b6-09e27da2849a"
                            ],
                            "isPromotionOnly": false,
                            "isOrderable": false,
                            "vendor": 0
                          },
                          "groupIDs": [
                            1,
                            2
                          ],
                          "hostDescription": "sample string 24"
                        },
                        {
                          "$ref": "14"
                        }
                      ],
                      "accounts": [
                        {
                          "$id": "79",
                          "id": 1,
                          "storeID": 1,
                          "accountName": "sample string 2",
                          "bsb": "sample string 3",
                          "accountNumber": "sample string 4",
                          "accountDesignated": true
                        },
                        {
                          "$ref": "79"
                        }
                      ],
                      "sales": [
                        {
                          "$id": "80",
                          "id": 1,
                          "storeID": 1,
                          "externalSalesType": 2,
                          "ftpSiteID": 1,
                          "lastSaleProcessed": "2025-06-14T06:36:13.3167304",
                          "ftpSite": {
                            "$id": "81",
                            "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": "80"
                        }
                      ],
                      "zoneMatrix": [
                        {
                          "$ref": "77"
                        },
                        {
                          "$ref": "77"
                        }
                      ],
                      "cashManagements": [
                        {
                          "$id": "82",
                          "id": 1,
                          "storeID": 1,
                          "cashManagementType": 2,
                          "apiID": 1,
                          "organisationID": "sample string 3",
                          "siteName": "sample string 4",
                          "thirdPartyAPI": {
                            "$id": "83",
                            "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": "82"
                        }
                      ],
                      "updateStoreID": "dc991ebe-4964-42a9-9d4e-d4837b154b82",
                      "updateStore": {
                        "$id": "84",
                        "id": "a9a06af4-ee8d-4ca8-9117-4710d59471b2",
                        "name": "sample string 1",
                        "lastActivity": "2025-06-14T06:36:13.3167304",
                        "zone": "sample string 2",
                        "timeZoneOffset": 0.0,
                        "businessHoursStart": "00:00:00.1234567",
                        "businessHoursEnd": "00:00:00.1234567",
                        "master": true,
                        "lastIP": "sample string 10",
                        "lastHostName": "sample string 11",
                        "ping": 1,
                        "pingStatus": "sample string 12",
                        "lastUpdateCompleted": "2025-06-14T06:36:13.3167304"
                      },
                      "timeZoneId": "sample string 53",
                      "securityOptions": {
                        "$id": "85",
                        "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"
                      }
                    }
                  },
                  {
                    "$ref": "11"
                  }
                ]
              },
              "customer": {
                "$ref": "2"
              },
              "communityOrganisation": {
                "$id": "86",
                "id": 1,
                "identifier": "+f7LnIQlq0a0ljbBGYrsZQ==",
                "identifierGuid": "9ccbfef9-2584-46ab-b496-36c1198aec65",
                "name": "sample string 3",
                "lookupIdentifier": "sample string 4",
                "externalID": "sample string 5",
                "phone": "sample string 6",
                "fax": "sample string 7",
                "email": "sample string 8",
                "address1": "sample string 9",
                "address2": "sample string 10",
                "city": "sample string 11",
                "postCode": "sample string 12",
                "state": "sample string 13",
                "country": "sample string 14",
                "totalAmountAwarded": 15.1,
                "updated": "2025-06-14T06:36:13.3167304",
                "deleted": true
              },
              "details": [
                {
                  "$id": "87",
                  "saleItemID": 1,
                  "identifier": "RyqHLHf9b06POEPSzUx61w==",
                  "identifierGuid": "2c872a47-fd77-4e6f-8f38-43d2cd4c7ad7",
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "qZiLppmLSECSJ4nlRJkigg==",
                  "pluGuid": "a68b98a9-8b99-4048-9227-89e544992282",
                  "accountID": "3Sl1xi/4KUajXajkVybHzg==",
                  "accountIDGuid": "c67529dd-f82f-4629-a35d-a8e45726c7ce",
                  "normalPrice": 3,
                  "originalSellingPrice": 4,
                  "discountPrice": 5,
                  "unit": 1,
                  "quantity": 6,
                  "totalCents": 7,
                  "fixedPrice": 1,
                  "tranType": 1,
                  "discountType": 1,
                  "cost": 1,
                  "costDecimals": 8,
                  "markdown": 1,
                  "manualQuantity": 1,
                  "manualPrice": 1,
                  "manualMode": 1,
                  "active": 1,
                  "offline": true,
                  "barcode": "sample string 9",
                  "keyedSale": 1,
                  "discountedID": 1,
                  "fuelID": 1,
                  "serialNumber": "sample string 10",
                  "bestOrExpire": "2025-06-14T06:36:13.3167304",
                  "bestOrExpireType": 1,
                  "providerName": "sample string 11",
                  "refundG_UID": "TsVXb0t85UatZ4mzjBpydA==",
                  "refundGuid": "6f57c54e-7c4b-46e5-ad67-89b38c1a7274",
                  "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": "EAw9HSAeHEOWAntVfEqu8A==",
                  "idempotentVoidGuid": "1d3d0c10-1e20-431c-9602-7b557c4aaef0",
                  "priceLevelIdentifier": "jPrWRzOH5k+16wqHCicuGg==",
                  "priceLevelIdentifierGuid": "47d6fa8c-8733-4fe6-b5eb-0a870a272e1a",
                  "productName": "sample string 23",
                  "apn": "sample string 24",
                  "unknownScans": [
                    {
                      "$id": "88",
                      "id": 1,
                      "saleDetailID": 2,
                      "storeID": 1,
                      "scanned": "2025-06-14T06:36:13.3167304",
                      "operatorG_UID": "QEA=",
                      "barcode": "sample string 4",
                      "processed": 1
                    },
                    {
                      "$ref": "88"
                    }
                  ],
                  "refund": {
                    "$id": "89",
                    "id": 1,
                    "g_UID": "AoD5c0qOJ0uraP7iYQeB5Q==",
                    "guid": "73f98002-8e4a-4b27-ab68-fee2610781e5",
                    "description": "sample string 1",
                    "dumped": true,
                    "inventoryReasonID": 1,
                    "sortOrder": 1,
                    "updated": "2025-06-14T06:36:13.3167304"
                  },
                  "modifier": {
                    "$id": "90",
                    "id": 1,
                    "setG_UID": "g4SwseSHCUi4hrzRU4lu8Q==",
                    "modifierSetGuid": "b1b08483-87e4-4809-b886-bcd153896ef1",
                    "name": "sample string 2",
                    "price": 1,
                    "quantity": 1,
                    "modifierType": 1,
                    "groupNumber": 1,
                    "pageNumber": 1,
                    "controlOrder": 1,
                    "printToStation": true,
                    "pluG_UID": "TDd2by9v0kqj9DgTVOHQdg==",
                    "pluGuid": "6f76374c-6f2f-4ad2-a3f4-381354e1d076",
                    "deleted": true,
                    "g_UID": "QKjK1JHYVUiTcYzOC9Eaww==",
                    "guid": "d4caa840-d891-4855-9371-8cce0bd11ac3",
                    "product": {
                      "$ref": "21"
                    }
                  },
                  "priceLevelName": "sample string 25",
                  "pumpNumber": 1,
                  "hoseNumber": 1
                },
                {
                  "$ref": "87"
                }
              ],
              "eftReceipts": [
                {
                  "$id": "91",
                  "id": 1,
                  "storeID": 1,
                  "saleHeaderID": 2,
                  "storeSaleHeader": {
                    "$ref": "9"
                  },
                  "receipt": "sample string 3",
                  "processed": 1
                },
                {
                  "$ref": "91"
                }
              ],
              "payments": [
                {
                  "$ref": "8"
                },
                {
                  "$ref": "8"
                }
              ],
              "cards": [
                {
                  "$id": "92",
                  "id": 1,
                  "saleHeaderID": 1,
                  "identifier": "sample string 2",
                  "cardType": 3,
                  "providerName": "sample string 4"
                },
                {
                  "$ref": "92"
                }
              ],
              "campaignHits": [
                {
                  "$id": "93",
                  "id": 1,
                  "saleHeaderID": 2,
                  "campaign": "sample string 3",
                  "name": "sample string 4",
                  "processed": 1,
                  "campaignDescription": "sample string 5"
                },
                {
                  "$ref": "93"
                }
              ],
              "fuel": [
                {
                  "$id": "94",
                  "id": 1,
                  "plu": 1,
                  "pluG_UID": "X59X1xnSHEaIAH2aJiabmg==",
                  "pluGuid": "d7579f5f-d219-461c-8800-7d9a26269b9a",
                  "saleHeaderID": 2,
                  "totalCents": 3,
                  "grade": 1,
                  "gradeDescription": "sample string 4",
                  "dispenser": 1,
                  "hose": 1,
                  "quantity": 1,
                  "cost": 1,
                  "acquirerNum": 1,
                  "attendant": 1,
                  "ePurseBalance": 1.0,
                  "cardSignature": "sample string 5",
                  "compartmentNumber": 1,
                  "contractNumber": 1,
                  "discountCardPAN": "sample string 6",
                  "discountID": 1,
                  "discountName": "sample string 7",
                  "discountNetValue": 1.0,
                  "discountType": 1,
                  "discountValue": 1.0,
                  "discretionaryData": "sample string 8",
                  "driverID": "sample string 9",
                  "eftBatchNumber": 1,
                  "eftResponseCode": "sample string 10",
                  "endDateTime": "2025-06-14T06:36:13.3167304",
                  "engineHours": 1.1,
                  "fposNumber": 1,
                  "loyaltyCardPAN": "sample string 11",
                  "miscData1": 1,
                  "miscData2": "sample string 12",
                  "miscFlags": 1,
                  "mop": 1,
                  "odometer": 1,
                  "panNumber": "sample string 13",
                  "saleRefund": true,
                  "saleStatus": 1,
                  "sequenceNumber": 1,
                  "stan": 1,
                  "startDateTime": "2025-06-14T06:36:13.3167304",
                  "tagNumber": "sample string 15",
                  "trackTwoRem": "sample string 16",
                  "transCode": 1,
                  "transType": 1,
                  "unitPrice": 1.0,
                  "vehicleReg": "sample string 17",
                  "offline": true,
                  "processed": 1
                },
                {
                  "$ref": "94"
                }
              ],
              "fuelResells": [
                {
                  "$id": "95",
                  "saleItemID": 1,
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "oTdc+ObmsUutj57EbtItGw==",
                  "pluGuid": "f85c37a1-e6e6-4bb1-ad8f-9ec46ed22d1b",
                  "accountID": "nBwbTDHmlkCL4NKlOWzC8A==",
                  "accountIDGuid": "4c1b1c9c-e631-4096-8be0-d2a5396cc2f0",
                  "normalPrice": 3,
                  "originalSellingPrice": 4,
                  "discountPrice": 5,
                  "unit": 1,
                  "quantity": 6,
                  "totalCents": 7,
                  "fixedPrice": 1,
                  "tranType": 1,
                  "processed": 1,
                  "discountType": 1,
                  "cost": 1,
                  "costDecimals": 1,
                  "markdown": 1,
                  "manualQuantity": 1,
                  "manualPrice": 1,
                  "manualMode": 1,
                  "active": 1,
                  "barcode": "sample string 8",
                  "offline": 1,
                  "keyedSale": 1,
                  "discountedID": 1,
                  "fuelID": 1,
                  "serialNumber": "sample string 9",
                  "bestOrExpire": "2025-06-14T06:36:13.3167304",
                  "bestOrExpireType": 1,
                  "refundG_UID": "gQ+N6+rZZ0OIgwP78aQqsA==",
                  "refundGuid": "eb8d0f81-d9ea-4367-8883-03fbf1a42ab0",
                  "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": "95"
                }
              ],
              "customerOrder": [
                {
                  "$ref": "1"
                },
                {
                  "$ref": "1"
                }
              ],
              "surveyResponses": [
                {
                  "$id": "96",
                  "surveyG_UID": "KYEDa5XmEkqYwpnC/lnmIA==",
                  "surveyGuid": "6b038129-e695-4a12-98c2-99c2fe59e620",
                  "saleHeaderGuid": "KXC02JrPGUa3mZJuTfaS0A==",
                  "saleGuid": "d8b47029-cf9a-4619-b799-926e4df692d0",
                  "textResponse": "sample string 1",
                  "integerResponse": 1,
                  "g_UIDResponse": "eMK8vOAVQkqMOh/6I8+s6g==",
                  "guidResponse": "bcbcc278-15e0-4a42-8c3a-1ffa23cfacea",
                  "whoAnswered": 2,
                  "answeredAtUTC": "2025-06-14T06:36:13.3167304",
                  "sale": {
                    "$ref": "9"
                  },
                  "survey": {
                    "$id": "97",
                    "g_UID": "fJ6Jm9t6ZUSUpZ4uR062/g==",
                    "guid": "9b899e7c-7adb-4465-94a5-9e2e474eb6fe",
                    "name": "sample string 1",
                    "storeID": 2,
                    "zoneID": 1,
                    "checkoutFormG_UID": "rR7q/Q0rHkCd3ifUdARyvA==",
                    "checkoutFormGuid": "fdea1ead-2b0d-401e-9dde-27d4740472bc",
                    "displayToWho": 3,
                    "displayWhen": 4,
                    "start": "2025-06-14T06:36:13.3167304",
                    "end": "2025-06-14T06:36:13.3167304",
                    "deleted": true,
                    "updated": "2025-06-14T06:36:13.3167304",
                    "possibleIntegerResponses": [
                      1,
                      2
                    ],
                    "possibleTextResponses": [
                      "sample string 1",
                      "sample string 2"
                    ],
                    "possibleGuidResponses": [
                      "3084be66-e4f4-4c5c-8902-a4e36f532a65",
                      "79cfaf58-c58c-4684-adbe-0bb16afeb4e3"
                    ],
                    "allowsAllTextResponses": true,
                    "surveyForm": {
                      "$ref": "39"
                    }
                  },
                  "ingressId": "sample string 4"
                },
                {
                  "$ref": "96"
                }
              ],
              "storeName": "sample string 38",
              "machineName": "sample string 39",
              "operatorName": "sample string 40",
              "direction": 1,
              "reason": "sample string 41",
              "accountG_UID": "KOy4b7ncT0mOyq6swJgY2w==",
              "accountIdentifier": "6fb8ec28-dcb9-494f-8eca-aeacc09818db",
              "accountName": "sample string 42",
              "customerOrderIdentifier": "kMj4118RhUCs4YYVz6/0GA==",
              "customerOrderIdentifierGuid": "d7f8c890-115f-4085-ace1-8615cfaff418",
              "priceLevelName": "sample string 43",
              "revision": 44,
              "ingressId": "sample string 45"
            },
            "metadata": {
              "$id": "98",
              "id": 1,
              "paymentID": 2,
              "paymentIdentifier": "ikfEnuEjiEW/dt/KzKCs1A==",
              "paymentIdentifierGuid": "9ec4478a-23e1-4588-bf76-dfcacca0acd4",
              "identifier": "E+Ke2KOGh0GbJooTN/I2uA==",
              "identifierGuid": "d89ee213-86a3-4187-9b26-8a1337f236b8",
              "metadata": "sample string 3",
              "signatureImage": "QEA=",
              "itemIdentifier": "D0elxp1g/EuWRJnEmGLk5w==",
              "itemIdentifierGuid": "c6a5470f-609d-4bfc-9644-99c49862e4e7"
            }
          },
          {
            "$ref": "8"
          }
        ]
      },
      {
        "$ref": "3"
      }
    ],
    "customerGroupMembers": [
      {
        "$ref": "7"
      },
      {
        "$ref": "7"
      }
    ],
    "customerGroups": [
      {
        "$ref": "6"
      },
      {
        "$ref": "6"
      }
    ],
    "accounts": [
      {
        "$ref": "4"
      },
      {
        "$ref": "4"
      }
    ],
    "account": {
      "$ref": "4"
    },
    "vouchers": [
      {
        "$id": "99",
        "customerIdentifier": "MDCMErULjEmJjcWFmSSSzQ==",
        "customerIdentifierGuid": "128c3030-0bb5-498c-898d-c585992492cd",
        "voucherName": "sample string 2",
        "count": 3,
        "storeID": 4,
        "barcode": "sample string 5",
        "redeemCount": 6,
        "issueCount": 7,
        "storeSalePaymentID": 1,
        "idempotentID": "Hv1tW/LJpUKc4OL4SOzPcw==",
        "idempotentGuid": "5b6dfd1e-c9f2-42a5-9ce0-e2f848eccf73",
        "offline": true,
        "voucher": {
          "$id": "100",
          "id": 1,
          "name": "sample string 2",
          "description": "sample string 3",
          "shortDescription": "sample string 4",
          "url": "sample string 5",
          "barcodeTemplateID": 1,
          "expiry": 0,
          "voucherType": 6,
          "limitPerTransaction": 7,
          "customerTracking": true,
          "discountAccount": "sample string 9",
          "endDate": "2025-06-14T06:36:13.3167304",
          "barcodeTemplate": {
            "$id": "101",
            "templateID": 1,
            "template": "sample string 1",
            "bcFunction": "sample string 2",
            "sortOrder": 3
          },
          "scaleLabel": {
            "$id": "102",
            "id": 1,
            "uid": "sample string 2",
            "name": "sample string 3",
            "width": 1.1,
            "height": 1.1,
            "showBorder": true,
            "borderWidth": 1.1,
            "borderStyle": 1,
            "borderColour": "sample string 5",
            "updated": "2025-06-14T06:36:13.3167304",
            "labelPageLayout": "yQR6SGUpEUuRnuQhY7s6NA==",
            "pageLayoutGuid": "487a04c9-2965-4b11-919e-e42163bb3a34",
            "labelType": 6,
            "oldName": "sample string 7",
            "voucher": {
              "$ref": "100"
            },
            "elements": [
              {
                "$id": "103",
                "id": 1,
                "scaleLabelID": 2,
                "showPercentDI": true,
                "showAvgPerHundred": true,
                "showAvgPerServe": true,
                "name": "sample string 6",
                "x": 1.1,
                "y": 1.1,
                "width": 1.1,
                "height": 1.1,
                "type": 1,
                "rotation": 1,
                "text": "sample string 7",
                "fontFamily": "sample string 8",
                "align": 1,
                "bold": true,
                "italic": true,
                "underline": true,
                "strikeout": true,
                "reverse": true,
                "textColour": "sample string 9",
                "fontSize": 1.1,
                "picture": "QEA=",
                "borderWidth": 10,
                "sortOrder": 11,
                "printOptions": 12,
                "superScriptTextFontSize": 1.1,
                "lineStyle": 1,
                "spacingStyle": 1,
                "interCharacterSpacing": 1.1,
                "superScriptOffset": 1.1,
                "lineSpacing": 1.1,
                "dateFormat": "sample string 13",
                "autoGrow": true,
                "fontAutoResize": true,
                "updated": "2025-06-14T06:36:13.3167304"
              },
              {
                "$ref": "103"
              }
            ]
          },
          "customerVouchers": [
            {
              "$id": "104",
              "id": 1,
              "customerIdentifier": "bHjZHX9l3UCzzQMaAbS3Eg==",
              "customerIdentifierGuid": "1dd9786c-657f-40dd-b3cd-031a01b4b712",
              "voucherID": 3,
              "voucherName": "sample string 4",
              "storeID": 1,
              "barcode": "sample string 5",
              "dateOfIssue": "2025-06-14T06:36:13.3167304",
              "issuedSaleHeaderID": 1,
              "issuedSaleIdentifier": "sample string 7",
              "issuedOfflinePaymentID": 1,
              "issuedIdempotentID": "6E22XAIZvkmLzS1Ogn1mQA==",
              "issuedIdempotentGuid": "5cb64de8-1902-49be-8bcd-2d4e827d6640",
              "issuedOffline": true,
              "issuedUser": "sample string 9",
              "issuedNotes": "sample string 10",
              "expiryDate": "2025-06-14T06:36:13.3167304",
              "expiredUser": "sample string 11",
              "expiredNotes": "sample string 12",
              "redeemed": "2025-06-14T06:36:13.3167304",
              "redeemedSaleHeaderID": 1,
              "redeemedSaleIdentifier": "sample string 13",
              "redeemedOfflinePaymentID": 1,
              "redeemedIdempotentID": "PWMYlJmsZkelA2VUEh93CA==",
              "redeemedIdempotentGuid": "9418633d-ac99-4766-a503-6554121f7708",
              "redeemedUser": "sample string 14",
              "redeemedNotes": "sample string 15",
              "redeemedOffline": true,
              "updated": "2025-06-14T06:36:13.3167304",
              "storeName": "sample string 17",
              "scaleLabel": {
                "$ref": "102"
              },
              "voucher": {
                "$ref": "100"
              },
              "customer": {
                "$ref": "2"
              },
              "issuedOfflinePayment": {
                "$ref": "8"
              },
              "redeemedOfflinePayment": {
                "$ref": "8"
              }
            },
            {
              "$ref": "104"
            }
          ]
        },
        "customer": {
          "$ref": "2"
        }
      },
      {
        "$ref": "99"
      }
    ]
  },
  "operator": {
    "$ref": "10"
  },
  "details": [
    {
      "$id": "105",
      "headerID": 1,
      "plu": 1,
      "pluG_UId": "VkVrrB3Bh0yCngNLoHnGYw==",
      "pluGuid": "ac6b4556-c11d-4c87-829e-034ba079c663",
      "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": "ciN6V8OLjUSlTuUZQQYxYA==",
      "headerIdentifierGuid": "577a2372-8bc3-448d-a54e-e51941063160",
      "product": {
        "$ref": "21"
      }
    },
    {
      "$ref": "105"
    }
  ],
  "storeName": "sample string 11",
  "customerName": "sample string 12",
  "storeReplyTo": "sample string 13",
  "storeSubjectLine": "sample string 14",
  "storeSaleHeader": {
    "$ref": "9"
  }
}

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

DeliOrderHeader
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

ID

integer

None.

OrderNo

integer

None.

ExternalSaleIdentifier

The external sale information of an integration so that pickup can be coordinated

string

None.

StoreID

integer

None.

ZoneID

integer

None.

DeptNo

integer

None.

CustomerIdentifier

Collection of byte

None.

CustomerIdentifierGuid

globally unique identifier

None.

OperatorNo

integer

None.

OperatorG_UID

Collection of byte

None.

OperatorGuid

globally unique identifier

None.

Created

Time that the phone order was placed

date

None.

Ordered

Date and time the order should be packed and assembled.

date

None.

Started

Time that the picking was started for the phone order

date

None.

Completed

Time that the picking was completed for the phone order

date

None.

Supplied

Time that the customer or delivery provider was supplied with phone order

date

None.

QuickTicket

integer

None.

Deleted

boolean

None.

WalkAway

boolean

None.

ApproxWait

integer

None.

ActualWait

integer

None.

DeliveryMethod

How the phone order will be provided to the customer

DeliveryMethod

None.

ExternalSaleType

Which provider the phone order has been imported through. (If None, it's manual)

ExternalSalesType

None.

Customer

Customer

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

Operator

Operator

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

Details

Collection of DeliOrderDetail

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

StoreName

string

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

CustomerName

string

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

StoreReplyTo

string

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

StoreSubjectLine

string

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

StoreSaleHeader

POS Transaction (related via StoreSaleHeader.CustomerOrderIdentifier)

StoreSaleHeader

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

Response Formats

application/json, text/json

Sample:
{
  "identifier": "/NfCBWq/f0OmKxgR2FrpPg==",
  "identifierGuid": "05c2d7fc-bf6a-437f-a62b-1811d85ae93e",
  "id": 1,
  "orderNo": 2,
  "externalSaleIdentifier": "sample string 3",
  "storeID": 4,
  "zoneID": 5,
  "deptNo": 6,
  "customerIdentifier": "y98fd+CLuUmIc3RPIEdWHg==",
  "customerIdentifierGuid": "771fdfcb-8be0-49b9-8873-744f2047561e",
  "operatorNo": 1,
  "operatorG_UID": "xV1mi4OnVEK44PHYBleeMw==",
  "operatorGuid": "8b665dc5-a783-4254-b8e0-f1d806579e33",
  "created": "2025-06-14T06:36:13.3948506",
  "ordered": "2025-06-14T06:36:13.3948506",
  "started": "2025-06-14T06:36:13.3948506",
  "completed": "2025-06-14T06:36:13.3948506",
  "supplied": "2025-06-14T06:36:13.3948506",
  "quickTicket": 1,
  "deleted": true,
  "walkAway": true,
  "approxWait": 1,
  "actualWait": 1,
  "deliveryMethod": 8,
  "externalSaleType": 9,
  "customer": {
    "$id": "2",
    "identifier": "IxY/sKgBUke2hM/shXSuyw==",
    "identifierGuid": "b03f1623-01a8-4752-b684-cfec8574aecb",
    "code": "sample string 2",
    "familyName": "sample string 3",
    "givenName": "sample string 4",
    "otherName": "sample string 5",
    "title": "sample string 6",
    "dateOfBirth": "2025-06-14T06:36:13.3948506",
    "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": "Shf5W2XmCU67Jv6lXtzZ5Q==",
    "communityIdentifierGuid": "5bf9174a-e665-4e09-bb26-fea55edcd9e5",
    "joined": "2025-06-14T06:36:13.3948506",
    "updated": "2025-06-14T06:36:13.3948506",
    "active": true,
    "reasonInactive": 1,
    "groupCustomer": true,
    "loyaltyPoints": 1,
    "homeStoreID": 1,
    "availableSpend": 1,
    "priceLevelIdentifier": "ii7s9jevBUC6ZPi32CRicg==",
    "priceLevelIdentifierGuid": "f6ec2e8a-af37-4005-ba64-f8b7d8246272",
    "marketingID": "sample string 18",
    "hidden": true,
    "registered": true,
    "registeredOn": "2025-06-14T06:36:13.3948506",
    "emailMarketing": true,
    "smsMarketing": true,
    "deleted": true,
    "deletedUser": "sample string 24",
    "homeStoreName": "sample string 25",
    "customerCards": [
      {
        "$id": "3",
        "cardType": 2,
        "issueDate": "2025-06-14T06:36:13.3948506",
        "expiry": "2025-06-14T06:36:13.3948506",
        "customerID": "IyPlMCehqEyXT+d3N02bcg==",
        "customerIDGuid": "30e52323-a127-4ca8-974f-e777374d9b72",
        "initialValue": 1,
        "currentValue": 1,
        "maxLimit": 1,
        "minTransaction": 1,
        "maxTransaction": 1,
        "multiplier": 1.1,
        "active": true,
        "reasonInactive": 1,
        "idRequired": true,
        "idType": 1,
        "idValue": "sample string 5",
        "updated": "2025-06-14T06:36:13.3948506",
        "linkedAccount": "viZokx9pWUmE/wCjxWmjtg==",
        "linkedAccountGuid": "936826be-691f-4959-84ff-00a3c569a3b6",
        "currentValueChanged": true,
        "limitsChanged": true,
        "customer": {
          "$ref": "2"
        },
        "account": {
          "$id": "4",
          "id": 1,
          "identifier": "MMmDsRjoKUaD41oMs0Rsag==",
          "identifierGuid": "b183c930-e818-4629-83e3-5a0cb3446c6a",
          "referenceNo": "sample string 3",
          "name": "sample string 4",
          "created": "2025-06-14T06:36:13.3948506",
          "owner": "SUgNPNAkgUmPH6WVj1KQrg==",
          "ownerGuid": "3c0d4849-24d0-4981-8f1f-a5958f5290ae",
          "accountStoreGroupIdentifier": "IHpS/K6k+UmhCZ05/3IT5Q==",
          "accountStoreGroupGuid": "fc527a20-a4ae-49f9-a109-9d39ff7213e5",
          "accountType": 1,
          "currentBalance": 1,
          "externalID": "sample string 7",
          "maximumLimit": 1,
          "accruePoints": true,
          "loyaltyPoints": 1,
          "termsOfTrade": 1,
          "signatureRequired": true,
          "referenceRequired": true,
          "statementSendType": 10,
          "ageingPeriod": 1,
          "monthlyAgeingPeriod": true,
          "explodedInvoice": true,
          "isFifoAllocation": true,
          "lastStatementSent": "2025-06-14T06:36:13.3948506",
          "active": true,
          "updated": "2025-06-14T06:36:13.3948506",
          "deleted": true,
          "deletedUser": "sample string 16",
          "currentBalanceChanged": true,
          "maximumLimitChanged": true,
          "loyaltyPointsChanged": true,
          "projectedBalance": 17,
          "accountStoreGroupStoreIDs": [
            1,
            2
          ],
          "customerEmail": "sample string 18",
          "ownerCustomer": {
            "$ref": "2"
          },
          "card": {
            "$ref": "3"
          },
          "members": {
            "$id": "5",
            "sample string 1": [
              {
                "$ref": "2"
              },
              {
                "$ref": "2"
              }
            ],
            "sample string 2": [
              {
                "$ref": "2"
              },
              {
                "$ref": "2"
              }
            ]
          },
          "customerGroups": [
            {
              "$id": "6",
              "identifier": "A6a7zmoHoUq7lkZTKSQEGw==",
              "identifierGuid": "cebba603-076a-4aa1-bb96-46532924041b",
              "name": "sample string 2",
              "primaryContact": "0fjAGWJI+k+7Ws/osZY6VA==",
              "primaryContactGuid": "19c0f8d1-4862-4ffa-bb5a-cfe8b1963a54",
              "accountID": "TJI1Xlnol0uMAxT+gLj//A==",
              "accountIDGuid": "5e35924c-e859-4b97-8c03-14fe80b8fffc",
              "special": true,
              "updated": "2025-06-14T06:36:13.3948506",
              "active": true,
              "reasonInactive": 1,
              "priceLevelIdentifier": "18XYzQyViEGWKve+rp5qAQ==",
              "priceLevelIdentifierGuid": "cdd8c5d7-950c-4188-962a-f7beae9e6a01",
              "deleted": true,
              "account": {
                "$ref": "4"
              },
              "primaryContactCustomer": {
                "$ref": "2"
              },
              "customerGroupMembers": [
                {
                  "$id": "7",
                  "id": 1,
                  "groupID": "s9uSUCRct0eMIepTZnUOkw==",
                  "groupIDGuid": "5092dbb3-5c24-47b7-8c21-ea5366750e93",
                  "customerID": "V5g3EgLqD0mEZAaC+Yxx9g==",
                  "customerIDGuid": "12379857-ea02-490f-8464-0682f98c71f6",
                  "card": "sample string 4",
                  "linkedAccount": "Ge/KBz5NBkaHzr0kk1nxNA==",
                  "linkedAccountGuid": "07caef19-4d3e-4606-87ce-bd249359f134",
                  "customer": {
                    "$ref": "2"
                  },
                  "group": {
                    "$ref": "6"
                  },
                  "customerCard": {
                    "$ref": "3"
                  }
                },
                {
                  "$ref": "7"
                }
              ]
            },
            {
              "$ref": "6"
            }
          ]
        },
        "payments": [
          {
            "$id": "8",
            "id": 1,
            "identifier": "MqjcyvyxN0OMTsUL9E0WBg==",
            "identifierGuid": "cadca832-b1fc-4337-8c4e-c50bf44d1606",
            "storeID": 2,
            "operatorName": "sample string 3",
            "saleHeaderID": 4,
            "paymentType": 5,
            "amount": 6,
            "account": "sample string 7",
            "accountID": "thCZ6V5ickGNswcOUj/O0g==",
            "accountIDGuid": "e99910b6-625e-4172-8db3-070e523fced2",
            "customerAccount": {
              "$ref": "4"
            },
            "customerCard": {
              "$ref": "3"
            },
            "accountType": 1,
            "cardName": "sample string 8",
            "authorisationNumber": "sample string 9",
            "bankReference": "sample string 10",
            "merchantID": "sample string 11",
            "terminalID": "sample string 12",
            "cardNumber": "sample string 13",
            "paymentDate": "2025-06-14T06:36:13.3948506",
            "invRocNo": "sample string 14",
            "responseCode": "sample string 15",
            "cashout": 1,
            "tip": 16,
            "idempotentVoid": "MrmmHHvd90C0UzSCPB4uwA==",
            "idempotentVoidGuid": "1ca6b932-dd7b-40f7-b453-34823c1e2ec0",
            "offline": true,
            "processed": 1,
            "storeSaleHeader": {
              "$id": "9",
              "saleHeaderID": 1,
              "saleHeaderGuid": "ssfdYsh2rUeVZfWaq1jUtA==",
              "saleHeaderIdentifierGuid": "62ddc7b2-76c8-47ad-9565-f59aab58d4b4",
              "created": "2025-06-14T06:36:13.3948506",
              "createdLocal": "2025-06-14T06:36:13.3948506",
              "createdText": "sample string 4",
              "itemCount": 5,
              "totalAmount": 6,
              "cashTender": 1,
              "cardTender": 1,
              "cheqTender": 1,
              "acctTender": 1,
              "voucherTender": 1,
              "loyaltyPoints": 1,
              "cashout": 1,
              "changeAmount": 1,
              "rounding": 1,
              "gstAmount": 1,
              "transactionDiscountTender": 1,
              "totalTip": 7,
              "tranType": 1,
              "processed": 1,
              "imported": "2025-06-14T06:36:13.3948506",
              "storeID": 1,
              "operatorG_Uid": "fejyeyyuU0aGvuzoZKwSzg==",
              "operatorGuid": "7bf2e87d-ae2c-4653-86be-ece864ac12ce",
              "customerG_Uid": "72+idkPLR0CiqAwM7y5OpA==",
              "customerGuid": "76a26fef-cb43-4047-a2a8-0c0cef2e4ea4",
              "communityIdentifier": "XfztoW7XiESxoy54CuFpVw==",
              "communityIdentifierGuid": "a1edfc5d-d76e-4488-b1a3-2e780ae16957",
              "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": "vm0ntZrI6kyLqbL3zbWS1A==",
              "priceLevelIdentifierGuid": "b5276dbe-c89a-4cea-8ba9-b2f7cdb592d4",
              "locked": 36,
              "relationChecksum": "sample string 37",
              "loyaltyTender": 1,
              "giftCardTender": 1,
              "operator": {
                "$id": "10",
                "id": 1,
                "g_Uid": "DoCfMJD/Y06EzEqRRdSSyw==",
                "guid": "309f800e-ff90-4e63-84cc-4a9145d492cb",
                "operatorNumber": 1,
                "shortName": "sample string 2",
                "firstName": "sample string 3",
                "lastName": "sample string 4",
                "password": "sample string 5",
                "hasPassword": true,
                "passwordText": "sample string 6",
                "rfidTagID": "sample string 7",
                "blueprintID": 1,
                "groupID": 1,
                "groupName": "sample string 8",
                "managerGroupID": 1,
                "managerGroupName": "sample string 9",
                "zoneID": 1,
                "zoneName": "sample string 10",
                "loggedIn": 1,
                "lastUsedIP": "sample string 11",
                "deleted": true,
                "locked": true,
                "allowOpenTill": true,
                "webEmail": "sample string 14",
                "simpleOperatorType": 0,
                "webRole": "sample string 15",
                "updated": "2025-06-14T06:36:13.3948506",
                "passwordResetRequired": true,
                "alteredInStore": true,
                "startShift": "2025-06-14T06:36:13.3948506",
                "endShift": "2025-06-14T06:36:13.3948506",
                "machineName": "sample string 20",
                "drawerID": 1,
                "stores": [
                  {
                    "$id": "11",
                    "operatorG_UID": "SvOY/QVq+0WpBv7BBKfRfw==",
                    "operatorGuid": "fd98f34a-6a05-45fb-a906-fec104a7d17f",
                    "storeID": 2,
                    "operator": {
                      "$ref": "10"
                    },
                    "store": {
                      "$id": "12",
                      "id": 1,
                      "isMaster": true,
                      "shortName": "sample string 3",
                      "url": "sample string 4",
                      "sortOrder": 1,
                      "name": "sample string 5",
                      "phone": "sample string 6",
                      "fax": "sample string 7",
                      "email": "sample string 8",
                      "address1": "sample string 9",
                      "address2": "sample string 10",
                      "city": "sample string 11",
                      "state": "sample string 12",
                      "country": "sample string 13",
                      "postCode": "sample string 14",
                      "delivery": 1,
                      "exportAccounts": 1,
                      "salesAccountFolder": "sample string 15",
                      "purchaseAccountFolder": "sample string 16",
                      "initLoad": 1,
                      "initIDs": 1,
                      "zoneID": 1,
                      "actAsMaster": 1,
                      "lastActiveUtc": "2025-06-14T06:36:13.3948506",
                      "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": "PH4sS/JAwEK0RyIlX71RPA==",
                      "hostIdentifierGuid": "4b2c7e3c-40f2-42c0-b447-22255fbd513c",
                      "hostName": 1,
                      "hostAddress": "sample string 27",
                      "hostUsername": "sample string 28",
                      "hostPassword": "sample string 29",
                      "excludeFromLeadInOut": true,
                      "accountingProvider": 31,
                      "accountingAddress": "sample string 32",
                      "accountingUsername": "sample string 33",
                      "accountingPassword": "sample string 34",
                      "storeAccountingCode": "sample string 35",
                      "softwareVariance": 36,
                      "fuelWarningVariance": 37.0,
                      "fuelErrorVariance": 38.0,
                      "fuelAccumulatedWarningVariance": 39.0,
                      "fuelAccumulatedErrorVariance": 40.0,
                      "drawManagment": 41,
                      "endOfDayManagment": true,
                      "autoFillCashBalancing": true,
                      "fuelDayVariance": 44,
                      "accountingTradingTime": "00:00:00.1234567",
                      "stockActivateProduct": 46,
                      "giftCardSalesAccountingDeptCode": "sample string 47",
                      "transactionDiscountAccountingDeptCode": "sample string 48",
                      "size": 49,
                      "updated": "2025-06-14T06:36:13.3948506",
                      "priceZoneName": "sample string 51",
                      "storeFuelConfigured": true,
                      "shippingAddressCopied": true,
                      "shippingAddress": {
                        "$id": "13",
                        "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": "13"
                      },
                      "hostStoreSettings": [
                        {
                          "$id": "14",
                          "id": 1,
                          "hostIdentifier": "TyZlZ8kkhkiJGC78vGErVg==",
                          "hostIdentifierGuid": "6765264f-24c9-4886-8918-2efcbc612b56",
                          "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": "15",
                            "identifier": "sOsnZ5Kd3ECfYLhJcpsRcA==",
                            "identifierGuid": "6727ebb0-9d92-40dc-9f60-b849729b1170",
                            "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": "hU6V+ovXm0yr11ZrxkeSqw==",
                            "hostSupplierIdentifierGuid": "fa954e85-d78b-4c9b-abd7-566bc64792ab",
                            "loyaltyPriceLevelIdentifier": "di0JzMa7V0yGVs/5g/ulrg==",
                            "loyaltyPriceLevelIdentifierGuid": "cc092d76-bbc6-4c57-8656-cff983fba5ae",
                            "isGroup": true,
                            "description": "sample string 22",
                            "hostProvider": 23,
                            "hostTypeEnum": 24,
                            "hostType": "sample string 25",
                            "hostCode": "sample string 26",
                            "username": "sample string 27",
                            "password": "sample string 28",
                            "passwordPlain": "sample string 29",
                            "server": "sample string 30",
                            "url": "sample string 31",
                            "global": true,
                            "stateCode": "sample string 33",
                            "lastCollected": "2025-06-14T06:36:13.3948506",
                            "lastProcessed": "2025-06-14T06:36:13.3948506",
                            "hold": true,
                            "supplierName": "sample string 35",
                            "supplier": {
                              "$id": "16",
                              "identifier": "wAjPrnU0y0yLy3r4zA1F3g==",
                              "identifierGuid": "aecf08c0-3475-4ccb-8bcb-7af8cc0d45de",
                              "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": "TdmqTnakCkWm1RvH/Wfwyw==",
                              "primaryContactID": "4eaad94d-a476-450a-a6d5-1bc7fd67f0cb",
                              "storeID": 1,
                              "abn": "sample string 16",
                              "supplierGroupIdentifier": "TFsirwkGWUiCFqdaaaEa4A==",
                              "supplierGroupGuid": "af225b4c-0609-4859-8216-a75a69a11ae0",
                              "rebate": 1.0,
                              "rebateType": 1,
                              "rebateFrequency": 1,
                              "rebateSource": 1,
                              "rebateLastClaimed": "2025-06-14T06:36:13.3948506",
                              "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": "17",
                                "id": "85455d3e-a8de-401a-b737-c293c99ce031",
                                "identifier": "rA8uEaSqnEagcjKALmhviA==",
                                "identifierGuid": "112e0fac-aaa4-469c-a072-32802e686f88",
                                "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": "18",
                                  "supplierIdentifier": "i6Vr21evrk6FlGZx6OcS1w==",
                                  "supplierIdentifierGuid": "db6ba58b-af57-4eae-8594-6671e8e712d7",
                                  "contactGuid": "OYpOZT5b/Uao5+M2mlHReg==",
                                  "contactID": "654e8a39-5b3e-46fd-a8e7-e3369a51d17a",
                                  "contact": {
                                    "$ref": "17"
                                  },
                                  "supplier": {
                                    "$ref": "16"
                                  }
                                },
                                {
                                  "$ref": "18"
                                }
                              ],
                              "products": [
                                {
                                  "$id": "19",
                                  "pluG_UID": "SYdvIvxFFke9GsiS+ESh9g==",
                                  "pluGuid": "226f8749-45fc-4716-bd1a-c892f844a1f6",
                                  "supplierIdentifier": "/9i7Ut2bdkCkNjmw381rzg==",
                                  "supplierIdentifierGuid": "52bbd8ff-9bdd-4076-a436-39b0dfcd6bce",
                                  "cartonQuantity": 1,
                                  "cartonQuantityChanged": true,
                                  "productSize": "sample string 2",
                                  "cigarettesPerSleeve": 1,
                                  "randomWeight": true,
                                  "piecesPerUnit": 4,
                                  "averagePackSize": 5,
                                  "effectiveDate": "2025-06-14T06:36:13.3948506",
                                  "pricedByWeight": true,
                                  "landedUnitCostEx": 8,
                                  "landedUnitCostInc": 9,
                                  "landedCartonCostInc": 10,
                                  "landedCartonCostEx": 11,
                                  "standardCost": 12,
                                  "deliveryFee": 1,
                                  "deliveryFeeBasis": "sample string 13",
                                  "pickAndPackFee": 1,
                                  "pickAndPackFeeBasis": "sample string 14",
                                  "financeFee": 1,
                                  "financeFeeBasis": "sample string 15",
                                  "cartonLength": 1,
                                  "cartonWidth": 1,
                                  "cartonHeight": 1,
                                  "palletLayerQuantity": 1,
                                  "palletLayers": 1,
                                  "itemCode": "sample string 16",
                                  "invoiceCode": "sample string 17",
                                  "invoiceDesc": "sample string 18",
                                  "orderDirect": true,
                                  "useCost": true,
                                  "minimumQuantity": 19,
                                  "hostType": 20,
                                  "fromHost": 21,
                                  "minimumReorder": 1,
                                  "maximumReorder": 1,
                                  "orderMultiple": 22.1,
                                  "sellMultiple": 23.1,
                                  "baseMultiple": 24.1,
                                  "hostStandardCost": 25,
                                  "hostTotalCost": 26,
                                  "hostRetail": 27,
                                  "hostLandedUnitCostEx": 28,
                                  "hostLandedUnitCostInc": 29,
                                  "hostDesc": "sample string 30",
                                  "directIndicator": "sample string 31",
                                  "availableToOrder": true,
                                  "hostRangeIndicator": "sample string 33",
                                  "hostProductType": "sample string 34",
                                  "hostProductGrade": "sample string 35",
                                  "hostProductGroup": "sample string 36",
                                  "hostSlowMoving": true,
                                  "hostGeneralMerchandise": true,
                                  "hostPillar": "sample string 39",
                                  "hostLastUpdated": "2025-06-14T06:36:13.3948506",
                                  "rebate": 1.0,
                                  "rebateExclude": true,
                                  "invoiceCodes": [
                                    {
                                      "$id": "20",
                                      "pluG_UID": "EphzfjgiS0qyvzB1SwDP9A==",
                                      "pluGuid": "7e739812-2238-4a4b-b2bf-30754b00cff4",
                                      "supplierIdentifier": "csksLnPdGUiALJOM1ds8uw==",
                                      "supplierIdentifierGuid": "2e2cc972-dd73-4819-802c-938cd5db3cbb",
                                      "invoiceCode": "sample string 1",
                                      "storeIDs": [
                                        1,
                                        2
                                      ]
                                    },
                                    {
                                      "$ref": "20"
                                    }
                                  ],
                                  "storeIDs": [
                                    1,
                                    2
                                  ],
                                  "preferredSupplier": true,
                                  "preferredRebateSupplier": true,
                                  "supplierName": "sample string 40",
                                  "salesMode": 41,
                                  "orderPacked": true,
                                  "active": true,
                                  "price": 1,
                                  "costGstPercent": 43,
                                  "parentPluG_UID": "XkZkGyC2KEuSKY7uZFE56g==",
                                  "parentPluGuid": "1b64465e-b620-4b28-9229-8eee645139ea",
                                  "freight": 44.0,
                                  "freightType": 1,
                                  "product": {
                                    "$id": "21",
                                    "plu": 1,
                                    "storeID": 1,
                                    "masterPluG_UID": "QEA=",
                                    "storeIDs": [
                                      1,
                                      2
                                    ],
                                    "g_UId": "d/5LmrjEgEmU5E41LLZSLA==",
                                    "guid": "9a4bfe77-c4b8-4980-94e4-4e352cb6522c",
                                    "apn": "sample string 1",
                                    "apnChanged": true,
                                    "apnSwitched": true,
                                    "barcode": "sample string 4",
                                    "itemNumber": "sample string 5",
                                    "itemNumberChanged": true,
                                    "priceGroupG_UID": "b7HdgUTdt0uQ28AXUseIVQ==",
                                    "priceGroupGuid": "81ddb16f-dd44-4bb7-90db-c01752c78855",
                                    "blueprintID": 1,
                                    "lastCountedDate": "2025-06-14T06:36:13.3948506",
                                    "externalID": "sample string 7",
                                    "active": true,
                                    "activated": "2025-06-14T06:36:13.3948506",
                                    "pluCreated": "2025-06-14T06:36:13.3948506",
                                    "createdByUser": "sample string 9",
                                    "name": "sample string 10",
                                    "nameChanged": true,
                                    "secondDescription": "sample string 12",
                                    "hostDescription": "sample string 13",
                                    "keepCartonQty": true,
                                    "keepDescription": true,
                                    "keepDepartments": true,
                                    "keepSuppliers": true,
                                    "markdownDescription": "sample string 18",
                                    "altDescription": "sample string 19",
                                    "bestOrExpire": 20,
                                    "lastUpdate": "2025-06-14T06:36:13.3948506",
                                    "lastManualUpdate": "2025-06-14T06:36:13.3948506",
                                    "imageName": "sample string 23",
                                    "showImageOnFlipCharts": true,
                                    "showTextOnFlipCharts": true,
                                    "overrideFlipChartText": true,
                                    "flipChartText": "sample string 27",
                                    "salesMode": 1,
                                    "eftCode": 1,
                                    "price": 1,
                                    "priceChanged": true,
                                    "rrp": 1,
                                    "gstPercent": 28,
                                    "gstPercentChanged": true,
                                    "costGSTPercent": 29,
                                    "costGSTPercentChanged": true,
                                    "wetPercent": 1,
                                    "priceOverride": 1,
                                    "cost": 1,
                                    "currentCost": 1,
                                    "currentCostDecimals": 1,
                                    "grossProfit": 1.0,
                                    "currentCostDesc": "sample string 30",
                                    "currentCostEnd": "2025-06-14T06:36:13.3948506",
                                    "currentCostUpdated": "2025-06-14T06:36:13.3948506",
                                    "costDecimals": 31,
                                    "costChanged": true,
                                    "dealCostIdentifier": "QEA=",
                                    "excludeFromRebate": true,
                                    "rebateOverride": 1,
                                    "costCalcMethod": 1,
                                    "costCalcMethodChanged": true,
                                    "costEffectiveDate": "2025-06-14T06:36:13.3948506",
                                    "defaultGP": 1,
                                    "breakTargetMode": 32,
                                    "break1": 1,
                                    "price1": 1,
                                    "target1": 33,
                                    "break2": 1,
                                    "price2": 1,
                                    "target2": 34,
                                    "break3": 1,
                                    "price3": 1,
                                    "target3": 35,
                                    "break1Changed": true,
                                    "price1Changed": true,
                                    "target1Changed": true,
                                    "break2Changed": true,
                                    "price2Changed": true,
                                    "target2Changed": true,
                                    "break3Changed": true,
                                    "price3Changed": true,
                                    "target3Changed": true,
                                    "breakTargetModeChanged": true,
                                    "margin": 1.1,
                                    "marginChanged": true,
                                    "marginRanged": true,
                                    "marginRangedChanged": true,
                                    "minimumMargin": 1.1,
                                    "minimumMarginChanged": true,
                                    "maximumMargin": 1.1,
                                    "maximumMarginChanged": true,
                                    "overrideHostWarehouseIndicator": true,
                                    "overrideHostWarehouseIndicatorChanged": true,
                                    "overrideHostPrice": true,
                                    "overrideHostPriceChanged": true,
                                    "overrideHostCost": true,
                                    "overrideHostCostChanged": true,
                                    "overrideHostMargin": true,
                                    "overrideHostMarginChanged": true,
                                    "alwaysApplyMargin": true,
                                    "alwaysApplyMarginChanged": true,
                                    "aws": 1.0,
                                    "awsUpdated": "2025-06-14T06:36:13.3948506",
                                    "posTare": 1,
                                    "altPrice": 1.0,
                                    "altPriceChanged": true,
                                    "altPriceMode": 52,
                                    "altPriceModeChanged": true,
                                    "altPLUG_UID": "86avBId2U0KNVLMqK333zA==",
                                    "altPLUGuid": "04afa6f3-7687-4253-8d54-b32a2b7df7cc",
                                    "altPLUGuidChanged": true,
                                    "altPriceDescription1": "sample string 53",
                                    "altPriceDescription2": "sample string 54",
                                    "cartonQuantity": 55,
                                    "cartonQuantityChanged": true,
                                    "trayID": 1,
                                    "promptID": 1,
                                    "tare": 1,
                                    "packQty": 1,
                                    "fixedWeight": 1,
                                    "extraMesg": 1,
                                    "text1": "sample string 57",
                                    "text2": "sample string 58",
                                    "text3": "sample string 59",
                                    "labelText": "sample string 60",
                                    "labelTextChanged": true,
                                    "sendToScale": true,
                                    "nonScaleWeigh": true,
                                    "labelFormat": "sample string 64",
                                    "barcodeFormat": "sample string 65",
                                    "austMade": 1,
                                    "coolCode": 66,
                                    "countryOfOrigin": "sample string 67",
                                    "percentContent": 68.1,
                                    "departmentID": 1,
                                    "subDepartmentID": 1,
                                    "minorDepartmentID": 1,
                                    "lesserDepartmentID": 1,
                                    "deptCode": "sample string 69",
                                    "subDeptCode": "sample string 70",
                                    "minorDeptCode": "sample string 71",
                                    "lesserDeptCode": "sample string 72",
                                    "deptName": "sample string 73",
                                    "subDeptName": "sample string 74",
                                    "minorDeptName": "sample string 75",
                                    "lesserDeptName": "sample string 76",
                                    "departmentChanged": true,
                                    "subCategoryID": 1,
                                    "expiry": 1,
                                    "showDays": 1,
                                    "datePrint": 1,
                                    "labelRequired": true,
                                    "labelShelfQty": 79,
                                    "labelShelfChanged": true,
                                    "labelTalkerQty": 81,
                                    "labelSmall": true,
                                    "labelLastPrinted": "2025-06-14T06:36:13.3948506",
                                    "labelLastPrice": 1,
                                    "shelfPageLayoutG_UID": "Igrh7Tnjmka2AzgDAw+sxQ==",
                                    "shelfPageLayoutGuid": "ede10a22-e339-469a-b603-3803030facc5",
                                    "talkerPageLayoutG_UID": "+0qdym8iF0aO9yVildpB0g==",
                                    "talkerPageLayoutGuid": "ca9d4afb-226f-4617-8ef7-256295da41d2",
                                    "unitMeasure": 1.1,
                                    "unitMeasureChanged": true,
                                    "unitMeasureKind": 84,
                                    "unitMeasureKindChanged": true,
                                    "signIQData": "sample string 86",
                                    "refresh": true,
                                    "earnLoyaltyPoints": true,
                                    "earnLoyaltyPointsChanged": true,
                                    "quantityOverride": true,
                                    "quantityOverrideChanged": true,
                                    "quantityRequired": true,
                                    "quantityRequiredChanged": true,
                                    "allowDiscounts": true,
                                    "allowDiscountsChanged": true,
                                    "discountDiscounts": true,
                                    "discountDiscountsChanged": true,
                                    "itemRecalled": true,
                                    "itemRecalledChanged": true,
                                    "noRefund": true,
                                    "noRefundChanged": true,
                                    "allowMarkdown": true,
                                    "allowMarkdownChanged": true,
                                    "priceRequired": true,
                                    "priceRequiredChanged": true,
                                    "fuelItem": true,
                                    "fuelItemChanged": true,
                                    "trackSerial": true,
                                    "trackSerialChanged": true,
                                    "allowZeroPrice": true,
                                    "allowZeroPriceChanged": true,
                                    "notForSale": 90,
                                    "notForSaleChanged": true,
                                    "excludeFromDeals": true,
                                    "excludeFromVoucher": true,
                                    "minimumAge": 93,
                                    "minimumAgeChanged": true,
                                    "buyingLimit": 1,
                                    "buyingLimitChanged": true,
                                    "buyingLimitIndependent": true,
                                    "buyingLimitIndependentChanged": true,
                                    "inventoryGuid": "QoYPcLhCqEClIRthJmjVmA==",
                                    "inventoryIdentifier": "700f8642-42b8-40a8-a521-1b612668d598",
                                    "inventoryAccuracy": 1,
                                    "baseUnits": 97,
                                    "orderPacked": 1,
                                    "isManufactured": true,
                                    "isIngredient": true,
                                    "isModifier": true,
                                    "isModifierChanged": true,
                                    "hasModifiers": 98,
                                    "defaultPrinter": "sample string 99",
                                    "defaultPrinterGroup": "sample string 100",
                                    "ingredientsOnManufacture": true,
                                    "manufactureUnitMeasure": 1,
                                    "mpl": 1,
                                    "maxShelfQty": 101,
                                    "allowAutoOrder": true,
                                    "warrantyPeriod": 1,
                                    "parentPluG_UId": "B28DPoH/u0ye5RuMCTaHwA==",
                                    "parentPluGuid": "3e036f07-ff81-4cbb-9ee5-1b8c093687c0",
                                    "preferredHostVendor": 103,
                                    "preferredHostChanged": true,
                                    "code": "sample string 105",
                                    "supplierIdentifier": "vpwdBEsHLkix2pJHIctMQg==",
                                    "supplierIdentifierGuid": "041d9cbe-074b-482e-b1da-924721cb4c42",
                                    "supplierChanged": true,
                                    "rebateSupplierIdentifier": "pqqZD9Np50WcQv3tP2tWmg==",
                                    "rebateSupplierIdentifierGuid": "0f99aaa6-69d3-45e7-9c42-fded3f6b569a",
                                    "rebateSupplierChanged": true,
                                    "availableForOrder": true,
                                    "warehouseDirectIndicator": "sample string 107",
                                    "warehouseDirectIndicatorChanged": true,
                                    "productGrade": "sample string 109",
                                    "productType": "sample string 110",
                                    "productGroup": "sample string 111",
                                    "complianceIndicator": "sample string 112",
                                    "inhouseBrand": "sample string 113",
                                    "slowMoving": true,
                                    "generalMerchandise": true,
                                    "comment": "sample string 116",
                                    "lastUpdatedByUser": "sample string 117",
                                    "lastManualUpdatedByUser": "sample string 118",
                                    "lastUpdatedByUserOverride": true,
                                    "lastUpdatedByHost": "2025-06-14T06:36:13.3948506",
                                    "commodity": "sample string 120",
                                    "businessPillar": "sample string 121",
                                    "mscCommodity": "sample string 122",
                                    "hostIdentifier": "vXohQCqYK0OBqOvUJCQaPA==",
                                    "hostIdentifierGuid": "40217abd-982a-432b-81a8-ebd424241a3c",
                                    "serviceFeeID": 1,
                                    "serviceFeeIDChanged": true,
                                    "providerName": "sample string 124",
                                    "aisleEnds": "sample string 125",
                                    "deleted": true,
                                    "deletedChanged": true,
                                    "hidden": true,
                                    "doNotRange": true,
                                    "doNotRangeChanged": true,
                                    "doNotOrder": true,
                                    "doNotOrderChanged": true,
                                    "locked": true,
                                    "excludeFromWebUpdate": true,
                                    "excludeFromWebUpdateChanged": true,
                                    "webPriceBasedOn": 136,
                                    "webPriceRounding": true,
                                    "webMarkup": 138,
                                    "webPriceMode": 139,
                                    "altDepartmentID": 1,
                                    "altSubDepartmentID": 1,
                                    "altMinorDepartmentID": 1,
                                    "altLesserDepartmentID": 1,
                                    "altDeptCode": "sample string 140",
                                    "altSubDeptCode": "sample string 141",
                                    "altMinorDeptCode": "sample string 142",
                                    "altLesserDeptCode": "sample string 143",
                                    "altDepartmentChanged": true,
                                    "storeProducts": [
                                      {
                                        "$ref": "21"
                                      },
                                      {
                                        "$ref": "21"
                                      }
                                    ],
                                    "store": {
                                      "$ref": "12"
                                    },
                                    "storePrices": [
                                      {
                                        "$id": "22",
                                        "pluG_UID": "zCprR2PhhUa/fTDySdzq0g==",
                                        "pluGuid": "476b2acc-e163-4685-bf7d-30f249dcead2",
                                        "plu": 1,
                                        "storeID": 1,
                                        "zoneID": 2,
                                        "zoneName": "sample string 3",
                                        "store": "sample string 4",
                                        "priceNow": 5,
                                        "costNow": 6,
                                        "costNowDecimals": 7,
                                        "normalPrice": 8,
                                        "gstPercent": 9,
                                        "normalCost": 10,
                                        "normalCostDecimals": 11,
                                        "costGstPercent": 12,
                                        "costCalcMethod": 1,
                                        "currentCost": 13,
                                        "currentCostDecimals": 14,
                                        "break1": 15,
                                        "price1": 16,
                                        "break2": 17,
                                        "price2": 18,
                                        "break3": 19,
                                        "price3": 20,
                                        "fuelItem": 21,
                                        "fixedWeight": 22,
                                        "active": true,
                                        "complianceIndicator": "sample string 23",
                                        "doNotOrder": true,
                                        "doNotRange": true,
                                        "isNormalPriceChangesCampaign": true,
                                        "updated": "2025-06-14T06:36:13.3948506"
                                      },
                                      {
                                        "$ref": "22"
                                      }
                                    ],
                                    "currentPrices": {
                                      "$id": "23",
                                      "pluPrices": {
                                        "$id": "24",
                                        "plu": 1,
                                        "pluG_UID": "QEA=",
                                        "stores": [
                                          1,
                                          2
                                        ],
                                        "normalPrice": 1,
                                        "cost": 2,
                                        "break1": 3,
                                        "price1": 4,
                                        "break2": 5,
                                        "price2": 6,
                                        "break3": 7,
                                        "price3": 8,
                                        "discountPrice": 9,
                                        "acceptedUtc": "2025-06-14T06:36:13.3948506",
                                        "priceChangeType": 0,
                                        "costDecimals": 10
                                      },
                                      "normalPluPrices": {
                                        "$ref": "24"
                                      },
                                      "winningCampaign": 1,
                                      "winner": {
                                        "$id": "25",
                                        "campaignName": "sample string 1",
                                        "campaignDescription": "sample string 2",
                                        "startDate": "2025-06-14T06:36:13.3948506",
                                        "startTime": 3,
                                        "endDate": "2025-06-14T06:36:13.3948506",
                                        "endTime": 4,
                                        "newPrice": 5,
                                        "newCost": 6,
                                        "newCostDecimals": 7,
                                        "pctDiscount": 8,
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 9",
                                        "hostType": 10,
                                        "hostIdentifier": "Qlvi6ijHqU23WfgZbzAtig==",
                                        "hostIdentifierGuid": "eae25b42-c728-4da9-b759-f8196f302d8a",
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ]
                                      },
                                      "details": [
                                        {
                                          "$ref": "25"
                                        },
                                        {
                                          "$ref": "25"
                                        }
                                      ]
                                    },
                                    "tray": {
                                      "$id": "26",
                                      "g_UId": "vvO+h7BM8Uu5X+3AOXNEcA==",
                                      "guid": "87bef3be-4cb0-4bf1-b95f-edc039734470",
                                      "name": "sample string 1",
                                      "number": 1,
                                      "tare": 1
                                    },
                                    "priceGroup": {
                                      "$id": "27",
                                      "priceGroupG_UID": "xYEgOGFX6kaIXDGqDN+2VA==",
                                      "priceGroupGuid": "382081c5-5761-46ea-885c-31aa0cdfb654",
                                      "name": "sample string 2",
                                      "code": 1,
                                      "modified": true,
                                      "updated": "2025-06-14T06:36:13.3948506",
                                      "buyingLimit": 1,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitType": 0,
                                      "number": 1,
                                      "products": [
                                        {
                                          "$ref": "21"
                                        },
                                        {
                                          "$ref": "21"
                                        }
                                      ],
                                      "productCount": 1
                                    },
                                    "priceGroupName": "sample string 145",
                                    "nutrifacts": {
                                      "$id": "28",
                                      "pluG_UID": "r65D0TPkaUqVkmjwJ3YTgQ==",
                                      "pluGuid": "d143aeaf-e433-4a69-9592-68f027761381",
                                      "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": "29",
                                      "pluGuid": "d5a18e54-fad6-41e6-8e9e-5f2591f7bc76",
                                      "created": "2025-06-14T06:36:13.3948506",
                                      "createdByUser": "sample string 1",
                                      "activated": "2025-06-14T06:36:13.3948506",
                                      "deactivated": "2025-06-14T06:36:13.3948506",
                                      "lastOrdered": "2025-06-14T06:36:13.3948506",
                                      "lastOrderedQty": 2.0,
                                      "lastReceived": "2025-06-14T06:36:13.3948506",
                                      "lastReceivedQty": 3.0,
                                      "lastInvoiceStatus": 1,
                                      "lastCounted": "2025-06-14T06:36:13.3948506",
                                      "lastSold": "2025-06-14T06:36:13.3948506",
                                      "firstSold": "2025-06-14T06:36:13.3948506",
                                      "awsUpdated": "2025-06-14T06:36:13.3948506",
                                      "lastManualUpdate": "2025-06-14T06:36:13.3948506",
                                      "lastManualUpdatedByUser": "sample string 5",
                                      "lastUpdated": "2025-06-14T06:36:13.3948506",
                                      "lastUpdatedByUser": "sample string 7",
                                      "lastUpdatedByHost": "2025-06-14T06:36:13.3948506",
                                      "doNotRangeUpdated": "2025-06-14T06:36:13.3948506",
                                      "doNotOrderUpdated": "2025-06-14T06:36:13.3948506",
                                      "tracked": "2025-06-14T06:36:13.3948506"
                                    },
                                    "allergens": [
                                      {
                                        "$id": "30",
                                        "allergenID": 1,
                                        "pluG_UID": "kQEDUpeq/kyL9i+MECWXig==",
                                        "pluGuid": "52030191-aa97-4cfe-8bf6-2f8c1025978a",
                                        "contains": 2,
                                        "allergenName": "sample string 3",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "30"
                                      }
                                    ],
                                    "costs": {
                                      "$id": "31",
                                      "pluG_UID": "mXJwYexefUWau8xUEfaeEA==",
                                      "pluGuid": "61707299-5eec-457d-9abb-cc5411f69e10",
                                      "enteredCost": 1,
                                      "weightedAvgCost": 1,
                                      "lastCost": 1,
                                      "rawEnteredCost": 2,
                                      "rawWeightedAvgCost": 3,
                                      "rawLastCost": 4,
                                      "freight": 5.0,
                                      "freightType": 6,
                                      "costDecimals": 7,
                                      "fifoCost": 1,
                                      "updated": "2025-06-14T06:36:13.3948506",
                                      "normalCost": 1,
                                      "currentCost": 1
                                    },
                                    "sales": [
                                      {
                                        "$id": "32",
                                        "saleHeaderID": 1,
                                        "created": "2025-06-14T06:36:13.3948506",
                                        "createdLocal": "2025-06-14T06:36:13.3948506",
                                        "storeID": 3,
                                        "storeName": "sample string 4",
                                        "operatorG_Uid": "SlcCSNEowEaDsRJxA+Yw4w==",
                                        "operatorGuid": "4802574a-28d1-46c0-83b1-127103e630e3",
                                        "operatorName": "sample string 5",
                                        "tranType": 1,
                                        "plu": 1,
                                        "pluG_UId": "lW3I27MaWEalbl9LGOTyMA==",
                                        "pluGuid": "dbc86d95-1ab3-4658-a56e-5f4b18e4f230",
                                        "normalPrice": 1,
                                        "totalCents": 1,
                                        "cost": 1,
                                        "grossProfit": 1,
                                        "quantity": 1,
                                        "operator": {
                                          "$ref": "10"
                                        }
                                      },
                                      {
                                        "$ref": "32"
                                      }
                                    ],
                                    "apns": [
                                      {
                                        "$id": "33",
                                        "pluID": 1,
                                        "pluG_UID": "2hAqAqZCykudYcNCecY8Sw==",
                                        "pluGuid": "022a10da-42a6-4bca-9d61-c34279c63c4b",
                                        "apn": "sample string 1",
                                        "deleted": true,
                                        "storeID": 1,
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "33"
                                      }
                                    ],
                                    "tuns": [
                                      {
                                        "$id": "34",
                                        "pluG_UId": "qm4ZtXxR+UmgcQBPx7cO9w==",
                                        "pluGuid": "b5196eaa-517c-49f9-a071-004fc7b70ef7",
                                        "apn": "sample string 1",
                                        "tun": "sample string 2",
                                        "cartonQuantity": 3,
                                        "product": {
                                          "$ref": "21"
                                        },
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "34"
                                      }
                                    ],
                                    "competitionPricing": [
                                      {
                                        "$id": "35",
                                        "identifier": "t2XbfH/Rr0yGC9Iz4pVMhA==",
                                        "identifierGuid": "7cdb65b7-d17f-4caf-860b-d233e2954c84",
                                        "pluG_UID": "eQbsGL6/DEedvR6LBn5uqg==",
                                        "pluGuid": "18ec0679-bfbe-470c-9dbd-1e8b067e6eaa",
                                        "competitionID": 1,
                                        "name": "sample string 2",
                                        "sellMultiple": 3,
                                        "retailPrice": 4,
                                        "storeName": "sample string 5"
                                      },
                                      {
                                        "$ref": "35"
                                      }
                                    ],
                                    "supplier": {
                                      "$ref": "16"
                                    },
                                    "supplierName": "sample string 146",
                                    "children": [
                                      {
                                        "$ref": "21"
                                      },
                                      {
                                        "$ref": "21"
                                      }
                                    ],
                                    "ordering": {
                                      "$ref": "19"
                                    },
                                    "flipChartPages": [
                                      {
                                        "$id": "36",
                                        "identifier": "s3ndu0PD6UameCymnha1Mg==",
                                        "groupName": "sample string 1",
                                        "identifierGuid": "bbdd79b3-c343-46e9-a678-2ca69e16b532",
                                        "exists": true,
                                        "flipChartIdentifier": "Je9kAVlLq0eGD65Jk2g+zA==",
                                        "flipChartIdentifierGuid": "0164ef25-4b59-47ab-860f-ae4993683ecc",
                                        "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": "ZVoYcJ+QW0Cl4oOxdH3IKA==",
                                        "groupIdentifierGuid": "70185a65-909f-405b-a5e2-83b1747dc828",
                                        "flipChart": {
                                          "$id": "37",
                                          "identifier": "i8V2bDVyZEGOvoHZTGlCFw==",
                                          "identifierGuid": "6c76c58b-7235-4164-8ebe-81d94c694217",
                                          "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": "38",
                                            "identifier": "Oz1Su23twEO5S1OFqfsFTw==",
                                            "identifierGuid": "bb523d3b-ed6d-43c0-b94b-5385a9fb054f",
                                            "name": "sample string 2",
                                            "formType": "sample string 3",
                                            "forms": [
                                              {
                                                "$id": "39",
                                                "id": 1,
                                                "g_UID": "p5v6L/A3N0GLkgMGuqRpPQ==",
                                                "guid": "2ffa9ba7-37f0-4137-8b92-0306baa4693d",
                                                "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": "lYx9U1jwpkmNx07LjhKycw==",
                                                "previousFormGuid": "537d8c95-f058-49a6-8dc7-4ecb8e12b273",
                                                "nextForm": 1,
                                                "nextFormG_UID": "9LWxJVXOX0qwQL6/GGPG5Q==",
                                                "nextFormGuid": "25b1b5f4-ce55-4a5f-b040-bebf1863c6e5",
                                                "attributes": "sample string 10",
                                                "updated": "2025-06-14T06:36:13.3948506",
                                                "positioning": 1,
                                                "contentPanel": "sample string 11",
                                                "selectionMode": 1,
                                                "maximumSelections": 1,
                                                "alteredInStore": true,
                                                "deleted": true,
                                                "blueprintID": 1,
                                                "preserveLayout": true,
                                                "mainCheckoutFormName": "sample string 13",
                                                "nextCheckoutForm": {
                                                  "$ref": "39"
                                                },
                                                "previousCheckoutForm": {
                                                  "$ref": "39"
                                                },
                                                "buttons": [
                                                  {
                                                    "$id": "40",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "ct2ygaTt9EaZvA1P5wu1vA==",
                                                    "checkoutFormGuid": "81b2dd72-eda4-46f4-99bc-0d4fe70bb5bc",
                                                    "identifier": "0Pjx1qxGKUWvPTXg3Z92jA==",
                                                    "identifierGuid": "d6f1f8d0-46ac-4529-af3d-35e0dd9f768c",
                                                    "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": "E6C3oTrqlE2dibbiVcza9w==",
                                                    "valueGuid": "a1b7a013-ea3a-4d94-9d89-b6e255ccdaf7",
                                                    "buttonText": "sample string 10",
                                                    "valueText": "sample string 11",
                                                    "drawImageAndButton": true,
                                                    "updated": "2025-06-14T06:36:13.3948506",
                                                    "action": "sample string 12",
                                                    "valueForm": {
                                                      "$ref": "39"
                                                    },
                                                    "image": {
                                                      "$id": "41",
                                                      "name": "sample string 3.sample string 4",
                                                      "imageID": 2,
                                                      "imageName": "sample string 3",
                                                      "imageExtension": "sample string 4",
                                                      "lastUpdate": "2025-06-14T06:36:13.3948506",
                                                      "imageData": "QEA=",
                                                      "readOnly": true
                                                    }
                                                  },
                                                  {
                                                    "$ref": "40"
                                                  }
                                                ],
                                                "panels": [
                                                  {
                                                    "$id": "42",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "3X9eUHyDdEGXDsfB8ysAVQ==",
                                                    "checkoutFormGuid": "505e7fdd-837c-4174-970e-c7c1f32b0055",
                                                    "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": "42"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "39"
                                              }
                                            ],
                                            "panels": [
                                              {
                                                "$ref": "42"
                                              },
                                              {
                                                "$ref": "42"
                                              }
                                            ]
                                          },
                                          "pages": [
                                            {
                                              "$ref": "36"
                                            },
                                            {
                                              "$ref": "36"
                                            }
                                          ]
                                        },
                                        "contentPanel": {
                                          "$ref": "42"
                                        },
                                        "products": [
                                          {
                                            "$id": "43",
                                            "flipChartPageIdentifier": "ywixHH5VuUiA8uonFPkMmA==",
                                            "flipChartPageIdentifierGuid": "1cb108cb-557e-48b9-80f2-ea2714f90c98",
                                            "pluG_UID": "FEyGgHJtukWVopJaYaSHQw==",
                                            "pluGuid": "80864c14-6d72-45ba-95a2-925a61a48743",
                                            "sortOrder": 3,
                                            "sent": true,
                                            "productChanged": true,
                                            "productImageName": "sample string 6",
                                            "productShowImageOnFlipCharts": true,
                                            "productShowTextOnFlipCharts": true,
                                            "productOverrideFlipChartText": true,
                                            "productFlipChartText": "sample string 10",
                                            "product": {
                                              "$ref": "21"
                                            },
                                            "departmentSortOrder": 11,
                                            "subDepartmentName": "sample string 12"
                                          },
                                          {
                                            "$ref": "43"
                                          }
                                        ],
                                        "productCount": 27,
                                        "pages": [
                                          {
                                            "$ref": "36"
                                          },
                                          {
                                            "$ref": "36"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "36"
                                      }
                                    ],
                                    "priceHistory": [
                                      {
                                        "$id": "44",
                                        "pluG_UID": "+K4TF8ryIk+hBFtXnMn7Iw==",
                                        "pluGuid": "1713aef8-f2ca-4f22-a104-5b579cc9fb23",
                                        "price": 1,
                                        "costCalcMethod": 1,
                                        "cost": 2,
                                        "weightedAvgCost": 3,
                                        "lastCost": 4,
                                        "rawCost": 5,
                                        "rawWeightedAvgCost": 6,
                                        "rawLastCost": 7,
                                        "costDecimals": 8,
                                        "serviceFeeID": 9,
                                        "freight": 10.0,
                                        "freightType": 11,
                                        "process": "sample string 12",
                                        "user": "sample string 13",
                                        "updated": "2025-06-14T06:36:13.3948506",
                                        "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": "44"
                                      }
                                    ],
                                    "ingredients": [
                                      {
                                        "$id": "45",
                                        "pluG_UID": "rQho0FMeNUyP6DPk9sEYvA==",
                                        "ingredientGuid": "YaRiWIVUuE2Sj/Izye+BAg==",
                                        "ingredientIdentifier": "5862a461-5485-4db8-928f-f233c9ef8102",
                                        "quantity": 1.0,
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "ingredientText": "sample string 1",
                                        "ingredient": {
                                          "$ref": "21"
                                        }
                                      },
                                      {
                                        "$ref": "45"
                                      }
                                    ],
                                    "bins": [
                                      {
                                        "$id": "46",
                                        "pluG_UID": "eM4dmaofOESGlNTgfrPpwQ==",
                                        "pluGuid": "991dce78-1faa-4438-8694-d4e07eb3e9c1",
                                        "shelfLocationIdentifier": "78xK3UqxEkuzwTE/o1jOuA==",
                                        "shelfLocationGuid": "dd4accef-b14a-4b12-b3c1-313fa358ceb8",
                                        "labelShelfDefault": 1,
                                        "labelTalkerDefault": 1,
                                        "labelSmall": true,
                                        "labelPageLayoutG_UID": "ybGAHBwr+0OtQfMfJouUgg==",
                                        "labelPageLayoutGuid": "1c80b1c9-2b1c-43fb-ad41-f31f268b9482",
                                        "updated": "2025-06-14T06:36:13.3948506",
                                        "electronicShelfLabelIdentifier": "sample string 5",
                                        "electronicshelfLabelsConfigurationID": 6,
                                        "labelShelfChanged": true,
                                        "productName": "sample string 8",
                                        "locationText": "sample string 9",
                                        "product": {
                                          "$ref": "21"
                                        },
                                        "location": {
                                          "$id": "47",
                                          "identifier": "AfHj+B49vEGJbKt9OEYypA==",
                                          "storeID": 1,
                                          "identifierGuid": "f8e3f101-3d1e-41bc-896c-ab7d384632a4",
                                          "name": "sample string 2",
                                          "haccp": true,
                                          "blueprintID": 1,
                                          "updated": "2025-06-14T06:36:13.3948506",
                                          "minTemp": 1,
                                          "maxTemp": 1,
                                          "checkFrequency": 1,
                                          "storeCaseConfiguration": 5,
                                          "storeName": "sample string 6",
                                          "bins": [
                                            {
                                              "$ref": "46"
                                            },
                                            {
                                              "$ref": "46"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "$ref": "46"
                                      }
                                    ],
                                    "bin": {
                                      "$ref": "46"
                                    },
                                    "scaleLocations": [
                                      {
                                        "$id": "48",
                                        "plu": 1,
                                        "pluG_UID": "AX7+4wzMrE2a99H5FF7g1w==",
                                        "pluGuid": "e3fe7e01-cc0c-4dac-9af7-d1f9145ee0d7",
                                        "deptNo": 1,
                                        "product": {
                                          "$ref": "21"
                                        },
                                        "scaleLocation": {
                                          "$id": "49",
                                          "id": 1,
                                          "deptNo": 1,
                                          "deptCode": "sample string 2",
                                          "name": "sample string 3",
                                          "enabled": true,
                                          "updated": "2025-06-14T06:36:13.3948506",
                                          "department": {
                                            "$id": "50",
                                            "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": "49"
                                            },
                                            "subDepartments": [
                                              {
                                                "$id": "51",
                                                "id": 1,
                                                "departmentID": 2,
                                                "name": "sample string 3",
                                                "code": "sample string 4",
                                                "departmentCode": "sample string 5",
                                                "externalSales": true,
                                                "minorDepartments": [
                                                  {
                                                    "$id": "52",
                                                    "id": 1,
                                                    "subDepartmentID": 2,
                                                    "departmentID": 3,
                                                    "name": "sample string 4",
                                                    "subDepartmentCode": "sample string 5",
                                                    "departmentCode": "sample string 6",
                                                    "code": "sample string 7",
                                                    "lesserDepartments": [
                                                      {
                                                        "$id": "53",
                                                        "id": 1,
                                                        "departmentID": 2,
                                                        "subDepartmentID": 3,
                                                        "minorDepartmentID": 4,
                                                        "name": "sample string 5",
                                                        "code": "sample string 6",
                                                        "departmentCode": "sample string 7",
                                                        "subDepartmentCode": "sample string 8",
                                                        "minorDepartmentCode": "sample string 9",
                                                        "updated": "2025-06-14T06:36:13.3948506",
                                                        "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": "AVg36+I7/0C7UEmHtz/tEw==",
                                                        "labelPageLayoutGuid": "eb375801-3be2-40ff-bb50-4987b73fed13",
                                                        "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": "54",
                                                          "dept": 1,
                                                          "category": 2,
                                                          "name": "sample string 3",
                                                          "active": true,
                                                          "mscCommodities": [
                                                            {
                                                              "$id": "55",
                                                              "dept": 1,
                                                              "category": 2,
                                                              "commodity": 3,
                                                              "name": "sample string 4",
                                                              "active": true,
                                                              "mscSubCommodities": [
                                                                {
                                                                  "$id": "56",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "commodity": 3,
                                                                  "subCommodity": 4,
                                                                  "name": "sample string 5",
                                                                  "active": true,
                                                                  "subCommodityCode": "sample string 7"
                                                                },
                                                                {
                                                                  "$ref": "56"
                                                                }
                                                              ],
                                                              "commodityCode": "sample string 6"
                                                            },
                                                            {
                                                              "$ref": "55"
                                                            }
                                                          ],
                                                          "categoryCode": "sample string 5"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "55"
                                                        },
                                                        "mscDep": {
                                                          "$id": "57",
                                                          "dept": 1,
                                                          "name": "sample string 2",
                                                          "active": true,
                                                          "mscCategories": [
                                                            {
                                                              "$ref": "54"
                                                            },
                                                            {
                                                              "$ref": "54"
                                                            }
                                                          ],
                                                          "deptCode": "sample string 4"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "56"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "53"
                                                      }
                                                    ],
                                                    "updated": "2025-06-14T06:36:13.3948506",
                                                    "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": "MI3YeeWxUkOBg/4S7nHxQA==",
                                                    "labelPageLayoutGuid": "79d88d30-b1e5-4352-8183-fe12ee71f140",
                                                    "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": "54"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "55"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "57"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "56"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "52"
                                                  }
                                                ],
                                                "investmentBuyOverride": true,
                                                "updated": "2025-06-14T06:36:13.3948506",
                                                "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": "tSXnoj7vQUejZDjSkht4eQ==",
                                                "labelPageLayoutGuid": "a2e725b5-ef3e-4741-a364-38d2921b7879",
                                                "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": "54"
                                                },
                                                "mscCom": {
                                                  "$ref": "55"
                                                },
                                                "mscDep": {
                                                  "$ref": "57"
                                                },
                                                "mscSubCom": {
                                                  "$ref": "56"
                                                }
                                              },
                                              {
                                                "$ref": "51"
                                              }
                                            ],
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "investmentBuyOverride": true,
                                            "updated": "2025-06-14T06:36:13.3948506",
                                            "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": "d5KTqxR52kGFIWGmu0yP7Q==",
                                            "labelPageLayoutGuid": "ab939277-7914-41da-8521-61a6bb4c8fed",
                                            "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": "54"
                                            },
                                            "mscCom": {
                                              "$ref": "55"
                                            },
                                            "mscDep": {
                                              "$ref": "57"
                                            },
                                            "mscSubCom": {
                                              "$ref": "56"
                                            }
                                          }
                                        }
                                      },
                                      {
                                        "$ref": "48"
                                      }
                                    ],
                                    "nextPrice": {
                                      "$id": "58",
                                      "id": 1,
                                      "campaignID": 2,
                                      "campaignName": "sample string 3",
                                      "plu": 1,
                                      "hostOfferID": 1,
                                      "metcashPromotionID": "sample string 4",
                                      "metcashPromotionPlacement": "sample string 5",
                                      "pluG_UID": "tbPh0FxXakyzJM8ePeMdmg==",
                                      "pluGuid": "d0e1b3b5-575c-4c6a-b324-cf1e3de31d9a",
                                      "newPrice": 1,
                                      "pctDiscount": 1,
                                      "newCost": 1,
                                      "newCostDecimals": 6,
                                      "dealCostIdentifier": "+ebW4UYahEOwzfFuy3RIvQ==",
                                      "dealCostGuid": "e1d6e6f9-1a46-4384-b0cd-f16ecb7448bd",
                                      "pluName": "sample string 7",
                                      "apn": "sample string 8",
                                      "fuelItem": true,
                                      "priceGroupG_UID": "Gi1TLVfvt0yRBLnldQcKJg==",
                                      "priceGroupGuid": "2d532d1a-ef57-4cb7-9104-b9e575070a26",
                                      "itemNumber": "sample string 10",
                                      "cri": "sample string 11",
                                      "pluPrice": 12,
                                      "pluCost": 13,
                                      "pluCostIndicator": "sample string 14",
                                      "pluPriceGstPercent": 15,
                                      "pluCostGstPercent": 16,
                                      "pluActive": true,
                                      "cartonQty": 1.1,
                                      "baseUnits": 18.1,
                                      "salesMode": 1,
                                      "pluNormalCost": 19,
                                      "pluaws": 20.0,
                                      "directNumber": "sample string 21",
                                      "departmentName": "sample string 22",
                                      "subDepartmentName": "sample string 23",
                                      "priceGroupName": "sample string 24",
                                      "supplierName": "sample string 25",
                                      "stockOnHand": 1.1,
                                      "stockOnOrder": 1.1,
                                      "lastReceived": "2025-06-14T06:36:13.3948506",
                                      "rrp": 26,
                                      "campaignDescription": "sample string 27",
                                      "campaignComboPriceGroupG_UID": "fL96ss2rzUCV4qWOunFDRQ==",
                                      "campaignComboPriceGroupIdentifier": "b27abf7c-abcd-40cd-95e2-a58eba714345",
                                      "promotionPlacementDescription": "sample string 28",
                                      "storeAcceptances": [
                                        {
                                          "$id": "59",
                                          "plu": 1,
                                          "pluG_UId": "QEA=",
                                          "campaignID": 1,
                                          "campaignName": "sample string 2",
                                          "storeID": 3,
                                          "acceptedUtc": "2025-06-14T06:36:13.3948506",
                                          "operatorG_UID": "O2Dq9e0sP0iFAkwfq/TDXQ==",
                                          "operatorGuid": "f5ea603b-2ced-483f-8502-4c1fabf4c35d",
                                          "machineID": 1,
                                          "processed": true,
                                          "appliedUtc": "2025-06-14T06:36:13.3948506",
                                          "signIqTicketFileMovedUtc": "2025-06-14T06:36:13.3948506",
                                          "user": "sample string 6",
                                          "campaignDescription": "sample string 7",
                                          "productDesc": "sample string 8",
                                          "storeName": "sample string 9",
                                          "effectiveUtc": "2025-06-14T06:36:13.3948506",
                                          "priceChangeType": 0,
                                          "operatorName": "sample string 10",
                                          "hostCampaign": true,
                                          "product": {
                                            "$ref": "21"
                                          },
                                          "campaignPlu": {
                                            "$ref": "58"
                                          }
                                        },
                                        {
                                          "$ref": "59"
                                        }
                                      ],
                                      "campaign": {
                                        "$id": "60",
                                        "id": 1,
                                        "storeID": 2,
                                        "name": "e99518b6-4cac-404f-a49c-4d2880d1209d",
                                        "nameGuid": "e99518b6-4cac-404f-a49c-4d2880d1209d",
                                        "description": "sample string 4",
                                        "showDiscounts": true,
                                        "showTotals": true,
                                        "onlyEvaluateOnSubtotal": true,
                                        "useDescription": true,
                                        "campaignType": 1,
                                        "startDate": "2025-06-14T06:36:13.3948506",
                                        "startTime": 1,
                                        "endDate": "2025-06-14T06:36:13.3948506",
                                        "endTime": 1,
                                        "recurrence": 1,
                                        "recurrenceType": 1,
                                        "monthType": 1,
                                        "weekDays": 1,
                                        "months": 1,
                                        "monthWeeks": 1,
                                        "monthDays": "sample string 7",
                                        "printed": true,
                                        "talkerText": "sample string 8",
                                        "rangeDescription": "sample string 9",
                                        "dealDescription": "sample string 10",
                                        "labelQuantity": 11,
                                        "active": 1,
                                        "deactivated": "2025-06-14T06:36:13.3948506",
                                        "system": true,
                                        "created": "2025-06-14T06:36:13.3948506",
                                        "updated": "2025-06-14T06:36:13.3948506",
                                        "priceChangeNotifiedUtc": "2025-06-14T06:36:13.3948506",
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 13",
                                        "hostIdentifier": "4GlU95EugEmidxYj6YjhsA==",
                                        "hostIdentifierGuid": "f75469e0-2e91-4980-a277-1623e988e1b0",
                                        "hostType": 14,
                                        "createdByUser": "sample string 15",
                                        "fromHost": true,
                                        "deleted": true,
                                        "campaignDeleted": "2025-06-14T06:36:13.3948506",
                                        "updatedByUser": "sample string 18",
                                        "offerID": 1,
                                        "isPriceChangeCampaign": true,
                                        "stores": [
                                          1,
                                          2
                                        ],
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ],
                                        "campaignPlus": [
                                          {
                                            "$ref": "58"
                                          },
                                          {
                                            "$ref": "58"
                                          }
                                        ],
                                        "campaignPools": [
                                          {
                                            "$id": "61",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "plu": 4,
                                            "pluG_UID": "IeGlTt0Y80SPTqNOmyDZTQ==",
                                            "pluGuid": "4ea5e121-18dd-44f3-8f4e-a34e9b20d94d",
                                            "hostOfferID": 1,
                                            "priceGroupG_UID": "kNktOhn5B0ejvRTsH928UA==",
                                            "priceGroupGuid": "3a2dd990-f919-4707-a3bd-14ec1fddbc50",
                                            "fuelItem": true,
                                            "pluName": "sample string 6",
                                            "apn": "sample string 7",
                                            "pluActive": true,
                                            "cartonQty": 1,
                                            "baseUnits": 9.1,
                                            "cri": "sample string 10",
                                            "salesMode": 1,
                                            "pluaws": 11.0,
                                            "directNumber": "sample string 12",
                                            "departmentName": "sample string 13",
                                            "subDepartmentName": "sample string 14",
                                            "priceGroupName": "sample string 15",
                                            "supplierName": "sample string 16",
                                            "stockOnHand": 1.1,
                                            "stockOnOrder": 1.1,
                                            "lastReceived": "2025-06-14T06:36:13.3948506",
                                            "rrp": 17,
                                            "campaignDescription": "sample string 18",
                                            "product": {
                                              "$ref": "21"
                                            },
                                            "campaign": {
                                              "$ref": "60"
                                            }
                                          },
                                          {
                                            "$ref": "61"
                                          }
                                        ],
                                        "sellingRules": [
                                          {
                                            "$id": "62",
                                            "id": 1,
                                            "identifier": "jr3aeBoJ9kyOJqKZZ4t/6A==",
                                            "identifierStr": "jr3aeBoJ9kyOJqKZZ4t/6A==",
                                            "identifierGuid": "78dabd8e-091a-4cf6-8e26-a299678b7fe8",
                                            "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": "60"
                                            }
                                          },
                                          {
                                            "$ref": "62"
                                          }
                                        ],
                                        "customers": [
                                          {
                                            "$id": "63",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "customerID": "h2i8KOYBu0a4QKDxYjBaYQ==",
                                            "customerIDGuid": "28bc6887-01e6-46bb-b840-a0f162305a61",
                                            "campaign": {
                                              "$ref": "60"
                                            },
                                            "customer": {
                                              "$ref": "2"
                                            }
                                          },
                                          {
                                            "$ref": "63"
                                          }
                                        ],
                                        "customerGroups": [
                                          {
                                            "$id": "64",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "groupID": "ou5pjKn//UeYbzFfkw811g==",
                                            "groupIDGuid": "8c69eea2-ffa9-47fd-986f-315f930f35d6",
                                            "campaign": {
                                              "$ref": "60"
                                            },
                                            "group": {
                                              "$ref": "6"
                                            }
                                          },
                                          {
                                            "$ref": "64"
                                          }
                                        ],
                                        "signIqTickets": [
                                          {
                                            "$id": "65",
                                            "identifier": "Yqc1F24Z+kqN1ChsTn+4kA==",
                                            "identifierGuid": "1735a762-196e-4afa-8dd4-286c4e7fb890",
                                            "campaignName": "sample string 2",
                                            "message": "sample string 3",
                                            "ticketFileSource": "sample string 4",
                                            "ticketFileDestination": "sample string 5",
                                            "storeID": 1
                                          },
                                          {
                                            "$ref": "65"
                                          }
                                        ],
                                        "comboPriceGroups": [
                                          {
                                            "$id": "66",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "g_UID": "aoW53URTLk62ipBXrkxgSw==",
                                            "guid": "ddb9856a-5344-4e2e-b68a-9057ae4c604b",
                                            "description": "sample string 5",
                                            "newPrice": 1,
                                            "rangeDescription": "sample string 6",
                                            "dealDescription": "sample string 7",
                                            "labelQuantity": 8,
                                            "hostProductCategoryID": 1,
                                            "offerID": 1,
                                            "dontUpdatePricePlus": true,
                                            "campaign": {
                                              "$ref": "60"
                                            },
                                            "comboPricePlus": [
                                              {
                                                "$id": "67",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "groupG_UID": "bVWbJIZ/3EK5rP/HmNXFDw==",
                                                "groupGuid": "249b556d-7f86-42dc-b9ac-ffc798d5c50f",
                                                "comboPriceType": 5,
                                                "priceType": 5,
                                                "pluG_UID": "A+Qxdq8/lkyaa/PbhbTcgQ==",
                                                "pluGuid": "7631e403-3faf-4c96-9a6b-f3db85b4dc81",
                                                "priceGroupG_UID": "CKJO6JIUmEiZBEIV7EK6Qg==",
                                                "priceGroupGuid": "e84ea208-1492-4898-9904-4215ec42ba42",
                                                "campaignPoolID": "sample string 7",
                                                "quantity": 1,
                                                "campaign": {
                                                  "$ref": "60"
                                                },
                                                "product": {
                                                  "$ref": "21"
                                                },
                                                "priceGroup": {
                                                  "$ref": "27"
                                                },
                                                "campaignPool": {
                                                  "$ref": "60"
                                                }
                                              },
                                              {
                                                "$ref": "67"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "66"
                                          }
                                        ],
                                        "priceLevels": [
                                          {
                                            "$id": "68",
                                            "id": 1,
                                            "priceLevelIdentifier": "msrL+9MQbUOhWRFMoz7N2g==",
                                            "priceLevelIdentifierGuid": "fbcbca9a-10d3-436d-a159-114ca33ecdda",
                                            "campaignName": "sample string 3",
                                            "priceLevelName": "sample string 4"
                                          },
                                          {
                                            "$ref": "68"
                                          }
                                        ]
                                      },
                                      "product": {
                                        "$ref": "21"
                                      },
                                      "dealCost": {
                                        "$id": "69",
                                        "headerIdentifier": "nIuGxQYleE248OFckzAOeA==",
                                        "headerIdentifierGuid": "c5868b9c-2506-4d78-b8f0-e15c93300e78",
                                        "identifier": "olTBb0wbmkObEmwlD8sBjg==",
                                        "identifierGuid": "6fc154a2-1b4c-439a-9b12-6c250fcb018e",
                                        "supplierIdentifier": "iGLEmYi6w02x1TzoCxxzFQ==",
                                        "supplierGuid": "99c46288-ba88-4dc3-b1d5-3ce80b1c7315",
                                        "pluG_UID": "p4XwGzOrvkqsI2tLruM6YA==",
                                        "pluGuid": "1bf085a7-ab33-4abe-ac23-6b4baee33a60",
                                        "campaignName": "6eaff358-3181-4f98-8c1f-17cd85eab254",
                                        "description": "sample string 4",
                                        "cost": 5,
                                        "costDecimals": 6,
                                        "start": "2025-06-14T06:36:13.3948506",
                                        "end": "2025-06-14T06:36:13.3948506",
                                        "type": 9,
                                        "promoType": 10,
                                        "bonusItemPLUG_UID": "LF3rkq9TaUSuWbaQvuoIMg==",
                                        "bonusItemPluGuid": "92eb5d2c-53af-4469-ae59-b690beea0832",
                                        "bonusPurchaseUnits": 11,
                                        "bonusReceiveUnits": 12,
                                        "updated": "2025-06-14T06:36:13.3948506",
                                        "metcashPromotionID": "sample string 14",
                                        "fromHost": 15,
                                        "storeNames": "sample string 16",
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "supplierName": "sample string 17",
                                        "campaignDescription": "sample string 18",
                                        "newPrice": 1,
                                        "campaignMetcashPromotionID": "sample string 19",
                                        "campaignActive": true,
                                        "campaignStartDate": "2025-06-14T06:36:13.3948506",
                                        "campaignEndDate": "2025-06-14T06:36:13.3948506",
                                        "masterPLUG_UID": "XrkKndHsyEiRuwn41dB6Pg==",
                                        "masterID": "9d0ab95e-ecd1-48c8-91bb-09f8d5d07a3e",
                                        "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": "vZXoMlRC3UGMGRmeaFtl5Q==",
                                        "bonusMasterID": "32e895bd-4254-41dd-8c19-199e685b65e5",
                                        "bonusProductName": "sample string 34",
                                        "bonusProductAPN": "sample string 35",
                                        "bonusOrderCode": "sample string 36",
                                        "bonusNormalSell": 37,
                                        "bonusNormalCost": 38,
                                        "bonusNormalCostDecimals": 39,
                                        "bonusCartonQuantity": 40,
                                        "bonusSalesMode": 41,
                                        "bonusOrderPacked": 42,
                                        "bonusFuelItem": true,
                                        "bonusActive": true
                                      }
                                    },
                                    "currentCostStart": "2025-06-14T06:36:13.3948506",
                                    "dealCosts": [
                                      {
                                        "$ref": "69"
                                      },
                                      {
                                        "$ref": "69"
                                      }
                                    ],
                                    "tags": [
                                      {
                                        "$id": "70",
                                        "pluG_UID": "skKjAkOMAUm+Xg5ID1gvzA==",
                                        "pluGuid": "02a342b2-8c43-4901-be5e-0e480f582fcc",
                                        "tagID": 1,
                                        "description": "sample string 1",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "70"
                                      }
                                    ],
                                    "alternateProductG_UID": "rt3XKyj7A0yQ6mySLDvaEQ==",
                                    "alternateProduct": "2bd7ddae-fb28-4c03-90ea-6c922c3bda11",
                                    "productHostCode": {
                                      "$id": "71",
                                      "id": 1,
                                      "pluG_UID": "2/09F+xv/ke9f324yuLxrQ==",
                                      "pluGuid": "173dfddb-6fec-47fe-bd7f-7db8cae2f1ad",
                                      "ibaCode": "sample string 2"
                                    },
                                    "mscCat": {
                                      "$ref": "54"
                                    },
                                    "mscCom": {
                                      "$ref": "55"
                                    },
                                    "mscDep": {
                                      "$ref": "57"
                                    },
                                    "mscSubCom": {
                                      "$ref": "56"
                                    },
                                    "isUserUpdate": true,
                                    "ignoreMasterProduct": true,
                                    "priceGroupLabelRequested": true,
                                    "firstSold": "2025-06-14T06:36:13.3948506",
                                    "inventoryTracked": "2025-06-14T06:36:13.3948506",
                                    "isNormalPriceChangesCampaign": true
                                  },
                                  "supplier": {
                                    "$ref": "16"
                                  },
                                  "serviceFee": {
                                    "$id": "72",
                                    "id": 1,
                                    "description": "sample string 1",
                                    "fee": 1
                                  },
                                  "isPrimaryHost": true,
                                  "hostVendor": 46
                                },
                                {
                                  "$ref": "19"
                                }
                              ],
                              "orderCycleHeaders": [
                                {
                                  "$id": "73",
                                  "storeID": 1,
                                  "supplierIdentifier": "5xQttbSqQ0KA5SPADnPdfQ==",
                                  "supplierGuid": "b52d14e7-aab4-4243-80e5-23c00e73dd7d",
                                  "departmentCode": "sample string 2",
                                  "warehouseDirectIndicator": "sample string 3",
                                  "type": 4,
                                  "storeName": "sample string 5",
                                  "departmentName": "sample string 6",
                                  "orderDays": 7
                                },
                                {
                                  "$ref": "73"
                                }
                              ],
                              "cycles": [
                                {
                                  "$id": "74",
                                  "storeID": 1,
                                  "supplierIdentifier": "qB/QHmjevku8atfFexB6QA==",
                                  "supplierGuid": "1ed01fa8-de68-4bbe-bc6a-d7c57b107a40",
                                  "departmentCode": "sample string 2",
                                  "warehouseDirectIndicator": "sample string 3",
                                  "type": 4,
                                  "cutOffWeek": 5,
                                  "cutOffDay": 6,
                                  "cutOffTime": "00:00:00.1234567",
                                  "leadTime": 7,
                                  "daysBuffer": 8,
                                  "supplierName": "sample string 9",
                                  "cutOffDate": "2025-06-14T06:36:13.3948506",
                                  "deliveryDate": "2025-06-14T06:36:13.3948506",
                                  "nextCutOffDate": "2025-06-14T06:36:13.3948506",
                                  "nextDeliveryDate": "2025-06-14T06:36:13.3948506",
                                  "nextDaysBuffer": 10
                                },
                                {
                                  "$ref": "74"
                                }
                              ],
                              "store": {
                                "$ref": "12"
                              },
                              "updated": "2025-06-14T06:36:13.3948506",
                              "isHost": true
                            },
                            "files": [
                              {
                                "$id": "75",
                                "id": "sample string 1",
                                "fileName": "sample string 2",
                                "extension": "sample string 3",
                                "provider": 0,
                                "type": 0,
                                "hostType": "sample string 4",
                                "createdUtc": "2025-06-14T06:36:13.3948506",
                                "processed": "2025-06-14T06:36:13.3948506",
                                "isProcessing": true,
                                "processedCount": 6,
                                "processingTime": 1,
                                "collectedUtc": "2025-06-14T06:36:13.3948506",
                                "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": "15"
                                },
                                "metcashHeader": {
                                  "$id": "76",
                                  "customerNumber": "sample string 1",
                                  "creationDate": "2025-06-14T06:36:13.3948506",
                                  "businessPillar": "sample string 3",
                                  "fileType": "sample string 4"
                                }
                              },
                              {
                                "$ref": "75"
                              }
                            ],
                            "zoneMatrix": [
                              {
                                "$id": "77",
                                "id": 1,
                                "hostIdentifier": "vh/O51OfzkaAkSuGm9a1xQ==",
                                "hostIdentifierGuid": "e7ce1fbe-9f53-46ce-8091-2b869bd6b5c5",
                                "storeID": 1,
                                "departmentCode": "sample string 2",
                                "hostGuids": [
                                  "6f768e99-fbdc-4359-b048-8e2b66c51923",
                                  "da7961c9-9cd9-40cb-a87a-358f3f1ddb4a"
                                ]
                              },
                              {
                                "$ref": "77"
                              }
                            ],
                            "hostFileStoreSetting": {
                              "$ref": "14"
                            },
                            "hostStoreSettings": [
                              {
                                "$ref": "14"
                              },
                              {
                                "$ref": "14"
                              }
                            ],
                            "promotionPlacements": [
                              {
                                "$id": "78",
                                "identifier": "As4oNVLgNUuPTj3snGodDA==",
                                "identifierGuid": "3528ce02-e052-4b35-8f4e-3dec9c6a1d0c",
                                "code": "sample string 2",
                                "description": "sample string 3",
                                "isAdvertised": true
                              },
                              {
                                "$ref": "78"
                              }
                            ],
                            "promoTypeGuids": [
                              "6c16d910-b967-4a61-818e-2c546396ba20",
                              "93fde912-98f1-41f3-b2c4-63f6b8207fa9"
                            ],
                            "isPromotionOnly": false,
                            "isOrderable": false,
                            "vendor": 0
                          },
                          "groupIDs": [
                            1,
                            2
                          ],
                          "hostDescription": "sample string 24"
                        },
                        {
                          "$ref": "14"
                        }
                      ],
                      "accounts": [
                        {
                          "$id": "79",
                          "id": 1,
                          "storeID": 1,
                          "accountName": "sample string 2",
                          "bsb": "sample string 3",
                          "accountNumber": "sample string 4",
                          "accountDesignated": true
                        },
                        {
                          "$ref": "79"
                        }
                      ],
                      "sales": [
                        {
                          "$id": "80",
                          "id": 1,
                          "storeID": 1,
                          "externalSalesType": 2,
                          "ftpSiteID": 1,
                          "lastSaleProcessed": "2025-06-14T06:36:13.3948506",
                          "ftpSite": {
                            "$id": "81",
                            "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": "80"
                        }
                      ],
                      "zoneMatrix": [
                        {
                          "$ref": "77"
                        },
                        {
                          "$ref": "77"
                        }
                      ],
                      "cashManagements": [
                        {
                          "$id": "82",
                          "id": 1,
                          "storeID": 1,
                          "cashManagementType": 2,
                          "apiID": 1,
                          "organisationID": "sample string 3",
                          "siteName": "sample string 4",
                          "thirdPartyAPI": {
                            "$id": "83",
                            "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": "82"
                        }
                      ],
                      "updateStoreID": "a16a8450-e7c3-43d4-b226-6fb0db63d80e",
                      "updateStore": {
                        "$id": "84",
                        "id": "6a25c94b-9909-451a-bf50-4abf4c992938",
                        "name": "sample string 1",
                        "lastActivity": "2025-06-14T06:36:13.3948506",
                        "zone": "sample string 2",
                        "timeZoneOffset": 0.0,
                        "businessHoursStart": "00:00:00.1234567",
                        "businessHoursEnd": "00:00:00.1234567",
                        "master": true,
                        "lastIP": "sample string 10",
                        "lastHostName": "sample string 11",
                        "ping": 1,
                        "pingStatus": "sample string 12",
                        "lastUpdateCompleted": "2025-06-14T06:36:13.3948506"
                      },
                      "timeZoneId": "sample string 53",
                      "securityOptions": {
                        "$id": "85",
                        "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"
                      }
                    }
                  },
                  {
                    "$ref": "11"
                  }
                ]
              },
              "customer": {
                "$ref": "2"
              },
              "communityOrganisation": {
                "$id": "86",
                "id": 1,
                "identifier": "RB1SuhRyjE22GccaWOWutA==",
                "identifierGuid": "ba521d44-7214-4d8c-b619-c71a58e5aeb4",
                "name": "sample string 3",
                "lookupIdentifier": "sample string 4",
                "externalID": "sample string 5",
                "phone": "sample string 6",
                "fax": "sample string 7",
                "email": "sample string 8",
                "address1": "sample string 9",
                "address2": "sample string 10",
                "city": "sample string 11",
                "postCode": "sample string 12",
                "state": "sample string 13",
                "country": "sample string 14",
                "totalAmountAwarded": 15.1,
                "updated": "2025-06-14T06:36:13.3948506",
                "deleted": true
              },
              "details": [
                {
                  "$id": "87",
                  "saleItemID": 1,
                  "identifier": "nOY1FhmOzEGcKZpXyCf7nQ==",
                  "identifierGuid": "1635e69c-8e19-41cc-9c29-9a57c827fb9d",
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "N9GhoCIqtUa3rZsQUTl/tg==",
                  "pluGuid": "a0a1d137-2a22-46b5-b7ad-9b1051397fb6",
                  "accountID": "4TCY04kPzE60wnrHoVs00g==",
                  "accountIDGuid": "d39830e1-0f89-4ecc-b4c2-7ac7a15b34d2",
                  "normalPrice": 3,
                  "originalSellingPrice": 4,
                  "discountPrice": 5,
                  "unit": 1,
                  "quantity": 6,
                  "totalCents": 7,
                  "fixedPrice": 1,
                  "tranType": 1,
                  "discountType": 1,
                  "cost": 1,
                  "costDecimals": 8,
                  "markdown": 1,
                  "manualQuantity": 1,
                  "manualPrice": 1,
                  "manualMode": 1,
                  "active": 1,
                  "offline": true,
                  "barcode": "sample string 9",
                  "keyedSale": 1,
                  "discountedID": 1,
                  "fuelID": 1,
                  "serialNumber": "sample string 10",
                  "bestOrExpire": "2025-06-14T06:36:13.3948506",
                  "bestOrExpireType": 1,
                  "providerName": "sample string 11",
                  "refundG_UID": "2pReUUdwlUyVlpvcZS9waA==",
                  "refundGuid": "515e94da-7047-4c95-9596-9bdc652f7068",
                  "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": "QnjOTLT/+UmL90b8jotkAA==",
                  "idempotentVoidGuid": "4cce7842-ffb4-49f9-8bf7-46fc8e8b6400",
                  "priceLevelIdentifier": "Czf56X9feUmEmebbguMutA==",
                  "priceLevelIdentifierGuid": "e9f9370b-5f7f-4979-8499-e6db82e32eb4",
                  "productName": "sample string 23",
                  "apn": "sample string 24",
                  "unknownScans": [
                    {
                      "$id": "88",
                      "id": 1,
                      "saleDetailID": 2,
                      "storeID": 1,
                      "scanned": "2025-06-14T06:36:13.3948506",
                      "operatorG_UID": "QEA=",
                      "barcode": "sample string 4",
                      "processed": 1
                    },
                    {
                      "$ref": "88"
                    }
                  ],
                  "refund": {
                    "$id": "89",
                    "id": 1,
                    "g_UID": "fQ/6G3/GlUiNgx0hJJir0Q==",
                    "guid": "1bfa0f7d-c67f-4895-8d83-1d212498abd1",
                    "description": "sample string 1",
                    "dumped": true,
                    "inventoryReasonID": 1,
                    "sortOrder": 1,
                    "updated": "2025-06-14T06:36:13.3948506"
                  },
                  "modifier": {
                    "$id": "90",
                    "id": 1,
                    "setG_UID": "sDw0eu7JVket85CrF7q4HA==",
                    "modifierSetGuid": "7a343cb0-c9ee-4756-adf3-90ab17bab81c",
                    "name": "sample string 2",
                    "price": 1,
                    "quantity": 1,
                    "modifierType": 1,
                    "groupNumber": 1,
                    "pageNumber": 1,
                    "controlOrder": 1,
                    "printToStation": true,
                    "pluG_UID": "w4jbSrIT7kOe3NCz8SXzBg==",
                    "pluGuid": "4adb88c3-13b2-43ee-9edc-d0b3f125f306",
                    "deleted": true,
                    "g_UID": "WogYoqgifUC/RH3/HHPE9A==",
                    "guid": "a218885a-22a8-407d-bf44-7dff1c73c4f4",
                    "product": {
                      "$ref": "21"
                    }
                  },
                  "priceLevelName": "sample string 25",
                  "pumpNumber": 1,
                  "hoseNumber": 1
                },
                {
                  "$ref": "87"
                }
              ],
              "eftReceipts": [
                {
                  "$id": "91",
                  "id": 1,
                  "storeID": 1,
                  "saleHeaderID": 2,
                  "storeSaleHeader": {
                    "$ref": "9"
                  },
                  "receipt": "sample string 3",
                  "processed": 1
                },
                {
                  "$ref": "91"
                }
              ],
              "payments": [
                {
                  "$ref": "8"
                },
                {
                  "$ref": "8"
                }
              ],
              "cards": [
                {
                  "$id": "92",
                  "id": 1,
                  "saleHeaderID": 1,
                  "identifier": "sample string 2",
                  "cardType": 3,
                  "providerName": "sample string 4"
                },
                {
                  "$ref": "92"
                }
              ],
              "campaignHits": [
                {
                  "$id": "93",
                  "id": 1,
                  "saleHeaderID": 2,
                  "campaign": "sample string 3",
                  "name": "sample string 4",
                  "processed": 1,
                  "campaignDescription": "sample string 5"
                },
                {
                  "$ref": "93"
                }
              ],
              "fuel": [
                {
                  "$id": "94",
                  "id": 1,
                  "plu": 1,
                  "pluG_UID": "qhhBPVfBME6ql2tElsbTEg==",
                  "pluGuid": "3d4118aa-c157-4e30-aa97-6b4496c6d312",
                  "saleHeaderID": 2,
                  "totalCents": 3,
                  "grade": 1,
                  "gradeDescription": "sample string 4",
                  "dispenser": 1,
                  "hose": 1,
                  "quantity": 1,
                  "cost": 1,
                  "acquirerNum": 1,
                  "attendant": 1,
                  "ePurseBalance": 1.0,
                  "cardSignature": "sample string 5",
                  "compartmentNumber": 1,
                  "contractNumber": 1,
                  "discountCardPAN": "sample string 6",
                  "discountID": 1,
                  "discountName": "sample string 7",
                  "discountNetValue": 1.0,
                  "discountType": 1,
                  "discountValue": 1.0,
                  "discretionaryData": "sample string 8",
                  "driverID": "sample string 9",
                  "eftBatchNumber": 1,
                  "eftResponseCode": "sample string 10",
                  "endDateTime": "2025-06-14T06:36:13.3948506",
                  "engineHours": 1.1,
                  "fposNumber": 1,
                  "loyaltyCardPAN": "sample string 11",
                  "miscData1": 1,
                  "miscData2": "sample string 12",
                  "miscFlags": 1,
                  "mop": 1,
                  "odometer": 1,
                  "panNumber": "sample string 13",
                  "saleRefund": true,
                  "saleStatus": 1,
                  "sequenceNumber": 1,
                  "stan": 1,
                  "startDateTime": "2025-06-14T06:36:13.3948506",
                  "tagNumber": "sample string 15",
                  "trackTwoRem": "sample string 16",
                  "transCode": 1,
                  "transType": 1,
                  "unitPrice": 1.0,
                  "vehicleReg": "sample string 17",
                  "offline": true,
                  "processed": 1
                },
                {
                  "$ref": "94"
                }
              ],
              "fuelResells": [
                {
                  "$id": "95",
                  "saleItemID": 1,
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "KOfQTohiH0qeyjg3t/G3+g==",
                  "pluGuid": "4ed0e728-6288-4a1f-9eca-3837b7f1b7fa",
                  "accountID": "ylXauJc4x0ONpKqWTSAmmw==",
                  "accountIDGuid": "b8da55ca-3897-43c7-8da4-aa964d20269b",
                  "normalPrice": 3,
                  "originalSellingPrice": 4,
                  "discountPrice": 5,
                  "unit": 1,
                  "quantity": 6,
                  "totalCents": 7,
                  "fixedPrice": 1,
                  "tranType": 1,
                  "processed": 1,
                  "discountType": 1,
                  "cost": 1,
                  "costDecimals": 1,
                  "markdown": 1,
                  "manualQuantity": 1,
                  "manualPrice": 1,
                  "manualMode": 1,
                  "active": 1,
                  "barcode": "sample string 8",
                  "offline": 1,
                  "keyedSale": 1,
                  "discountedID": 1,
                  "fuelID": 1,
                  "serialNumber": "sample string 9",
                  "bestOrExpire": "2025-06-14T06:36:13.3948506",
                  "bestOrExpireType": 1,
                  "refundG_UID": "r19jLoQlOE6MFMikj7wKFQ==",
                  "refundGuid": "2e635faf-2584-4e38-8c14-c8a48fbc0a15",
                  "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": "95"
                }
              ],
              "customerOrder": [
                {
                  "$ref": "1"
                },
                {
                  "$ref": "1"
                }
              ],
              "surveyResponses": [
                {
                  "$id": "96",
                  "surveyG_UID": "GAxkQkS6uUyFb8opI0Zu1Q==",
                  "surveyGuid": "42640c18-ba44-4cb9-856f-ca2923466ed5",
                  "saleHeaderGuid": "MS+tYar0F0ivsmBN32FLQQ==",
                  "saleGuid": "61ad2f31-f4aa-4817-afb2-604ddf614b41",
                  "textResponse": "sample string 1",
                  "integerResponse": 1,
                  "g_UIDResponse": "N1jxagIIGUyoLP4ftxb4SA==",
                  "guidResponse": "6af15837-0802-4c19-a82c-fe1fb716f848",
                  "whoAnswered": 2,
                  "answeredAtUTC": "2025-06-14T06:36:13.3948506",
                  "sale": {
                    "$ref": "9"
                  },
                  "survey": {
                    "$id": "97",
                    "g_UID": "hBkjTCPBCEKVswNU1fyaSg==",
                    "guid": "4c231984-c123-4208-95b3-0354d5fc9a4a",
                    "name": "sample string 1",
                    "storeID": 2,
                    "zoneID": 1,
                    "checkoutFormG_UID": "MVMXcPu6kEyqN/8dshedow==",
                    "checkoutFormGuid": "70175331-bafb-4c90-aa37-ff1db2179da3",
                    "displayToWho": 3,
                    "displayWhen": 4,
                    "start": "2025-06-14T06:36:13.3948506",
                    "end": "2025-06-14T06:36:13.3948506",
                    "deleted": true,
                    "updated": "2025-06-14T06:36:13.3948506",
                    "possibleIntegerResponses": [
                      1,
                      2
                    ],
                    "possibleTextResponses": [
                      "sample string 1",
                      "sample string 2"
                    ],
                    "possibleGuidResponses": [
                      "f7dbea57-2a08-4bd2-b1c6-bfa4f480285a",
                      "ec2768cf-9dfc-487f-8fa7-ba4c833263df"
                    ],
                    "allowsAllTextResponses": true,
                    "surveyForm": {
                      "$ref": "39"
                    }
                  },
                  "ingressId": "sample string 4"
                },
                {
                  "$ref": "96"
                }
              ],
              "storeName": "sample string 38",
              "machineName": "sample string 39",
              "operatorName": "sample string 40",
              "direction": 1,
              "reason": "sample string 41",
              "accountG_UID": "QHjr+Fc38ke/7CFhxKRPhA==",
              "accountIdentifier": "f8eb7840-3757-47f2-bfec-2161c4a44f84",
              "accountName": "sample string 42",
              "customerOrderIdentifier": "zAEWHCs4ZEO5ZAI1IHucFw==",
              "customerOrderIdentifierGuid": "1c1601cc-382b-4364-b964-0235207b9c17",
              "priceLevelName": "sample string 43",
              "revision": 44,
              "ingressId": "sample string 45"
            },
            "metadata": {
              "$id": "98",
              "id": 1,
              "paymentID": 2,
              "paymentIdentifier": "F+P/o1dGQkejIE4Gir28AA==",
              "paymentIdentifierGuid": "a3ffe317-4657-4742-a320-4e068abdbc00",
              "identifier": "dDLyhpgCi0GTb+7yipS+cQ==",
              "identifierGuid": "86f23274-0298-418b-936f-eef28a94be71",
              "metadata": "sample string 3",
              "signatureImage": "QEA=",
              "itemIdentifier": "yxx2UNGaxk+yY+TYA2/WHQ==",
              "itemIdentifierGuid": "50761ccb-9ad1-4fc6-b263-e4d8036fd61d"
            }
          },
          {
            "$ref": "8"
          }
        ]
      },
      {
        "$ref": "3"
      }
    ],
    "customerGroupMembers": [
      {
        "$ref": "7"
      },
      {
        "$ref": "7"
      }
    ],
    "customerGroups": [
      {
        "$ref": "6"
      },
      {
        "$ref": "6"
      }
    ],
    "accounts": [
      {
        "$ref": "4"
      },
      {
        "$ref": "4"
      }
    ],
    "account": {
      "$ref": "4"
    },
    "vouchers": [
      {
        "$id": "99",
        "customerIdentifier": "/fNc3PUbt0CJPklfZREGcw==",
        "customerIdentifierGuid": "dc5cf3fd-1bf5-40b7-893e-495f65110673",
        "voucherName": "sample string 2",
        "count": 3,
        "storeID": 4,
        "barcode": "sample string 5",
        "redeemCount": 6,
        "issueCount": 7,
        "storeSalePaymentID": 1,
        "idempotentID": "Dw0+UbesLUut8cpTf/UZOQ==",
        "idempotentGuid": "513e0d0f-acb7-4b2d-adf1-ca537ff51939",
        "offline": true,
        "voucher": {
          "$id": "100",
          "id": 1,
          "name": "sample string 2",
          "description": "sample string 3",
          "shortDescription": "sample string 4",
          "url": "sample string 5",
          "barcodeTemplateID": 1,
          "expiry": 0,
          "voucherType": 6,
          "limitPerTransaction": 7,
          "customerTracking": true,
          "discountAccount": "sample string 9",
          "endDate": "2025-06-14T06:36:13.3948506",
          "barcodeTemplate": {
            "$id": "101",
            "templateID": 1,
            "template": "sample string 1",
            "bcFunction": "sample string 2",
            "sortOrder": 3
          },
          "scaleLabel": {
            "$id": "102",
            "id": 1,
            "uid": "sample string 2",
            "name": "sample string 3",
            "width": 1.1,
            "height": 1.1,
            "showBorder": true,
            "borderWidth": 1.1,
            "borderStyle": 1,
            "borderColour": "sample string 5",
            "updated": "2025-06-14T06:36:13.3948506",
            "labelPageLayout": "o5CrCQD0fUW5a5iZ4dxXvA==",
            "pageLayoutGuid": "09ab90a3-f400-457d-b96b-9899e1dc57bc",
            "labelType": 6,
            "oldName": "sample string 7",
            "voucher": {
              "$ref": "100"
            },
            "elements": [
              {
                "$id": "103",
                "id": 1,
                "scaleLabelID": 2,
                "showPercentDI": true,
                "showAvgPerHundred": true,
                "showAvgPerServe": true,
                "name": "sample string 6",
                "x": 1.1,
                "y": 1.1,
                "width": 1.1,
                "height": 1.1,
                "type": 1,
                "rotation": 1,
                "text": "sample string 7",
                "fontFamily": "sample string 8",
                "align": 1,
                "bold": true,
                "italic": true,
                "underline": true,
                "strikeout": true,
                "reverse": true,
                "textColour": "sample string 9",
                "fontSize": 1.1,
                "picture": "QEA=",
                "borderWidth": 10,
                "sortOrder": 11,
                "printOptions": 12,
                "superScriptTextFontSize": 1.1,
                "lineStyle": 1,
                "spacingStyle": 1,
                "interCharacterSpacing": 1.1,
                "superScriptOffset": 1.1,
                "lineSpacing": 1.1,
                "dateFormat": "sample string 13",
                "autoGrow": true,
                "fontAutoResize": true,
                "updated": "2025-06-14T06:36:13.3948506"
              },
              {
                "$ref": "103"
              }
            ]
          },
          "customerVouchers": [
            {
              "$id": "104",
              "id": 1,
              "customerIdentifier": "kdJ+/qnzLk60kuoOgOjZwA==",
              "customerIdentifierGuid": "fe7ed291-f3a9-4e2e-b492-ea0e80e8d9c0",
              "voucherID": 3,
              "voucherName": "sample string 4",
              "storeID": 1,
              "barcode": "sample string 5",
              "dateOfIssue": "2025-06-14T06:36:13.3948506",
              "issuedSaleHeaderID": 1,
              "issuedSaleIdentifier": "sample string 7",
              "issuedOfflinePaymentID": 1,
              "issuedIdempotentID": "iqGV9PdCj0G93WmDUL2cJg==",
              "issuedIdempotentGuid": "f495a18a-42f7-418f-bddd-698350bd9c26",
              "issuedOffline": true,
              "issuedUser": "sample string 9",
              "issuedNotes": "sample string 10",
              "expiryDate": "2025-06-14T06:36:13.3948506",
              "expiredUser": "sample string 11",
              "expiredNotes": "sample string 12",
              "redeemed": "2025-06-14T06:36:13.3948506",
              "redeemedSaleHeaderID": 1,
              "redeemedSaleIdentifier": "sample string 13",
              "redeemedOfflinePaymentID": 1,
              "redeemedIdempotentID": "yQdWb09wDUWM9qmO+3L0JQ==",
              "redeemedIdempotentGuid": "6f5607c9-704f-450d-8cf6-a98efb72f425",
              "redeemedUser": "sample string 14",
              "redeemedNotes": "sample string 15",
              "redeemedOffline": true,
              "updated": "2025-06-14T06:36:13.3948506",
              "storeName": "sample string 17",
              "scaleLabel": {
                "$ref": "102"
              },
              "voucher": {
                "$ref": "100"
              },
              "customer": {
                "$ref": "2"
              },
              "issuedOfflinePayment": {
                "$ref": "8"
              },
              "redeemedOfflinePayment": {
                "$ref": "8"
              }
            },
            {
              "$ref": "104"
            }
          ]
        },
        "customer": {
          "$ref": "2"
        }
      },
      {
        "$ref": "99"
      }
    ]
  },
  "operator": {
    "$ref": "10"
  },
  "details": [
    {
      "$id": "105",
      "headerID": 1,
      "plu": 1,
      "pluG_UId": "SuJvlW6mNEO8yR7Gg/8LEg==",
      "pluGuid": "956fe24a-a66e-4334-bcc9-1ec683ff0b12",
      "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": "c7JAVKuEc0eOd0afBCIVqA==",
      "headerIdentifierGuid": "5440b273-84ab-4773-8e77-469f042215a8",
      "product": {
        "$ref": "21"
      }
    },
    {
      "$ref": "105"
    }
  ],
  "storeName": "sample string 11",
  "customerName": "sample string 12",
  "storeReplyTo": "sample string 13",
  "storeSubjectLine": "sample string 14",
  "storeSaleHeader": {
    "$ref": "9"
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�4�Z&�*�5xl/workbook.xml �(�����0��&�C��R0�p��Ճ��m�?ik��-%�x�3;��ɸ�1f@5j_��lA�o(�Ƃ���8�C��EL��jӾ�@��x%F��^H��B����yԸ��W�Bln��0�$��֝MD��M��.�B�+(q��(9���F��qx\(�iv�[��g������w�PK�4�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�4�Z>��''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Ree6e75f0241144af" /></Relationships>PK�4�Z��0�IGxl/worksheets/sheet1.xml �(���[s�<��������9tܤ9�����wL`p�v���O8�k
�f��Jz��Z���ˇ�9͋E��4"a��&�t���O��ߎ/Y����iX|U���p^��'q\L��r\D�c��c�,_�K�3����l1Iϲ��2]�1"�<}�v�b�x,��l��*�t<���|xM�/V�h0]����y:�	=I.!�Ѡ�o�K�x�[��e�?��ÐTl܁ϫٯ�`���O�M�r�.��UIT1�졨���Z�0X��U�/�i9�O,�I�91T���̖w�a��56�g*b ��R3ƍ��6�lo"ʉ�;�o���qb'�q@"0�����x���Ϋ6q��8���ƙM���UG�	.��P0fw<%��y�Rk��"��[k5�E#��������\�v���`�I$�9-��Ek1q����S׬o
�h�v�H.�ђ�����rT�����c38�QulgD����,IM��a����Q�<	��j�Ehx�D��if@KMx�`���f�*&�Y��"�fʨ�Z)��z`g�E��z�UB��*z�-8/BË2�	�
̈>%���E����J��=�����N������ާ��"�^�,R�0)��T�.����R��������i���oM��ޣ�2�IF���<�����/k��j�4W�����?s�d�'%����({�R��"~��T���q9
��%ȫa�~���Ǣ����Ka/M�#2��ױ�]��m�K@�8��M���M�w	�&.��l�]B���.��ć.a��G�bH�O��ك Y�x��W���� H�oI{�A���=��A���qR�փ u�<R��A��� H����x�������
	�xJ�‰��8�#C'��dH��S��V9�
k۵��Z�
B��� H�S�xz�Ys���'5:��f8Z�Es-�9�r^�o��A&��cӟ�g��A�ž��.4@JP!`�|�����?z�?�}�p?<��Տ���n����:�_�14��VN\����M����&p�aP�M<UǑ9�s��텇������u�ڔ�Ƶj���i~�ee�W���F�PK�4�Z�h��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞86	N��ݰa[z��3����.г��H\�H�J,�t5��ӓf>�?6��id/���l
"ˁ�5�lW�)�w춛=��D�9��bC
}���`z�0dn&�:��Ɣ���h���y�����Lv8���k��У3��l��_�?��(;��(��S
�D��������J�{��Q���L-��H���;_�TJ��hU���ۛ���y�>]z�,/�hEؠ�%jY������~PK�4�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�4�Z`R��>xl/sharedStrings.xml �(��XYo��~�� �9�x��^h|ja���&d�H�dQb�װ���`��V7I�d�� X������u/~z���T4)��3�\?�@Q�o/Ͼn�4�lB�#�9\�큞M~����M�hN/�v����S� #�(!G$.��0|��SZV@"�`Y:5uݝf$��&aQ����F!u�����@@���ZD��$N������)����:�$�fLy�"��c���*'隤p\ؚ�w��"So�d��뚲"���C�fO%TՑ%t��?�*^�W^�Ȓ��d�J�}]de

`]�e���_�$���`��7}#���+ُ�󲬊�o$�.���&�
A	�~	lWH��Q�ٗp
G{��s�1?��0���5"�LҠ�_��C+(��F
�������$W����9�H�=e���3���1�;�yq��K4��b��f��aD�C`fI�(�a�E�š3�ư�q����k�,�i��Y�g۱�۞�ҕ~�N:�|K�M��OǨ��:�,IΦ���x���_�򞔓���
�<��#�pMK�
�k����oka��x6�0����}h�#w$K�=w��[���͕���'�k�C�o�ʐˡ�O��b;dp���5�t&�'��dX���s��M:�q`EPjH��CM	�	���\B]��,�6�ƈ�6���
C>��R��
a�[�F��	3n��;,�2.�,�DaH�m��2lll:xlm9A<30X4���l�gZ��q��hB����脷����'8�Rb@!�NX�E��IS�WE]���ؓ��QF;�dj;gG����I�U焨�>WI���iK��ZS�.�&�D#��i��;Z@\[����|�vMODÒT�p�GB���D�>$^>��6AE*a?����0��������r�"��O�|��$�Ba�ܦ{^�����Mפ���.|��,���������E�����ߏ����b��J���-}��Zϰ�ki���Mf��D��lj�aB���u��wEŔ�)�IEհ���*<�L(}-�H]k�1t~�Hxc�B��[�l�*PE����P�#�Y��l���oR!'�����T�YQ��ɷ;ß��M�~,�[�y�΍��-��t9���y����|��i��
�S�|�pZ!|�CF>��nO�
U=w��*�9u�
~�I5�Z��E.�_�P��%1;UL��#�%	w�g��7y���;�	}O��"Mq6ą���CXr��������?I�Kl�)=�]^�wƤ�_��ߔ���
�.�}�ٌ��:�p�\�a��-���c��Z[ߤ��;5nw�E����|�$�6spF��!��Gv �]�NDLˁ	Fҏٔ�JHZ���m3hF�Ǯy֒�������{U�iD���!�R�&3$*G.�����$��A)A[�C�t�jR6d�T$�DD�MBE�Jo�IJ|��miiǛ"ġ��"+��[FsSo�W�J��z1NC^�0�C��J7
B�]��� �������Ӎ!�����
70�����������K��ω��sA�m���X�	��0ܙ�u92��ht��F�K��!���=�mF�f����nsVo�</�0��N5i��L��+��l��eU�2�5�'-�x�z�o�~���z�	J�
�f!�3�HN2��DD��O���0-�q�C0�G���ks����m��iM�]´���d%O�f�E�"�8��G�W�����P쏦����Pz�@Ga��U|~���=�l8���
d�"$,��ÒxC����je	;�3!Z-�oR�ݚI����A�{%s��'"Ks���,pLύ�����hvD��۬{a833�c��L���d�	�wZg���U����~��Ѡ�t�a�7�>�+HOՖ�	�{x���G��;����d��pW��045I��C2`��!=�i2MU;���}]W/��C��jA�cC��7@���7y_�e� |Fؑ�U�����6�~8��H�
^:|�E��ߦ�g;�avJ)��PK-�4�Z&�*�5xl/workbook.xmlPK-�4�Z����	�[Content_Types].xmlPK-
�4�Z>��''V_rels/.relsPK-�4�Z��0�IG�xl/worksheets/sheet1.xmlPK-�4�Z�h��P]xl/_rels/workbook.xml.relsPK-�4�ZЃc'2E
�	xl/styles.xmlPK-�4�Z`R��>xl/sharedStrings.xmlPK�Y

application/vnd.ms-excel

Sample:
PK�4�Z��v^�5xl/workbook.xml �(�����0��&�C���FR8q�����4П�5���H�yۙ��v���Pk=����mA{�MΘkz��ڠ
�N[	>H�b��D��n��g�$ɘ������8���a9cZ�#z9.(	B�r�#��͞'e0ֺ�I�b�)a�ETD�ĂV����ۂ���\�ᑜn��:k�+�����w�PK�4�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�4�ZP���''_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="R263706cf05144063" /></Relationships>PK�4�Z��0�IGxl/worksheets/sheet1.xml �(���[s�<��������9tܤ9�����wL`p�v���O8�k
�f��Jz��Z���ˇ�9͋E��4"a��&�t���O��ߎ/Y����iX|U���p^��'q\L��r\D�c��c�,_�K�3����l1Iϲ��2]�1"�<}�v�b�x,��l��*�t<���|xM�/V�h0]����y:�	=I.!�Ѡ�o�K�x�[��e�?��ÐTl܁ϫٯ�`���O�M�r�.��UIT1�졨���Z�0X��U�/�i9�O,�I�91T���̖w�a��56�g*b ��R3ƍ��6�lo"ʉ�;�o���qb'�q@"0�����x���Ϋ6q��8���ƙM���UG�	.��P0fw<%��y�Rk��"��[k5�E#��������\�v���`�I$�9-��Ek1q����S׬o
�h�v�H.�ђ�����rT�����c38�QulgD����,IM��a����Q�<	��j�Ehx�D��if@KMx�`���f�*&�Y��"�fʨ�Z)��z`g�E��z�UB��*z�-8/BË2�	�
̈>%���E����J��=�����N������ާ��"�^�,R�0)��T�.����R��������i���oM��ޣ�2�IF���<�����/k��j�4W�����?s�d�'%����({�R��"~��T���q9
��%ȫa�~���Ǣ����Ka/M�#2��ױ�]��m�K@�8��M���M�w	�&.��l�]B���.��ć.a��G�bH�O��ك Y�x��W���� H�oI{�A���=��A���qR�փ u�<R��A��� H����x�������
	�xJ�‰��8�#C'��dH��S��V9�
k۵��Z�
B��� H�S�xz�Ys���'5:��f8Z�Es-�9�r^�o��A&��cӟ�g��A�ž��.4@JP!`�|�����?z�?�}�p?<��Տ���n����:�_�14��VN\����M����&p�aP�M<UǑ9�s��텇������u�ڔ�Ƶj���i~�ee�W���F�PK�4�Z��]�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞ة�EM�a�m��=N�&vd����G�
XEWb�������4����޾�9��5��FZ5���S�
l7�=N"�	?��'q����GJ�p>������"���t�(z�+�*�R�2����V�Qⓕ�M�L_�;�19�c����5�Y�٩���u.�K%+]`Y�wS��2�������5u)��j�
.�]e�P=/�:��DM�"�-k��PL^���_l�PK�4�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�4�Z`R��>xl/sharedStrings.xml �(��XYo��~�� �9�x��^h|ja���&d�H�dQb�װ���`��V7I�d�� X������u/~z���T4)��3�\?�@Q�o/Ͼn�4�lB�#�9\�큞M~����M�hN/�v����S� #�(!G$.��0|��SZV@"�`Y:5uݝf$��&aQ����F!u�����@@���ZD��$N������)����:�$�fLy�"��c���*'隤p\ؚ�w��"So�d��뚲"���C�fO%TՑ%t��?�*^�W^�Ȓ��d�J�}]de

`]�e���_�$���`��7}#���+ُ�󲬊�o$�.���&�
A	�~	lWH��Q�ٗp
G{��s�1?��0���5"�LҠ�_��C+(��F
�������$W����9�H�=e���3���1�;�yq��K4��b��f��aD�C`fI�(�a�E�š3�ư�q����k�,�i��Y�g۱�۞�ҕ~�N:�|K�M��OǨ��:�,IΦ���x���_�򞔓���
�<��#�pMK�
�k����oka��x6�0����}h�#w$K�=w��[���͕���'�k�C�o�ʐˡ�O��b;dp���5�t&�'��dX���s��M:�q`EPjH��CM	�	���\B]��,�6�ƈ�6���
C>��R��
a�[�F��	3n��;,�2.�,�DaH�m��2lll:xlm9A<30X4���l�gZ��q��hB����脷����'8�Rb@!�NX�E��IS�WE]���ؓ��QF;�dj;gG����I�U焨�>WI���iK��ZS�.�&�D#��i��;Z@\[����|�vMODÒT�p�GB���D�>$^>��6AE*a?����0��������r�"��O�|��$�Ba�ܦ{^�����Mפ���.|��,���������E�����ߏ����b��J���-}��Zϰ�ki���Mf��D��lj�aB���u��wEŔ�)�IEհ���*<�L(}-�H]k�1t~�Hxc�B��[�l�*PE����P�#�Y��l���oR!'�����T�YQ��ɷ;ß��M�~,�[�y�΍��-��t9���y����|��i��
�S�|�pZ!|�CF>��nO�
U=w��*�9u�
~�I5�Z��E.�_�P��%1;UL��#�%	w�g��7y���;�	}O��"Mq6ą���CXr��������?I�Kl�)=�]^�wƤ�_��ߔ���
�.�}�ٌ��:�p�\�a��-���c��Z[ߤ��;5nw�E����|�$�6spF��!��Gv �]�NDLˁ	Fҏٔ�JHZ���m3hF�Ǯy֒�������{U�iD���!�R�&3$*G.�����$��A)A[�C�t�jR6d�T$�DD�MBE�Jo�IJ|��miiǛ"ġ��"+��[FsSo�W�J��z1NC^�0�C��J7
B�]��� �������Ӎ!�����
70�����������K��ω��sA�m���X�	��0ܙ�u92��ht��F�K��!���=�mF�f����nsVo�</�0��N5i��L��+��l��eU�2�5�'-�x�z�o�~���z�	J�
�f!�3�HN2��DD��O���0-�q�C0�G���ks����m��iM�]´���d%O�f�E�"�8��G�W�����P쏦����Pz�@Ga��U|~���=�l8���
d�"$,��ÒxC����je	;�3!Z-�oR�ݚI����A�{%s��'"Ks���,pLύ�����hvD��۬{a833�c��L���d�	�wZg���U����~��Ѡ�t�a�7�>�+HOՖ�	�{x���G��;����d��pW��045I��C2`��!=�i2MU;���}]W/��C��jA�cC��7@���7y_�e� |Fؑ�U�����6�~8��H�
^:|�E��ߦ�g;�avJ)��PK-�4�Z��v^�5xl/workbook.xmlPK-�4�Z����	�[Content_Types].xmlPK-
�4�ZP���''V_rels/.relsPK-�4�Z��0�IG�xl/worksheets/sheet1.xmlPK-�4�Z��]�P]xl/_rels/workbook.xml.relsPK-�4�ZЃc'2E
�	xl/styles.xmlPK-�4�Z`R��>xl/sharedStrings.xmlPK�Y