POST api/customer/{customerID}/groups

Add customer to customer groups

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerID

Customer identifier

globally unique identifier

Required

Body Parameters

List of CustomerGroupMember objects to save

Collection of CustomerGroupMember
NameDescriptionTypeAdditional information
ID

Incremental ID

integer

None.

GroupID

Collection of byte

None.

GroupIDGuid

globally unique identifier

None.

CustomerID

Collection of byte

None.

CustomerIDGuid

globally unique identifier

None.

Card

string

Required

String length: inclusive between 0 and 40

LinkedAccount

Collection of byte

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

LinkedAccountGuid

globally unique identifier

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

Customer

Customer

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

Group

CustomerGroup

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

CustomerCard

CustomerCard

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

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "groupID": "aqMGQiqcE0WFXwkokBe+tw==",
    "groupIDGuid": "4206a36a-9c2a-4513-855f-09289017beb7",
    "customerID": "ezGTlPt1WEm0frFIJc0Ctw==",
    "customerIDGuid": "9493317b-75fb-4958-b47e-b14825cd02b7",
    "card": "sample string 4",
    "linkedAccount": "RNmr7tb7uE+NG0c7wmIP7g==",
    "linkedAccountGuid": "eeabd944-fbd6-4fb8-8d1b-473bc2620fee",
    "customer": {
      "$id": "2",
      "identifier": "ArMH1c7FiE2w0YZXdRRvOA==",
      "identifierGuid": "d507b302-c5ce-4d88-b0d1-865775146f38",
      "code": "sample string 2",
      "familyName": "sample string 3",
      "givenName": "sample string 4",
      "otherName": "sample string 5",
      "title": "sample string 6",
      "dateOfBirth": "2026-04-03T06:15:10.928275",
      "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": "w8THpC73yUKcUm5XSvUeAw==",
      "communityIdentifierGuid": "a4c7c4c3-f72e-42c9-9c52-6e574af51e03",
      "joined": "2026-04-03T06:15:10.928275",
      "updated": "2026-04-03T06:15:10.928275",
      "active": true,
      "reasonInactive": 1,
      "groupCustomer": true,
      "loyaltyPoints": 1,
      "homeStoreID": 1,
      "availableSpend": 1,
      "priceLevelIdentifier": "EZQuWYPJL0i0B06UMcI7kg==",
      "priceLevelIdentifierGuid": "592e9411-c983-482f-b407-4e9431c23b92",
      "marketingID": "sample string 18",
      "receiptPrintOptions": 1,
      "hidden": true,
      "registered": true,
      "registeredOn": "2026-04-03T06:15:10.928275",
      "emailMarketing": true,
      "smsMarketing": true,
      "deleted": true,
      "deletedUser": "sample string 24",
      "homeStoreName": "sample string 25",
      "customerCards": [
        {
          "$id": "3",
          "cardType": 2,
          "issueDate": "2026-04-03T06:15:10.928275",
          "expiry": "2026-04-03T06:15:10.928275",
          "customerID": "5GPlAD2u50mimPw27a53cQ==",
          "customerIDGuid": "00e563e4-ae3d-49e7-a298-fc36edae7771",
          "initialValue": 1,
          "currentValue": 1,
          "maxLimit": 1,
          "minTransaction": 1,
          "maxTransaction": 1,
          "multiplier": 1.1,
          "active": true,
          "reasonInactive": 1,
          "idRequired": true,
          "idType": 1,
          "idValue": "sample string 5",
          "updated": "2026-04-03T06:15:10.928275",
          "linkedAccount": "kQebgZ+YcUqYke1jNeM7Ug==",
          "linkedAccountGuid": "819b0791-989f-4a71-9891-ed6335e33b52",
          "currentValueChanged": true,
          "limitsChanged": true,
          "customer": {
            "$ref": "2"
          },
          "account": {
            "$id": "4",
            "id": 1,
            "identifier": "DgT2tsBB0EueH+hinZaRjg==",
            "identifierGuid": "b6f6040e-41c0-4bd0-9e1f-e8629d96918e",
            "referenceNo": "sample string 3",
            "name": "sample string 4",
            "created": "2026-04-03T06:15:10.928275",
            "owner": "kqNjn1ZT3kmVmAe2TEh1RQ==",
            "ownerGuid": "9f63a392-5356-49de-9598-07b64c487545",
            "accountStoreGroupIdentifier": "fL6mBscpg0CBxTPK6bdmPQ==",
            "accountStoreGroupGuid": "06a6be7c-29c7-4083-81c5-33cae9b7663d",
            "accountType": 1,
            "currentBalance": 1,
            "externalID": "sample string 7",
            "maximumLimit": 1,
            "accruePoints": true,
            "loyaltyPoints": 1,
            "termsOfTrade": 1,
            "signatureRequired": true,
            "referenceRequired": true,
            "statementSendType": 10,
            "ageingPeriod": 1,
            "monthlyAgeingPeriod": true,
            "explodedInvoice": true,
            "isFifoAllocation": true,
            "lastStatementSent": "2026-04-03T06:15:10.928275",
            "active": true,
            "updated": "2026-04-03T06:15:10.928275",
            "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": "Rz0mFQ8KE0+76vveLcW3jQ==",
                "identifierGuid": "15263d47-0a0f-4f13-bbea-fbde2dc5b78d",
                "name": "sample string 2",
                "primaryContact": "eNwlm/h/VEW+F5lt/d71gA==",
                "primaryContactGuid": "9b25dc78-7ff8-4554-be17-996dfddef580",
                "accountID": "TP9RNtC20kyVg601gHOo+w==",
                "accountIDGuid": "3651ff4c-b6d0-4cd2-9583-ad358073a8fb",
                "special": true,
                "updated": "2026-04-03T06:15:10.928275",
                "active": true,
                "reasonInactive": 1,
                "priceLevelIdentifier": "XhEl30IxZkSr6UP2rhtWvQ==",
                "priceLevelIdentifierGuid": "df25115e-3142-4466-abe9-43f6ae1b56bd",
                "marketingListID": "sample string 7",
                "deleted": true,
                "account": {
                  "$ref": "4"
                },
                "primaryContactCustomer": {
                  "$ref": "2"
                },
                "customerGroupMembers": [
                  {
                    "$ref": "1"
                  },
                  {
                    "$ref": "1"
                  }
                ]
              },
              {
                "$ref": "6"
              }
            ]
          },
          "payments": [
            {
              "$id": "7",
              "id": 1,
              "identifier": "v/pinLZ5jU6JbAXj3AH77g==",
              "identifierGuid": "9c62fabf-79b6-4e8d-896c-05e3dc01fbee",
              "storeID": 2,
              "operatorName": "sample string 3",
              "saleHeaderID": 4,
              "paymentType": 5,
              "amount": 6,
              "account": "sample string 7",
              "accountID": "uG8e/JQmpkamwKNJj0PRSw==",
              "accountIDGuid": "fc1e6fb8-2694-46a6-a6c0-a3498f43d14b",
              "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": "2026-04-03T06:15:10.928275",
              "invRocNo": "sample string 14",
              "responseCode": "sample string 15",
              "cashout": 1,
              "tip": 16,
              "idempotentVoid": "Aur6URx01E66NqpA/FRocA==",
              "idempotentVoidGuid": "51faea02-741c-4ed4-ba36-aa40fc546870",
              "offline": true,
              "processed": 1,
              "storeSaleHeader": {
                "$id": "8",
                "saleHeaderID": 1,
                "saleHeaderGuid": "0nIc3usBDUyarnn4IcQxKw==",
                "saleHeaderIdentifierGuid": "de1c72d2-01eb-4c0d-9aae-79f821c4312b",
                "created": "2026-04-03T06:15:10.928275",
                "createdLocal": "2026-04-03T06:15:10.928275",
                "createdText": "sample string 4",
                "itemCount": 5,
                "totalAmount": 6,
                "cashTender": 1,
                "cardTender": 1,
                "cheqTender": 1,
                "acctTender": 1,
                "voucherTender": 1,
                "loyaltyPoints": 1,
                "cashout": 1,
                "changeAmount": 1,
                "rounding": 1,
                "gstAmount": 1,
                "transactionDiscountTender": 1,
                "totalTip": 7,
                "tranType": 1,
                "processed": 1,
                "imported": "2026-04-03T06:15:10.928275",
                "storeID": 1,
                "operatorG_Uid": "LIDpXzUg8kSJaGE/8EDyBA==",
                "operatorGuid": "5fe9802c-2035-44f2-8968-613ff040f204",
                "customerG_Uid": "5fQE1S+W/kmQgKts3nlrhA==",
                "customerGuid": "d504f4e5-962f-49fe-9080-ab6cde796b84",
                "communityIdentifier": "wPaWa3CXFEuMJCv+MByspw==",
                "communityIdentifierGuid": "6b96f6c0-9770-4b14-8c24-2bfe301caca7",
                "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": "Y/wu4N8rikata+sug8EDbg==",
                "priceLevelIdentifierGuid": "e02efc63-2bdf-468a-ad6b-eb2e83c1036e",
                "locked": 36,
                "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:15:10.928275+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                "deserialisedOrderMetadata": {
                  "$id": "9",
                  "customerName": "sample string 1",
                  "pickupAt": "2026-04-03T06:15:10.928275",
                  "deliveryAddress1": "sample string 2",
                  "deliveryAddress2": "sample string 3",
                  "customerPhoneNumber": "sample string 4",
                  "orderType": 0,
                  "externalOrderID": "sample string 5",
                  "externalDisplayableOrderID": "sample string 6",
                  "tableName": "sample string 7",
                  "createdBy": 0,
                  "orderingAppName": "sample string 8"
                },
                "relationChecksum": "sample string 38",
                "loyaltyTender": 1,
                "giftCardTender": 1,
                "operator": {
                  "$id": "10",
                  "id": 1,
                  "g_Uid": "wSOW3ue1EkyTg3O+zv2yhg==",
                  "guid": "de9623c1-b5e7-4c12-9383-73becefdb286",
                  "operatorNumber": 1,
                  "shortName": "sample string 2",
                  "firstName": "sample string 3",
                  "lastName": "sample string 4",
                  "password": "sample string 5",
                  "hasPassword": true,
                  "passwordText": "sample string 6",
                  "rfidTagID": "sample string 7",
                  "blueprintID": 1,
                  "groupID": 1,
                  "groupName": "sample string 8",
                  "managerGroupID": 1,
                  "managerGroupName": "sample string 9",
                  "zoneID": 1,
                  "zoneName": "sample string 10",
                  "loggedIn": 1,
                  "lastUsedIP": "sample string 11",
                  "deleted": true,
                  "locked": true,
                  "allowOpenTill": true,
                  "webEmail": "sample string 14",
                  "simpleOperatorType": 0,
                  "webRole": "sample string 15",
                  "updated": "2026-04-03T06:15:10.928275",
                  "passwordResetRequired": true,
                  "alteredInStore": true,
                  "startShift": "2026-04-03T06:15:10.928275",
                  "endShift": "2026-04-03T06:15:10.928275",
                  "machineName": "sample string 20",
                  "drawerID": 1,
                  "stores": [
                    {
                      "$id": "11",
                      "operatorG_UID": "CXPHHClT50OvId3sdylgmw==",
                      "operatorGuid": "1cc77309-5329-43e7-af21-ddec7729609b",
                      "storeID": 2,
                      "operator": {
                        "$ref": "10"
                      },
                      "store": {
                        "$id": "12",
                        "id": 1,
                        "isMaster": true,
                        "isElectedMaster": true,
                        "electedMasterStoreID": 1,
                        "isZoneMaster": true,
                        "shortName": "sample string 3",
                        "url": "sample string 4",
                        "sortOrder": 1,
                        "name": "sample string 5",
                        "phone": "sample string 6",
                        "fax": "sample string 7",
                        "email": "sample string 8",
                        "address1": "sample string 9",
                        "address2": "sample string 10",
                        "city": "sample string 11",
                        "state": "sample string 12",
                        "country": "sample string 13",
                        "postCode": "sample string 14",
                        "delivery": 1,
                        "exportAccounts": 1,
                        "salesAccountFolder": "sample string 15",
                        "purchaseAccountFolder": "sample string 16",
                        "initLoad": 1,
                        "initIDs": 1,
                        "zoneID": 1,
                        "actAsMaster": 1,
                        "lastActiveUtc": "2026-04-03T06:15:10.928275",
                        "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": "8mM+Lxe8uE+Y2NbjTcmPgw==",
                        "hostIdentifierGuid": "2f3e63f2-bc17-4fb8-98d8-d6e34dc98f83",
                        "hostName": 1,
                        "hostAddress": "sample string 27",
                        "hostUsername": "sample string 28",
                        "hostPassword": "sample string 29",
                        "excludeFromLeadInOut": true,
                        "accountingProvider": 31,
                        "accountingAddress": "sample string 32",
                        "accountingUsername": "sample string 33",
                        "accountingPassword": "sample string 34",
                        "storeAccountingCode": "sample string 35",
                        "softwareVariance": 36,
                        "fuelWarningVariance": 37.0,
                        "fuelErrorVariance": 38.0,
                        "fuelAccumulatedWarningVariance": 39.0,
                        "fuelAccumulatedErrorVariance": 40.0,
                        "drawManagment": 41,
                        "endOfDayManagment": true,
                        "autoFillCashBalancing": true,
                        "fuelDayVariance": 44,
                        "accountingTradingTime": "00:00:00.1234567",
                        "stockActivateProduct": 46,
                        "defaultOrderDocumentId": 1,
                        "defaultStockReceiveDocumentId": 1,
                        "giftCardSalesAccountingDeptCode": "sample string 47",
                        "transactionDiscountAccountingDeptCode": "sample string 48",
                        "size": 49,
                        "updated": "2026-04-03T06:15:10.928275",
                        "priceZone": {
                          "$id": "13",
                          "id": 1,
                          "name": "sample string 2",
                          "hostIdentifier": "I9z9xti7oUCnjqWX5G8g9g==",
                          "hostIdentifierGuid": "c6fddc23-bbd8-40a1-a78e-a597e46f20f6",
                          "sortOrder": 3,
                          "zoneMasterStoreID": 1,
                          "electedMasterStoreID": 1,
                          "containsElectedMasterStore": true
                        },
                        "priceZoneName": "sample string 51",
                        "storeFuelConfigured": true,
                        "shippingAddressCopied": true,
                        "shippingAddress": {
                          "$id": "14",
                          "storeID": 1,
                          "addressType": 1,
                          "address1": "sample string 1",
                          "address2": "sample string 2",
                          "city": "sample string 3",
                          "state": "sample string 4",
                          "country": "sample string 5",
                          "postCode": "sample string 6"
                        },
                        "billingAddressCopied": true,
                        "billingAddress": {
                          "$ref": "14"
                        },
                        "hostStoreSettings": [
                          {
                            "$id": "15",
                            "id": 1,
                            "hostIdentifier": "krt8njlgLU2uhI6lGhE62w==",
                            "hostIdentifierGuid": "9e7cbb92-6039-4d2d-ae84-8ea51a113adb",
                            "storeID": 2,
                            "username": "sample string 3",
                            "password": "sample string 4",
                            "passwordPlain": "sample string 5",
                            "serverAddress": "sample string 6",
                            "serverPort": 1,
                            "excludeFromLeadInOut": true,
                            "useForHostFile": true,
                            "metcashPillarID": "sample string 9",
                            "metcashStateCode": "sample string 10",
                            "metcashCustomerID": "sample string 11",
                            "metcashTradingPartnerID": "sample string 12",
                            "drakesCustomerNumber": 1,
                            "sparCustomerNumber": "sample string 13",
                            "sparOrderUsername": "sample string 14",
                            "sparOrderPassword": "sample string 15",
                            "sparOrderPasswordPlain": "sample string 16",
                            "pharmXSiteID": 1,
                            "ibaZoneID": 1,
                            "ibaState": "sample string 17",
                            "foodlandStoreCode": "sample string 18",
                            "ilgMemberNumber": "sample string 19",
                            "ilgOutletLocation": 1,
                            "ilgBaseCost": 1,
                            "ilgApplyNonAdvertisedPromos": true,
                            "ilgExemptFromFreight": true,
                            "ilgOrderDealReview": true,
                            "ilgFinanceFee": 1,
                            "secondPassword": "sample string 23",
                            "secondPasswordPlain": "sample string 24",
                            "secondServerAddress": "sample string 25",
                            "processPromotions": true,
                            "hostProvider": 0,
                            "host": {
                              "$id": "16",
                              "identifier": "Bu+M7eU0/kefcRgTeRKZ2Q==",
                              "identifierGuid": "ed8cef06-34e5-47fe-9f71-1813791299d9",
                              "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": "gp6FND07QUyqE4l4bt5qtA==",
                              "hostSupplierIdentifierGuid": "34859e82-3b3d-4c41-aa13-89786ede6ab4",
                              "loyaltyPriceLevelIdentifier": "86l21lXRtEis33N7h90x3w==",
                              "loyaltyPriceLevelIdentifierGuid": "d676a9f3-d155-48b4-acdf-737b87dd31df",
                              "isGroup": true,
                              "description": "sample string 22",
                              "hostProvider": 23,
                              "hostTypeEnum": 24,
                              "hostType": "sample string 25",
                              "hostCode": "sample string 26",
                              "username": "sample string 27",
                              "password": "sample string 28",
                              "passwordPlain": "sample string 29",
                              "server": "sample string 30",
                              "url": "sample string 31",
                              "global": true,
                              "stateCode": "sample string 33",
                              "lastCollected": "2026-04-03T06:15:10.928275",
                              "lastProcessed": "2026-04-03T06:15:10.928275",
                              "hold": true,
                              "supplierName": "sample string 35",
                              "supplier": {
                                "$id": "17",
                                "identifier": "5V0LER0C/UqHUeZMfLNiFQ==",
                                "identifierGuid": "110b5de5-021d-4afd-8751-e64c7cb36215",
                                "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": "3qbqhqs4cUiW+ddxh0kRFg==",
                                "primaryContactID": "86eaa6de-38ab-4871-96f9-d77187491116",
                                "storeID": 1,
                                "abn": "sample string 16",
                                "supplierGroupIdentifier": "kDiXmrBXuEyMjU2UJwZKVw==",
                                "supplierGroupGuid": "9a973890-57b0-4cb8-8c8d-4d9427064a57",
                                "rebate": 1.0,
                                "rebateType": 1,
                                "rebateFrequency": 1,
                                "rebateSource": 1,
                                "rebateLastClaimed": "2026-04-03T06:15:10.928275",
                                "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": "18",
                                  "id": "016c8278-22df-466b-bfa1-bd8e9550f0da",
                                  "identifier": "TUVQAX9mREq2Z2a06LrRdQ==",
                                  "identifierGuid": "0150454d-667f-4a44-b667-66b4e8bad175",
                                  "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": "19",
                                    "supplierIdentifier": "3931pTKUfEmE+FLxvnDCRQ==",
                                    "supplierIdentifierGuid": "a5f5dddf-9432-497c-84f8-52f1be70c245",
                                    "contactGuid": "JhJoMvnIOEW6lVXl3PsUkg==",
                                    "contactID": "32681226-c8f9-4538-ba95-55e5dcfb1492",
                                    "contact": {
                                      "$ref": "18"
                                    },
                                    "supplier": {
                                      "$ref": "17"
                                    }
                                  },
                                  {
                                    "$ref": "19"
                                  }
                                ],
                                "products": [
                                  {
                                    "$id": "20",
                                    "pluG_UID": "us52LrWHlU+9IYvqH5lQRQ==",
                                    "pluGuid": "2e76ceba-87b5-4f95-bd21-8bea1f995045",
                                    "supplierIdentifier": "elEQNqAtFU+LiZaMHVmPBw==",
                                    "supplierIdentifierGuid": "3610517a-2da0-4f15-8b89-968c1d598f07",
                                    "cartonQuantity": 1,
                                    "cartonQuantityChanged": true,
                                    "productSize": "sample string 3",
                                    "cigarettesPerSleeve": 1,
                                    "randomWeight": true,
                                    "piecesPerUnit": 5,
                                    "averagePackSize": 6,
                                    "effectiveDate": "2026-04-03T06:15:10.928275",
                                    "pricedByWeight": true,
                                    "landedUnitCostEx": 9,
                                    "landedUnitCostInc": 10,
                                    "landedCartonCostInc": 12,
                                    "landedCartonCostEx": 13,
                                    "standardCost": 14,
                                    "deliveryFee": 1,
                                    "deliveryFeeBasis": "sample string 15",
                                    "pickAndPackFee": 1,
                                    "pickAndPackFeeBasis": "sample string 16",
                                    "financeFee": 1,
                                    "financeFeeBasis": "sample string 17",
                                    "cartonLength": 1,
                                    "cartonWidth": 1,
                                    "cartonHeight": 1,
                                    "palletLayerQuantity": 1,
                                    "palletLayers": 1,
                                    "itemCode": "sample string 18",
                                    "invoiceCode": "sample string 19",
                                    "invoiceDesc": "sample string 20",
                                    "orderDirect": true,
                                    "useCost": true,
                                    "minimumQuantity": 21,
                                    "hostType": 22,
                                    "fromHost": 23,
                                    "minimumReorder": 1,
                                    "maximumReorder": 1,
                                    "orderMultiple": 24.1,
                                    "sellMultiple": 25.1,
                                    "baseMultiple": 26.1,
                                    "hostStandardCost": 27,
                                    "hostTotalCost": 28,
                                    "hostRetail": 29,
                                    "hostLandedUnitCostEx": 30,
                                    "hostLandedUnitCostInc": 31,
                                    "hostDesc": "sample string 32",
                                    "directIndicator": "sample string 33",
                                    "availableToOrder": true,
                                    "hostRangeIndicator": "sample string 35",
                                    "hostProductType": "sample string 36",
                                    "hostProductGrade": "sample string 37",
                                    "hostProductGroup": "sample string 38",
                                    "hostSlowMoving": true,
                                    "hostGeneralMerchandise": true,
                                    "hostPillar": "sample string 41",
                                    "hostLastUpdated": "2026-04-03T06:15:10.928275",
                                    "rebate": 1.0,
                                    "rebateExclude": true,
                                    "invoiceCodes": [
                                      {
                                        "$id": "21",
                                        "pluG_UID": "JD494HcOokGXoFYCppGtKQ==",
                                        "pluGuid": "e03d3e24-0e77-41a2-97a0-5602a691ad29",
                                        "supplierIdentifier": "/Pdy8aUhL0qL479b+Qs1NQ==",
                                        "supplierIdentifierGuid": "f172f7fc-21a5-4a2f-8be3-bf5bf90b3535",
                                        "invoiceCode": "sample string 1",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "21"
                                      }
                                    ],
                                    "storeIDs": [
                                      1,
                                      2
                                    ],
                                    "preferredSupplier": true,
                                    "preferredRebateSupplier": true,
                                    "supplierName": "sample string 42",
                                    "salesMode": 43,
                                    "orderPacked": true,
                                    "active": true,
                                    "price": 1,
                                    "costGstPercent": 45,
                                    "parentPluG_UID": "I0matly8o0+GQYRCWY6zQg==",
                                    "parentPluGuid": "b69a4923-bc5c-4fa3-8641-8442598eb342",
                                    "freight": 46.0,
                                    "freightType": 1,
                                    "product": {
                                      "$id": "22",
                                      "plu": 1,
                                      "storeID": 1,
                                      "masterPluG_UID": "QEA=",
                                      "storeIDs": [
                                        1,
                                        2
                                      ],
                                      "g_UId": "vRPu8GrlFk+umiSi0gZSlA==",
                                      "guid": "f0ee13bd-e56a-4f16-ae9a-24a2d2065294",
                                      "apn": "sample string 1",
                                      "apnChanged": true,
                                      "apnSwitched": true,
                                      "barcode": "sample string 4",
                                      "itemNumber": "sample string 5",
                                      "itemNumberChanged": true,
                                      "priceGroupG_UID": "LuVzKr4yiE2YpBNrgDcsfQ==",
                                      "priceGroupGuid": "2a73e52e-32be-4d88-98a4-136b80372c7d",
                                      "blueprintID": 1,
                                      "lastCountedDate": "2026-04-03T06:15:10.928275",
                                      "externalID": "sample string 7",
                                      "active": true,
                                      "activated": "2026-04-03T06:15:10.928275",
                                      "pluCreated": "2026-04-03T06:15:10.928275",
                                      "createdByUser": "sample string 9",
                                      "name": "sample string 10",
                                      "nameChanged": true,
                                      "secondDescription": "sample string 12",
                                      "hostDescription": "sample string 13",
                                      "keepCartonQty": true,
                                      "keepDescription": true,
                                      "keepDepartments": true,
                                      "keepSuppliers": true,
                                      "markdownDescription": "sample string 18",
                                      "altDescription": "sample string 19",
                                      "bestOrExpire": 20,
                                      "lastUpdate": "2026-04-03T06:15:10.928275",
                                      "lastManualUpdate": "2026-04-03T06:15:10.928275",
                                      "imageName": "sample string 23",
                                      "showImageOnFlipCharts": true,
                                      "showTextOnFlipCharts": true,
                                      "overrideFlipChartText": true,
                                      "flipChartText": "sample string 27",
                                      "salesMode": 1,
                                      "eftCode": 1,
                                      "price": 1,
                                      "priceChanged": true,
                                      "rrp": 1,
                                      "gstPercent": 28,
                                      "gstPercentChanged": true,
                                      "costGSTPercent": 29,
                                      "costGSTPercentChanged": true,
                                      "wetPercent": 1,
                                      "priceOverride": 1,
                                      "cost": 1,
                                      "currentCost": 1,
                                      "currentCostDecimals": 1,
                                      "grossProfit": 1.0,
                                      "currentCostDesc": "sample string 30",
                                      "currentCostEnd": "2026-04-03T06:15:10.928275",
                                      "currentCostUpdated": "2026-04-03T06:15:10.928275",
                                      "costDecimals": 31,
                                      "costChanged": true,
                                      "dealCostIdentifier": "QEA=",
                                      "excludeFromRebate": true,
                                      "rebateOverride": 1,
                                      "costCalcMethod": 32,
                                      "costCalcMethodChanged": true,
                                      "costEffectiveDate": "2026-04-03T06:15:10.928275",
                                      "defaultGP": 1,
                                      "breakTargetMode": 33,
                                      "break1": 1,
                                      "price1": 1,
                                      "target1": 34,
                                      "break2": 1,
                                      "price2": 1,
                                      "target2": 35,
                                      "break3": 1,
                                      "price3": 1,
                                      "target3": 36,
                                      "break1Changed": true,
                                      "price1Changed": true,
                                      "target1Changed": true,
                                      "break2Changed": true,
                                      "price2Changed": true,
                                      "target2Changed": true,
                                      "break3Changed": true,
                                      "price3Changed": true,
                                      "target3Changed": true,
                                      "breakTargetModeChanged": true,
                                      "margin": 1.1,
                                      "marginChanged": true,
                                      "marginRanged": true,
                                      "marginRangedChanged": true,
                                      "minimumMargin": 1.1,
                                      "minimumMarginChanged": true,
                                      "maximumMargin": 1.1,
                                      "maximumMarginChanged": true,
                                      "overrideHostWarehouseIndicator": true,
                                      "overrideHostWarehouseIndicatorChanged": true,
                                      "overrideHostPrice": true,
                                      "overrideHostPriceChanged": true,
                                      "overrideHostCost": true,
                                      "overrideHostCostChanged": true,
                                      "overrideHostMargin": true,
                                      "overrideHostMarginChanged": true,
                                      "alwaysApplyMargin": true,
                                      "alwaysApplyMarginChanged": true,
                                      "aws": 1.0,
                                      "paws": 1.0,
                                      "awsUpdated": "2026-04-03T06:15:10.928275",
                                      "posTare": 1,
                                      "altPrice": 1.0,
                                      "altPriceChanged": true,
                                      "altPriceMode": 53,
                                      "altPriceModeChanged": true,
                                      "altPLUG_UID": "+r9Oy5AJeUmUYIXbt2VYtA==",
                                      "altPLUGuid": "cb4ebffa-0990-4979-9460-85dbb76558b4",
                                      "altPLUGuidChanged": true,
                                      "altPriceDescription1": "sample string 54",
                                      "altPriceDescription2": "sample string 55",
                                      "cartonQuantity": 56,
                                      "cartonQuantityChanged": true,
                                      "trayID": 1,
                                      "promptID": 1,
                                      "tare": 1,
                                      "packQty": 1,
                                      "fixedWeight": 1,
                                      "extraMesg": 1,
                                      "text1": "sample string 58",
                                      "text2": "sample string 59",
                                      "text3": "sample string 60",
                                      "labelText": "sample string 61",
                                      "labelTextChanged": true,
                                      "sendToScale": true,
                                      "nonScaleWeigh": true,
                                      "labelFormat": "sample string 65",
                                      "barcodeFormat": "sample string 66",
                                      "austMade": 1,
                                      "coolCode": 67,
                                      "countryOfOrigin": "sample string 68",
                                      "percentContent": 69.1,
                                      "departmentID": 1,
                                      "subDepartmentID": 1,
                                      "minorDepartmentID": 1,
                                      "lesserDepartmentID": 1,
                                      "deptCode": "sample string 70",
                                      "subDeptCode": "sample string 71",
                                      "minorDeptCode": "sample string 72",
                                      "lesserDeptCode": "sample string 73",
                                      "deptName": "sample string 74",
                                      "subDeptName": "sample string 75",
                                      "minorDeptName": "sample string 76",
                                      "lesserDeptName": "sample string 77",
                                      "departmentChanged": true,
                                      "subCategoryID": 1,
                                      "expiry": 1,
                                      "showDays": 1,
                                      "datePrint": 1,
                                      "labelRequired": true,
                                      "labelShelfQty": 80,
                                      "labelShelfChanged": true,
                                      "labelTalkerQty": 82,
                                      "labelSmall": true,
                                      "labelLastPrinted": "2026-04-03T06:15:10.928275",
                                      "labelLastPrice": 1,
                                      "shelfPageLayoutG_UID": "LfVDtS3Y70GHqvuQSc7H1w==",
                                      "shelfPageLayoutGuid": "b543f52d-d82d-41ef-87aa-fb9049cec7d7",
                                      "talkerPageLayoutG_UID": "3a7V3IynKUi+frW21ZaAgQ==",
                                      "talkerPageLayoutGuid": "dcd5aedd-a78c-4829-be7e-b5b6d5968081",
                                      "unitMeasure": 1.1,
                                      "unitMeasureChanged": true,
                                      "unitMeasureKind": 85,
                                      "unitMeasureKindChanged": true,
                                      "signIQData": "sample string 87",
                                      "refresh": true,
                                      "earnLoyaltyPoints": true,
                                      "earnLoyaltyPointsChanged": true,
                                      "quantityOverride": true,
                                      "quantityOverrideChanged": true,
                                      "quantityRequired": true,
                                      "quantityRequiredChanged": true,
                                      "allowDiscounts": true,
                                      "allowDiscountsChanged": true,
                                      "discountDiscounts": true,
                                      "discountDiscountsChanged": true,
                                      "itemRecalled": true,
                                      "itemRecalledChanged": true,
                                      "noRefund": true,
                                      "noRefundChanged": true,
                                      "allowMarkdown": true,
                                      "allowMarkdownChanged": true,
                                      "priceRequired": true,
                                      "priceRequiredChanged": true,
                                      "fuelItem": true,
                                      "fuelItemChanged": true,
                                      "liabilityItem": true,
                                      "trackSerial": true,
                                      "trackSerialChanged": true,
                                      "allowZeroPrice": true,
                                      "allowZeroPriceChanged": true,
                                      "notForSale": 92,
                                      "notForSaleChanged": true,
                                      "excludeFromDeals": true,
                                      "excludeFromVoucher": true,
                                      "minimumAge": 95,
                                      "minimumAgeChanged": true,
                                      "buyingLimit": 1,
                                      "buyingLimitChanged": true,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitIndependentChanged": true,
                                      "inventoryGuid": "9AFC27KIwk+rd67WQ/6g5g==",
                                      "inventoryIdentifier": "db4201f4-88b2-4fc2-ab77-aed643fea0e6",
                                      "inventoryAccuracy": 1,
                                      "baseUnits": 99,
                                      "orderPacked": 1,
                                      "isManufactured": true,
                                      "isIngredient": true,
                                      "isModifier": true,
                                      "isModifierChanged": true,
                                      "hasModifiers": 100,
                                      "defaultPrinter": "sample string 101",
                                      "defaultPrinterGroup": "sample string 102",
                                      "ingredientsOnManufacture": true,
                                      "manufactureUnitMeasure": 1,
                                      "mpl": 1,
                                      "maxShelfQty": 103,
                                      "allowAutoOrder": true,
                                      "warrantyPeriod": 1,
                                      "parentPluG_UId": "1NCDL25o4EaocD75TacEDQ==",
                                      "parentPluGuid": "2f83d0d4-686e-46e0-a870-3ef94da7040d",
                                      "preferredHostVendor": 105,
                                      "preferredHostChanged": true,
                                      "code": "sample string 107",
                                      "supplierIdentifier": "Yh0ZpPvc9kKP3X5rnY9HrQ==",
                                      "supplierIdentifierGuid": "a4191d62-dcfb-42f6-8fdd-7e6b9d8f47ad",
                                      "supplierChanged": true,
                                      "rebateSupplierIdentifier": "3zp9NU2/E0ykosCAMUKzog==",
                                      "rebateSupplierIdentifierGuid": "357d3adf-bf4d-4c13-a4a2-c0803142b3a2",
                                      "rebateSupplierChanged": true,
                                      "availableForOrder": true,
                                      "warehouseDirectIndicator": "sample string 109",
                                      "warehouseDirectIndicatorChanged": true,
                                      "productGrade": "sample string 111",
                                      "productType": "sample string 112",
                                      "productGroup": "sample string 113",
                                      "complianceIndicator": "sample string 114",
                                      "inhouseBrand": "sample string 115",
                                      "slowMoving": true,
                                      "generalMerchandise": true,
                                      "comment": "sample string 118",
                                      "lastUpdatedByUser": "sample string 119",
                                      "lastManualUpdatedByUser": "sample string 120",
                                      "lastUpdatedByUserOverride": true,
                                      "lastUpdatedByHost": "2026-04-03T06:15:10.928275",
                                      "commodity": "sample string 122",
                                      "businessPillar": "sample string 123",
                                      "mscCommodity": "sample string 124",
                                      "hostIdentifier": "Lv78BAhWc0mGghM6/+I2uQ==",
                                      "hostIdentifierGuid": "04fcfe2e-5608-4973-8682-133affe236b9",
                                      "serviceFeeID": 1,
                                      "serviceFeeIDChanged": true,
                                      "providerName": "sample string 126",
                                      "aisleEnds": "sample string 127",
                                      "deleted": true,
                                      "deletedChanged": true,
                                      "hidden": true,
                                      "doNotRange": true,
                                      "doNotRangeChanged": true,
                                      "doNotOrder": true,
                                      "doNotOrderChanged": true,
                                      "locked": true,
                                      "excludeFromWebUpdate": true,
                                      "excludeFromWebUpdateChanged": true,
                                      "webPriceBasedOn": 138,
                                      "webPriceRounding": true,
                                      "webMarkup": 140,
                                      "webPriceMode": 141,
                                      "altDepartmentID": 1,
                                      "altSubDepartmentID": 1,
                                      "altMinorDepartmentID": 1,
                                      "altLesserDepartmentID": 1,
                                      "altDeptCode": "sample string 142",
                                      "altSubDeptCode": "sample string 143",
                                      "altMinorDeptCode": "sample string 144",
                                      "altLesserDeptCode": "sample string 145",
                                      "altDepartmentChanged": true,
                                      "storeProducts": [
                                        {
                                          "$ref": "22"
                                        },
                                        {
                                          "$ref": "22"
                                        }
                                      ],
                                      "store": {
                                        "$ref": "12"
                                      },
                                      "storePrices": [
                                        {
                                          "$id": "23",
                                          "pluG_UID": "3nZ7y7gCT0q5YjV1b6ihkQ==",
                                          "pluGuid": "cb7b76de-02b8-4a4f-b962-35756fa8a191",
                                          "plu": 1,
                                          "storeID": 1,
                                          "zoneID": 2,
                                          "zoneName": "sample string 3",
                                          "store": "sample string 4",
                                          "isElectedMasterStore": true,
                                          "isZoneMasterStore": true,
                                          "priceNow": 7,
                                          "costNow": 8,
                                          "costNowDecimals": 9,
                                          "normalPrice": 10,
                                          "priceNext": 1,
                                          "costNext": 1,
                                          "costNextDecimals": 11,
                                          "nextCampaignName": "sample string 12",
                                          "gstPercent": 13,
                                          "normalCost": 14,
                                          "normalCostDecimals": 15,
                                          "costGstPercent": 16,
                                          "costCalcMethod": 1,
                                          "currentCost": 17,
                                          "currentCostDecimals": 18,
                                          "break1": 19,
                                          "price1": 20,
                                          "break2": 21,
                                          "price2": 22,
                                          "break3": 23,
                                          "price3": 24,
                                          "fuelItem": 25,
                                          "fixedWeight": 26,
                                          "active": true,
                                          "complianceIndicator": "sample string 27",
                                          "doNotOrder": true,
                                          "doNotRange": true,
                                          "isNormalPriceChangesCampaign": true,
                                          "updated": "2026-04-03T06:15:10.928275"
                                        },
                                        {
                                          "$ref": "23"
                                        }
                                      ],
                                      "currentPrices": {
                                        "$id": "24",
                                        "pluPrices": {
                                          "$id": "25",
                                          "plu": 1,
                                          "pluG_UID": "QEA=",
                                          "stores": [
                                            1,
                                            2
                                          ],
                                          "normalPrice": 1,
                                          "cost": 2,
                                          "break1": 3,
                                          "price1": 4,
                                          "break2": 5,
                                          "price2": 6,
                                          "break3": 7,
                                          "price3": 8,
                                          "discountPrice": 9,
                                          "memberDiscountPrice": 10,
                                          "acceptedUtc": "2026-04-03T06:15:10.928275",
                                          "priceChangeType": 0,
                                          "costDecimals": 11,
                                          "costCalcMethod": 12,
                                          "targetCampaignPriceGtOrEquNormal": true
                                        },
                                        "normalPluPrices": {
                                          "$ref": "25"
                                        },
                                        "winningCampaign": 1,
                                        "winner": {
                                          "$id": "26",
                                          "campaignName": "sample string 1",
                                          "campaignDescription": "sample string 2",
                                          "talkerText": "sample string 3",
                                          "disableWasSave": true,
                                          "startDate": "2026-04-03T06:15:10.928275",
                                          "startTime": 5,
                                          "endDate": "2026-04-03T06:15:10.928275",
                                          "endTime": 6,
                                          "newPrice": 7,
                                          "newCost": 8,
                                          "newCostDecimals": 9,
                                          "pctDiscount": 10,
                                          "promoType": 1,
                                          "promotionTypeCode": "sample string 11",
                                          "hostType": 12,
                                          "hostIdentifier": "fpur5VmGw0mVHPP5xD17GQ==",
                                          "hostIdentifierGuid": "e5ab9b7e-8659-49c3-951c-f3f9c43d7b19",
                                          "storeNames": [
                                            "sample string 1",
                                            "sample string 2"
                                          ]
                                        },
                                        "details": [
                                          {
                                            "$ref": "26"
                                          },
                                          {
                                            "$ref": "26"
                                          }
                                        ]
                                      },
                                      "tray": {
                                        "$id": "27",
                                        "g_UId": "puSr99SEfEWatso9/VRoYg==",
                                        "guid": "f7abe4a6-84d4-457c-9ab6-ca3dfd546862",
                                        "name": "sample string 1",
                                        "number": 1,
                                        "tare": 1
                                      },
                                      "priceGroup": {
                                        "$id": "28",
                                        "priceGroupG_UID": "jV/gq19X0k+9B5BN7QjFDQ==",
                                        "priceGroupGuid": "abe05f8d-575f-4fd2-bd07-904ded08c50d",
                                        "name": "sample string 2",
                                        "code": 1,
                                        "modified": true,
                                        "updated": "2026-04-03T06:15:10.928275",
                                        "buyingLimit": 1,
                                        "buyingLimitIndependent": true,
                                        "buyingLimitType": 0,
                                        "number": 1,
                                        "products": [
                                          {
                                            "$ref": "22"
                                          },
                                          {
                                            "$ref": "22"
                                          }
                                        ],
                                        "productCount": 1
                                      },
                                      "priceGroupName": "sample string 147",
                                      "nutrifacts": {
                                        "$id": "29",
                                        "pluG_UID": "WLuyJ/fgRkyNJyswBeI5pg==",
                                        "pluGuid": "27b2bb58-e0f7-4c46-8d27-2b3005e239a6",
                                        "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": "30",
                                        "pluGuid": "da1e303a-6e65-4f4a-ab52-6dd23e37f8e8",
                                        "created": "2026-04-03T06:15:10.928275",
                                        "createdByUser": "sample string 1",
                                        "activated": "2026-04-03T06:15:10.928275",
                                        "activatedByUser": "sample string 2",
                                        "deactivated": "2026-04-03T06:15:10.928275",
                                        "deactivatedByUser": "sample string 3",
                                        "lastOrdered": "2026-04-03T06:15:10.928275",
                                        "lastOrderedQty": 4.0,
                                        "lastReceived": "2026-04-03T06:15:10.928275",
                                        "lastReceivedQty": 5.0,
                                        "lastInvoiceStatus": 1,
                                        "lastCounted": "2026-04-03T06:15:10.928275",
                                        "lastSold": "2026-04-03T06:15:10.928275",
                                        "firstSold": "2026-04-03T06:15:10.928275",
                                        "awsUpdated": "2026-04-03T06:15:10.928275",
                                        "lastManualUpdate": "2026-04-03T06:15:10.928275",
                                        "lastManualUpdatedByUser": "sample string 7",
                                        "lastUpdated": "2026-04-03T06:15:10.928275",
                                        "lastUpdatedByUser": "sample string 9",
                                        "lastUpdatedByHost": "2026-04-03T06:15:10.928275",
                                        "doNotRangeUpdated": "2026-04-03T06:15:10.928275",
                                        "doNotOrderUpdated": "2026-04-03T06:15:10.928275",
                                        "tracked": "2026-04-03T06:15:10.928275"
                                      },
                                      "allergens": [
                                        {
                                          "$id": "31",
                                          "primaryKey": {
                                            "$id": "32",
                                            "pluGuid": "ca25b3af-fee8-4993-9173-0a98e92ff6e8",
                                            "contains": 2
                                          },
                                          "allergenID": 1,
                                          "pluG_UID": "r7Mlyuj+k0mRcwqY6S/26A==",
                                          "pluGuid": "ca25b3af-fee8-4993-9173-0a98e92ff6e8",
                                          "contains": 2,
                                          "allergenName": "sample string 3",
                                          "storeIDs": [
                                            1,
                                            2
                                          ]
                                        },
                                        {
                                          "$ref": "31"
                                        }
                                      ],
                                      "costs": {
                                        "$id": "33",
                                        "pluG_UID": "pVU3GGC+2EK/02EkxCJgOg==",
                                        "pluGuid": "183755a5-be60-42d8-bfd3-6124c422603a",
                                        "enteredCost": 1,
                                        "weightedAvgCost": 1,
                                        "lastCost": 1,
                                        "rawEnteredCost": 2,
                                        "rawWeightedAvgCost": 3,
                                        "rawLastCost": 4,
                                        "freight": 5.0,
                                        "freightType": 6,
                                        "costDecimals": 7,
                                        "fifoCost": 1,
                                        "updated": "2026-04-03T06:15:10.928275",
                                        "normalCost": 1,
                                        "currentCost": 1
                                      },
                                      "sales": [
                                        {
                                          "$id": "34",
                                          "saleHeaderID": 1,
                                          "created": "2026-04-03T06:15:10.928275",
                                          "createdLocal": "2026-04-03T06:15:10.928275",
                                          "storeID": 3,
                                          "storeName": "sample string 4",
                                          "operatorG_Uid": "u8pGoLRL2kSYG7yi7pwZvw==",
                                          "operatorGuid": "a046cabb-4bb4-44da-981b-bca2ee9c19bf",
                                          "operatorName": "sample string 5",
                                          "tranType": 1,
                                          "plu": 1,
                                          "pluG_UId": "vls1fP9lxk60AnDRW+oikw==",
                                          "pluGuid": "7c355bbe-65ff-4ec6-b402-70d15bea2293",
                                          "normalPrice": 1,
                                          "totalCents": 1,
                                          "cost": 1,
                                          "grossProfit": 1,
                                          "quantity": 1,
                                          "operator": {
                                            "$ref": "10"
                                          }
                                        },
                                        {
                                          "$ref": "34"
                                        }
                                      ],
                                      "apns": [
                                        {
                                          "$id": "35",
                                          "pluID": 1,
                                          "pluG_UID": "lYeRLithUkuhRTgDmu6clQ==",
                                          "pluGuid": "2e918795-612b-4b52-a145-38039aee9c95",
                                          "apn": "sample string 1",
                                          "deleted": true,
                                          "storeID": 1,
                                          "storeIDs": [
                                            1,
                                            2
                                          ]
                                        },
                                        {
                                          "$ref": "35"
                                        }
                                      ],
                                      "tuns": [
                                        {
                                          "$id": "36",
                                          "pluG_UId": "Awq/HqmuKkibmX8agmcFuw==",
                                          "pluGuid": "1ebf0a03-aea9-482a-9b99-7f1a826705bb",
                                          "apn": "sample string 1",
                                          "tun": "sample string 2",
                                          "cartonQuantity": 3,
                                          "product": {
                                            "$ref": "22"
                                          },
                                          "storeIDs": [
                                            1,
                                            2
                                          ]
                                        },
                                        {
                                          "$ref": "36"
                                        }
                                      ],
                                      "competitionPricing": [
                                        {
                                          "$id": "37",
                                          "identifier": "F17yKePlhUGrGtDEL/iyzw==",
                                          "identifierGuid": "29f25e17-e5e3-4185-ab1a-d0c42ff8b2cf",
                                          "pluG_UID": "l5ZCm6MQnEKH8VhzTZ8bsA==",
                                          "pluGuid": "9b429697-10a3-429c-87f1-58734d9f1bb0",
                                          "competitionID": 1,
                                          "name": "sample string 2",
                                          "sellMultiple": 3,
                                          "retailPrice": 4,
                                          "storeName": "sample string 5"
                                        },
                                        {
                                          "$ref": "37"
                                        }
                                      ],
                                      "supplier": {
                                        "$ref": "17"
                                      },
                                      "supplierName": "sample string 148",
                                      "children": [
                                        {
                                          "$ref": "22"
                                        },
                                        {
                                          "$ref": "22"
                                        }
                                      ],
                                      "ordering": {
                                        "$ref": "20"
                                      },
                                      "flipChartPages": [
                                        {
                                          "$id": "38",
                                          "identifier": "nUujswkItE+Hv5pjFFe7hg==",
                                          "groupName": "sample string 1",
                                          "identifierGuid": "b3a34b9d-0809-4fb4-87bf-9a631457bb86",
                                          "exists": true,
                                          "flipChartIdentifier": "C0SvAY57+kaTr8Mv+gxBig==",
                                          "flipChartIdentifierGuid": "01af440b-7b8e-46fa-93af-c32ffa0c418a",
                                          "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": "zN4ST4y2pkyHCOU5nbbJIA==",
                                          "groupIdentifierGuid": "4f12decc-b68c-4ca6-8708-e5399db6c920",
                                          "flipChart": {
                                            "$id": "39",
                                            "identifier": "Ci7ZRj8sV0eyR3+vfgoSuQ==",
                                            "identifierGuid": "46d92e0a-2c3f-4757-b247-7faf7e0a12b9",
                                            "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": "40",
                                              "identifier": "nIQw1rKbi0O29sFVSYwRpg==",
                                              "identifierGuid": "d630849c-9bb2-438b-b6f6-c155498c11a6",
                                              "name": "sample string 2",
                                              "formType": "sample string 3",
                                              "forms": [
                                                {
                                                  "$id": "41",
                                                  "id": 1,
                                                  "g_UID": "FZ3zSwZXPUm+OAuJfnYGBA==",
                                                  "guid": "4bf39d15-5706-493d-be38-0b897e760604",
                                                  "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": "ScJHsXqlGUiqGQoNow2zHw==",
                                                  "previousFormGuid": "b147c249-a57a-4819-aa19-0a0da30db31f",
                                                  "nextForm": 1,
                                                  "nextFormG_UID": "ufrXf/Ni/UORNDQVnAUi7w==",
                                                  "nextFormGuid": "7fd7fab9-62f3-43fd-9134-34159c0522ef",
                                                  "attributes": "sample string 10",
                                                  "updated": "2026-04-03T06:15:10.928275",
                                                  "positioning": 1,
                                                  "contentPanel": "sample string 11",
                                                  "selectionMode": 1,
                                                  "maximumSelections": 1,
                                                  "alteredInStore": true,
                                                  "deleted": true,
                                                  "blueprintID": 1,
                                                  "preserveLayout": true,
                                                  "mainCheckoutFormName": "sample string 13",
                                                  "nextCheckoutForm": {
                                                    "$ref": "41"
                                                  },
                                                  "previousCheckoutForm": {
                                                    "$ref": "41"
                                                  },
                                                  "buttons": [
                                                    {
                                                      "$id": "42",
                                                      "id": 1,
                                                      "checkoutFormID": 2,
                                                      "checkoutFormG_UID": "cumax1UGlEyLtcTXQ7eCIg==",
                                                      "checkoutFormGuid": "c79ae972-0655-4c94-8bb5-c4d743b78222",
                                                      "identifier": "AUS3Zu1UPEiIeD7W9yyPcA==",
                                                      "identifierGuid": "66b74401-54ed-483c-8878-3ed6f72c8f70",
                                                      "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": "LEPs7wLg+0+u6P7FHHcubQ==",
                                                      "valueGuid": "efec432c-e002-4ffb-aee8-fec51c772e6d",
                                                      "buttonText": "sample string 10",
                                                      "valueText": "sample string 11",
                                                      "drawImageAndButton": true,
                                                      "updated": "2026-04-03T06:15:10.928275",
                                                      "action": "sample string 12",
                                                      "valueForm": {
                                                        "$ref": "41"
                                                      },
                                                      "image": {
                                                        "$id": "43",
                                                        "name": "sample string 3.sample string 4",
                                                        "imageID": 2,
                                                        "imageName": "sample string 3",
                                                        "imageExtension": "sample string 4",
                                                        "lastUpdate": "2026-04-03T06:15:10.928275",
                                                        "imageData": "QEA=",
                                                        "readOnly": true
                                                      }
                                                    },
                                                    {
                                                      "$ref": "42"
                                                    }
                                                  ],
                                                  "panels": [
                                                    {
                                                      "$id": "44",
                                                      "id": 1,
                                                      "checkoutFormID": 2,
                                                      "checkoutFormG_UID": "vZ1oeKFlAUiqKFdgkdEasw==",
                                                      "checkoutFormGuid": "78689dbd-65a1-4801-aa28-576091d11ab3",
                                                      "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": "44"
                                                    }
                                                  ]
                                                },
                                                {
                                                  "$ref": "41"
                                                }
                                              ],
                                              "panels": [
                                                {
                                                  "$ref": "44"
                                                },
                                                {
                                                  "$ref": "44"
                                                }
                                              ]
                                            },
                                            "pages": [
                                              {
                                                "$ref": "38"
                                              },
                                              {
                                                "$ref": "38"
                                              }
                                            ]
                                          },
                                          "contentPanel": {
                                            "$ref": "44"
                                          },
                                          "products": [
                                            {
                                              "$id": "45",
                                              "flipChartPageIdentifier": "urZLkjSE9ker+yQsbfxqvg==",
                                              "flipChartPageIdentifierGuid": "924bb6ba-8434-47f6-abfb-242c6dfc6abe",
                                              "pluG_UID": "oihuGrSl6Eagb9L7JRtVdw==",
                                              "pluGuid": "1a6e28a2-a5b4-46e8-a06f-d2fb251b5577",
                                              "sortOrder": 3,
                                              "sent": true,
                                              "productChanged": true,
                                              "productImageName": "sample string 6",
                                              "productShowImageOnFlipCharts": true,
                                              "productShowTextOnFlipCharts": true,
                                              "productOverrideFlipChartText": true,
                                              "productFlipChartText": "sample string 10",
                                              "product": {
                                                "$ref": "22"
                                              },
                                              "departmentSortOrder": 11,
                                              "subDepartmentName": "sample string 12"
                                            },
                                            {
                                              "$ref": "45"
                                            }
                                          ],
                                          "productCount": 27,
                                          "pages": [
                                            {
                                              "$ref": "38"
                                            },
                                            {
                                              "$ref": "38"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "38"
                                        }
                                      ],
                                      "priceHistory": [
                                        {
                                          "$id": "46",
                                          "pluG_UID": "RfqE2SLhTEq8aywmJ7OSmw==",
                                          "pluGuid": "d984fa45-e122-4a4c-bc6b-2c2627b3929b",
                                          "price": 1,
                                          "costCalcMethod": 1,
                                          "cost": 2,
                                          "weightedAvgCost": 3,
                                          "lastCost": 4,
                                          "rawCost": 5,
                                          "rawWeightedAvgCost": 6,
                                          "rawLastCost": 7,
                                          "costDecimals": 8,
                                          "serviceFeeID": 9,
                                          "freight": 10.0,
                                          "freightType": 11,
                                          "process": "sample string 12",
                                          "user": "sample string 13",
                                          "updated": "2026-04-03T06:15:10.928275",
                                          "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": "46"
                                        }
                                      ],
                                      "ingredients": [
                                        {
                                          "$id": "47",
                                          "pluG_UID": "099dkzZzw0y0UYKrxCbadA==",
                                          "ingredientGuid": "vNhfUKW9KUWQDbB+aQcL1Q==",
                                          "ingredientIdentifier": "505fd8bc-bda5-4529-900d-b07e69070bd5",
                                          "quantity": 1.0,
                                          "storeIDs": [
                                            1,
                                            2
                                          ],
                                          "ingredientText": "sample string 1",
                                          "ingredient": {
                                            "$ref": "22"
                                          }
                                        },
                                        {
                                          "$ref": "47"
                                        }
                                      ],
                                      "bins": [
                                        {
                                          "$id": "48",
                                          "pluG_UID": "Vq03k2AeakOhjV6S4n3qSg==",
                                          "pluGuid": "9337ad56-1e60-436a-a18d-5e92e27dea4a",
                                          "shelfLocationIdentifier": "yZ6ag9pda0SgAvuKigcXeA==",
                                          "shelfLocationGuid": "839a9ec9-5dda-446b-a002-fb8a8a071778",
                                          "labelShelfDefault": 1,
                                          "labelTalkerDefault": 1,
                                          "labelSmall": true,
                                          "labelPageLayoutG_UID": "BlpmKa7Q1k2gGPfqPkF8FQ==",
                                          "labelPageLayoutGuid": "29665a06-d0ae-4dd6-a018-f7ea3e417c15",
                                          "updated": "2026-04-03T06:15:10.928275",
                                          "electronicShelfLabelIdentifier": "sample string 5",
                                          "electronicshelfLabelsConfigurationID": 6,
                                          "labelShelfChanged": true,
                                          "productName": "sample string 8",
                                          "locationText": "sample string 9",
                                          "product": {
                                            "$ref": "22"
                                          },
                                          "location": {
                                            "$id": "49",
                                            "identifier": "dAX6V5p5xEOAf5YmylhKOw==",
                                            "storeID": 1,
                                            "identifierGuid": "57fa0574-799a-43c4-807f-9626ca584a3b",
                                            "name": "sample string 2",
                                            "haccp": true,
                                            "blueprintID": 1,
                                            "updated": "2026-04-03T06:15:10.928275",
                                            "minTemp": 1,
                                            "maxTemp": 1,
                                            "checkFrequency": 1,
                                            "storeCaseConfiguration": 5,
                                            "storeName": "sample string 6",
                                            "bins": [
                                              {
                                                "$ref": "48"
                                              },
                                              {
                                                "$ref": "48"
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "$ref": "48"
                                        }
                                      ],
                                      "bin": {
                                        "$ref": "48"
                                      },
                                      "scaleLocations": [
                                        {
                                          "$id": "50",
                                          "plu": 1,
                                          "pluG_UID": "SF8wOxfwHE+3XZSzBX39Yw==",
                                          "pluGuid": "3b305f48-f017-4f1c-b75d-94b3057dfd63",
                                          "deptNo": 1,
                                          "product": {
                                            "$ref": "22"
                                          },
                                          "scaleLocation": {
                                            "$id": "51",
                                            "id": 1,
                                            "deptNo": 1,
                                            "deptCode": "sample string 2",
                                            "name": "sample string 3",
                                            "enabled": true,
                                            "updated": "2026-04-03T06:15:10.928275",
                                            "department": {
                                              "$id": "52",
                                              "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": "51"
                                              },
                                              "subDepartments": [
                                                {
                                                  "$id": "53",
                                                  "id": 1,
                                                  "departmentID": 2,
                                                  "name": "sample string 3",
                                                  "code": "sample string 4",
                                                  "departmentCode": "sample string 5",
                                                  "externalSales": true,
                                                  "minorDepartments": [
                                                    {
                                                      "$id": "54",
                                                      "id": 1,
                                                      "subDepartmentID": 2,
                                                      "departmentID": 3,
                                                      "name": "sample string 4",
                                                      "subDepartmentCode": "sample string 5",
                                                      "departmentCode": "sample string 6",
                                                      "code": "sample string 7",
                                                      "lesserDepartments": [
                                                        {
                                                          "$id": "55",
                                                          "id": 1,
                                                          "departmentID": 2,
                                                          "subDepartmentID": 3,
                                                          "minorDepartmentID": 4,
                                                          "name": "sample string 5",
                                                          "code": "sample string 6",
                                                          "departmentCode": "sample string 7",
                                                          "subDepartmentCode": "sample string 8",
                                                          "minorDepartmentCode": "sample string 9",
                                                          "updated": "2026-04-03T06:15:10.928275",
                                                          "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": "knmj5twR4Ea9QnPyxnAsig==",
                                                          "labelPageLayoutGuid": "e6a37992-11dc-46e0-bd42-73f2c6702c8a",
                                                          "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": "56",
                                                            "dept": 1,
                                                            "category": 2,
                                                            "name": "sample string 3",
                                                            "active": true,
                                                            "mscCommodities": [
                                                              {
                                                                "$id": "57",
                                                                "dept": 1,
                                                                "category": 2,
                                                                "commodity": 3,
                                                                "name": "sample string 4",
                                                                "active": true,
                                                                "mscSubCommodities": [
                                                                  {
                                                                    "$id": "58",
                                                                    "dept": 1,
                                                                    "category": 2,
                                                                    "commodity": 3,
                                                                    "subCommodity": 4,
                                                                    "name": "sample string 5",
                                                                    "active": true,
                                                                    "subCommodityCode": "sample string 7"
                                                                  },
                                                                  {
                                                                    "$ref": "58"
                                                                  }
                                                                ],
                                                                "commodityCode": "sample string 6"
                                                              },
                                                              {
                                                                "$ref": "57"
                                                              }
                                                            ],
                                                            "categoryCode": "sample string 5"
                                                          },
                                                          "mscCom": {
                                                            "$ref": "57"
                                                          },
                                                          "mscDep": {
                                                            "$id": "59",
                                                            "dept": 1,
                                                            "name": "sample string 2",
                                                            "active": true,
                                                            "mscCategories": [
                                                              {
                                                                "$ref": "56"
                                                              },
                                                              {
                                                                "$ref": "56"
                                                              }
                                                            ],
                                                            "deptCode": "sample string 4"
                                                          },
                                                          "mscSubCom": {
                                                            "$ref": "58"
                                                          }
                                                        },
                                                        {
                                                          "$ref": "55"
                                                        }
                                                      ],
                                                      "updated": "2026-04-03T06:15:10.928275",
                                                      "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": "3IYm3SNtXUOu2e3XyG2tkw==",
                                                      "labelPageLayoutGuid": "dd2686dc-6d23-435d-aed9-edd7c86dad93",
                                                      "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": "56"
                                                      },
                                                      "mscCom": {
                                                        "$ref": "57"
                                                      },
                                                      "mscDep": {
                                                        "$ref": "59"
                                                      },
                                                      "mscSubCom": {
                                                        "$ref": "58"
                                                      }
                                                    },
                                                    {
                                                      "$ref": "54"
                                                    }
                                                  ],
                                                  "investmentBuyOverride": true,
                                                  "updated": "2026-04-03T06:15:10.928275",
                                                  "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": "Qqk7FPSklEGKLN3H6xBB3Q==",
                                                  "labelPageLayoutGuid": "143ba942-a4f4-4194-8a2c-ddc7eb1041dd",
                                                  "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": "56"
                                                  },
                                                  "mscCom": {
                                                    "$ref": "57"
                                                  },
                                                  "mscDep": {
                                                    "$ref": "59"
                                                  },
                                                  "mscSubCom": {
                                                    "$ref": "58"
                                                  }
                                                },
                                                {
                                                  "$ref": "53"
                                                }
                                              ],
                                              "stores": [
                                                1,
                                                2
                                              ],
                                              "investmentBuyOverride": true,
                                              "updated": "2026-04-03T06:15:10.928275",
                                              "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": "bhbsFDRDaE2LEZapQj9Pzw==",
                                              "labelPageLayoutGuid": "14ec166e-4334-4d68-8b11-96a9423f4fcf",
                                              "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": "56"
                                              },
                                              "mscCom": {
                                                "$ref": "57"
                                              },
                                              "mscDep": {
                                                "$ref": "59"
                                              },
                                              "mscSubCom": {
                                                "$ref": "58"
                                              }
                                            }
                                          }
                                        },
                                        {
                                          "$ref": "50"
                                        }
                                      ],
                                      "nextPrice": {
                                        "$id": "60",
                                        "id": 1,
                                        "campaignID": 2,
                                        "campaignName": "sample string 3",
                                        "plu": 1,
                                        "hostOfferID": 1,
                                        "metcashPromotionID": "sample string 4",
                                        "metcashPromotionPlacement": "sample string 5",
                                        "pluG_UID": "LA8qHNbr7kaJbrkG1ZtlIA==",
                                        "pluGuid": "1c2a0f2c-ebd6-46ee-896e-b906d59b6520",
                                        "newPrice": 1,
                                        "pctDiscount": 1,
                                        "newCost": 1,
                                        "newCostDecimals": 6,
                                        "dealCostIdentifier": "EulDCgDK5kaVp2PR0fjnDA==",
                                        "dealCostGuid": "0a43e912-ca00-46e6-95a7-63d1d1f8e70c",
                                        "pluName": "sample string 7",
                                        "apn": "sample string 8",
                                        "fuelItem": true,
                                        "priceGroupG_UID": "FfojjIEM/0Kuvx10yv20FQ==",
                                        "priceGroupGuid": "8c23fa15-0c81-42ff-aebf-1d74cafdb415",
                                        "itemNumber": "sample string 10",
                                        "cri": "sample string 11",
                                        "pluPrice": 12,
                                        "costCalcMethod": 13,
                                        "pluCost": 14,
                                        "pluCostIndicator": "sample string 15",
                                        "pluPriceGstPercent": 16,
                                        "pluCostGstPercent": 17,
                                        "pluActive": true,
                                        "cartonQty": 1.1,
                                        "baseUnits": 19.1,
                                        "salesMode": 1,
                                        "pluNormalCost": 20,
                                        "pluaws": 21.0,
                                        "directNumber": "sample string 22",
                                        "departmentName": "sample string 23",
                                        "subDepartmentName": "sample string 24",
                                        "priceGroupName": "sample string 25",
                                        "supplierName": "sample string 26",
                                        "stockOnHand": 1.1,
                                        "stockOnOrder": 1.1,
                                        "lastReceived": "2026-04-03T06:15:10.928275",
                                        "rrp": 27,
                                        "campaignDescription": "sample string 28",
                                        "hostCampaign": true,
                                        "hostIdentifier": "QEA=",
                                        "hostIdentifierGuid": "5118f52f-6433-46b2-90f8-3424ccda6816",
                                        "campaignComboPriceGroupG_UID": "Qa76ySmA5kG6tbTWXoqOOg==",
                                        "campaignComboPriceGroupIdentifier": "c9faae41-8029-41e6-bab5-b4d65e8a8e3a",
                                        "promotionPlacementDescription": "sample string 30",
                                        "storeAcceptances": [
                                          {
                                            "$id": "61",
                                            "plu": 1,
                                            "pluG_UId": "QEA=",
                                            "campaignID": 1,
                                            "campaignName": "sample string 2",
                                            "storeID": 3,
                                            "acceptedUtc": "2026-04-03T06:15:10.928275",
                                            "operatorG_UID": "CC+NTrKsBUWf0r8esi9tBA==",
                                            "operatorGuid": "4e8d2f08-acb2-4505-9fd2-bf1eb22f6d04",
                                            "machineID": 1,
                                            "processed": true,
                                            "appliedUtc": "2026-04-03T06:15:10.928275",
                                            "signIqTicketFileMovedUtc": "2026-04-03T06:15:10.928275",
                                            "user": "sample string 6",
                                            "campaignDescription": "sample string 7",
                                            "productDesc": "sample string 8",
                                            "storeName": "sample string 9",
                                            "effectiveUtc": "2026-04-03T06:15:10.928275",
                                            "priceChangeType": 0,
                                            "operatorName": "sample string 10",
                                            "hostCampaign": true,
                                            "hostIdentifier": "QEA=",
                                            "hostIdentifierGuid": "3a1dc7eb-7463-4a97-918f-c7e689b57b28",
                                            "product": {
                                              "$ref": "22"
                                            },
                                            "campaignPlu": {
                                              "$ref": "60"
                                            },
                                            "fuelItem": true
                                          },
                                          {
                                            "$ref": "61"
                                          }
                                        ],
                                        "campaign": {
                                          "$id": "62",
                                          "id": 1,
                                          "storeID": 2,
                                          "name": "0482d8fa-5926-4931-8801-254c363b68e9",
                                          "nameGuid": "0482d8fa-5926-4931-8801-254c363b68e9",
                                          "description": "sample string 4",
                                          "showDiscounts": true,
                                          "showTotals": true,
                                          "onlyEvaluateOnSubtotal": true,
                                          "useDescription": true,
                                          "campaignType": 1,
                                          "startDate": "2026-04-03T06:15:10.928275",
                                          "startTime": 1,
                                          "endDate": "2026-04-03T06:15:10.928275",
                                          "endTime": 1,
                                          "recurrence": 1,
                                          "recurrenceType": 1,
                                          "monthType": 1,
                                          "weekDays": 1,
                                          "months": 1,
                                          "monthWeeks": 1,
                                          "monthDays": "sample string 7",
                                          "printed": true,
                                          "talkerText": "sample string 8",
                                          "rangeDescription": "sample string 9",
                                          "dealDescription": "sample string 10",
                                          "labelQuantity": 11,
                                          "active": 1,
                                          "deactivated": "2026-04-03T06:15:10.928275",
                                          "system": true,
                                          "created": "2026-04-03T06:15:10.928275",
                                          "updated": "2026-04-03T06:15:10.928275",
                                          "priceChangeNotifiedUtc": "2026-04-03T06:15:10.928275",
                                          "promoType": 1,
                                          "promotionTypeCode": "sample string 13",
                                          "hostIdentifier": "of21a6sYD0KbV2dKng9wXw==",
                                          "hostIdentifierGuid": "6bb5fda1-18ab-420f-9b57-674a9e0f705f",
                                          "hostType": 14,
                                          "createdByUser": "sample string 15",
                                          "fromHost": true,
                                          "deleted": true,
                                          "campaignDeleted": "2026-04-03T06:15:10.928275",
                                          "updatedByUser": "sample string 18",
                                          "offerID": 1,
                                          "isPriceChangeCampaign": true,
                                          "stores": [
                                            1,
                                            2
                                          ],
                                          "storeNames": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "campaignPlus": [
                                            {
                                              "$ref": "60"
                                            },
                                            {
                                              "$ref": "60"
                                            }
                                          ],
                                          "campaignPools": [
                                            {
                                              "$id": "63",
                                              "id": 1,
                                              "campaignID": 2,
                                              "campaignName": "sample string 3",
                                              "plu": 4,
                                              "pluG_UID": "XSXk8HgQm0ybyWXKbHZB9Q==",
                                              "pluGuid": "f0e4255d-1078-4c9b-9bc9-65ca6c7641f5",
                                              "hostOfferID": 1,
                                              "priceGroupG_UID": "zL/RLSc5aE+o2L1u+yepTg==",
                                              "priceGroupGuid": "2dd1bfcc-3927-4f68-a8d8-bd6efb27a94e",
                                              "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": "2026-04-03T06:15:10.928275",
                                              "rrp": 17,
                                              "campaignDescription": "sample string 18",
                                              "product": {
                                                "$ref": "22"
                                              },
                                              "campaign": {
                                                "$ref": "62"
                                              }
                                            },
                                            {
                                              "$ref": "63"
                                            }
                                          ],
                                          "sellingRules": [
                                            {
                                              "$id": "64",
                                              "id": 1,
                                              "identifier": "E/KgoLHuv0GUn/1gyHvGUA==",
                                              "identifierStr": "E/KgoLHuv0GUn/1gyHvGUA==",
                                              "identifierGuid": "a0a0f213-eeb1-41bf-949f-fd60c87bc650",
                                              "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": "62"
                                              }
                                            },
                                            {
                                              "$ref": "64"
                                            }
                                          ],
                                          "customers": [
                                            {
                                              "$id": "65",
                                              "id": 1,
                                              "campaignID": 2,
                                              "campaignName": "sample string 3",
                                              "customerID": "bDMqAopQ0UKS8lQHp053ZA==",
                                              "customerIDGuid": "022a336c-508a-42d1-92f2-5407a74e7764",
                                              "campaign": {
                                                "$ref": "62"
                                              },
                                              "customer": {
                                                "$ref": "2"
                                              }
                                            },
                                            {
                                              "$ref": "65"
                                            }
                                          ],
                                          "customerGroups": [
                                            {
                                              "$id": "66",
                                              "id": 1,
                                              "campaignID": 2,
                                              "campaignName": "sample string 3",
                                              "groupID": "/3W8yJnNdUijrzYt3VNrhw==",
                                              "groupIDGuid": "c8bc75ff-cd99-4875-a3af-362ddd536b87",
                                              "campaign": {
                                                "$ref": "62"
                                              },
                                              "group": {
                                                "$ref": "6"
                                              }
                                            },
                                            {
                                              "$ref": "66"
                                            }
                                          ],
                                          "signIqTickets": [
                                            {
                                              "$id": "67",
                                              "identifier": "8YBHBtfhDke4reFWfE6UEQ==",
                                              "identifierGuid": "064780f1-e1d7-470e-b8ad-e1567c4e9411",
                                              "campaignName": "sample string 2",
                                              "message": "sample string 3",
                                              "ticketFileSource": "sample string 4",
                                              "ticketFileDestination": "sample string 5",
                                              "storeID": 1
                                            },
                                            {
                                              "$ref": "67"
                                            }
                                          ],
                                          "comboPriceGroups": [
                                            {
                                              "$id": "68",
                                              "id": 1,
                                              "campaignID": 2,
                                              "campaignName": "sample string 3",
                                              "g_UID": "B/HbH2D7ck6tkbo0RAeHbw==",
                                              "guid": "1fdbf107-fb60-4e72-ad91-ba344407876f",
                                              "description": "sample string 5",
                                              "newPrice": 1,
                                              "rangeDescription": "sample string 6",
                                              "dealDescription": "sample string 7",
                                              "labelQuantity": 8,
                                              "hostProductCategoryID": 1,
                                              "offerID": 1,
                                              "dontUpdatePricePlus": true,
                                              "campaign": {
                                                "$ref": "62"
                                              },
                                              "comboPricePlus": [
                                                {
                                                  "$id": "69",
                                                  "id": 1,
                                                  "campaignID": 2,
                                                  "campaignName": "sample string 3",
                                                  "groupG_UID": "ltIU+ANvBkOIb5Nt8TFaQQ==",
                                                  "groupGuid": "f814d296-6f03-4306-886f-936df1315a41",
                                                  "comboPriceType": 5,
                                                  "priceType": 5,
                                                  "pluG_UID": "C5N2yynAS0C0iMgRelomQg==",
                                                  "pluGuid": "cb76930b-c029-404b-b488-c8117a5a2642",
                                                  "priceGroupG_UID": "IsvAAzG05U++P6S41LNw5w==",
                                                  "priceGroupGuid": "03c0cb22-b431-4fe5-be3f-a4b8d4b370e7",
                                                  "campaignPoolID": "sample string 7",
                                                  "quantity": 1,
                                                  "campaign": {
                                                    "$ref": "62"
                                                  },
                                                  "product": {
                                                    "$ref": "22"
                                                  },
                                                  "priceGroup": {
                                                    "$ref": "28"
                                                  },
                                                  "campaignPool": {
                                                    "$ref": "62"
                                                  }
                                                },
                                                {
                                                  "$ref": "69"
                                                }
                                              ]
                                            },
                                            {
                                              "$ref": "68"
                                            }
                                          ],
                                          "priceLevels": [
                                            {
                                              "$id": "70",
                                              "id": 1,
                                              "priceLevelIdentifier": "8T8FA7rRCU6t032xwRPkbg==",
                                              "priceLevelIdentifierGuid": "03053ff1-d1ba-4e09-add3-7db1c113e46e",
                                              "campaignName": "sample string 3",
                                              "priceLevelName": "sample string 4"
                                            },
                                            {
                                              "$ref": "70"
                                            }
                                          ],
                                          "promotionType": {
                                            "$id": "71",
                                            "identifier": "+NGOVZKSv0KVf4gnY/fLZA==",
                                            "identifierGuid": "558ed1f8-9292-42bf-957f-882763f7cb64",
                                            "hostType": 2,
                                            "code": "sample string 3",
                                            "description": "sample string 4",
                                            "isLiquor": true,
                                            "isAdvertised": true,
                                            "disableWasSave": true,
                                            "excludeFromPromoSales": true,
                                            "labelPageLayoutG_UID": "EiuBtpzhak21t7TVBFhGQg==",
                                            "labelPageLayoutGuid": "b6812b12-e19c-4d6a-b5b7-b4d504584642",
                                            "priceLevelIdentifier": "oX1X1XbD5kG2xY6hP2aHzA==",
                                            "priceLevelIdentifierGuid": "d5577da1-c376-41e6-b6c5-8ea13f6687cc",
                                            "active": true,
                                            "updated": "2026-04-03T06:15:10.928275",
                                            "hostName": "sample string 11"
                                          }
                                        },
                                        "product": {
                                          "$ref": "22"
                                        },
                                        "dealCost": {
                                          "$id": "72",
                                          "headerIdentifier": "9wD3NWBbikiQts5fJa4yMA==",
                                          "headerIdentifierGuid": "35f700f7-5b60-488a-90b6-ce5f25ae3230",
                                          "identifier": "FarpKSE0zUa9dy3CdpLL8g==",
                                          "identifierGuid": "29e9aa15-3421-46cd-bd77-2dc27692cbf2",
                                          "supplierIdentifier": "N4VHdACK7U6mZWcW/zfFYw==",
                                          "supplierGuid": "74478537-8a00-4eed-a665-6716ff37c563",
                                          "pluG_UID": "O9e4BgXljU6wV/811aSfFA==",
                                          "pluGuid": "06b8d73b-e505-4e8d-b057-ff35d5a49f14",
                                          "campaignName": "ee7c15cb-ac45-418b-b7ca-65a96076bba8",
                                          "description": "sample string 4",
                                          "cost": 5,
                                          "costDecimals": 6,
                                          "start": "2026-04-03T06:15:10.928275",
                                          "end": "2026-04-03T06:15:10.928275",
                                          "type": 9,
                                          "promoType": 10,
                                          "bonusItemPLUG_UID": "eW3a8HONjU+XiTncesO69Q==",
                                          "bonusItemPluGuid": "f0da6d79-8d73-4f8d-9789-39dc7ac3baf5",
                                          "bonusPurchaseUnits": 11,
                                          "bonusReceiveUnits": 12,
                                          "updated": "2026-04-03T06:15:10.928275",
                                          "metcashPromotionID": "sample string 14",
                                          "fromHost": 15,
                                          "storeNames": "sample string 16",
                                          "storeIDs": [
                                            1,
                                            2
                                          ],
                                          "supplierName": "sample string 17",
                                          "campaignDescription": "sample string 18",
                                          "newPrice": 1,
                                          "campaignMetcashPromotionID": "sample string 19",
                                          "campaignActive": true,
                                          "campaignStartDate": "2026-04-03T06:15:10.928275",
                                          "campaignEndDate": "2026-04-03T06:15:10.928275",
                                          "masterPLUG_UID": "IY5Ac8qwwE6q/ZMCoJYU+w==",
                                          "masterID": "73408e21-b0ca-4ec0-aafd-9302a09614fb",
                                          "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": "58R4Sh0cnESAwPGrUhySGw==",
                                          "bonusMasterID": "4a78c4e7-1c1d-449c-80c0-f1ab521c921b",
                                          "bonusProductName": "sample string 34",
                                          "bonusProductAPN": "sample string 35",
                                          "bonusOrderCode": "sample string 36",
                                          "bonusNormalSell": 37,
                                          "bonusNormalCost": 38,
                                          "bonusNormalCostDecimals": 39,
                                          "bonusCartonQuantity": 40,
                                          "bonusSalesMode": 41,
                                          "bonusOrderPacked": 42,
                                          "bonusFuelItem": true,
                                          "bonusActive": true
                                        }
                                      },
                                      "currentCostStart": "2026-04-03T06:15:10.928275",
                                      "dealCosts": [
                                        {
                                          "$ref": "72"
                                        },
                                        {
                                          "$ref": "72"
                                        }
                                      ],
                                      "tags": [
                                        {
                                          "$id": "73",
                                          "pluG_UID": "VLYpZkbLlUaT/BIsjWVzuQ==",
                                          "pluGuid": "6629b654-cb46-4695-93fc-122c8d6573b9",
                                          "tagID": 1,
                                          "description": "sample string 1",
                                          "storeIDs": [
                                            1,
                                            2
                                          ]
                                        },
                                        {
                                          "$ref": "73"
                                        }
                                      ],
                                      "alternateProductG_UID": "sMFs4RUHMU+XvHYnx6DMMw==",
                                      "alternateProduct": "e16cc1b0-0715-4f31-97bc-7627c7a0cc33",
                                      "altProduct": {
                                        "$ref": "22"
                                      },
                                      "productHostCode": {
                                        "$id": "74",
                                        "id": 1,
                                        "pluG_UID": "UohT7vnWcEW3myCVFNBmWQ==",
                                        "pluGuid": "ee538852-d6f9-4570-b79b-209514d06659",
                                        "ibaCode": "sample string 2"
                                      },
                                      "mscCat": {
                                        "$ref": "56"
                                      },
                                      "mscCom": {
                                        "$ref": "57"
                                      },
                                      "mscDep": {
                                        "$ref": "59"
                                      },
                                      "mscSubCom": {
                                        "$ref": "58"
                                      },
                                      "isUserUpdate": true,
                                      "ignoreMasterProduct": true,
                                      "priceGroupLabelRequested": true,
                                      "firstSold": "2026-04-03T06:15:10.928275",
                                      "inventoryTracked": "2026-04-03T06:15:10.928275",
                                      "isNormalPriceChangesCampaign": true,
                                      "baseProductFuel": {
                                        "$id": "75",
                                        "pluG_UID": "dELLmWsCDk28xTW7QDpGaA==",
                                        "pluGuid": "99cb4274-026b-4d0e-bcc5-35bb403a4668",
                                        "fuelPluG_UID": "NKW5PPpw60GFcNAu1A3bJA==",
                                        "fuelPluGuid": "3cb9a534-70fa-41eb-8570-d02ed40ddb24",
                                        "price": 3,
                                        "productDescription": "sample string 4",
                                        "productBarcode": "sample string 5",
                                        "fuelProductDescription": "sample string 6",
                                        "fuelProductBarcode": "sample string 7",
                                        "fuelProductPrice": 8
                                      },
                                      "productFuelLinks": [
                                        {
                                          "$ref": "75"
                                        },
                                        {
                                          "$ref": "75"
                                        }
                                      ]
                                    },
                                    "supplier": {
                                      "$ref": "17"
                                    },
                                    "serviceFee": {
                                      "$id": "76",
                                      "id": 1,
                                      "description": "sample string 1",
                                      "fee": 1
                                    },
                                    "isPrimaryHost": true,
                                    "hostVendor": 48
                                  },
                                  {
                                    "$ref": "20"
                                  }
                                ],
                                "orderCycleHeaders": [
                                  {
                                    "$id": "77",
                                    "storeID": 1,
                                    "supplierIdentifier": "rQMCwK48dUCvsWmXoSnD5w==",
                                    "supplierGuid": "c00203ad-3cae-4075-afb1-6997a129c3e7",
                                    "departmentCode": "sample string 2",
                                    "warehouseDirectIndicator": "sample string 3",
                                    "type": 4,
                                    "storeName": "sample string 5",
                                    "departmentName": "sample string 6",
                                    "orderDays": 7
                                  },
                                  {
                                    "$ref": "77"
                                  }
                                ],
                                "cycles": [
                                  {
                                    "$id": "78",
                                    "storeID": 1,
                                    "supplierIdentifier": "qOtaQtUgz0WNARkDW4xOLQ==",
                                    "supplierGuid": "425aeba8-20d5-45cf-8d01-19035b8c4e2d",
                                    "departmentCode": "sample string 2",
                                    "warehouseDirectIndicator": "sample string 3",
                                    "type": 4,
                                    "cutOffWeek": 5,
                                    "cutOffDay": 6,
                                    "cutOffTime": "00:00:00.1234567",
                                    "leadTime": 7,
                                    "daysBuffer": 8,
                                    "supplierName": "sample string 9",
                                    "cutOffDate": "2026-04-03T06:15:10.928275",
                                    "deliveryDate": "2026-04-03T06:15:10.928275",
                                    "nextCutOffDate": "2026-04-03T06:15:10.928275",
                                    "nextDeliveryDate": "2026-04-03T06:15:10.928275",
                                    "nextDaysBuffer": 10
                                  },
                                  {
                                    "$ref": "78"
                                  }
                                ],
                                "store": {
                                  "$ref": "12"
                                },
                                "updated": "2026-04-03T06:15:10.928275",
                                "isHost": true
                              },
                              "files": [
                                {
                                  "$id": "79",
                                  "id": "sample string 1",
                                  "fileName": "sample string 2",
                                  "extension": "sample string 3",
                                  "provider": 0,
                                  "type": 0,
                                  "hostType": "sample string 4",
                                  "createdUtc": "2026-04-03T06:15:10.928275",
                                  "processed": "2026-04-03T06:15:10.928275",
                                  "isProcessing": true,
                                  "processedCount": 6,
                                  "processingTime": 1,
                                  "collectedUtc": "2026-04-03T06:15:10.928275",
                                  "size": 1,
                                  "sizeFormat": "sample string 7",
                                  "isArchive": true,
                                  "customerNumber": "sample string 9",
                                  "businessPillar": "sample string 10",
                                  "fileType": "sample string 11",
                                  "version": "sample string 12",
                                  "reference": "sample string 13",
                                  "digest": "sample string 14",
                                  "contentType": "sample string 15",
                                  "host": {
                                    "$ref": "16"
                                  },
                                  "metcashHeader": {
                                    "$id": "80",
                                    "customerNumber": "sample string 1",
                                    "creationDate": "2026-04-03T06:15:10.928275",
                                    "businessPillar": "sample string 3",
                                    "fileType": "sample string 4"
                                  }
                                },
                                {
                                  "$ref": "79"
                                }
                              ],
                              "zoneMatrix": [
                                {
                                  "$id": "81",
                                  "id": 1,
                                  "hostIdentifier": "f/3H6Wi98EGglYjiIBwAeg==",
                                  "hostIdentifierGuid": "e9c7fd7f-bd68-41f0-a095-88e2201c007a",
                                  "storeID": 1,
                                  "departmentCode": "sample string 2",
                                  "hostGuids": [
                                    "dfe1521b-fc54-40b2-b6d9-f1fa60a044cb",
                                    "73485c16-0e49-4169-bfc1-235ef2bb3e2f"
                                  ]
                                },
                                {
                                  "$ref": "81"
                                }
                              ],
                              "hostFileStoreSetting": {
                                "$ref": "15"
                              },
                              "hostStoreSettings": [
                                {
                                  "$ref": "15"
                                },
                                {
                                  "$ref": "15"
                                }
                              ],
                              "promotionPlacements": [
                                {
                                  "$id": "82",
                                  "identifier": "y2PonsiTj0OqouY2/jFIDw==",
                                  "identifierGuid": "9ee863cb-93c8-438f-aaa2-e636fe31480f",
                                  "code": "sample string 2",
                                  "description": "sample string 3",
                                  "isAdvertised": true
                                },
                                {
                                  "$ref": "82"
                                }
                              ],
                              "promoTypeGuids": [
                                "d79dec7e-5b9b-48a2-bd84-4194a610018d",
                                "75acfb75-8441-4cb4-9fdb-6b01b979d111"
                              ],
                              "isPromotionOnly": false,
                              "isOrderable": false,
                              "vendor": 0
                            },
                            "groupIDs": [
                              1,
                              2
                            ],
                            "hostDescription": "sample string 27"
                          },
                          {
                            "$ref": "15"
                          }
                        ],
                        "accounts": [
                          {
                            "$id": "83",
                            "id": 1,
                            "storeID": 1,
                            "accountName": "sample string 2",
                            "bsb": "sample string 3",
                            "accountNumber": "sample string 4",
                            "accountDesignated": true
                          },
                          {
                            "$ref": "83"
                          }
                        ],
                        "sales": [
                          {
                            "$id": "84",
                            "id": 1,
                            "storeID": 1,
                            "externalSalesType": 2,
                            "ftpSiteID": 1,
                            "lastSaleProcessed": "2026-04-03T06:15:10.928275",
                            "ftpSite": {
                              "$id": "85",
                              "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": "84"
                          }
                        ],
                        "zoneMatrix": [
                          {
                            "$ref": "81"
                          },
                          {
                            "$ref": "81"
                          }
                        ],
                        "cashManagements": [
                          {
                            "$id": "86",
                            "id": 1,
                            "storeID": 1,
                            "cashManagementType": 2,
                            "apiID": 1,
                            "organisationID": "sample string 3",
                            "siteName": "sample string 4",
                            "thirdPartyAPI": {
                              "$id": "87",
                              "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": "86"
                          }
                        ],
                        "updateStoreID": "5cde70be-5665-4aaf-8298-e3a4e0512c64",
                        "updateStore": {
                          "$id": "88",
                          "id": "444064da-46f0-4eb8-9e71-4e484a2456b8",
                          "name": "sample string 1",
                          "lastActivity": "2026-04-03T06:15:10.928275",
                          "zone": "sample string 2",
                          "timeZoneOffset": 0.0,
                          "businessHoursStart": "00:00:00.1234567",
                          "businessHoursEnd": "00:00:00.1234567",
                          "master": true,
                          "lastIP": "sample string 10",
                          "lastHostName": "sample string 11",
                          "ping": 1,
                          "pingStatus": "sample string 12",
                          "lastUpdateCompleted": "2026-04-03T06:15:10.928275"
                        },
                        "timeZoneId": "sample string 54",
                        "securityOptions": {
                          "$id": "89",
                          "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": "90",
                  "id": 1,
                  "identifier": "1oabjc+MQUeZr8xS87frFQ==",
                  "identifierGuid": "8d9b86d6-8ccf-4741-99af-cc52f3b7eb15",
                  "name": "sample string 3",
                  "lookupIdentifier": "sample string 4",
                  "externalID": "sample string 5",
                  "phone": "sample string 6",
                  "fax": "sample string 7",
                  "email": "sample string 8",
                  "address1": "sample string 9",
                  "address2": "sample string 10",
                  "city": "sample string 11",
                  "postCode": "sample string 12",
                  "state": "sample string 13",
                  "country": "sample string 14",
                  "abn": "sample string 15",
                  "promoPeriodStart": "2026-04-03T06:15:10.928275",
                  "promoPeriodEnd": "2026-04-03T06:15:10.928275",
                  "allowDonations": true,
                  "logoImageName": "sample string 17",
                  "totalAmountAwarded": 18.1,
                  "updated": "2026-04-03T06:15:10.928275",
                  "deleted": true
                },
                "details": [
                  {
                    "$id": "91",
                    "saleItemID": 1,
                    "identifier": "pHT414F2c0Wbs92Cv0CLHg==",
                    "identifierGuid": "d7f874a4-7681-4573-9bb3-dd82bf408b1e",
                    "saleHeaderID": 2,
                    "plu": 1,
                    "pluG_UId": "AHmGHwD3AUaaWpyTFA0bZA==",
                    "pluGuid": "1f867900-f700-4601-9a5a-9c93140d1b64",
                    "accountID": "eKwYc4Cd202scuo/CG6NlQ==",
                    "accountIDGuid": "7318ac78-9d80-4ddb-ac72-ea3f086e8d95",
                    "normalPrice": 3,
                    "originalSellingPrice": 4,
                    "discountPrice": 5,
                    "unit": 1,
                    "quantity": 6,
                    "totalCents": 7,
                    "fixedPrice": 1,
                    "tranType": 1,
                    "discountType": 1,
                    "cost": 1,
                    "costDecimals": 8,
                    "markdown": 1,
                    "manualQuantity": 1,
                    "manualPrice": 1,
                    "manualMode": 1,
                    "active": 1,
                    "offline": true,
                    "barcode": "sample string 9",
                    "keyedSale": 1,
                    "discountedID": 1,
                    "fuelID": 1,
                    "serialNumber": "sample string 10",
                    "bestOrExpire": "2026-04-03T06:15:10.928275",
                    "bestOrExpireType": 1,
                    "providerName": "sample string 11",
                    "refundG_UID": "ahI76WP0ZU26giXFIFCbRQ==",
                    "refundGuid": "e93b126a-f463-4d65-ba82-25c520509b45",
                    "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": "SxiC3jz1SEScWjzA61wd0w==",
                    "idempotentVoidGuid": "de82184b-f53c-4448-9c5a-3cc0eb5c1dd3",
                    "priceLevelIdentifier": "qZ5m4UgsKkalR0BzxUG1GA==",
                    "priceLevelIdentifierGuid": "e1669ea9-2c48-462a-a547-4073c541b518",
                    "communityIdentifier": "OVPblmXmhEiZOwCGEV8DvQ==",
                    "communityIdentifierGuid": "96db5339-e665-4884-993b-0086115f03bd",
                    "productName": "sample string 23",
                    "apn": "sample string 24",
                    "unknownScans": [
                      {
                        "$id": "92",
                        "id": 1,
                        "saleDetailID": 2,
                        "storeID": 1,
                        "scanned": "2026-04-03T06:15:10.928275",
                        "operatorG_UID": "QEA=",
                        "barcode": "sample string 4",
                        "processed": 1
                      },
                      {
                        "$ref": "92"
                      }
                    ],
                    "refund": {
                      "$id": "93",
                      "id": 1,
                      "g_UID": "b4UToEPgkEWABlHxzpI8Iw==",
                      "guid": "a013856f-e043-4590-8006-51f1ce923c23",
                      "description": "sample string 1",
                      "dumped": true,
                      "inventoryReasonID": 1,
                      "sortOrder": 1,
                      "updated": "2026-04-03T06:15:10.928275"
                    },
                    "modifier": {
                      "$id": "94",
                      "id": 1,
                      "setG_UID": "XPsRrGlwSk2ZLeA1T3GnsA==",
                      "modifierSetGuid": "ac11fb5c-7069-4d4a-992d-e0354f71a7b0",
                      "name": "sample string 2",
                      "price": 1,
                      "quantity": 1,
                      "modifierType": 1,
                      "groupNumber": 1,
                      "pageNumber": 1,
                      "controlOrder": 1,
                      "printToStation": true,
                      "pluG_UID": "ArPpFH/cTk+mJ8QEvxRi8Q==",
                      "pluGuid": "14e9b302-dc7f-4f4e-a627-c404bf1462f1",
                      "deleted": true,
                      "g_UID": "Ii0VXpM5CEGlGGMT8nIkkQ==",
                      "guid": "5e152d22-3993-4108-a518-6313f2722491",
                      "product": {
                        "$ref": "22"
                      }
                    },
                    "priceLevelName": "sample string 25",
                    "pumpNumber": 1,
                    "hoseNumber": 1
                  },
                  {
                    "$ref": "91"
                  }
                ],
                "eftReceipts": [
                  {
                    "$id": "95",
                    "id": 1,
                    "storeID": 1,
                    "saleHeaderID": 2,
                    "storeSaleHeader": {
                      "$ref": "8"
                    },
                    "receipt": "sample string 3",
                    "processed": 1
                  },
                  {
                    "$ref": "95"
                  }
                ],
                "payments": [
                  {
                    "$ref": "7"
                  },
                  {
                    "$ref": "7"
                  }
                ],
                "cards": [
                  {
                    "$id": "96",
                    "id": 1,
                    "saleHeaderID": 1,
                    "identifier": "sample string 2",
                    "cardType": 3,
                    "providerName": "sample string 4"
                  },
                  {
                    "$ref": "96"
                  }
                ],
                "campaignHits": [
                  {
                    "$id": "97",
                    "id": 1,
                    "saleHeaderID": 2,
                    "campaign": "sample string 3",
                    "name": "sample string 4",
                    "processed": 1,
                    "campaignDescription": "sample string 5"
                  },
                  {
                    "$ref": "97"
                  }
                ],
                "fuel": [
                  {
                    "$id": "98",
                    "id": 1,
                    "plu": 1,
                    "pluG_UID": "3MrCWZVUckuIlIP3AuqB5w==",
                    "pluGuid": "59c2cadc-5495-4b72-8894-83f702ea81e7",
                    "saleHeaderID": 2,
                    "totalCents": 3,
                    "grade": 1,
                    "gradeDescription": "sample string 4",
                    "dispenser": 1,
                    "hose": 1,
                    "quantity": 1,
                    "cost": 1,
                    "acquirerNum": 1,
                    "attendant": 1,
                    "ePurseBalance": 1.0,
                    "cardSignature": "sample string 5",
                    "compartmentNumber": 1,
                    "contractNumber": 1,
                    "discountCardPAN": "sample string 6",
                    "discountID": 1,
                    "discountName": "sample string 7",
                    "discountNetValue": 1.0,
                    "discountType": 1,
                    "discountValue": 1.0,
                    "discretionaryData": "sample string 8",
                    "driverID": "sample string 9",
                    "eftBatchNumber": 1,
                    "eftResponseCode": "sample string 10",
                    "endDateTime": "2026-04-03T06:15:10.928275",
                    "engineHours": 1.1,
                    "fposNumber": 1,
                    "loyaltyCardPAN": "sample string 11",
                    "miscData1": 1,
                    "miscData2": "sample string 12",
                    "miscFlags": 1,
                    "mop": 1,
                    "odometer": 1,
                    "panNumber": "sample string 13",
                    "saleRefund": true,
                    "saleStatus": 1,
                    "sequenceNumber": 1,
                    "stan": 1,
                    "startDateTime": "2026-04-03T06:15:10.928275",
                    "tagNumber": "sample string 15",
                    "trackTwoRem": "sample string 16",
                    "transCode": 1,
                    "transType": 1,
                    "unitPrice": 1.0,
                    "vehicleReg": "sample string 17",
                    "offline": true,
                    "processed": 1
                  },
                  {
                    "$ref": "98"
                  }
                ],
                "fuelResells": [
                  {
                    "$id": "99",
                    "saleItemID": 1,
                    "saleHeaderID": 2,
                    "plu": 1,
                    "pluG_UId": "QE59wfaoX0umhcEW2L7kzg==",
                    "pluGuid": "c17d4e40-a8f6-4b5f-a685-c116d8bee4ce",
                    "accountID": "KnQ7goBcIk66MZKg8hyAZA==",
                    "accountIDGuid": "823b742a-5c80-4e22-ba31-92a0f21c8064",
                    "normalPrice": 3,
                    "originalSellingPrice": 4,
                    "discountPrice": 5,
                    "unit": 1,
                    "quantity": 6,
                    "totalCents": 7,
                    "fixedPrice": 1,
                    "tranType": 1,
                    "processed": 1,
                    "discountType": 1,
                    "cost": 1,
                    "costDecimals": 1,
                    "markdown": 1,
                    "manualQuantity": 1,
                    "manualPrice": 1,
                    "manualMode": 1,
                    "active": 1,
                    "barcode": "sample string 8",
                    "offline": 1,
                    "keyedSale": 1,
                    "discountedID": 1,
                    "fuelID": 1,
                    "serialNumber": "sample string 9",
                    "bestOrExpire": "2026-04-03T06:15:10.928275",
                    "bestOrExpireType": 1,
                    "refundG_UID": "3s3Oc4DAHEepDy7Tztx1JA==",
                    "refundGuid": "73cecdde-c080-471c-a90f-2ed3cedc7524",
                    "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": "99"
                  }
                ],
                "customerOrder": [
                  {
                    "$id": "100",
                    "identifier": "h46lT3BE6Umo9h6r0r78Nw==",
                    "identifierGuid": "4fa58e87-4470-49e9-a8f6-1eabd2befc37",
                    "id": 1,
                    "orderNo": 2,
                    "externalSaleIdentifier": "sample string 3",
                    "storeID": 4,
                    "zoneID": 5,
                    "deptNo": 6,
                    "customerIdentifier": "GbV/JhjDRUKRfANpcJ3hnA==",
                    "customerIdentifierGuid": "267fb519-c318-4245-917c-0369709de19c",
                    "operatorNo": 1,
                    "operatorG_UID": "VpZDO172MEiqCVRx0ibqew==",
                    "operatorGuid": "3b439656-f65e-4830-aa09-5471d226ea7b",
                    "created": "2026-04-03T06:15:10.928275",
                    "ordered": "2026-04-03T06:15:10.928275",
                    "started": "2026-04-03T06:15:10.928275",
                    "completed": "2026-04-03T06:15:10.928275",
                    "supplied": "2026-04-03T06:15:10.928275",
                    "quickTicket": 1,
                    "deleted": true,
                    "walkAway": true,
                    "approxWait": 1,
                    "actualWait": 1,
                    "deliveryMethod": 8,
                    "externalSaleType": 9,
                    "customer": {
                      "$ref": "2"
                    },
                    "operator": {
                      "$ref": "10"
                    },
                    "details": [
                      {
                        "$id": "101",
                        "headerID": 1,
                        "plu": 1,
                        "pluG_UId": "P40ZeM4mh0ye6+pjlPhMTQ==",
                        "pluGuid": "78198d3f-26ce-4c87-9eeb-ea6394f84c4d",
                        "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": "NMSEOPQPJk+viEEGV4bjFw==",
                        "headerIdentifierGuid": "3884c434-0ff4-4f26-af88-41065786e317",
                        "product": {
                          "$ref": "22"
                        }
                      },
                      {
                        "$ref": "101"
                      }
                    ],
                    "storeName": "sample string 11",
                    "customerName": "sample string 12",
                    "storeReplyTo": "sample string 13",
                    "storeSubjectLine": "sample string 14",
                    "storeSaleHeader": {
                      "$ref": "8"
                    }
                  },
                  {
                    "$ref": "100"
                  }
                ],
                "surveyResponses": [
                  {
                    "$id": "102",
                    "surveyG_UID": "+7j6ha6TOUiXCA97j2ORqw==",
                    "surveyGuid": "85fab8fb-93ae-4839-9708-0f7b8f6391ab",
                    "saleHeaderGuid": "VCaArdVLZEyfbONUvst0Cg==",
                    "saleGuid": "ad802654-4bd5-4c64-9f6c-e354becb740a",
                    "textResponse": "sample string 1",
                    "integerResponse": 1,
                    "g_UIDResponse": "jS6ejviUS0OI2pfHFGN1vQ==",
                    "guidResponse": "8e9e2e8d-94f8-434b-88da-97c7146375bd",
                    "whoAnswered": 2,
                    "answeredAtUTC": "2026-04-03T06:15:10.928275",
                    "sale": {
                      "$ref": "8"
                    },
                    "survey": {
                      "$id": "103",
                      "g_UID": "hJlytFRJOEe+yjsMWy8JqA==",
                      "guid": "b4729984-4954-4738-beca-3b0c5b2f09a8",
                      "name": "sample string 1",
                      "storeID": 2,
                      "zoneID": 1,
                      "checkoutFormG_UID": "qkcTDlLBukaJFlByLGQSnA==",
                      "checkoutFormGuid": "0e1347aa-c152-46ba-8916-50722c64129c",
                      "displayToWho": 3,
                      "displayWhen": 4,
                      "start": "2026-04-03T06:15:10.928275",
                      "end": "2026-04-03T06:15:10.928275",
                      "deleted": true,
                      "updated": "2026-04-03T06:15:10.928275",
                      "possibleIntegerResponses": [
                        1,
                        2
                      ],
                      "possibleTextResponses": [
                        "sample string 1",
                        "sample string 2"
                      ],
                      "possibleGuidResponses": [
                        "27fcc757-1106-4b44-88cf-08f7443f1f0a",
                        "92b27973-ddbc-4ef3-a169-0c43dfab83a6"
                      ],
                      "allowsAllTextResponses": true,
                      "surveyForm": {
                        "$ref": "41"
                      }
                    },
                    "ingressId": "sample string 4"
                  },
                  {
                    "$ref": "102"
                  }
                ],
                "storeName": "sample string 39",
                "terminalNumber": 40,
                "machineName": "sample string 41",
                "operatorName": "sample string 42",
                "direction": 1,
                "reason": "sample string 43",
                "accountG_UID": "+WDRJ67P70KhMZrGqyRW/A==",
                "accountIdentifier": "27d160f9-cfae-42ef-a131-9ac6ab2456fc",
                "accountName": "sample string 44",
                "customerOrderIdentifier": "QfaASIEmoUGBHW5wut6iTA==",
                "customerOrderIdentifierGuid": "4880f641-2681-41a1-811d-6e70badea24c",
                "priceLevelName": "sample string 45",
                "revision": 46,
                "ingressId": "sample string 47"
              },
              "metadata": {
                "$id": "104",
                "id": 1,
                "paymentID": 2,
                "paymentIdentifier": "IFvRp4uiAUmb3enEs8E/7g==",
                "paymentIdentifierGuid": "a7d15b20-a28b-4901-9bdd-e9c4b3c13fee",
                "identifier": "kAfsHferPU+K7hLeKTfIOA==",
                "identifierGuid": "1dec0790-abf7-4f3d-8aee-12de2937c838",
                "metadata": "sample string 3",
                "signatureImage": "QEA=",
                "itemIdentifier": "MAYMP3aPqUG4K7yvUCjabg==",
                "itemIdentifierGuid": "3f0c0630-8f76-41a9-b82b-bcaf5028da6e"
              }
            },
            {
              "$ref": "7"
            }
          ]
        },
        {
          "$ref": "3"
        }
      ],
      "customerGroupMembers": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ],
      "customerGroups": [
        {
          "$ref": "6"
        },
        {
          "$ref": "6"
        }
      ],
      "accounts": [
        {
          "$ref": "4"
        },
        {
          "$ref": "4"
        }
      ],
      "account": {
        "$ref": "4"
      },
      "vouchers": [
        {
          "$id": "105",
          "customerIdentifier": "M5rF4e3Ep0CaSielPiK7AQ==",
          "customerIdentifierGuid": "e1c59a33-c4ed-40a7-9a4a-27a53e22bb01",
          "voucherName": "sample string 2",
          "count": 3,
          "storeID": 4,
          "barcode": "sample string 5",
          "redeemCount": 6,
          "issueCount": 7,
          "storeSalePaymentID": 1,
          "idempotentID": "zigkg4Gw/EaCIt8Mv/6fPw==",
          "idempotentGuid": "832428ce-b081-46fc-8222-df0cbffe9f3f",
          "offline": true,
          "voucher": {
            "$id": "106",
            "id": 1,
            "name": "sample string 2",
            "description": "sample string 3",
            "shortDescription": "sample string 4",
            "url": "sample string 5",
            "barcodeTemplateID": 1,
            "expiry": 0,
            "voucherType": 6,
            "limitPerTransaction": 7,
            "customerTracking": true,
            "discountAccount": "sample string 9",
            "endDate": "2026-04-03T06:15:10.928275",
            "barcodeTemplate": {
              "$id": "107",
              "templateID": 1,
              "template": "sample string 1",
              "bcFunction": "sample string 2",
              "sortOrder": 3
            },
            "scaleLabel": {
              "$id": "108",
              "id": 1,
              "uid": "sample string 2",
              "name": "sample string 3",
              "width": 1.1,
              "height": 1.1,
              "showBorder": true,
              "borderWidth": 1.1,
              "borderStyle": 1,
              "borderColour": "sample string 5",
              "updated": "2026-04-03T06:15:10.928275",
              "labelPageLayout": "Bbi2Li+sMESScLp3RfTG8w==",
              "pageLayoutGuid": "2eb6b805-ac2f-4430-9270-ba7745f4c6f3",
              "labelType": 6,
              "oldName": "sample string 7",
              "voucher": {
                "$ref": "106"
              },
              "elements": [
                {
                  "$id": "109",
                  "id": 1,
                  "scaleLabelID": 2,
                  "showPercentDI": true,
                  "showAvgPerHundred": true,
                  "showAvgPerServe": true,
                  "name": "sample string 6",
                  "x": 1.1,
                  "y": 1.1,
                  "width": 1.1,
                  "height": 1.1,
                  "type": 1,
                  "rotation": 1,
                  "text": "sample string 7",
                  "fontFamily": "sample string 8",
                  "align": 1,
                  "bold": true,
                  "italic": true,
                  "underline": true,
                  "strikeout": true,
                  "reverse": true,
                  "textColour": "sample string 9",
                  "fontSize": 1.1,
                  "picture": "QEA=",
                  "borderWidth": 10,
                  "sortOrder": 11,
                  "printOptions": 12,
                  "superScriptTextFontSize": 1.1,
                  "lineStyle": 1,
                  "spacingStyle": 1,
                  "interCharacterSpacing": 1.1,
                  "superScriptOffset": 1.1,
                  "lineSpacing": 1.1,
                  "dateFormat": "sample string 13",
                  "autoGrow": true,
                  "fontAutoResize": true,
                  "updated": "2026-04-03T06:15:10.928275"
                },
                {
                  "$ref": "109"
                }
              ]
            },
            "customerVouchers": [
              {
                "$id": "110",
                "id": 1,
                "customerIdentifier": "0YALPtVHKU6N54iK8eKviQ==",
                "customerIdentifierGuid": "3e0b80d1-47d5-4e29-8de7-888af1e2af89",
                "voucherID": 3,
                "voucherName": "sample string 4",
                "storeID": 1,
                "barcode": "sample string 5",
                "dateOfIssue": "2026-04-03T06:15:10.928275",
                "issuedSaleHeaderID": 1,
                "issuedSaleIdentifier": "sample string 7",
                "issuedOfflinePaymentID": 1,
                "issuedIdempotentID": "VcPyZjsZCUCopCT0mWX7Jg==",
                "issuedIdempotentGuid": "66f2c355-193b-4009-a8a4-24f49965fb26",
                "issuedOffline": true,
                "issuedUser": "sample string 9",
                "issuedNotes": "sample string 10",
                "expiryDate": "2026-04-03T06:15:10.928275",
                "expiredUser": "sample string 11",
                "expiredNotes": "sample string 12",
                "redeemed": "2026-04-03T06:15:10.928275",
                "redeemedSaleHeaderID": 1,
                "redeemedSaleIdentifier": "sample string 13",
                "redeemedOfflinePaymentID": 1,
                "redeemedIdempotentID": "7obnxFOvVE69JgF3TwrpUA==",
                "redeemedIdempotentGuid": "c4e786ee-af53-4e54-bd26-01774f0ae950",
                "redeemedUser": "sample string 14",
                "redeemedNotes": "sample string 15",
                "redeemedOffline": true,
                "updated": "2026-04-03T06:15:10.928275",
                "storeName": "sample string 17",
                "scaleLabel": {
                  "$ref": "108"
                },
                "voucher": {
                  "$ref": "106"
                },
                "customer": {
                  "$ref": "2"
                },
                "issuedOfflinePayment": {
                  "$ref": "7"
                },
                "redeemedOfflinePayment": {
                  "$ref": "7"
                }
              },
              {
                "$ref": "110"
              }
            ]
          },
          "customer": {
            "$ref": "2"
          }
        },
        {
          "$ref": "105"
        }
      ]
    },
    "group": {
      "$ref": "6"
    },
    "customerCard": {
      "$ref": "3"
    }
  },
  {
    "$ref": "1"
  }
]

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.