PUT api/deliOrder/{id}

Update deli order

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Phone order identifier

globally unique identifier

Required

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": "6KsDSMNVeEKwe0GEXgW5AQ==",
  "identifierGuid": "4803abe8-55c3-4278-b07b-41845e05b901",
  "id": 1,
  "orderNo": 2,
  "externalSaleIdentifier": "sample string 3",
  "storeID": 4,
  "zoneID": 5,
  "deptNo": 6,
  "customerIdentifier": "GdhZwWTmlkGdP97Q3JpbiQ==",
  "customerIdentifierGuid": "c159d819-e664-4196-9d3f-ded0dc9a5b89",
  "operatorNo": 1,
  "operatorG_UID": "smLOHH+N1UCgdzsAATGvRw==",
  "operatorGuid": "1cce62b2-8d7f-40d5-a077-3b000131af47",
  "created": "2025-06-14T06:56:24.3637245",
  "ordered": "2025-06-14T06:56:24.3637245",
  "started": "2025-06-14T06:56:24.3637245",
  "completed": "2025-06-14T06:56:24.3637245",
  "supplied": "2025-06-14T06:56:24.3637245",
  "quickTicket": 1,
  "deleted": true,
  "walkAway": true,
  "approxWait": 1,
  "actualWait": 1,
  "deliveryMethod": 8,
  "externalSaleType": 9,
  "customer": {
    "$id": "2",
    "identifier": "COyxsifsj0C8iwpnZkn4pQ==",
    "identifierGuid": "b2b1ec08-ec27-408f-bc8b-0a676649f8a5",
    "code": "sample string 2",
    "familyName": "sample string 3",
    "givenName": "sample string 4",
    "otherName": "sample string 5",
    "title": "sample string 6",
    "dateOfBirth": "2025-06-14T06:56:24.3637245",
    "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": "0ZEMCRc2x0aSXyNfnz8Sng==",
    "communityIdentifierGuid": "090c91d1-3617-46c7-925f-235f9f3f129e",
    "joined": "2025-06-14T06:56:24.3637245",
    "updated": "2025-06-14T06:56:24.3637245",
    "active": true,
    "reasonInactive": 1,
    "groupCustomer": true,
    "loyaltyPoints": 1,
    "homeStoreID": 1,
    "availableSpend": 1,
    "priceLevelIdentifier": "PvWevMyVlkiX77QN9R96+w==",
    "priceLevelIdentifierGuid": "bc9ef53e-95cc-4896-97ef-b40df51f7afb",
    "marketingID": "sample string 18",
    "hidden": true,
    "registered": true,
    "registeredOn": "2025-06-14T06:56:24.3637245",
    "emailMarketing": true,
    "smsMarketing": true,
    "deleted": true,
    "deletedUser": "sample string 24",
    "homeStoreName": "sample string 25",
    "customerCards": [
      {
        "$id": "3",
        "cardType": 2,
        "issueDate": "2025-06-14T06:56:24.3637245",
        "expiry": "2025-06-14T06:56:24.3637245",
        "customerID": "UxCjWZYNNkuv1JPEza5Ulg==",
        "customerIDGuid": "59a31053-0d96-4b36-afd4-93c4cdae5496",
        "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:56:24.3637245",
        "linkedAccount": "RgRnwr9oXUWjCfAKUWM+xA==",
        "linkedAccountGuid": "c2670446-68bf-455d-a309-f00a51633ec4",
        "currentValueChanged": true,
        "limitsChanged": true,
        "customer": {
          "$ref": "2"
        },
        "account": {
          "$id": "4",
          "id": 1,
          "identifier": "shaom8oq/0qSVQ2OokwA6w==",
          "identifierGuid": "9ba816b2-2aca-4aff-9255-0d8ea24c00eb",
          "referenceNo": "sample string 3",
          "name": "sample string 4",
          "created": "2025-06-14T06:56:24.3637245",
          "owner": "Z1H7cGHrEkK/l/K4u7kGWg==",
          "ownerGuid": "70fb5167-eb61-4212-bf97-f2b8bbb9065a",
          "accountStoreGroupIdentifier": "ul4P+ySStk+o54/2bPCG8g==",
          "accountStoreGroupGuid": "fb0f5eba-9224-4fb6-a8e7-8ff66cf086f2",
          "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:56:24.3637245",
          "active": true,
          "updated": "2025-06-14T06:56:24.3637245",
          "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": "d6ly1+N1SEemtl4xmMgmFw==",
              "identifierGuid": "d772a977-75e3-4748-a6b6-5e3198c82617",
              "name": "sample string 2",
              "primaryContact": "Xdpo69iii0Gcyd/CqxpCCQ==",
              "primaryContactGuid": "eb68da5d-a2d8-418b-9cc9-dfc2ab1a4209",
              "accountID": "NVTaUcIPC0q0XYuE5Y5QXQ==",
              "accountIDGuid": "51da5435-0fc2-4a0b-b45d-8b84e58e505d",
              "special": true,
              "updated": "2025-06-14T06:56:24.3637245",
              "active": true,
              "reasonInactive": 1,
              "priceLevelIdentifier": "rbsduOheqUyMbqZLCYPYMQ==",
              "priceLevelIdentifierGuid": "b81dbbad-5ee8-4ca9-8c6e-a64b0983d831",
              "deleted": true,
              "account": {
                "$ref": "4"
              },
              "primaryContactCustomer": {
                "$ref": "2"
              },
              "customerGroupMembers": [
                {
                  "$id": "7",
                  "id": 1,
                  "groupID": "SP7ZOUfciku6sNxCccD5Aw==",
                  "groupIDGuid": "39d9fe48-dc47-4b8a-bab0-dc4271c0f903",
                  "customerID": "ApT5O+DBEUKBinXp0wL2eQ==",
                  "customerIDGuid": "3bf99402-c1e0-4211-818a-75e9d302f679",
                  "card": "sample string 4",
                  "linkedAccount": "smcKAHtBM0KtnpnEGYL6pg==",
                  "linkedAccountGuid": "000a67b2-417b-4233-ad9e-99c41982faa6",
                  "customer": {
                    "$ref": "2"
                  },
                  "group": {
                    "$ref": "6"
                  },
                  "customerCard": {
                    "$ref": "3"
                  }
                },
                {
                  "$ref": "7"
                }
              ]
            },
            {
              "$ref": "6"
            }
          ]
        },
        "payments": [
          {
            "$id": "8",
            "id": 1,
            "identifier": "6ABa7sH4oE+ZONnRAAzvyA==",
            "identifierGuid": "ee5a00e8-f8c1-4fa0-9938-d9d1000cefc8",
            "storeID": 2,
            "operatorName": "sample string 3",
            "saleHeaderID": 4,
            "paymentType": 5,
            "amount": 6,
            "account": "sample string 7",
            "accountID": "Ubw1SGub1k+X27DdS5ANHg==",
            "accountIDGuid": "4835bc51-9b6b-4fd6-97db-b0dd4b900d1e",
            "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:56:24.3637245",
            "invRocNo": "sample string 14",
            "responseCode": "sample string 15",
            "cashout": 1,
            "tip": 16,
            "idempotentVoid": "lMTpxYvSfEWpqNgDVummcg==",
            "idempotentVoidGuid": "c5e9c494-d28b-457c-a9a8-d80356e9a672",
            "offline": true,
            "processed": 1,
            "storeSaleHeader": {
              "$id": "9",
              "saleHeaderID": 1,
              "saleHeaderGuid": "y5Czn400sUentrJOP4L4lw==",
              "saleHeaderIdentifierGuid": "9fb390cb-348d-47b1-a7b6-b24e3f82f897",
              "created": "2025-06-14T06:56:24.3637245",
              "createdLocal": "2025-06-14T06:56:24.3637245",
              "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:56:24.3637245",
              "storeID": 1,
              "operatorG_Uid": "h6aOM6VyF06NFm+ZvZqEpQ==",
              "operatorGuid": "338ea687-72a5-4e17-8d16-6f99bd9a84a5",
              "customerG_Uid": "+jGKZrYE2U+aA04IqM1Qgg==",
              "customerGuid": "668a31fa-04b6-4fd9-9a03-4e08a8cd5082",
              "communityIdentifier": "UI9j7RcqAkC4ZukChkWIUQ==",
              "communityIdentifierGuid": "ed638f50-2a17-4002-b866-e90286458851",
              "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": "9EqS4vR8kEqOfgeKiphxEw==",
              "priceLevelIdentifierGuid": "e2924af4-7cf4-4a90-8e7e-078a8a987113",
              "locked": 36,
              "relationChecksum": "sample string 37",
              "loyaltyTender": 1,
              "giftCardTender": 1,
              "operator": {
                "$id": "10",
                "id": 1,
                "g_Uid": "X9E5rjpDlUuQhG3HcIhrpw==",
                "guid": "ae39d15f-433a-4b95-9084-6dc770886ba7",
                "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:56:24.3637245",
                "passwordResetRequired": true,
                "alteredInStore": true,
                "startShift": "2025-06-14T06:56:24.3637245",
                "endShift": "2025-06-14T06:56:24.3637245",
                "machineName": "sample string 20",
                "drawerID": 1,
                "stores": [
                  {
                    "$id": "11",
                    "operatorG_UID": "M/Ds90gGxkuLClllU9sVnQ==",
                    "operatorGuid": "f7ecf033-0648-4bc6-8b0a-596553db159d",
                    "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:56:24.3637245",
                      "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": "SZ6beEBbcEKmRSVwUpl1Mw==",
                      "hostIdentifierGuid": "789b9e49-5b40-4270-a645-257052997533",
                      "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:56:24.3637245",
                      "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": "sj2exTO9X0emVEVQM/YYTw==",
                          "hostIdentifierGuid": "c59e3db2-bd33-475f-a654-455033f6184f",
                          "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": "XzbNBsK5FE+ZiNMX7Ajh2w==",
                            "identifierGuid": "06cd365f-b9c2-4f14-9988-d317ec08e1db",
                            "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": "Ve7emeJuSkG6Ee2AfnZBFw==",
                            "hostSupplierIdentifierGuid": "99deee55-6ee2-414a-ba11-ed807e764117",
                            "loyaltyPriceLevelIdentifier": "IqFhy8R3JEyuzAwJSZze5w==",
                            "loyaltyPriceLevelIdentifierGuid": "cb61a122-77c4-4c24-aecc-0c09499cdee7",
                            "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:56:24.3637245",
                            "lastProcessed": "2025-06-14T06:56:24.3637245",
                            "hold": true,
                            "supplierName": "sample string 35",
                            "supplier": {
                              "$id": "16",
                              "identifier": "Xu4MgXrE3U6+XKeDtFw8Nw==",
                              "identifierGuid": "810cee5e-c47a-4edd-be5c-a783b45c3c37",
                              "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": "juQjJzqNO0mKwTDMP6DBeQ==",
                              "primaryContactID": "2723e48e-8d3a-493b-8ac1-30cc3fa0c179",
                              "storeID": 1,
                              "abn": "sample string 16",
                              "supplierGroupIdentifier": "HFik/aXcgUGxlFiYGUAsNw==",
                              "supplierGroupGuid": "fda4581c-dca5-4181-b194-589819402c37",
                              "rebate": 1.0,
                              "rebateType": 1,
                              "rebateFrequency": 1,
                              "rebateSource": 1,
                              "rebateLastClaimed": "2025-06-14T06:56:24.3637245",
                              "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": "ba1afec3-a6a2-4297-b457-3f23bd6c02d6",
                                "identifier": "cN+yXJZZREqcElUZPXoRSA==",
                                "identifierGuid": "5cb2df70-5996-4a44-9c12-55193d7a1148",
                                "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": "A+E19oigH0eLAtY9BerVnA==",
                                  "supplierIdentifierGuid": "f635e103-a088-471f-8b02-d63d05ead59c",
                                  "contactGuid": "Kg50P0IXBE+ooFUg7zhgUg==",
                                  "contactID": "3f740e2a-1742-4f04-a8a0-5520ef386052",
                                  "contact": {
                                    "$ref": "17"
                                  },
                                  "supplier": {
                                    "$ref": "16"
                                  }
                                },
                                {
                                  "$ref": "18"
                                }
                              ],
                              "products": [
                                {
                                  "$id": "19",
                                  "pluG_UID": "apNCLqvwt0+fWCfvE+C8KQ==",
                                  "pluGuid": "2e42936a-f0ab-4fb7-9f58-27ef13e0bc29",
                                  "supplierIdentifier": "Eep74Br1E0qTcY8cT56MQg==",
                                  "supplierIdentifierGuid": "e07bea11-f51a-4a13-9371-8f1c4f9e8c42",
                                  "cartonQuantity": 1,
                                  "cartonQuantityChanged": true,
                                  "productSize": "sample string 2",
                                  "cigarettesPerSleeve": 1,
                                  "randomWeight": true,
                                  "piecesPerUnit": 4,
                                  "averagePackSize": 5,
                                  "effectiveDate": "2025-06-14T06:56:24.3637245",
                                  "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:56:24.3637245",
                                  "rebate": 1.0,
                                  "rebateExclude": true,
                                  "invoiceCodes": [
                                    {
                                      "$id": "20",
                                      "pluG_UID": "5D02i19BYk6hjREnjUaUJQ==",
                                      "pluGuid": "8b363de4-415f-4e62-a18d-11278d469425",
                                      "supplierIdentifier": "G7BmSV3zkEyR9x6kvnuxrQ==",
                                      "supplierIdentifierGuid": "4966b01b-f35d-4c90-91f7-1ea4be7bb1ad",
                                      "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": "rAO8lQiMkUuuKfbxBtgfyg==",
                                  "parentPluGuid": "95bc03ac-8c08-4b91-ae29-f6f106d81fca",
                                  "freight": 44.0,
                                  "freightType": 1,
                                  "product": {
                                    "$id": "21",
                                    "plu": 1,
                                    "storeID": 1,
                                    "masterPluG_UID": "QEA=",
                                    "storeIDs": [
                                      1,
                                      2
                                    ],
                                    "g_UId": "4w3NlYJpeE2V214Db4Bvuw==",
                                    "guid": "95cd0de3-6982-4d78-95db-5e036f806fbb",
                                    "apn": "sample string 1",
                                    "apnChanged": true,
                                    "apnSwitched": true,
                                    "barcode": "sample string 4",
                                    "itemNumber": "sample string 5",
                                    "itemNumberChanged": true,
                                    "priceGroupG_UID": "d01dHwJJuE+qcLC6hND6dg==",
                                    "priceGroupGuid": "1f5d4d77-4902-4fb8-aa70-b0ba84d0fa76",
                                    "blueprintID": 1,
                                    "lastCountedDate": "2025-06-14T06:56:24.3637245",
                                    "externalID": "sample string 7",
                                    "active": true,
                                    "activated": "2025-06-14T06:56:24.3637245",
                                    "pluCreated": "2025-06-14T06:56:24.3637245",
                                    "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:56:24.3637245",
                                    "lastManualUpdate": "2025-06-14T06:56:24.3637245",
                                    "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:56:24.3637245",
                                    "currentCostUpdated": "2025-06-14T06:56:24.3637245",
                                    "costDecimals": 31,
                                    "costChanged": true,
                                    "dealCostIdentifier": "QEA=",
                                    "excludeFromRebate": true,
                                    "rebateOverride": 1,
                                    "costCalcMethod": 1,
                                    "costCalcMethodChanged": true,
                                    "costEffectiveDate": "2025-06-14T06:56:24.3637245",
                                    "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:56:24.3637245",
                                    "posTare": 1,
                                    "altPrice": 1.0,
                                    "altPriceChanged": true,
                                    "altPriceMode": 52,
                                    "altPriceModeChanged": true,
                                    "altPLUG_UID": "gw7YQnN9JUaZZfiy6H0FUg==",
                                    "altPLUGuid": "42d80e83-7d73-4625-9965-f8b2e87d0552",
                                    "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:56:24.3637245",
                                    "labelLastPrice": 1,
                                    "shelfPageLayoutG_UID": "94ourxjdakqBEgnaij6tew==",
                                    "shelfPageLayoutGuid": "af2e8af7-dd18-4a6a-8112-09da8a3ead7b",
                                    "talkerPageLayoutG_UID": "XtljcMBn3k2TOnN8Y/QxCA==",
                                    "talkerPageLayoutGuid": "7063d95e-67c0-4dde-933a-737c63f43108",
                                    "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": "auC/lsnZkUeB+pb3JiFVcQ==",
                                    "inventoryIdentifier": "96bfe06a-d9c9-4791-81fa-96f726215571",
                                    "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": "cG+S6oILbUucIvjYAMqcSA==",
                                    "parentPluGuid": "ea926f70-0b82-4b6d-9c22-f8d800ca9c48",
                                    "preferredHostVendor": 103,
                                    "preferredHostChanged": true,
                                    "code": "sample string 105",
                                    "supplierIdentifier": "rPHgFysRpk6Cj51vutKaoA==",
                                    "supplierIdentifierGuid": "17e0f1ac-112b-4ea6-828f-9d6fbad29aa0",
                                    "supplierChanged": true,
                                    "rebateSupplierIdentifier": "392dlep1VEigYcwb6hDI7Q==",
                                    "rebateSupplierIdentifierGuid": "959ddddf-75ea-4854-a061-cc1bea10c8ed",
                                    "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:56:24.3637245",
                                    "commodity": "sample string 120",
                                    "businessPillar": "sample string 121",
                                    "mscCommodity": "sample string 122",
                                    "hostIdentifier": "4rtdN2AxAUKrvSO9uG6QZg==",
                                    "hostIdentifierGuid": "375dbbe2-3160-4201-abbd-23bdb86e9066",
                                    "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": "Uc+bbioRnkSTGHJdM2z6cw==",
                                        "pluGuid": "6e9bcf51-112a-449e-9318-725d336cfa73",
                                        "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:56:24.3637245"
                                      },
                                      {
                                        "$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:56:24.3637245",
                                        "priceChangeType": 0,
                                        "costDecimals": 10
                                      },
                                      "normalPluPrices": {
                                        "$ref": "24"
                                      },
                                      "winningCampaign": 1,
                                      "winner": {
                                        "$id": "25",
                                        "campaignName": "sample string 1",
                                        "campaignDescription": "sample string 2",
                                        "startDate": "2025-06-14T06:56:24.3637245",
                                        "startTime": 3,
                                        "endDate": "2025-06-14T06:56:24.3637245",
                                        "endTime": 4,
                                        "newPrice": 5,
                                        "newCost": 6,
                                        "newCostDecimals": 7,
                                        "pctDiscount": 8,
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 9",
                                        "hostType": 10,
                                        "hostIdentifier": "MQdISIpDvUia+R1hC/c46w==",
                                        "hostIdentifierGuid": "48480731-438a-48bd-9af9-1d610bf738eb",
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ]
                                      },
                                      "details": [
                                        {
                                          "$ref": "25"
                                        },
                                        {
                                          "$ref": "25"
                                        }
                                      ]
                                    },
                                    "tray": {
                                      "$id": "26",
                                      "g_UId": "e241L09sWUynK0hr0FU94A==",
                                      "guid": "2f356e7b-6c4f-4c59-a72b-486bd0553de0",
                                      "name": "sample string 1",
                                      "number": 1,
                                      "tare": 1
                                    },
                                    "priceGroup": {
                                      "$id": "27",
                                      "priceGroupG_UID": "LEglQ6iEFUGZZEhhK0C5UQ==",
                                      "priceGroupGuid": "4325482c-84a8-4115-9964-48612b40b951",
                                      "name": "sample string 2",
                                      "code": 1,
                                      "modified": true,
                                      "updated": "2025-06-14T06:56:24.3637245",
                                      "buyingLimit": 1,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitType": 0,
                                      "number": 1,
                                      "products": [
                                        {
                                          "$ref": "21"
                                        },
                                        {
                                          "$ref": "21"
                                        }
                                      ],
                                      "productCount": 1
                                    },
                                    "priceGroupName": "sample string 145",
                                    "nutrifacts": {
                                      "$id": "28",
                                      "pluG_UID": "9wpbWsyAJEmrZlnKgimRpA==",
                                      "pluGuid": "5a5b0af7-80cc-4924-ab66-59ca822991a4",
                                      "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": "4b68f3c4-0579-4400-8af9-8f4d7c0b7af0",
                                      "created": "2025-06-14T06:56:24.3637245",
                                      "createdByUser": "sample string 1",
                                      "activated": "2025-06-14T06:56:24.3637245",
                                      "deactivated": "2025-06-14T06:56:24.3637245",
                                      "lastOrdered": "2025-06-14T06:56:24.3637245",
                                      "lastOrderedQty": 2.0,
                                      "lastReceived": "2025-06-14T06:56:24.3637245",
                                      "lastReceivedQty": 3.0,
                                      "lastInvoiceStatus": 1,
                                      "lastCounted": "2025-06-14T06:56:24.3637245",
                                      "lastSold": "2025-06-14T06:56:24.3637245",
                                      "firstSold": "2025-06-14T06:56:24.3637245",
                                      "awsUpdated": "2025-06-14T06:56:24.3637245",
                                      "lastManualUpdate": "2025-06-14T06:56:24.3637245",
                                      "lastManualUpdatedByUser": "sample string 5",
                                      "lastUpdated": "2025-06-14T06:56:24.3637245",
                                      "lastUpdatedByUser": "sample string 7",
                                      "lastUpdatedByHost": "2025-06-14T06:56:24.3637245",
                                      "doNotRangeUpdated": "2025-06-14T06:56:24.3637245",
                                      "doNotOrderUpdated": "2025-06-14T06:56:24.3637245",
                                      "tracked": "2025-06-14T06:56:24.3637245"
                                    },
                                    "allergens": [
                                      {
                                        "$id": "30",
                                        "allergenID": 1,
                                        "pluG_UID": "mq2AZquhUkadFuTtUSL3uQ==",
                                        "pluGuid": "6680ad9a-a1ab-4652-9d16-e4ed5122f7b9",
                                        "contains": 2,
                                        "allergenName": "sample string 3",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "30"
                                      }
                                    ],
                                    "costs": {
                                      "$id": "31",
                                      "pluG_UID": "mYTre3Vf1UuOOAU7dv/TAQ==",
                                      "pluGuid": "7beb8499-5f75-4bd5-8e38-053b76ffd301",
                                      "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:56:24.3637245",
                                      "normalCost": 1,
                                      "currentCost": 1
                                    },
                                    "sales": [
                                      {
                                        "$id": "32",
                                        "saleHeaderID": 1,
                                        "created": "2025-06-14T06:56:24.3637245",
                                        "createdLocal": "2025-06-14T06:56:24.3637245",
                                        "storeID": 3,
                                        "storeName": "sample string 4",
                                        "operatorG_Uid": "htYCnLLThkyzg3gaD/zDzA==",
                                        "operatorGuid": "9c02d686-d3b2-4c86-b383-781a0ffcc3cc",
                                        "operatorName": "sample string 5",
                                        "tranType": 1,
                                        "plu": 1,
                                        "pluG_UId": "4aUhApC970mHeNnr4IrApQ==",
                                        "pluGuid": "0221a5e1-bd90-49ef-8778-d9ebe08ac0a5",
                                        "normalPrice": 1,
                                        "totalCents": 1,
                                        "cost": 1,
                                        "grossProfit": 1,
                                        "quantity": 1,
                                        "operator": {
                                          "$ref": "10"
                                        }
                                      },
                                      {
                                        "$ref": "32"
                                      }
                                    ],
                                    "apns": [
                                      {
                                        "$id": "33",
                                        "pluID": 1,
                                        "pluG_UID": "NDVAd3Fz+UCGDFnkuoSyhw==",
                                        "pluGuid": "77403534-7371-40f9-860c-59e4ba84b287",
                                        "apn": "sample string 1",
                                        "deleted": true,
                                        "storeID": 1,
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "33"
                                      }
                                    ],
                                    "tuns": [
                                      {
                                        "$id": "34",
                                        "pluG_UId": "ikYF7PGz9kyyFt1O07UxZA==",
                                        "pluGuid": "ec05468a-b3f1-4cf6-b216-dd4ed3b53164",
                                        "apn": "sample string 1",
                                        "tun": "sample string 2",
                                        "cartonQuantity": 3,
                                        "product": {
                                          "$ref": "21"
                                        },
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "34"
                                      }
                                    ],
                                    "competitionPricing": [
                                      {
                                        "$id": "35",
                                        "identifier": "R0zByv7zeUC4HYrkkDRzeA==",
                                        "identifierGuid": "cac14c47-f3fe-4079-b81d-8ae490347378",
                                        "pluG_UID": "CVrhS7OVlE6ljT0FRXYGiA==",
                                        "pluGuid": "4be15a09-95b3-4e94-a58d-3d0545760688",
                                        "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": "5MgbeBOgTUe5nM45qKUpfg==",
                                        "groupName": "sample string 1",
                                        "identifierGuid": "781bc8e4-a013-474d-b99c-ce39a8a5297e",
                                        "exists": true,
                                        "flipChartIdentifier": "4jygSj+F5kq3B1CVzumQXg==",
                                        "flipChartIdentifierGuid": "4aa03ce2-853f-4ae6-b707-5095cee9905e",
                                        "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": "UL5z8X6pu021Akz6zDKpJg==",
                                        "groupIdentifierGuid": "f173be50-a97e-4dbb-b502-4cfacc32a926",
                                        "flipChart": {
                                          "$id": "37",
                                          "identifier": "Q5+Dbl/WCUCV9ZD4nXjrCQ==",
                                          "identifierGuid": "6e839f43-d65f-4009-95f5-90f89d78eb09",
                                          "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": "bZFG7aOiuk6nHxdaCqWC1A==",
                                            "identifierGuid": "ed46916d-a2a3-4eba-a71f-175a0aa582d4",
                                            "name": "sample string 2",
                                            "formType": "sample string 3",
                                            "forms": [
                                              {
                                                "$id": "39",
                                                "id": 1,
                                                "g_UID": "dBeWXPqrkkqWG9QcgfyK+Q==",
                                                "guid": "5c961774-abfa-4a92-961b-d41c81fc8af9",
                                                "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": "6EaHjyurQkmmAr0Cq2h4sA==",
                                                "previousFormGuid": "8f8746e8-ab2b-4942-a602-bd02ab6878b0",
                                                "nextForm": 1,
                                                "nextFormG_UID": "m1qR2+ehhkWafE/rUllXgQ==",
                                                "nextFormGuid": "db915a9b-a1e7-4586-9a7c-4feb52595781",
                                                "attributes": "sample string 10",
                                                "updated": "2025-06-14T06:56:24.3637245",
                                                "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": "W4CBRsthm0GzdfX195pAZg==",
                                                    "checkoutFormGuid": "4681805b-61cb-419b-b375-f5f5f79a4066",
                                                    "identifier": "cBGSRpx4ZEKpR+hUJzRfRA==",
                                                    "identifierGuid": "46921170-789c-4264-a947-e85427345f44",
                                                    "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": "QbX8GPzPNE+405diPV6Ufw==",
                                                    "valueGuid": "18fcb541-cffc-4f34-b8d3-97623d5e947f",
                                                    "buttonText": "sample string 10",
                                                    "valueText": "sample string 11",
                                                    "drawImageAndButton": true,
                                                    "updated": "2025-06-14T06:56:24.3637245",
                                                    "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:56:24.3637245",
                                                      "imageData": "QEA=",
                                                      "readOnly": true
                                                    }
                                                  },
                                                  {
                                                    "$ref": "40"
                                                  }
                                                ],
                                                "panels": [
                                                  {
                                                    "$id": "42",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "f6SH5xmG+km/daPd6gV7Fw==",
                                                    "checkoutFormGuid": "e787a47f-8619-49fa-bf75-a3ddea057b17",
                                                    "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": "jrhTVRq+9EWzCs4+HbdJWw==",
                                            "flipChartPageIdentifierGuid": "5553b88e-be1a-45f4-b30a-ce3e1db7495b",
                                            "pluG_UID": "GUPTkMAwOUOWZ/fYM3Uz7g==",
                                            "pluGuid": "90d34319-30c0-4339-9667-f7d8337533ee",
                                            "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": "mUiINt/L+EypMJzZQdXWbA==",
                                        "pluGuid": "36884899-cbdf-4cf8-a930-9cd941d5d66c",
                                        "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:56:24.3637245",
                                        "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": "wt6lAfXvi0ScP+GFFYT3Qw==",
                                        "ingredientGuid": "ZFAk2/XM8kOQ7IbnWfEh4A==",
                                        "ingredientIdentifier": "db245064-ccf5-43f2-90ec-86e759f121e0",
                                        "quantity": 1.0,
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "ingredientText": "sample string 1",
                                        "ingredient": {
                                          "$ref": "21"
                                        }
                                      },
                                      {
                                        "$ref": "45"
                                      }
                                    ],
                                    "bins": [
                                      {
                                        "$id": "46",
                                        "pluG_UID": "2/lpkhLKfEmPdAYWfYYCFg==",
                                        "pluGuid": "9269f9db-ca12-497c-8f74-06167d860216",
                                        "shelfLocationIdentifier": "S7ZowvoFDEKvsXf7WgGzIA==",
                                        "shelfLocationGuid": "c268b64b-05fa-420c-afb1-77fb5a01b320",
                                        "labelShelfDefault": 1,
                                        "labelTalkerDefault": 1,
                                        "labelSmall": true,
                                        "labelPageLayoutG_UID": "WirFkvWgSEugZjHmdq1wyQ==",
                                        "labelPageLayoutGuid": "92c52a5a-a0f5-4b48-a066-31e676ad70c9",
                                        "updated": "2025-06-14T06:56:24.3637245",
                                        "electronicShelfLabelIdentifier": "sample string 5",
                                        "electronicshelfLabelsConfigurationID": 6,
                                        "labelShelfChanged": true,
                                        "productName": "sample string 8",
                                        "locationText": "sample string 9",
                                        "product": {
                                          "$ref": "21"
                                        },
                                        "location": {
                                          "$id": "47",
                                          "identifier": "SojSR2xNDEy3atr72x6Auw==",
                                          "storeID": 1,
                                          "identifierGuid": "47d2884a-4d6c-4c0c-b76a-dafbdb1e80bb",
                                          "name": "sample string 2",
                                          "haccp": true,
                                          "blueprintID": 1,
                                          "updated": "2025-06-14T06:56:24.3637245",
                                          "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": "VUzgqRm5FUC7355GC0EUtA==",
                                        "pluGuid": "a9e04c55-b919-4015-bbdf-9e460b4114b4",
                                        "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:56:24.3637245",
                                          "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:56:24.3637245",
                                                        "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": "tAS8qvsZlkmrHFTSz+I0EA==",
                                                        "labelPageLayoutGuid": "aabc04b4-19fb-4996-ab1c-54d2cfe23410",
                                                        "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:56:24.3637245",
                                                    "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": "y1F9ddspkE2RlddNDfxt0A==",
                                                    "labelPageLayoutGuid": "757d51cb-29db-4d90-9195-d74d0dfc6dd0",
                                                    "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:56:24.3637245",
                                                "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": "UpENgqBNME+vmtLZp3eKyQ==",
                                                "labelPageLayoutGuid": "820d9152-4da0-4f30-af9a-d2d9a7778ac9",
                                                "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:56:24.3637245",
                                            "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": "vzd4Mq1/kEOnUJm2Q704CQ==",
                                            "labelPageLayoutGuid": "327837bf-7fad-4390-a750-99b643bd3809",
                                            "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": "Idn6f6Wol0KEzx+Ct8PH6g==",
                                      "pluGuid": "7ffad921-a8a5-4297-84cf-1f82b7c3c7ea",
                                      "newPrice": 1,
                                      "pctDiscount": 1,
                                      "newCost": 1,
                                      "newCostDecimals": 6,
                                      "dealCostIdentifier": "6KQDpsdqfUemULcHEt739g==",
                                      "dealCostGuid": "a603a4e8-6ac7-477d-a650-b70712def7f6",
                                      "pluName": "sample string 7",
                                      "apn": "sample string 8",
                                      "fuelItem": true,
                                      "priceGroupG_UID": "Ql45qzQTWkOQDDm1kF6Rhg==",
                                      "priceGroupGuid": "ab395e42-1334-435a-900c-39b5905e9186",
                                      "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:56:24.3637245",
                                      "rrp": 26,
                                      "campaignDescription": "sample string 27",
                                      "campaignComboPriceGroupG_UID": "bzKTqer5s0GRMrg/kxfizw==",
                                      "campaignComboPriceGroupIdentifier": "a993326f-f9ea-41b3-9132-b83f9317e2cf",
                                      "promotionPlacementDescription": "sample string 28",
                                      "storeAcceptances": [
                                        {
                                          "$id": "59",
                                          "plu": 1,
                                          "pluG_UId": "QEA=",
                                          "campaignID": 1,
                                          "campaignName": "sample string 2",
                                          "storeID": 3,
                                          "acceptedUtc": "2025-06-14T06:56:24.3637245",
                                          "operatorG_UID": "oHYv6Egw/EeVBacZ0YPahw==",
                                          "operatorGuid": "e82f76a0-3048-47fc-9505-a719d183da87",
                                          "machineID": 1,
                                          "processed": true,
                                          "appliedUtc": "2025-06-14T06:56:24.3637245",
                                          "signIqTicketFileMovedUtc": "2025-06-14T06:56:24.3637245",
                                          "user": "sample string 6",
                                          "campaignDescription": "sample string 7",
                                          "productDesc": "sample string 8",
                                          "storeName": "sample string 9",
                                          "effectiveUtc": "2025-06-14T06:56:24.3637245",
                                          "priceChangeType": 0,
                                          "operatorName": "sample string 10",
                                          "hostCampaign": true,
                                          "product": {
                                            "$ref": "21"
                                          },
                                          "campaignPlu": {
                                            "$ref": "58"
                                          }
                                        },
                                        {
                                          "$ref": "59"
                                        }
                                      ],
                                      "campaign": {
                                        "$id": "60",
                                        "id": 1,
                                        "storeID": 2,
                                        "name": "b4879afd-9718-47cf-9ecb-6a4c49d1d68e",
                                        "nameGuid": "b4879afd-9718-47cf-9ecb-6a4c49d1d68e",
                                        "description": "sample string 4",
                                        "showDiscounts": true,
                                        "showTotals": true,
                                        "onlyEvaluateOnSubtotal": true,
                                        "useDescription": true,
                                        "campaignType": 1,
                                        "startDate": "2025-06-14T06:56:24.3637245",
                                        "startTime": 1,
                                        "endDate": "2025-06-14T06:56:24.3637245",
                                        "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:56:24.3637245",
                                        "system": true,
                                        "created": "2025-06-14T06:56:24.3637245",
                                        "updated": "2025-06-14T06:56:24.3637245",
                                        "priceChangeNotifiedUtc": "2025-06-14T06:56:24.3637245",
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 13",
                                        "hostIdentifier": "1lXGnNQNTkyVmue+Ooo2WA==",
                                        "hostIdentifierGuid": "9cc655d6-0dd4-4c4e-959a-e7be3a8a3658",
                                        "hostType": 14,
                                        "createdByUser": "sample string 15",
                                        "fromHost": true,
                                        "deleted": true,
                                        "campaignDeleted": "2025-06-14T06:56:24.3637245",
                                        "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": "H1s8ZyUMv0qTNGdcsOssIA==",
                                            "pluGuid": "673c5b1f-0c25-4abf-9334-675cb0eb2c20",
                                            "hostOfferID": 1,
                                            "priceGroupG_UID": "OSp9fz4+HEOjIBCNQZ2aOw==",
                                            "priceGroupGuid": "7f7d2a39-3e3e-431c-a320-108d419d9a3b",
                                            "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:56:24.3637245",
                                            "rrp": 17,
                                            "campaignDescription": "sample string 18",
                                            "product": {
                                              "$ref": "21"
                                            },
                                            "campaign": {
                                              "$ref": "60"
                                            }
                                          },
                                          {
                                            "$ref": "61"
                                          }
                                        ],
                                        "sellingRules": [
                                          {
                                            "$id": "62",
                                            "id": 1,
                                            "identifier": "CwuKXbIAhk+MZ/lLk6XtVA==",
                                            "identifierStr": "CwuKXbIAhk+MZ/lLk6XtVA==",
                                            "identifierGuid": "5d8a0b0b-00b2-4f86-8c67-f94b93a5ed54",
                                            "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": "2mcebkE/mUqhttiGiQa6iw==",
                                            "customerIDGuid": "6e1e67da-3f41-4a99-a1b6-d8868906ba8b",
                                            "campaign": {
                                              "$ref": "60"
                                            },
                                            "customer": {
                                              "$ref": "2"
                                            }
                                          },
                                          {
                                            "$ref": "63"
                                          }
                                        ],
                                        "customerGroups": [
                                          {
                                            "$id": "64",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "groupID": "RCqM7qLfo0mTaxH3aShVrA==",
                                            "groupIDGuid": "ee8c2a44-dfa2-49a3-936b-11f7692855ac",
                                            "campaign": {
                                              "$ref": "60"
                                            },
                                            "group": {
                                              "$ref": "6"
                                            }
                                          },
                                          {
                                            "$ref": "64"
                                          }
                                        ],
                                        "signIqTickets": [
                                          {
                                            "$id": "65",
                                            "identifier": "dS0HIEBgx0qY0xhtgp2ZeQ==",
                                            "identifierGuid": "20072d75-6040-4ac7-98d3-186d829d9979",
                                            "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": "PTRj2CjSR0+PPS8DWPNkmg==",
                                            "guid": "d863343d-d228-4f47-8f3d-2f0358f3649a",
                                            "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": "n7L7RzLgmEmCX1yaBf5vqw==",
                                                "groupGuid": "47fbb29f-e032-4998-825f-5c9a05fe6fab",
                                                "comboPriceType": 5,
                                                "priceType": 5,
                                                "pluG_UID": "Scs4j877eky0wdaIWZwJxg==",
                                                "pluGuid": "8f38cb49-fbce-4c7a-b4c1-d688599c09c6",
                                                "priceGroupG_UID": "em9iCdXk60WA3kPsPIRFsQ==",
                                                "priceGroupGuid": "09626f7a-e4d5-45eb-80de-43ec3c8445b1",
                                                "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": "haC+ycCqnkyOOtt4p+svsw==",
                                            "priceLevelIdentifierGuid": "c9bea085-aac0-4c9e-8e3a-db78a7eb2fb3",
                                            "campaignName": "sample string 3",
                                            "priceLevelName": "sample string 4"
                                          },
                                          {
                                            "$ref": "68"
                                          }
                                        ]
                                      },
                                      "product": {
                                        "$ref": "21"
                                      },
                                      "dealCost": {
                                        "$id": "69",
                                        "headerIdentifier": "i+U87T+zdku7ydqSAnWS3w==",
                                        "headerIdentifierGuid": "ed3ce58b-b33f-4b76-bbc9-da92027592df",
                                        "identifier": "u0dVprv/jEuKXaiUV/0GXQ==",
                                        "identifierGuid": "a65547bb-ffbb-4b8c-8a5d-a89457fd065d",
                                        "supplierIdentifier": "4wFwyuECOEOdd+DRVYGxNw==",
                                        "supplierGuid": "ca7001e3-02e1-4338-9d77-e0d15581b137",
                                        "pluG_UID": "+NPnTnDLhkemkTTz+LE0TQ==",
                                        "pluGuid": "4ee7d3f8-cb70-4786-a691-34f3f8b1344d",
                                        "campaignName": "e132bfbc-5379-4e76-a1b8-bde8b61c16af",
                                        "description": "sample string 4",
                                        "cost": 5,
                                        "costDecimals": 6,
                                        "start": "2025-06-14T06:56:24.3637245",
                                        "end": "2025-06-14T06:56:24.3637245",
                                        "type": 9,
                                        "promoType": 10,
                                        "bonusItemPLUG_UID": "kuKbM3M4gkK7GPrvmqEhTQ==",
                                        "bonusItemPluGuid": "339be292-3873-4282-bb18-faef9aa1214d",
                                        "bonusPurchaseUnits": 11,
                                        "bonusReceiveUnits": 12,
                                        "updated": "2025-06-14T06:56:24.3637245",
                                        "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:56:24.3637245",
                                        "campaignEndDate": "2025-06-14T06:56:24.3637245",
                                        "masterPLUG_UID": "39CE3yciok2Ib/XiXowFJw==",
                                        "masterID": "df84d0df-2227-4da2-886f-f5e25e8c0527",
                                        "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": "a+Hw17d5zUy7ukrPxNd8bQ==",
                                        "bonusMasterID": "d7f0e16b-79b7-4ccd-bbba-4acfc4d77c6d",
                                        "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:56:24.3637245",
                                    "dealCosts": [
                                      {
                                        "$ref": "69"
                                      },
                                      {
                                        "$ref": "69"
                                      }
                                    ],
                                    "tags": [
                                      {
                                        "$id": "70",
                                        "pluG_UID": "1kjk5ilifk2igddPKyNh4Q==",
                                        "pluGuid": "e6e448d6-6229-4d7e-a281-d74f2b2361e1",
                                        "tagID": 1,
                                        "description": "sample string 1",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "70"
                                      }
                                    ],
                                    "alternateProductG_UID": "HifVaRCQqkOZgEB1f7X7pw==",
                                    "alternateProduct": "69d5271e-9010-43aa-9980-40757fb5fba7",
                                    "productHostCode": {
                                      "$id": "71",
                                      "id": 1,
                                      "pluG_UID": "yVwBbO6EfkKyO3/HwzrTVA==",
                                      "pluGuid": "6c015cc9-84ee-427e-b23b-7fc7c33ad354",
                                      "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:56:24.3637245",
                                    "inventoryTracked": "2025-06-14T06:56:24.3637245",
                                    "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": "amiZVt6PVUyaEC225GYOkQ==",
                                  "supplierGuid": "5699686a-8fde-4c55-9a10-2db6e4660e91",
                                  "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": "J8MP5iHAt0O1UnOnEU8Qkw==",
                                  "supplierGuid": "e60fc327-c021-43b7-b552-73a7114f1093",
                                  "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:56:24.3637245",
                                  "deliveryDate": "2025-06-14T06:56:24.3637245",
                                  "nextCutOffDate": "2025-06-14T06:56:24.3637245",
                                  "nextDeliveryDate": "2025-06-14T06:56:24.3637245",
                                  "nextDaysBuffer": 10
                                },
                                {
                                  "$ref": "74"
                                }
                              ],
                              "store": {
                                "$ref": "12"
                              },
                              "updated": "2025-06-14T06:56:24.3637245",
                              "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:56:24.3637245",
                                "processed": "2025-06-14T06:56:24.3637245",
                                "isProcessing": true,
                                "processedCount": 6,
                                "processingTime": 1,
                                "collectedUtc": "2025-06-14T06:56:24.3637245",
                                "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:56:24.3637245",
                                  "businessPillar": "sample string 3",
                                  "fileType": "sample string 4"
                                }
                              },
                              {
                                "$ref": "75"
                              }
                            ],
                            "zoneMatrix": [
                              {
                                "$id": "77",
                                "id": 1,
                                "hostIdentifier": "wwr9Ua/Nm0a52EyD33Nujw==",
                                "hostIdentifierGuid": "51fd0ac3-cdaf-469b-b9d8-4c83df736e8f",
                                "storeID": 1,
                                "departmentCode": "sample string 2",
                                "hostGuids": [
                                  "38b5c40d-9fa8-405f-b760-d1639b58ca26",
                                  "0e6b00ea-0828-43ef-85d1-181ab975eccf"
                                ]
                              },
                              {
                                "$ref": "77"
                              }
                            ],
                            "hostFileStoreSetting": {
                              "$ref": "14"
                            },
                            "hostStoreSettings": [
                              {
                                "$ref": "14"
                              },
                              {
                                "$ref": "14"
                              }
                            ],
                            "promotionPlacements": [
                              {
                                "$id": "78",
                                "identifier": "Ybs3WhcPtEq7ubzH3/w+FA==",
                                "identifierGuid": "5a37bb61-0f17-4ab4-bbb9-bcc7dffc3e14",
                                "code": "sample string 2",
                                "description": "sample string 3",
                                "isAdvertised": true
                              },
                              {
                                "$ref": "78"
                              }
                            ],
                            "promoTypeGuids": [
                              "b3ca1668-db02-4e31-b8ce-6bb83d5b1884",
                              "3c370590-1094-4840-a401-56916dad6413"
                            ],
                            "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:56:24.3637245",
                          "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": "cf83d101-12ee-4f9d-a719-cb258685aa58",
                      "updateStore": {
                        "$id": "84",
                        "id": "165d5c48-28e8-4d17-be5c-32ae9a2d0e3b",
                        "name": "sample string 1",
                        "lastActivity": "2025-06-14T06:56:24.3637245",
                        "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:56:24.3637245"
                      },
                      "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": "mU5MD1FgfE2Z5Az5Sve2cw==",
                "identifierGuid": "0f4c4e99-6051-4d7c-99e4-0cf94af7b673",
                "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:56:24.3637245",
                "deleted": true
              },
              "details": [
                {
                  "$id": "87",
                  "saleItemID": 1,
                  "identifier": "8F0iWbZ+BUevjymQ90wzrA==",
                  "identifierGuid": "59225df0-7eb6-4705-af8f-2990f74c33ac",
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "WVEYCPEgKkCvPBUbFiUYbg==",
                  "pluGuid": "08185159-20f1-402a-af3c-151b1625186e",
                  "accountID": "UWmPiQqXHU2xtLq9mfIydw==",
                  "accountIDGuid": "898f6951-970a-4d1d-b1b4-babd99f23277",
                  "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:56:24.3637245",
                  "bestOrExpireType": 1,
                  "providerName": "sample string 11",
                  "refundG_UID": "le0cNuFOU0GHT5dbM0wjrw==",
                  "refundGuid": "361ced95-4ee1-4153-874f-975b334c23af",
                  "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": "lKyqVA61gUSVJ+bGyXRGdg==",
                  "idempotentVoidGuid": "54aaac94-b50e-4481-9527-e6c6c9744676",
                  "priceLevelIdentifier": "X94x3c9rq0G633qpRToBdg==",
                  "priceLevelIdentifierGuid": "dd31de5f-6bcf-41ab-badf-7aa9453a0176",
                  "productName": "sample string 23",
                  "apn": "sample string 24",
                  "unknownScans": [
                    {
                      "$id": "88",
                      "id": 1,
                      "saleDetailID": 2,
                      "storeID": 1,
                      "scanned": "2025-06-14T06:56:24.3637245",
                      "operatorG_UID": "QEA=",
                      "barcode": "sample string 4",
                      "processed": 1
                    },
                    {
                      "$ref": "88"
                    }
                  ],
                  "refund": {
                    "$id": "89",
                    "id": 1,
                    "g_UID": "DydWDsE5F0qH2koEYe6rYw==",
                    "guid": "0e56270f-39c1-4a17-87da-4a0461eeab63",
                    "description": "sample string 1",
                    "dumped": true,
                    "inventoryReasonID": 1,
                    "sortOrder": 1,
                    "updated": "2025-06-14T06:56:24.3637245"
                  },
                  "modifier": {
                    "$id": "90",
                    "id": 1,
                    "setG_UID": "wJV0mklWW0uS25BnjLHM+w==",
                    "modifierSetGuid": "9a7495c0-5649-4b5b-92db-90678cb1ccfb",
                    "name": "sample string 2",
                    "price": 1,
                    "quantity": 1,
                    "modifierType": 1,
                    "groupNumber": 1,
                    "pageNumber": 1,
                    "controlOrder": 1,
                    "printToStation": true,
                    "pluG_UID": "5DOvLij6Vk+Zx159X2Igzg==",
                    "pluGuid": "2eaf33e4-fa28-4f56-99c7-5e7d5f6220ce",
                    "deleted": true,
                    "g_UID": "dAAFZ260vUCBgPk0OqGJhw==",
                    "guid": "67050074-b46e-40bd-8180-f9343aa18987",
                    "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": "8NKp8pX1dk6HpqTfkU7Mgg==",
                  "pluGuid": "f2a9d2f0-f595-4e76-87a6-a4df914ecc82",
                  "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:56:24.3637245",
                  "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:56:24.3637245",
                  "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": "sZ3s1cnXBkSqNnsrySQNDg==",
                  "pluGuid": "d5ec9db1-d7c9-4406-aa36-7b2bc9240d0e",
                  "accountID": "E951O7RMz02yKIXJvP7fag==",
                  "accountIDGuid": "3b75de13-4cb4-4dcf-b228-85c9bcfedf6a",
                  "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:56:24.3637245",
                  "bestOrExpireType": 1,
                  "refundG_UID": "dhFhqtvlz0WBGqAXtnT5SA==",
                  "refundGuid": "aa611176-e5db-45cf-811a-a017b674f948",
                  "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": "P5zoxVug0EarovYte9mt+Q==",
                  "surveyGuid": "c5e89c3f-a05b-46d0-aba2-f62d7bd9adf9",
                  "saleHeaderGuid": "5A9bujmuPk6fDEi26Q7pnA==",
                  "saleGuid": "ba5b0fe4-ae39-4e3e-9f0c-48b6e90ee99c",
                  "textResponse": "sample string 1",
                  "integerResponse": 1,
                  "g_UIDResponse": "1fxyvhoiMUG0yNe2jnT9kA==",
                  "guidResponse": "be72fcd5-221a-4131-b4c8-d7b68e74fd90",
                  "whoAnswered": 2,
                  "answeredAtUTC": "2025-06-14T06:56:24.3637245",
                  "sale": {
                    "$ref": "9"
                  },
                  "survey": {
                    "$id": "97",
                    "g_UID": "dNINoErJPkqMqvHVXk+JdA==",
                    "guid": "a00dd274-c94a-4a3e-8caa-f1d55e4f8974",
                    "name": "sample string 1",
                    "storeID": 2,
                    "zoneID": 1,
                    "checkoutFormG_UID": "4kZXLxEcHEiJfb3yURsGjw==",
                    "checkoutFormGuid": "2f5746e2-1c11-481c-897d-bdf2511b068f",
                    "displayToWho": 3,
                    "displayWhen": 4,
                    "start": "2025-06-14T06:56:24.3637245",
                    "end": "2025-06-14T06:56:24.3637245",
                    "deleted": true,
                    "updated": "2025-06-14T06:56:24.3637245",
                    "possibleIntegerResponses": [
                      1,
                      2
                    ],
                    "possibleTextResponses": [
                      "sample string 1",
                      "sample string 2"
                    ],
                    "possibleGuidResponses": [
                      "eff0eba6-7fce-4c7d-a47e-e7c2d7a5e038",
                      "6c4b5b09-9463-4d45-9065-f0891e54d16e"
                    ],
                    "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": "uQxAvilPkkKdP5IbkjOGtQ==",
              "accountIdentifier": "be400cb9-4f29-4292-9d3f-921b923386b5",
              "accountName": "sample string 42",
              "customerOrderIdentifier": "2h/rwTJmFEqpdJwNQQ5G5Q==",
              "customerOrderIdentifierGuid": "c1eb1fda-6632-4a14-a974-9c0d410e46e5",
              "priceLevelName": "sample string 43",
              "revision": 44,
              "ingressId": "sample string 45"
            },
            "metadata": {
              "$id": "98",
              "id": 1,
              "paymentID": 2,
              "paymentIdentifier": "lsRCrgRzRkeHaGxjOD5lIw==",
              "paymentIdentifierGuid": "ae42c496-7304-4746-8768-6c63383e6523",
              "identifier": "8o5Ycd5thk+8qra2algGOg==",
              "identifierGuid": "71588ef2-6dde-4f86-bcaa-b6b66a58063a",
              "metadata": "sample string 3",
              "signatureImage": "QEA=",
              "itemIdentifier": "t6uuWUMLT0uQ/m3rr5X/nQ==",
              "itemIdentifierGuid": "59aeabb7-0b43-4b4f-90fe-6debaf95ff9d"
            }
          },
          {
            "$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": "l0GWmK1OTkW6n6vcXpURlg==",
        "customerIdentifierGuid": "98964197-4ead-454e-ba9f-abdc5e951196",
        "voucherName": "sample string 2",
        "count": 3,
        "storeID": 4,
        "barcode": "sample string 5",
        "redeemCount": 6,
        "issueCount": 7,
        "storeSalePaymentID": 1,
        "idempotentID": "4upKa4O/DEmijS0EFWzQ0w==",
        "idempotentGuid": "6b4aeae2-bf83-490c-a28d-2d04156cd0d3",
        "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:56:24.3637245",
          "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:56:24.3637245",
            "labelPageLayout": "IYORxJM7aUOYW8f00rHZ2Q==",
            "pageLayoutGuid": "c4918321-3b93-4369-985b-c7f4d2b1d9d9",
            "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:56:24.3637245"
              },
              {
                "$ref": "103"
              }
            ]
          },
          "customerVouchers": [
            {
              "$id": "104",
              "id": 1,
              "customerIdentifier": "21qUj0ZV5UiblGFUUrIb6w==",
              "customerIdentifierGuid": "8f945adb-5546-48e5-9b94-615452b21beb",
              "voucherID": 3,
              "voucherName": "sample string 4",
              "storeID": 1,
              "barcode": "sample string 5",
              "dateOfIssue": "2025-06-14T06:56:24.3637245",
              "issuedSaleHeaderID": 1,
              "issuedSaleIdentifier": "sample string 7",
              "issuedOfflinePaymentID": 1,
              "issuedIdempotentID": "Uobn4iQtHE6naErRFLLDUw==",
              "issuedIdempotentGuid": "e2e78652-2d24-4e1c-a768-4ad114b2c353",
              "issuedOffline": true,
              "issuedUser": "sample string 9",
              "issuedNotes": "sample string 10",
              "expiryDate": "2025-06-14T06:56:24.3637245",
              "expiredUser": "sample string 11",
              "expiredNotes": "sample string 12",
              "redeemed": "2025-06-14T06:56:24.3637245",
              "redeemedSaleHeaderID": 1,
              "redeemedSaleIdentifier": "sample string 13",
              "redeemedOfflinePaymentID": 1,
              "redeemedIdempotentID": "oDbVHNXrjUiTRmaqPwyCEw==",
              "redeemedIdempotentGuid": "1cd536a0-ebd5-488d-9346-66aa3f0c8213",
              "redeemedUser": "sample string 14",
              "redeemedNotes": "sample string 15",
              "redeemedOffline": true,
              "updated": "2025-06-14T06:56:24.3637245",
              "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": "CiEy85zOJ06/xGVSpd8dfg==",
      "pluGuid": "f332210a-ce9c-4e27-bfc4-6552a5df1d7e",
      "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": "kvQzB0Cgp0yGtB3SK7hSKA==",
      "headerIdentifierGuid": "0733f492-a040-4ca7-86b4-1dd22bb85228",
      "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

None.