PUT api/customer/{id}

Updates a customer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Customer identifier

globally unique identifier

Required

Body Parameters

Customer to save

Customer
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

Code

string

String length: inclusive between 0 and 30

FamilyName

string

Required

String length: inclusive between 0 and 60

GivenName

string

String length: inclusive between 0 and 60

OtherName

string

String length: inclusive between 0 and 60

Title

string

String length: inclusive between 0 and 20

DateOfBirth

date

None.

Sex

Gender, indicated by M or F

string

String length: inclusive between 0 and 1

Address1

string

String length: inclusive between 0 and 60

Address2

string

String length: inclusive between 0 and 60

Town

string

String length: inclusive between 0 and 60

State

string

String length: inclusive between 0 and 60

Country

string

String length: inclusive between 0 and 60

PostalCode

string

String length: inclusive between 0 and 10

Email

string

Data type: EmailAddress

String length: inclusive between 0 and 100

Telephone

string

Data type: PhoneNumber

String length: inclusive between 0 and 20

Mobile

string

Data type: PhoneNumber

String length: inclusive between 0 and 20

CommunityIdentifier

Collection of byte

None.

CommunityIdentifierGuid

globally unique identifier

None.

Joined

date

Data type: DateTime

Updated

date

Data type: DateTime

Active

boolean

None.

ReasonInactive

integer

None.

GroupCustomer

boolean

None.

LoyaltyPoints

integer

None.

HomeStoreID

NOT to be used to restrict a customer

integer

None.

AvailableSpend

Loyalty points available to spend

integer

None.

PriceLevelIdentifier

Collection of byte

None.

PriceLevelIdentifierGuid

globally unique identifier

None.

MarketingID

string

None.

ReceiptPrintOptions

ReceiptPrintOptions

None.

Hidden

Hidden from POS lookup

boolean

None.

Registered

Customer has registered via EMC

boolean

None.

RegisteredOn

date

Data type: DateTime

EmailMarketing

boolean

None.

SMSMarketing

boolean

None.

Deleted

boolean

None.

DeletedUser

string

None.

HomeStoreName

string

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

CustomerCards

Collection of CustomerCard

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

CustomerGroupMembers

The customer group member classes for this customer and the customer groups that this customer belongs to

Collection of CustomerGroupMember

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

CustomerGroups

This customer is the primary Contact of the following groups

Collection of CustomerGroup

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

Accounts

Account.OwnerGuid

Collection of Account

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

Account

CustomerCards -> First Account Card's Identifier as a GUID -> Account.Identifier

Account

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

Vouchers

List of voucher summaries, grouping vouchers by type

Collection of CustomerVoucherSummary

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

Request Formats

application/json, text/json

Sample:
{
  "identifier": "HZVnw2TbHk6+5NahktGV/g==",
  "identifierGuid": "c367951d-db64-4e1e-bee4-d6a192d195fe",
  "code": "sample string 2",
  "familyName": "sample string 3",
  "givenName": "sample string 4",
  "otherName": "sample string 5",
  "title": "sample string 6",
  "dateOfBirth": "2026-06-03T18:31:24.0535992",
  "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": "p539z0oZ+UeVUa8QX7p0UQ==",
  "communityIdentifierGuid": "cffd9da7-194a-47f9-9551-af105fba7451",
  "joined": "2026-06-03T18:31:24.0535992",
  "updated": "2026-06-03T18:31:24.0535992",
  "active": true,
  "reasonInactive": 1,
  "groupCustomer": true,
  "loyaltyPoints": 1,
  "homeStoreID": 1,
  "availableSpend": 1,
  "priceLevelIdentifier": "oeyPHIg//0yxYFqkP6PS/g==",
  "priceLevelIdentifierGuid": "1c8feca1-3f88-4cff-b160-5aa43fa3d2fe",
  "marketingID": "sample string 18",
  "receiptPrintOptions": 1,
  "hidden": true,
  "registered": true,
  "registeredOn": "2026-06-03T18:31:24.0535992",
  "emailMarketing": true,
  "smsMarketing": true,
  "deleted": true,
  "deletedUser": "sample string 24",
  "homeStoreName": "sample string 25",
  "customerCards": [
    {
      "$id": "2",
      "cardType": 2,
      "issueDate": "2026-06-03T18:31:24.0535992",
      "expiry": "2026-06-03T18:31:24.0535992",
      "customerID": "RaTEKwYXw0yf1GC7ZiYtTw==",
      "customerIDGuid": "2bc4a445-1706-4cc3-9fd4-60bb66262d4f",
      "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-06-03T18:31:24.0535992",
      "linkedAccount": "NP1OPyBBrE+8W1VMWti7IA==",
      "linkedAccountGuid": "3f4efd34-4120-4fac-bc5b-554c5ad8bb20",
      "currentValueChanged": true,
      "limitsChanged": true,
      "customer": {
        "$ref": "1"
      },
      "account": {
        "$id": "3",
        "id": 1,
        "identifier": "lUZhpLKHQUSM9G+mA5Z0pw==",
        "identifierGuid": "a4614695-87b2-4441-8cf4-6fa6039674a7",
        "referenceNo": "sample string 3",
        "name": "sample string 4",
        "created": "2026-06-03T18:31:24.0535992",
        "owner": "cKtgmtyD2EmB3KUWHMmMiQ==",
        "ownerGuid": "9a60ab70-83dc-49d8-81dc-a5161cc98c89",
        "accountStoreGroupIdentifier": "Pfgswts78Ue9s71SzOHzxA==",
        "accountStoreGroupGuid": "c22cf83d-3bdb-47f1-bdb3-bd52cce1f3c4",
        "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-06-03T18:31:24.0535992",
        "active": true,
        "updated": "2026-06-03T18:31:24.0535992",
        "deleted": true,
        "deletedUser": "sample string 16",
        "currentBalanceChanged": true,
        "maximumLimitChanged": true,
        "loyaltyPointsChanged": true,
        "projectedBalance": 17,
        "accountStoreGroupStoreIDs": [
          1,
          2
        ],
        "customerEmail": "sample string 18",
        "ownerCustomer": {
          "$ref": "1"
        },
        "card": {
          "$ref": "2"
        },
        "members": {
          "$id": "4",
          "sample string 1": [
            {
              "$ref": "1"
            },
            {
              "$ref": "1"
            }
          ],
          "sample string 2": [
            {
              "$ref": "1"
            },
            {
              "$ref": "1"
            }
          ]
        },
        "customerGroups": [
          {
            "$id": "5",
            "identifier": "6EfFbEX+CU6lwwgqvxVSew==",
            "identifierGuid": "6cc547e8-fe45-4e09-a5c3-082abf15527b",
            "name": "sample string 2",
            "primaryContact": "sEsQPOIMDESrAkWXvwfATg==",
            "primaryContactGuid": "3c104bb0-0ce2-440c-ab02-4597bf07c04e",
            "accountID": "vHtTnR3feEWvkBEBZ8xvtg==",
            "accountIDGuid": "9d537bbc-df1d-4578-af90-110167cc6fb6",
            "special": true,
            "updated": "2026-06-03T18:31:24.0535992",
            "active": true,
            "reasonInactive": 1,
            "priceLevelIdentifier": "0/c4RLrU8k+MymYOkVLm0Q==",
            "priceLevelIdentifierGuid": "4438f7d3-d4ba-4ff2-8cca-660e9152e6d1",
            "marketingListID": "sample string 7",
            "deleted": true,
            "account": {
              "$ref": "3"
            },
            "primaryContactCustomer": {
              "$ref": "1"
            },
            "customerGroupMembers": [
              {
                "$id": "6",
                "id": 1,
                "groupID": "yDxQ26Ef7Ueea4PvEDnOQw==",
                "groupIDGuid": "db503cc8-1fa1-47ed-9e6b-83ef1039ce43",
                "customerID": "EPRtggKMKEuKfXcMWVhcrg==",
                "customerIDGuid": "826df410-8c02-4b28-8a7d-770c59585cae",
                "card": "sample string 4",
                "linkedAccount": "TrytrSN6D0qkdNjLa6vXPg==",
                "linkedAccountGuid": "adadbc4e-7a23-4a0f-a474-d8cb6babd73e",
                "customer": {
                  "$ref": "1"
                },
                "group": {
                  "$ref": "5"
                },
                "customerCard": {
                  "$ref": "2"
                }
              },
              {
                "$ref": "6"
              }
            ]
          },
          {
            "$ref": "5"
          }
        ]
      },
      "payments": [
        {
          "$id": "7",
          "id": 1,
          "identifier": "wo2adQ66jUaTEhQd2Gj6Gw==",
          "identifierGuid": "759a8dc2-ba0e-468d-9312-141dd868fa1b",
          "storeID": 2,
          "operatorName": "sample string 3",
          "saleHeaderID": 4,
          "paymentType": 5,
          "amount": 6,
          "account": "sample string 7",
          "accountID": "D1TzQR+/qkys5lEtEPAnEw==",
          "accountIDGuid": "41f3540f-bf1f-4caa-ace6-512d10f02713",
          "customerAccount": {
            "$ref": "3"
          },
          "customerCard": {
            "$ref": "2"
          },
          "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-06-03T18:31:24.0535992",
          "invRocNo": "sample string 14",
          "responseCode": "sample string 15",
          "cashout": 1,
          "tip": 16,
          "idempotentVoid": "LvvsdBO+SU2UW5zRtV/B+Q==",
          "idempotentVoidGuid": "74ecfb2e-be13-4d49-945b-9cd1b55fc1f9",
          "offline": true,
          "processed": 1,
          "storeSaleHeader": {
            "$id": "8",
            "saleHeaderID": 1,
            "saleHeaderGuid": "rxKYAO1IAk6+Ww4Ozp57TA==",
            "saleHeaderIdentifierGuid": "009812af-48ed-4e02-be5b-0e0ece9e7b4c",
            "created": "2026-06-03T18:31:24.0535992",
            "createdLocal": "2026-06-03T18:31:24.0535992",
            "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-06-03T18:31:24.0535992",
            "storeID": 1,
            "operatorG_Uid": "K6HRj6nkbUq7/Gy+QUYxqg==",
            "operatorGuid": "8fd1a12b-e4a9-4a6d-bbfc-6cbe414631aa",
            "customerG_Uid": "o7xlIBsFKkOkQ4NoKmEl/Q==",
            "customerGuid": "2065bca3-051b-432a-a443-83682a6125fd",
            "communityIdentifier": "uRivv2zLKkKFFxS+Oat3HA==",
            "communityIdentifierGuid": "bfaf18b9-cb6c-422a-8517-14be39ab771c",
            "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": "V/vNOYJ8S068T75omfNTfQ==",
            "priceLevelIdentifierGuid": "39cdfb57-7c82-4e4b-bc4f-be6899f3537d",
            "locked": 36,
            "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:31:24.0535992+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-06-03T18:31:24.0535992",
              "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": "NIytbGdSc0OxFD0q+7hHtA==",
              "guid": "6cad8c34-5267-4373-b114-3d2afbb847b4",
              "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-06-03T18:31:24.0535992",
              "passwordResetRequired": true,
              "alteredInStore": true,
              "startShift": "2026-06-03T18:31:24.0535992",
              "endShift": "2026-06-03T18:31:24.0535992",
              "machineName": "sample string 20",
              "drawerID": 1,
              "stores": [
                {
                  "$id": "11",
                  "operatorG_UID": "ifvdv8T52Ea7nFSo6G2Jdw==",
                  "operatorGuid": "bfddfb89-f9c4-46d8-bb9c-54a8e86d8977",
                  "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-06-03T18:31:24.0535992",
                    "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": "pK09V9+aUEO1g+1h9I8Vpw==",
                    "hostIdentifierGuid": "573dada4-9adf-4350-b583-ed61f48f15a7",
                    "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-06-03T18:31:24.0535992",
                    "priceZone": {
                      "$id": "13",
                      "id": 1,
                      "name": "sample string 2",
                      "hostIdentifier": "rJDB1HhU6UGBXOKv7/vKmg==",
                      "hostIdentifierGuid": "d4c190ac-5478-41e9-815c-e2afeffbca9a",
                      "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"
                    },
                    "warehouseStore": {
                      "$id": "15",
                      "storeID": 1,
                      "warehouseStoreID": 2,
                      "storeName": "sample string 3",
                      "warehouseName": "sample string 4"
                    },
                    "hostStoreSettings": [
                      {
                        "$id": "16",
                        "id": 1,
                        "hostIdentifier": "YcPccL/aKE6LROGYJuopnw==",
                        "hostIdentifierGuid": "70dcc361-dabf-4e28-8b44-e19826ea299f",
                        "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": "17",
                          "identifier": "fvTkHtc40kCe1hG2O/k7Nw==",
                          "identifierGuid": "1ee4f47e-38d7-40d2-9ed6-11b63bf93b37",
                          "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": "Hm691/IlJUi2aZqAf3eqrA==",
                          "hostSupplierIdentifierGuid": "d7bd6e1e-25f2-4825-b669-9a807f77aaac",
                          "loyaltyPriceLevelIdentifier": "86vXAlFqhUGH3J0WKVN72A==",
                          "loyaltyPriceLevelIdentifierGuid": "02d7abf3-6a51-4185-87dc-9d1629537bd8",
                          "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-06-03T18:31:24.0535992",
                          "lastProcessed": "2026-06-03T18:31:24.0535992",
                          "hold": true,
                          "supplierName": "sample string 35",
                          "supplier": {
                            "$id": "18",
                            "identifier": "StU+1awmXUC8Q8nruyRetA==",
                            "identifierGuid": "d53ed54a-26ac-405d-bc43-c9ebbb245eb4",
                            "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": "oSyuYp+G0EOLCTF63fXnfQ==",
                            "primaryContactID": "62ae2ca1-869f-43d0-8b09-317addf5e77d",
                            "storeID": 1,
                            "abn": "sample string 16",
                            "supplierGroupIdentifier": "tRhq/R3kCkmWuSkee7BxUA==",
                            "supplierGroupGuid": "fd6a18b5-e41d-490a-96b9-291e7bb07150",
                            "rebate": 1.0,
                            "rebateType": 1,
                            "rebateFrequency": 1,
                            "rebateSource": 1,
                            "rebateLastClaimed": "2026-06-03T18:31:24.0535992",
                            "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": "19",
                              "id": "96c744a5-1926-486e-9015-809c1dc484d5",
                              "identifier": "fRUwMPJn0UGZarGzuqidzg==",
                              "identifierGuid": "3030157d-67f2-41d1-996a-b1b3baa89dce",
                              "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": "20",
                                "supplierIdentifier": "gBjgo48HBUChlok+ZcSH8Q==",
                                "supplierIdentifierGuid": "a3e01880-078f-4005-a196-893e65c487f1",
                                "contactGuid": "R+XElA6OYUOArRwUEIGhVQ==",
                                "contactID": "94c4e547-8e0e-4361-80ad-1c141081a155",
                                "contact": {
                                  "$ref": "19"
                                },
                                "supplier": {
                                  "$ref": "18"
                                }
                              },
                              {
                                "$ref": "20"
                              }
                            ],
                            "products": [
                              {
                                "$id": "21",
                                "pluG_UID": "h/arrwsF1keopw7D60itKQ==",
                                "pluGuid": "afabf687-050b-47d6-a8a7-0ec3eb48ad29",
                                "supplierIdentifier": "BXAYVKwKik6IQlF4mmfcng==",
                                "supplierIdentifierGuid": "54187005-0aac-4e8a-8842-51789a67dc9e",
                                "cartonQuantity": 1,
                                "cartonQuantityChanged": true,
                                "productSize": "sample string 3",
                                "cigarettesPerSleeve": 1,
                                "randomWeight": true,
                                "piecesPerUnit": 5,
                                "averagePackSize": 6,
                                "effectiveDate": "2026-06-03T18:31:24.0535992",
                                "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-06-03T18:31:24.0535992",
                                "rebate": 1.0,
                                "rebateExclude": true,
                                "invoiceCodes": [
                                  {
                                    "$id": "22",
                                    "pluG_UID": "5H41lobRvUidj/ZdeHjL+g==",
                                    "pluGuid": "96357ee4-d186-48bd-9d8f-f65d7878cbfa",
                                    "supplierIdentifier": "9v3+uW2f3UCTMQaUaFW8kw==",
                                    "supplierIdentifierGuid": "b9fefdf6-9f6d-40dd-9331-06946855bc93",
                                    "invoiceCode": "sample string 1",
                                    "storeIDs": [
                                      1,
                                      2
                                    ]
                                  },
                                  {
                                    "$ref": "22"
                                  }
                                ],
                                "storeIDs": [
                                  1,
                                  2
                                ],
                                "preferredSupplier": true,
                                "preferredRebateSupplier": true,
                                "supplierName": "sample string 42",
                                "salesMode": 43,
                                "orderPacked": true,
                                "active": true,
                                "price": 1,
                                "costGstPercent": 45,
                                "parentPluG_UID": "kpuvFATBl0GSdAUGpm0LlA==",
                                "parentPluGuid": "14af9b92-c104-4197-9274-0506a66d0b94",
                                "freight": 46.0,
                                "freightType": 1,
                                "product": {
                                  "$id": "23",
                                  "plu": 1,
                                  "storeID": 1,
                                  "masterPluG_UID": "QEA=",
                                  "storeIDs": [
                                    1,
                                    2
                                  ],
                                  "g_UId": "Z2w5rTgZRUGAjwFzJOZ6Ng==",
                                  "guid": "ad396c67-1938-4145-808f-017324e67a36",
                                  "apn": "sample string 1",
                                  "apnChanged": true,
                                  "apnSwitched": true,
                                  "barcode": "sample string 4",
                                  "itemNumber": "sample string 5",
                                  "itemNumberChanged": true,
                                  "priceGroupG_UID": "gpq8wjNhNkameVpVqKrYcw==",
                                  "priceGroupGuid": "c2bc9a82-6133-4636-a679-5a55a8aad873",
                                  "blueprintID": 1,
                                  "lastCountedDate": "2026-06-03T18:31:24.0535992",
                                  "externalID": "sample string 7",
                                  "active": true,
                                  "activated": "2026-06-03T18:31:24.0535992",
                                  "pluCreated": "2026-06-03T18:31:24.0535992",
                                  "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-06-03T18:31:24.0535992",
                                  "lastManualUpdate": "2026-06-03T18:31:24.0535992",
                                  "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-06-03T18:31:24.0535992",
                                  "currentCostUpdated": "2026-06-03T18:31:24.0535992",
                                  "costDecimals": 31,
                                  "costChanged": true,
                                  "dealCostIdentifier": "QEA=",
                                  "excludeFromRebate": true,
                                  "rebateOverride": 1,
                                  "costCalcMethod": 32,
                                  "costCalcMethodChanged": true,
                                  "costEffectiveDate": "2026-06-03T18:31:24.0535992",
                                  "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-06-03T18:31:24.0535992",
                                  "posTare": 1,
                                  "altPrice": 1.0,
                                  "altPriceChanged": true,
                                  "altPriceMode": 53,
                                  "altPriceModeChanged": true,
                                  "altPLUG_UID": "kWd5v3lKRky/IaHODDTBDg==",
                                  "altPLUGuid": "bf796791-4a79-4c46-bf21-a1ce0c34c10e",
                                  "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-06-03T18:31:24.0535992",
                                  "labelLastPrice": 1,
                                  "shelfPageLayoutG_UID": "Yq22rU+Tqk6v1GUjOoIUVQ==",
                                  "shelfPageLayoutGuid": "adb6ad62-934f-4eaa-afd4-65233a821455",
                                  "talkerPageLayoutG_UID": "Z2sCF/bbNEmJ38IkAoqxlg==",
                                  "talkerPageLayoutGuid": "17026b67-dbf6-4934-89df-c224028ab196",
                                  "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": "iavs0GyCyUGmK+sX7KeqHg==",
                                  "inventoryIdentifier": "d0ecab89-826c-41c9-a62b-eb17eca7aa1e",
                                  "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": "Z3VYs1yo+0qG4V4XQnI8ww==",
                                  "parentPluGuid": "b3587567-a85c-4afb-86e1-5e1742723cc3",
                                  "preferredHostVendor": 105,
                                  "preferredHostChanged": true,
                                  "code": "sample string 107",
                                  "supplierIdentifier": "m+NMqS5p70GLcf8OjVBHGw==",
                                  "supplierIdentifierGuid": "a94ce39b-692e-41ef-8b71-ff0e8d50471b",
                                  "supplierChanged": true,
                                  "rebateSupplierIdentifier": "cb66rbMUk0+htkXAycXoWA==",
                                  "rebateSupplierIdentifierGuid": "adbabe71-14b3-4f93-a1b6-45c0c9c5e858",
                                  "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-06-03T18:31:24.0535992",
                                  "commodity": "sample string 122",
                                  "businessPillar": "sample string 123",
                                  "mscCommodity": "sample string 124",
                                  "hostIdentifier": "O4lBzkYo9kuMmeq1j8HEcw==",
                                  "hostIdentifierGuid": "ce41893b-2846-4bf6-8c99-eab58fc1c473",
                                  "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": "23"
                                    },
                                    {
                                      "$ref": "23"
                                    }
                                  ],
                                  "store": {
                                    "$ref": "12"
                                  },
                                  "storePrices": [
                                    {
                                      "$id": "24",
                                      "pluG_UID": "YAd5JM5yOU24zNHfNQbnmw==",
                                      "pluGuid": "24790760-72ce-4d39-b8cc-d1df3506e79b",
                                      "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-06-03T18:31:24.0535992"
                                    },
                                    {
                                      "$ref": "24"
                                    }
                                  ],
                                  "currentPrices": {
                                    "$id": "25",
                                    "pluPrices": {
                                      "$id": "26",
                                      "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-06-03T18:31:24.0535992",
                                      "priceChangeType": 0,
                                      "costDecimals": 11,
                                      "costCalcMethod": 12,
                                      "targetCampaignPriceGtOrEquNormal": true
                                    },
                                    "normalPluPrices": {
                                      "$ref": "26"
                                    },
                                    "winningCampaign": 1,
                                    "winner": {
                                      "$id": "27",
                                      "campaignName": "sample string 1",
                                      "campaignDescription": "sample string 2",
                                      "talkerText": "sample string 3",
                                      "disableWasSave": true,
                                      "startDate": "2026-06-03T18:31:24.0535992",
                                      "startTime": 5,
                                      "endDate": "2026-06-03T18:31:24.0535992",
                                      "endTime": 6,
                                      "newPrice": 7,
                                      "newCost": 8,
                                      "newCostDecimals": 9,
                                      "pctDiscount": 10,
                                      "promoType": 1,
                                      "promotionTypeCode": "sample string 11",
                                      "hostType": 12,
                                      "hostIdentifier": "2aJ8yqPc+k+HYPchlSzjbw==",
                                      "hostIdentifierGuid": "ca7ca2d9-dca3-4ffa-8760-f721952ce36f",
                                      "storeNames": [
                                        "sample string 1",
                                        "sample string 2"
                                      ]
                                    },
                                    "details": [
                                      {
                                        "$ref": "27"
                                      },
                                      {
                                        "$ref": "27"
                                      }
                                    ]
                                  },
                                  "tray": {
                                    "$id": "28",
                                    "g_UId": "3Fx2INFFw06ccmoO/B+ikw==",
                                    "guid": "20765cdc-45d1-4ec3-9c72-6a0efc1fa293",
                                    "name": "sample string 1",
                                    "number": 1,
                                    "tare": 1
                                  },
                                  "priceGroup": {
                                    "$id": "29",
                                    "priceGroupG_UID": "YA/l5r4dmES1P9SQazMBfA==",
                                    "priceGroupGuid": "e6e50f60-1dbe-4498-b53f-d4906b33017c",
                                    "name": "sample string 2",
                                    "code": 1,
                                    "modified": true,
                                    "updated": "2026-06-03T18:31:24.0535992",
                                    "buyingLimit": 1,
                                    "buyingLimitIndependent": true,
                                    "buyingLimitType": 0,
                                    "number": 1,
                                    "products": [
                                      {
                                        "$ref": "23"
                                      },
                                      {
                                        "$ref": "23"
                                      }
                                    ],
                                    "productCount": 1
                                  },
                                  "priceGroupName": "sample string 147",
                                  "nutrifacts": {
                                    "$id": "30",
                                    "pluG_UID": "NSxZOgDN9U2K5HsD2rVW3A==",
                                    "pluGuid": "3a592c35-cd00-4df5-8ae4-7b03dab556dc",
                                    "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": "31",
                                    "pluGuid": "06ab92b2-41e9-46c5-b4e4-2997c2f7c8da",
                                    "created": "2026-06-03T18:31:24.0535992",
                                    "createdByUser": "sample string 1",
                                    "activated": "2026-06-03T18:31:24.0535992",
                                    "activatedByUser": "sample string 2",
                                    "deactivated": "2026-06-03T18:31:24.0535992",
                                    "deactivatedByUser": "sample string 3",
                                    "lastOrdered": "2026-06-03T18:31:24.0535992",
                                    "lastOrderedQty": 4.0,
                                    "lastReceived": "2026-06-03T18:31:24.0535992",
                                    "lastReceivedQty": 5.0,
                                    "lastInvoiceStatus": 1,
                                    "lastCounted": "2026-06-03T18:31:24.0535992",
                                    "lastSold": "2026-06-03T18:31:24.0535992",
                                    "firstSold": "2026-06-03T18:31:24.0535992",
                                    "awsUpdated": "2026-06-03T18:31:24.0535992",
                                    "lastManualUpdate": "2026-06-03T18:31:24.0535992",
                                    "lastManualUpdatedByUser": "sample string 7",
                                    "lastUpdated": "2026-06-03T18:31:24.0535992",
                                    "lastUpdatedByUser": "sample string 9",
                                    "lastUpdatedByHost": "2026-06-03T18:31:24.0535992",
                                    "doNotRangeUpdated": "2026-06-03T18:31:24.0535992",
                                    "doNotOrderUpdated": "2026-06-03T18:31:24.0535992",
                                    "tracked": "2026-06-03T18:31:24.0535992"
                                  },
                                  "allergens": [
                                    {
                                      "$id": "32",
                                      "primaryKey": {
                                        "$id": "33",
                                        "pluGuid": "28dbfa72-f0d7-4714-b314-186deb8a795e",
                                        "contains": 2
                                      },
                                      "allergenID": 1,
                                      "pluG_UID": "cvrbKNfwFEezFBht64p5Xg==",
                                      "pluGuid": "28dbfa72-f0d7-4714-b314-186deb8a795e",
                                      "contains": 2,
                                      "allergenName": "sample string 3",
                                      "storeIDs": [
                                        1,
                                        2
                                      ]
                                    },
                                    {
                                      "$ref": "32"
                                    }
                                  ],
                                  "costs": {
                                    "$id": "34",
                                    "pluG_UID": "hgTIAvIaTEK+gXOQ6HYc2w==",
                                    "pluGuid": "02c80486-1af2-424c-be81-7390e8761cdb",
                                    "enteredCost": 1,
                                    "weightedAvgCost": 1,
                                    "lastCost": 1,
                                    "rawEnteredCost": 2,
                                    "rawWeightedAvgCost": 3,
                                    "rawLastCost": 4,
                                    "freight": 5.0,
                                    "freightType": 6,
                                    "costDecimals": 7,
                                    "fifoCost": 1,
                                    "updated": "2026-06-03T18:31:24.0535992",
                                    "normalCost": 1,
                                    "currentCost": 1
                                  },
                                  "sales": [
                                    {
                                      "$id": "35",
                                      "saleHeaderID": 1,
                                      "created": "2026-06-03T18:31:24.0535992",
                                      "createdLocal": "2026-06-03T18:31:24.0535992",
                                      "storeID": 3,
                                      "storeName": "sample string 4",
                                      "operatorG_Uid": "2+wWwLxvHE2LRPrutbs38w==",
                                      "operatorGuid": "c016ecdb-6fbc-4d1c-8b44-faeeb5bb37f3",
                                      "operatorName": "sample string 5",
                                      "tranType": 1,
                                      "plu": 1,
                                      "pluG_UId": "OT7KwT0+9E+RqDI8Y7nQnA==",
                                      "pluGuid": "c1ca3e39-3e3d-4ff4-91a8-323c63b9d09c",
                                      "normalPrice": 1,
                                      "totalCents": 1,
                                      "cost": 1,
                                      "grossProfit": 1,
                                      "quantity": 1,
                                      "operator": {
                                        "$ref": "10"
                                      }
                                    },
                                    {
                                      "$ref": "35"
                                    }
                                  ],
                                  "apns": [
                                    {
                                      "$id": "36",
                                      "pluID": 1,
                                      "pluG_UID": "+LNy/kYZN0iW86WQkiCXuA==",
                                      "pluGuid": "fe72b3f8-1946-4837-96f3-a590922097b8",
                                      "apn": "sample string 1",
                                      "deleted": true,
                                      "storeID": 1,
                                      "storeIDs": [
                                        1,
                                        2
                                      ]
                                    },
                                    {
                                      "$ref": "36"
                                    }
                                  ],
                                  "tuns": [
                                    {
                                      "$id": "37",
                                      "pluG_UId": "KNqYAljG60WrtuUPEIY5Yw==",
                                      "pluGuid": "0298da28-c658-45eb-abb6-e50f10863963",
                                      "apn": "sample string 1",
                                      "tun": "sample string 2",
                                      "cartonQuantity": 3,
                                      "product": {
                                        "$ref": "23"
                                      },
                                      "storeIDs": [
                                        1,
                                        2
                                      ]
                                    },
                                    {
                                      "$ref": "37"
                                    }
                                  ],
                                  "competitionPricing": [
                                    {
                                      "$id": "38",
                                      "identifier": "o6dkd2BlWUyujbBUUhiofg==",
                                      "identifierGuid": "7764a7a3-6560-4c59-ae8d-b0545218a87e",
                                      "pluG_UID": "YnrxA0DelUGHDYdy+KIm+A==",
                                      "pluGuid": "03f17a62-de40-4195-870d-8772f8a226f8",
                                      "competitionID": 1,
                                      "name": "sample string 2",
                                      "sellMultiple": 3,
                                      "retailPrice": 4,
                                      "storeName": "sample string 5"
                                    },
                                    {
                                      "$ref": "38"
                                    }
                                  ],
                                  "supplier": {
                                    "$ref": "18"
                                  },
                                  "supplierName": "sample string 148",
                                  "children": [
                                    {
                                      "$ref": "23"
                                    },
                                    {
                                      "$ref": "23"
                                    }
                                  ],
                                  "ordering": {
                                    "$ref": "21"
                                  },
                                  "flipChartPages": [
                                    {
                                      "$id": "39",
                                      "identifier": "FpfiE+sP0ECXjB5fP6PV0A==",
                                      "groupName": "sample string 1",
                                      "identifierGuid": "13e29716-0feb-40d0-978c-1e5f3fa3d5d0",
                                      "exists": true,
                                      "flipChartIdentifier": "GoOSnorKREGfpuBdYXdNtw==",
                                      "flipChartIdentifierGuid": "9e92831a-ca8a-4144-9fa6-e05d61774db7",
                                      "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": "Sev3WJDch0upqPyTG723Sg==",
                                      "groupIdentifierGuid": "58f7eb49-dc90-4b87-a9a8-fc931bbdb74a",
                                      "flipChart": {
                                        "$id": "40",
                                        "identifier": "rm3hR9vHpUqbXsQsCNXo0Q==",
                                        "identifierGuid": "47e16dae-c7db-4aa5-9b5e-c42c08d5e8d1",
                                        "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": "41",
                                          "identifier": "vMnVwqUJA02aesqFd0upaQ==",
                                          "identifierGuid": "c2d5c9bc-09a5-4d03-9a7a-ca85774ba969",
                                          "name": "sample string 2",
                                          "formType": "sample string 3",
                                          "forms": [
                                            {
                                              "$id": "42",
                                              "id": 1,
                                              "g_UID": "kh4AMZIXTEycj7/5PAnLtg==",
                                              "guid": "31001e92-1792-4c4c-9c8f-bff93c09cbb6",
                                              "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": "GJv55tSh1E2QgyD9o+8fGg==",
                                              "previousFormGuid": "e6f99b18-a1d4-4dd4-9083-20fda3ef1f1a",
                                              "nextForm": 1,
                                              "nextFormG_UID": "TdKJfy5csESAoskJIIRPhQ==",
                                              "nextFormGuid": "7f89d24d-5c2e-44b0-80a2-c90920844f85",
                                              "attributes": "sample string 10",
                                              "updated": "2026-06-03T18:31:24.0535992",
                                              "positioning": 1,
                                              "contentPanel": "sample string 11",
                                              "selectionMode": 1,
                                              "maximumSelections": 1,
                                              "alteredInStore": true,
                                              "deleted": true,
                                              "blueprintID": 1,
                                              "preserveLayout": true,
                                              "mainCheckoutFormName": "sample string 13",
                                              "nextCheckoutForm": {
                                                "$ref": "42"
                                              },
                                              "previousCheckoutForm": {
                                                "$ref": "42"
                                              },
                                              "buttons": [
                                                {
                                                  "$id": "43",
                                                  "id": 1,
                                                  "checkoutFormID": 2,
                                                  "checkoutFormG_UID": "keQrWIG+MUyyuNbQGsONEw==",
                                                  "checkoutFormGuid": "582be491-be81-4c31-b2b8-d6d01ac38d13",
                                                  "identifier": "qWz27Kxx3UaYjpqpq218Ug==",
                                                  "identifierGuid": "ecf66ca9-71ac-46dd-988e-9aa9ab6d7c52",
                                                  "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": "aSi4CBT/506sls8Mcsrsjg==",
                                                  "valueGuid": "08b82869-ff14-4ee7-ac96-cf0c72caec8e",
                                                  "buttonText": "sample string 10",
                                                  "valueText": "sample string 11",
                                                  "drawImageAndButton": true,
                                                  "updated": "2026-06-03T18:31:24.0535992",
                                                  "action": "sample string 12",
                                                  "valueForm": {
                                                    "$ref": "42"
                                                  },
                                                  "image": {
                                                    "$id": "44",
                                                    "name": "sample string 3.sample string 4",
                                                    "imageID": 2,
                                                    "imageName": "sample string 3",
                                                    "imageExtension": "sample string 4",
                                                    "lastUpdate": "2026-06-03T18:31:24.0535992",
                                                    "imageData": "QEA=",
                                                    "readOnly": true
                                                  }
                                                },
                                                {
                                                  "$ref": "43"
                                                }
                                              ],
                                              "panels": [
                                                {
                                                  "$id": "45",
                                                  "id": 1,
                                                  "checkoutFormID": 2,
                                                  "checkoutFormG_UID": "2JWiewDMO0qXGQAqOI206Q==",
                                                  "checkoutFormGuid": "7ba295d8-cc00-4a3b-9719-002a388db4e9",
                                                  "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": "45"
                                                }
                                              ]
                                            },
                                            {
                                              "$ref": "42"
                                            }
                                          ],
                                          "panels": [
                                            {
                                              "$ref": "45"
                                            },
                                            {
                                              "$ref": "45"
                                            }
                                          ]
                                        },
                                        "pages": [
                                          {
                                            "$ref": "39"
                                          },
                                          {
                                            "$ref": "39"
                                          }
                                        ]
                                      },
                                      "contentPanel": {
                                        "$ref": "45"
                                      },
                                      "products": [
                                        {
                                          "$id": "46",
                                          "flipChartPageIdentifier": "u1lni8cux0uc9IFjOu8l9Q==",
                                          "flipChartPageIdentifierGuid": "8b6759bb-2ec7-4bc7-9cf4-81633aef25f5",
                                          "pluG_UID": "anLHhNhjcUa/QOnYdLCbmQ==",
                                          "pluGuid": "84c7726a-63d8-4671-bf40-e9d874b09b99",
                                          "sortOrder": 3,
                                          "sent": true,
                                          "productChanged": true,
                                          "productImageName": "sample string 6",
                                          "productShowImageOnFlipCharts": true,
                                          "productShowTextOnFlipCharts": true,
                                          "productOverrideFlipChartText": true,
                                          "productFlipChartText": "sample string 10",
                                          "product": {
                                            "$ref": "23"
                                          },
                                          "departmentSortOrder": 11,
                                          "subDepartmentName": "sample string 12"
                                        },
                                        {
                                          "$ref": "46"
                                        }
                                      ],
                                      "productCount": 27,
                                      "pages": [
                                        {
                                          "$ref": "39"
                                        },
                                        {
                                          "$ref": "39"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "39"
                                    }
                                  ],
                                  "priceHistory": [
                                    {
                                      "$id": "47",
                                      "pluG_UID": "M1LYzcdJZEOq+y+Hxh5B4g==",
                                      "pluGuid": "cdd85233-49c7-4364-aafb-2f87c61e41e2",
                                      "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-06-03T18:31:24.0535992",
                                      "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": "47"
                                    }
                                  ],
                                  "ingredients": [
                                    {
                                      "$id": "48",
                                      "pluG_UID": "Q1VzzPDBYEmV0cv3Mr1DDQ==",
                                      "ingredientGuid": "Aroouvch40SDcN4+ljPGsw==",
                                      "ingredientIdentifier": "ba28ba02-21f7-44e3-8370-de3e9633c6b3",
                                      "quantity": 1.0,
                                      "storeIDs": [
                                        1,
                                        2
                                      ],
                                      "ingredientText": "sample string 1",
                                      "ingredient": {
                                        "$ref": "23"
                                      }
                                    },
                                    {
                                      "$ref": "48"
                                    }
                                  ],
                                  "bins": [
                                    {
                                      "$id": "49",
                                      "pluG_UID": "4LZwc1K++EWOKQVG/4AsJA==",
                                      "pluGuid": "7370b6e0-be52-45f8-8e29-0546ff802c24",
                                      "shelfLocationIdentifier": "HVfS8dqa2EC/X2BJJSPHwQ==",
                                      "shelfLocationGuid": "f1d2571d-9ada-40d8-bf5f-60492523c7c1",
                                      "labelShelfDefault": 1,
                                      "labelTalkerDefault": 1,
                                      "labelSmall": true,
                                      "labelPageLayoutG_UID": "MVOlQN6jL0WyFmZPDTlFVQ==",
                                      "labelPageLayoutGuid": "40a55331-a3de-452f-b216-664f0d394555",
                                      "updated": "2026-06-03T18:31:24.0535992",
                                      "electronicShelfLabelIdentifier": "sample string 5",
                                      "electronicshelfLabelsConfigurationID": 6,
                                      "labelShelfChanged": true,
                                      "productName": "sample string 8",
                                      "locationText": "sample string 9",
                                      "product": {
                                        "$ref": "23"
                                      },
                                      "location": {
                                        "$id": "50",
                                        "identifier": "xp00c+Wkwki/mQayR1qOSA==",
                                        "storeID": 1,
                                        "identifierGuid": "73349dc6-a4e5-48c2-bf99-06b2475a8e48",
                                        "name": "sample string 2",
                                        "haccp": true,
                                        "blueprintID": 1,
                                        "updated": "2026-06-03T18:31:24.0535992",
                                        "minTemp": 1,
                                        "maxTemp": 1,
                                        "checkFrequency": 1,
                                        "storeCaseConfiguration": 5,
                                        "storeName": "sample string 6",
                                        "bins": [
                                          {
                                            "$ref": "49"
                                          },
                                          {
                                            "$ref": "49"
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "$ref": "49"
                                    }
                                  ],
                                  "bin": {
                                    "$ref": "49"
                                  },
                                  "scaleLocations": [
                                    {
                                      "$id": "51",
                                      "plu": 1,
                                      "pluG_UID": "nSD0IYF3Z0O4gRfe4oeweg==",
                                      "pluGuid": "21f4209d-7781-4367-b881-17dee287b07a",
                                      "deptNo": 1,
                                      "product": {
                                        "$ref": "23"
                                      },
                                      "scaleLocation": {
                                        "$id": "52",
                                        "id": 1,
                                        "deptNo": 1,
                                        "deptCode": "sample string 2",
                                        "name": "sample string 3",
                                        "enabled": true,
                                        "updated": "2026-06-03T18:31:24.0535992",
                                        "department": {
                                          "$id": "53",
                                          "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": "52"
                                          },
                                          "subDepartments": [
                                            {
                                              "$id": "54",
                                              "id": 1,
                                              "departmentID": 2,
                                              "name": "sample string 3",
                                              "code": "sample string 4",
                                              "departmentCode": "sample string 5",
                                              "externalSales": true,
                                              "minorDepartments": [
                                                {
                                                  "$id": "55",
                                                  "id": 1,
                                                  "subDepartmentID": 2,
                                                  "departmentID": 3,
                                                  "name": "sample string 4",
                                                  "subDepartmentCode": "sample string 5",
                                                  "departmentCode": "sample string 6",
                                                  "code": "sample string 7",
                                                  "lesserDepartments": [
                                                    {
                                                      "$id": "56",
                                                      "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-06-03T18:31:24.0535992",
                                                      "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": "+44fAgJvqESEucVl4aaG4w==",
                                                      "labelPageLayoutGuid": "021f8efb-6f02-44a8-84b9-c565e1a686e3",
                                                      "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": "57",
                                                        "dept": 1,
                                                        "category": 2,
                                                        "name": "sample string 3",
                                                        "active": true,
                                                        "mscCommodities": [
                                                          {
                                                            "$id": "58",
                                                            "dept": 1,
                                                            "category": 2,
                                                            "commodity": 3,
                                                            "name": "sample string 4",
                                                            "active": true,
                                                            "mscSubCommodities": [
                                                              {
                                                                "$id": "59",
                                                                "dept": 1,
                                                                "category": 2,
                                                                "commodity": 3,
                                                                "subCommodity": 4,
                                                                "name": "sample string 5",
                                                                "active": true,
                                                                "subCommodityCode": "sample string 7"
                                                              },
                                                              {
                                                                "$ref": "59"
                                                              }
                                                            ],
                                                            "commodityCode": "sample string 6"
                                                          },
                                                          {
                                                            "$ref": "58"
                                                          }
                                                        ],
                                                        "categoryCode": "sample string 5"
                                                      },
                                                      "mscCom": {
                                                        "$ref": "58"
                                                      },
                                                      "mscDep": {
                                                        "$id": "60",
                                                        "dept": 1,
                                                        "name": "sample string 2",
                                                        "active": true,
                                                        "mscCategories": [
                                                          {
                                                            "$ref": "57"
                                                          },
                                                          {
                                                            "$ref": "57"
                                                          }
                                                        ],
                                                        "deptCode": "sample string 4"
                                                      },
                                                      "mscSubCom": {
                                                        "$ref": "59"
                                                      }
                                                    },
                                                    {
                                                      "$ref": "56"
                                                    }
                                                  ],
                                                  "updated": "2026-06-03T18:31:24.0535992",
                                                  "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": "Ql3A7jqKXkOY1AJ3dJSEoQ==",
                                                  "labelPageLayoutGuid": "eec05d42-8a3a-435e-98d4-0277749484a1",
                                                  "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": "57"
                                                  },
                                                  "mscCom": {
                                                    "$ref": "58"
                                                  },
                                                  "mscDep": {
                                                    "$ref": "60"
                                                  },
                                                  "mscSubCom": {
                                                    "$ref": "59"
                                                  }
                                                },
                                                {
                                                  "$ref": "55"
                                                }
                                              ],
                                              "investmentBuyOverride": true,
                                              "updated": "2026-06-03T18:31:24.0535992",
                                              "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": "O/rFoLuBb0qNHoj9o0oiWQ==",
                                              "labelPageLayoutGuid": "a0c5fa3b-81bb-4a6f-8d1e-88fda34a2259",
                                              "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": "57"
                                              },
                                              "mscCom": {
                                                "$ref": "58"
                                              },
                                              "mscDep": {
                                                "$ref": "60"
                                              },
                                              "mscSubCom": {
                                                "$ref": "59"
                                              }
                                            },
                                            {
                                              "$ref": "54"
                                            }
                                          ],
                                          "stores": [
                                            1,
                                            2
                                          ],
                                          "investmentBuyOverride": true,
                                          "updated": "2026-06-03T18:31:24.0535992",
                                          "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": "L/OijdZdd0iBSHSxOnfz6A==",
                                          "labelPageLayoutGuid": "8da2f32f-5dd6-4877-8148-74b13a77f3e8",
                                          "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": "57"
                                          },
                                          "mscCom": {
                                            "$ref": "58"
                                          },
                                          "mscDep": {
                                            "$ref": "60"
                                          },
                                          "mscSubCom": {
                                            "$ref": "59"
                                          }
                                        }
                                      }
                                    },
                                    {
                                      "$ref": "51"
                                    }
                                  ],
                                  "nextPrice": {
                                    "$id": "61",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "plu": 1,
                                    "hostOfferID": 1,
                                    "metcashPromotionID": "sample string 4",
                                    "metcashPromotionPlacement": "sample string 5",
                                    "pluG_UID": "cdyzHL5zUk2tlIPSTyo4mA==",
                                    "pluGuid": "1cb3dc71-73be-4d52-ad94-83d24f2a3898",
                                    "newPrice": 1,
                                    "pctDiscount": 1,
                                    "newCost": 1,
                                    "newCostDecimals": 6,
                                    "dealCostIdentifier": "38l8cL4EVEShUr9bCxiCbA==",
                                    "dealCostGuid": "707cc9df-04be-4454-a152-bf5b0b18826c",
                                    "pluName": "sample string 7",
                                    "apn": "sample string 8",
                                    "fuelItem": true,
                                    "priceGroupG_UID": "GRBiwE5VskOgR6VG9ZSQQQ==",
                                    "priceGroupGuid": "c0621019-554e-43b2-a047-a546f5949041",
                                    "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,
                                    "orderPacked": 20,
                                    "pluNormalCost": 21,
                                    "pluaws": 22.0,
                                    "directNumber": "sample string 23",
                                    "departmentName": "sample string 24",
                                    "subDepartmentName": "sample string 25",
                                    "priceGroupName": "sample string 26",
                                    "supplierName": "sample string 27",
                                    "stockOnHand": 1.1,
                                    "stockOnOrder": 1.1,
                                    "lastReceived": "2026-06-03T18:31:24.0535992",
                                    "rrp": 28,
                                    "campaignDescription": "sample string 29",
                                    "hostCampaign": true,
                                    "hostIdentifier": "QEA=",
                                    "hostIdentifierGuid": "e788e7db-9030-4989-b0ee-cd09dabe6276",
                                    "campaignComboPriceGroupG_UID": "f3gRCSWV40iYSUR4ApXBzg==",
                                    "campaignComboPriceGroupIdentifier": "0911787f-9525-48e3-9849-44780295c1ce",
                                    "promotionPlacementDescription": "sample string 31",
                                    "storeAcceptances": [
                                      {
                                        "$id": "62",
                                        "plu": 1,
                                        "pluG_UId": "QEA=",
                                        "campaignID": 1,
                                        "campaignName": "sample string 2",
                                        "storeID": 3,
                                        "acceptedUtc": "2026-06-03T18:31:24.0535992",
                                        "operatorG_UID": "lMSC/XPL00aQTNb4DPn89A==",
                                        "operatorGuid": "fd82c494-cb73-46d3-904c-d6f80cf9fcf4",
                                        "machineID": 1,
                                        "processed": true,
                                        "appliedUtc": "2026-06-03T18:31:24.0535992",
                                        "signIqTicketFileMovedUtc": "2026-06-03T18:31:24.0535992",
                                        "user": "sample string 6",
                                        "campaignDescription": "sample string 7",
                                        "productDesc": "sample string 8",
                                        "storeName": "sample string 9",
                                        "effectiveUtc": "2026-06-03T18:31:24.0535992",
                                        "priceChangeType": 0,
                                        "operatorName": "sample string 10",
                                        "hostCampaign": true,
                                        "hostIdentifier": "QEA=",
                                        "hostIdentifierGuid": "5bdd5b95-51b4-4a5e-8078-56ad182a3a9e",
                                        "product": {
                                          "$ref": "23"
                                        },
                                        "campaignPlu": {
                                          "$ref": "61"
                                        },
                                        "fuelItem": true
                                      },
                                      {
                                        "$ref": "62"
                                      }
                                    ],
                                    "campaign": {
                                      "$id": "63",
                                      "id": 1,
                                      "storeID": 2,
                                      "name": "5d109d11-89cc-4bb4-9162-a390ef501cba",
                                      "nameGuid": "5d109d11-89cc-4bb4-9162-a390ef501cba",
                                      "description": "sample string 4",
                                      "showDiscounts": true,
                                      "showTotals": true,
                                      "onlyEvaluateOnSubtotal": true,
                                      "useDescription": true,
                                      "campaignType": 1,
                                      "startDate": "2026-06-03T18:31:24.0535992",
                                      "startTime": 1,
                                      "endDate": "2026-06-03T18:31:24.0535992",
                                      "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-06-03T18:31:24.0535992",
                                      "system": true,
                                      "created": "2026-06-03T18:31:24.0535992",
                                      "updated": "2026-06-03T18:31:24.0535992",
                                      "priceChangeNotifiedUtc": "2026-06-03T18:31:24.0535992",
                                      "promoType": 1,
                                      "promotionTypeCode": "sample string 13",
                                      "hostIdentifier": "QigkTk+gVUupAkeWCnMobA==",
                                      "hostIdentifierGuid": "4e242842-a04f-4b55-a902-47960a73286c",
                                      "hostType": 14,
                                      "createdByUser": "sample string 15",
                                      "fromHost": true,
                                      "deleted": true,
                                      "campaignDeleted": "2026-06-03T18:31:24.0535992",
                                      "updatedByUser": "sample string 18",
                                      "offerID": 1,
                                      "isPriceChangeCampaign": true,
                                      "stores": [
                                        1,
                                        2
                                      ],
                                      "storeNames": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "campaignPlus": [
                                        {
                                          "$ref": "61"
                                        },
                                        {
                                          "$ref": "61"
                                        }
                                      ],
                                      "campaignPools": [
                                        {
                                          "$id": "64",
                                          "id": 1,
                                          "campaignID": 2,
                                          "campaignName": "sample string 3",
                                          "plu": 4,
                                          "pluG_UID": "4q4mQkFkNkG37uSFd4C1Kw==",
                                          "pluGuid": "4226aee2-6441-4136-b7ee-e4857780b52b",
                                          "hostOfferID": 1,
                                          "priceGroupG_UID": "z0YN6OZ2yUaKbZ8QvFsWbA==",
                                          "priceGroupGuid": "e80d46cf-76e6-46c9-8a6d-9f10bc5b166c",
                                          "fuelItem": true,
                                          "pluName": "sample string 6",
                                          "apn": "sample string 7",
                                          "pluActive": true,
                                          "cartonQty": 1,
                                          "baseUnits": 9.1,
                                          "cri": "sample string 10",
                                          "salesMode": 1,
                                          "orderPacked": 11,
                                          "pluaws": 12.0,
                                          "directNumber": "sample string 13",
                                          "departmentName": "sample string 14",
                                          "subDepartmentName": "sample string 15",
                                          "priceGroupName": "sample string 16",
                                          "supplierName": "sample string 17",
                                          "stockOnHand": 1.1,
                                          "stockOnOrder": 1.1,
                                          "lastReceived": "2026-06-03T18:31:24.0535992",
                                          "rrp": 18,
                                          "campaignDescription": "sample string 19",
                                          "product": {
                                            "$ref": "23"
                                          },
                                          "campaign": {
                                            "$ref": "63"
                                          }
                                        },
                                        {
                                          "$ref": "64"
                                        }
                                      ],
                                      "sellingRules": [
                                        {
                                          "$id": "65",
                                          "id": 1,
                                          "identifier": "vzvr7Cbvsk6Ey37pQD5vmw==",
                                          "identifierStr": "vzvr7Cbvsk6Ey37pQD5vmw==",
                                          "identifierGuid": "eceb3bbf-ef26-4eb2-84cb-7ee9403e6f9b",
                                          "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": "63"
                                          }
                                        },
                                        {
                                          "$ref": "65"
                                        }
                                      ],
                                      "customers": [
                                        {
                                          "$id": "66",
                                          "id": 1,
                                          "campaignID": 2,
                                          "campaignName": "sample string 3",
                                          "customerID": "geiGF6vl10ekgE+rEX4kpA==",
                                          "customerIDGuid": "1786e881-e5ab-47d7-a480-4fab117e24a4",
                                          "campaign": {
                                            "$ref": "63"
                                          },
                                          "customer": {
                                            "$ref": "1"
                                          }
                                        },
                                        {
                                          "$ref": "66"
                                        }
                                      ],
                                      "customerGroups": [
                                        {
                                          "$id": "67",
                                          "id": 1,
                                          "campaignID": 2,
                                          "campaignName": "sample string 3",
                                          "groupID": "RXDvy362WUWrQWhAjttR4Q==",
                                          "groupIDGuid": "cbef7045-b67e-4559-ab41-68408edb51e1",
                                          "campaign": {
                                            "$ref": "63"
                                          },
                                          "group": {
                                            "$ref": "5"
                                          }
                                        },
                                        {
                                          "$ref": "67"
                                        }
                                      ],
                                      "signIqTickets": [
                                        {
                                          "$id": "68",
                                          "identifier": "hcX65yBdGkea3NUVKbQ1rA==",
                                          "identifierGuid": "e7fac585-5d20-471a-9adc-d51529b435ac",
                                          "campaignName": "sample string 2",
                                          "message": "sample string 3",
                                          "ticketFileSource": "sample string 4",
                                          "ticketFileDestination": "sample string 5",
                                          "storeID": 1
                                        },
                                        {
                                          "$ref": "68"
                                        }
                                      ],
                                      "comboPriceGroups": [
                                        {
                                          "$id": "69",
                                          "id": 1,
                                          "campaignID": 2,
                                          "campaignName": "sample string 3",
                                          "g_UID": "QpI9uF1wUkmDYylJG6C8vg==",
                                          "guid": "b83d9242-705d-4952-8363-29491ba0bcbe",
                                          "description": "sample string 5",
                                          "newPrice": 1,
                                          "rangeDescription": "sample string 6",
                                          "dealDescription": "sample string 7",
                                          "labelQuantity": 8,
                                          "hostProductCategoryID": 1,
                                          "offerID": 1,
                                          "dontUpdatePricePlus": true,
                                          "campaign": {
                                            "$ref": "63"
                                          },
                                          "comboPricePlus": [
                                            {
                                              "$id": "70",
                                              "id": 1,
                                              "campaignID": 2,
                                              "campaignName": "sample string 3",
                                              "groupG_UID": "IaRibHQg10WXVCuk3Jh6Vg==",
                                              "groupGuid": "6c62a421-2074-45d7-9754-2ba4dc987a56",
                                              "comboPriceType": 5,
                                              "priceType": 5,
                                              "pluG_UID": "ieIbuUJjxESpx7Kavp6qrg==",
                                              "pluGuid": "b91be289-6342-44c4-a9c7-b29abe9eaaae",
                                              "priceGroupG_UID": "ssY8aq6djUudAh/BABQ9og==",
                                              "priceGroupGuid": "6a3cc6b2-9dae-4b8d-9d02-1fc100143da2",
                                              "campaignPoolID": "sample string 7",
                                              "quantity": 1,
                                              "campaign": {
                                                "$ref": "63"
                                              },
                                              "product": {
                                                "$ref": "23"
                                              },
                                              "priceGroup": {
                                                "$ref": "29"
                                              },
                                              "campaignPool": {
                                                "$ref": "63"
                                              }
                                            },
                                            {
                                              "$ref": "70"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "69"
                                        }
                                      ],
                                      "priceLevels": [
                                        {
                                          "$id": "71",
                                          "id": 1,
                                          "priceLevelIdentifier": "/TS5mhEhUEyL7RHODLdhbQ==",
                                          "priceLevelIdentifierGuid": "9ab934fd-2111-4c50-8bed-11ce0cb7616d",
                                          "campaignName": "sample string 3",
                                          "priceLevelName": "sample string 4"
                                        },
                                        {
                                          "$ref": "71"
                                        }
                                      ],
                                      "promotionType": {
                                        "$id": "72",
                                        "identifier": "9r3kM7N5lEWRZpoVHRVeYQ==",
                                        "identifierGuid": "33e4bdf6-79b3-4594-9166-9a151d155e61",
                                        "hostType": 2,
                                        "code": "sample string 3",
                                        "description": "sample string 4",
                                        "isLiquor": true,
                                        "isAdvertised": true,
                                        "disableWasSave": true,
                                        "excludeFromPromoSales": true,
                                        "labelPageLayoutG_UID": "CEDxvzoOuEiyIg4Zuxtm/w==",
                                        "labelPageLayoutGuid": "bff14008-0e3a-48b8-b222-0e19bb1b66ff",
                                        "priceLevelIdentifier": "HUS/PfV92EKXBfSfh4EeYA==",
                                        "priceLevelIdentifierGuid": "3dbf441d-7df5-42d8-9705-f49f87811e60",
                                        "active": true,
                                        "updated": "2026-06-03T18:31:24.0535992",
                                        "hostName": "sample string 11"
                                      }
                                    },
                                    "product": {
                                      "$ref": "23"
                                    },
                                    "dealCost": {
                                      "$id": "73",
                                      "headerIdentifier": "YnX6rGOJYkOS0VB/+Jw5Uw==",
                                      "headerIdentifierGuid": "acfa7562-8963-4362-92d1-507ff89c3953",
                                      "identifier": "KzSzOcRPTUCfxA7Hj5mbng==",
                                      "identifierGuid": "39b3342b-4fc4-404d-9fc4-0ec78f999b9e",
                                      "supplierIdentifier": "+hdp9+0YEUeNSmVbscIEPQ==",
                                      "supplierGuid": "f76917fa-18ed-4711-8d4a-655bb1c2043d",
                                      "pluG_UID": "SNF5aIeLPUyYjA8znaNI1Q==",
                                      "pluGuid": "6879d148-8b87-4c3d-988c-0f339da348d5",
                                      "campaignName": "a8dc3ce0-afe9-4522-a5e9-a6b017cb5b23",
                                      "description": "sample string 4",
                                      "cost": 5,
                                      "costDecimals": 6,
                                      "start": "2026-06-03T18:31:24.0535992",
                                      "end": "2026-06-03T18:31:24.0535992",
                                      "type": 9,
                                      "promoType": 10,
                                      "bonusItemPLUG_UID": "JGLuy8Seg0SCpN/LpyQsdg==",
                                      "bonusItemPluGuid": "cbee6224-9ec4-4483-82a4-dfcba7242c76",
                                      "bonusPurchaseUnits": 11,
                                      "bonusReceiveUnits": 12,
                                      "updated": "2026-06-03T18:31:24.0535992",
                                      "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-06-03T18:31:24.0535992",
                                      "campaignEndDate": "2026-06-03T18:31:24.0535992",
                                      "masterPLUG_UID": "7uTHGeYRYEyVGwItpZz/7Q==",
                                      "masterID": "19c7e4ee-11e6-4c60-951b-022da59cffed",
                                      "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": "WcYtgbzaEUW0tDZxI8s+OA==",
                                      "bonusMasterID": "812dc659-dabc-4511-b4b4-367123cb3e38",
                                      "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-06-03T18:31:24.0535992",
                                  "dealCosts": [
                                    {
                                      "$ref": "73"
                                    },
                                    {
                                      "$ref": "73"
                                    }
                                  ],
                                  "tags": [
                                    {
                                      "$id": "74",
                                      "pluG_UID": "KpO7Nxjd+UGxEoMB72az/Q==",
                                      "pluGuid": "37bb932a-dd18-41f9-b112-8301ef66b3fd",
                                      "tagID": 1,
                                      "description": "sample string 1",
                                      "storeIDs": [
                                        1,
                                        2
                                      ]
                                    },
                                    {
                                      "$ref": "74"
                                    }
                                  ],
                                  "alternateProductG_UID": "bMU6+0j3jkOeIU8xjFcc9w==",
                                  "alternateProduct": "fb3ac56c-f748-438e-9e21-4f318c571cf7",
                                  "altProduct": {
                                    "$ref": "23"
                                  },
                                  "productHostCode": {
                                    "$id": "75",
                                    "id": 1,
                                    "pluG_UID": "yQxE34k13EiyQip7AUO6+A==",
                                    "pluGuid": "df440cc9-3589-48dc-b242-2a7b0143baf8",
                                    "ibaCode": "sample string 2"
                                  },
                                  "mscCat": {
                                    "$ref": "57"
                                  },
                                  "mscCom": {
                                    "$ref": "58"
                                  },
                                  "mscDep": {
                                    "$ref": "60"
                                  },
                                  "mscSubCom": {
                                    "$ref": "59"
                                  },
                                  "isUserUpdate": true,
                                  "ignoreMasterProduct": true,
                                  "priceGroupLabelRequested": true,
                                  "firstSold": "2026-06-03T18:31:24.0535992",
                                  "inventoryTracked": "2026-06-03T18:31:24.0535992",
                                  "isNormalPriceChangesCampaign": true,
                                  "baseProductFuel": {
                                    "$id": "76",
                                    "pluG_UID": "wUNsoHJrW02mTZ5CvyTfow==",
                                    "pluGuid": "a06c43c1-6b72-4d5b-a64d-9e42bf24dfa3",
                                    "fuelPluG_UID": "OMtsCbHq/0urchv7JTaAYw==",
                                    "fuelPluGuid": "096ccb38-eab1-4bff-ab72-1bfb25368063",
                                    "price": 3,
                                    "productDescription": "sample string 4",
                                    "productBarcode": "sample string 5",
                                    "fuelProductDescription": "sample string 6",
                                    "fuelProductBarcode": "sample string 7",
                                    "fuelProductPrice": 8
                                  },
                                  "productFuelLinks": [
                                    {
                                      "$ref": "76"
                                    },
                                    {
                                      "$ref": "76"
                                    }
                                  ]
                                },
                                "supplier": {
                                  "$ref": "18"
                                },
                                "serviceFee": {
                                  "$id": "77",
                                  "id": 1,
                                  "description": "sample string 1",
                                  "fee": 1
                                },
                                "isPrimaryHost": true,
                                "hostVendor": 48
                              },
                              {
                                "$ref": "21"
                              }
                            ],
                            "orderCycleHeaders": [
                              {
                                "$id": "78",
                                "storeID": 1,
                                "supplierIdentifier": "JjvjBk93XEeMJi8fdKNUhQ==",
                                "supplierGuid": "06e33b26-774f-475c-8c26-2f1f74a35485",
                                "departmentCode": "sample string 2",
                                "warehouseDirectIndicator": "sample string 3",
                                "type": 4,
                                "storeName": "sample string 5",
                                "departmentName": "sample string 6",
                                "orderDays": 7
                              },
                              {
                                "$ref": "78"
                              }
                            ],
                            "cycles": [
                              {
                                "$id": "79",
                                "storeID": 1,
                                "supplierIdentifier": "zzE13XQNckCcaVh6P3UWEA==",
                                "supplierGuid": "dd3531cf-0d74-4072-9c69-587a3f751610",
                                "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-06-03T18:31:24.0535992",
                                "deliveryDate": "2026-06-03T18:31:24.0535992",
                                "nextCutOffDate": "2026-06-03T18:31:24.0535992",
                                "nextDeliveryDate": "2026-06-03T18:31:24.0535992",
                                "nextDaysBuffer": 10
                              },
                              {
                                "$ref": "79"
                              }
                            ],
                            "store": {
                              "$ref": "12"
                            },
                            "updated": "2026-06-03T18:31:24.0535992",
                            "isHost": true
                          },
                          "files": [
                            {
                              "$id": "80",
                              "id": "sample string 1",
                              "fileName": "sample string 2",
                              "extension": "sample string 3",
                              "provider": 0,
                              "type": 0,
                              "hostType": "sample string 4",
                              "createdUtc": "2026-06-03T18:31:24.0535992",
                              "processed": "2026-06-03T18:31:24.0535992",
                              "isProcessing": true,
                              "processedCount": 6,
                              "processingTime": 1,
                              "collectedUtc": "2026-06-03T18:31:24.0535992",
                              "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": "17"
                              },
                              "metcashHeader": {
                                "$id": "81",
                                "customerNumber": "sample string 1",
                                "creationDate": "2026-06-03T18:31:24.0535992",
                                "businessPillar": "sample string 3",
                                "fileType": "sample string 4"
                              }
                            },
                            {
                              "$ref": "80"
                            }
                          ],
                          "zoneMatrix": [
                            {
                              "$id": "82",
                              "id": 1,
                              "hostIdentifier": "ZTIPM9V3qkCJEejnlRCboQ==",
                              "hostIdentifierGuid": "330f3265-77d5-40aa-8911-e8e795109ba1",
                              "storeID": 1,
                              "departmentCode": "sample string 2",
                              "hostGuids": [
                                "67c0baa7-98c3-44f5-9f10-9df4179d5775",
                                "a6181c09-67e3-44ab-b1a7-ed7754f48b81"
                              ]
                            },
                            {
                              "$ref": "82"
                            }
                          ],
                          "hostFileStoreSetting": {
                            "$ref": "16"
                          },
                          "hostStoreSettings": [
                            {
                              "$ref": "16"
                            },
                            {
                              "$ref": "16"
                            }
                          ],
                          "promotionPlacements": [
                            {
                              "$id": "83",
                              "identifier": "4CGqjllZm02BwmXEx/So/A==",
                              "identifierGuid": "8eaa21e0-5959-4d9b-81c2-65c4c7f4a8fc",
                              "code": "sample string 2",
                              "description": "sample string 3",
                              "isAdvertised": true
                            },
                            {
                              "$ref": "83"
                            }
                          ],
                          "promoTypeGuids": [
                            "f8f02f9b-eb22-41df-b1cc-27f61be60a7b",
                            "f07f3b4f-596e-4c03-9ba2-9f587998123e"
                          ],
                          "isPromotionOnly": false,
                          "isOrderable": false,
                          "vendor": 0
                        },
                        "groupIDs": [
                          1,
                          2
                        ],
                        "hostDescription": "sample string 27"
                      },
                      {
                        "$ref": "16"
                      }
                    ],
                    "accounts": [
                      {
                        "$id": "84",
                        "id": 1,
                        "storeID": 1,
                        "accountName": "sample string 2",
                        "bsb": "sample string 3",
                        "accountNumber": "sample string 4",
                        "accountDesignated": true
                      },
                      {
                        "$ref": "84"
                      }
                    ],
                    "sales": [
                      {
                        "$id": "85",
                        "id": 1,
                        "storeID": 1,
                        "externalSalesType": 2,
                        "ftpSiteID": 1,
                        "lastSaleProcessed": "2026-06-03T18:31:24.0535992",
                        "ftpSite": {
                          "$id": "86",
                          "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": "85"
                      }
                    ],
                    "suppliedStores": [
                      1,
                      2
                    ],
                    "zoneMatrix": [
                      {
                        "$ref": "82"
                      },
                      {
                        "$ref": "82"
                      }
                    ],
                    "cashManagements": [
                      {
                        "$id": "87",
                        "id": 1,
                        "storeID": 1,
                        "cashManagementType": 2,
                        "apiID": 1,
                        "organisationID": "sample string 3",
                        "siteName": "sample string 4",
                        "thirdPartyAPI": {
                          "$id": "88",
                          "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,
                          "config": "sample string 10"
                        }
                      },
                      {
                        "$ref": "87"
                      }
                    ],
                    "updateStoreID": "7bd8bb63-cc53-4e33-817f-b1a804e68293",
                    "updateStore": {
                      "$id": "89",
                      "id": "ea814cbb-0d78-4b59-ab93-b755d63334e2",
                      "name": "sample string 1",
                      "lastActivity": "2026-06-03T18:31:24.0535992",
                      "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-06-03T18:31:24.0535992"
                    },
                    "timeZoneId": "sample string 54",
                    "securityOptions": {
                      "$id": "90",
                      "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": "1"
            },
            "communityOrganisation": {
              "$id": "91",
              "id": 1,
              "identifier": "zeaThM9K40OmCzNFkCfZbw==",
              "identifierGuid": "8493e6cd-4acf-43e3-a60b-33459027d96f",
              "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-06-03T18:31:24.0535992",
              "promoPeriodEnd": "2026-06-03T18:31:24.0535992",
              "allowDonations": true,
              "logoImageName": "sample string 17",
              "totalAmountAwarded": 18.1,
              "updated": "2026-06-03T18:31:24.0535992",
              "deleted": true
            },
            "details": [
              {
                "$id": "92",
                "saleItemID": 1,
                "identifier": "DX5hpiHJ2kKliEnpLOfwbg==",
                "identifierGuid": "a6617e0d-c921-42da-a588-49e92ce7f06e",
                "saleHeaderID": 2,
                "plu": 1,
                "pluG_UId": "rSYQx6l+aUepLqSAmS+6lA==",
                "pluGuid": "c71026ad-7ea9-4769-a92e-a480992fba94",
                "accountID": "tit0Z2eEaEKnLQx306zruQ==",
                "accountIDGuid": "67742bb6-8467-4268-a72d-0c77d3acebb9",
                "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-06-03T18:31:24.0535992",
                "bestOrExpireType": 1,
                "providerName": "sample string 11",
                "refundG_UID": "5X2Gakh3aEuWitHMtW+AtA==",
                "refundGuid": "6a867de5-7748-4b68-968a-d1ccb56f80b4",
                "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": "LxBw4yyaXUmS+HuTegF/+A==",
                "idempotentVoidGuid": "e370102f-9a2c-495d-92f8-7b937a017ff8",
                "priceLevelIdentifier": "5JTMOVTD3UeLuyNBrjhWkw==",
                "priceLevelIdentifierGuid": "39cc94e4-c354-47dd-8bbb-2341ae385693",
                "communityIdentifier": "RINHiafIvU+ciBvlKKGfrA==",
                "communityIdentifierGuid": "89478344-c8a7-4fbd-9c88-1be528a19fac",
                "productName": "sample string 23",
                "apn": "sample string 24",
                "unknownScans": [
                  {
                    "$id": "93",
                    "id": 1,
                    "saleDetailID": 2,
                    "storeID": 1,
                    "scanned": "2026-06-03T18:31:24.0535992",
                    "operatorG_UID": "QEA=",
                    "barcode": "sample string 4",
                    "processed": 1
                  },
                  {
                    "$ref": "93"
                  }
                ],
                "refund": {
                  "$id": "94",
                  "id": 1,
                  "g_UID": "HZEdMi9Sy0ay1jEIzjFT4w==",
                  "guid": "321d911d-522f-46cb-b2d6-3108ce3153e3",
                  "description": "sample string 1",
                  "dumped": true,
                  "inventoryReasonID": 1,
                  "sortOrder": 1,
                  "updated": "2026-06-03T18:31:24.0535992"
                },
                "modifier": {
                  "$id": "95",
                  "id": 1,
                  "setG_UID": "q3fwre+rXUet0HBv4MqvlA==",
                  "modifierSetGuid": "adf077ab-abef-475d-add0-706fe0caaf94",
                  "name": "sample string 2",
                  "price": 1,
                  "quantity": 1,
                  "modifierType": 1,
                  "groupNumber": 1,
                  "pageNumber": 1,
                  "controlOrder": 1,
                  "printToStation": true,
                  "pluG_UID": "wB6Xeek00UC2679X6CsTGA==",
                  "pluGuid": "79971ec0-34e9-40d1-b6eb-bf57e82b1318",
                  "deleted": true,
                  "g_UID": "RtVQ03LZ3ECtKqdqptK4Fg==",
                  "guid": "d350d546-d972-40dc-ad2a-a76aa6d2b816",
                  "product": {
                    "$ref": "23"
                  }
                },
                "priceLevelName": "sample string 25",
                "pumpNumber": 1,
                "hoseNumber": 1
              },
              {
                "$ref": "92"
              }
            ],
            "eftReceipts": [
              {
                "$id": "96",
                "id": 1,
                "storeID": 1,
                "saleHeaderID": 2,
                "storeSaleHeader": {
                  "$ref": "8"
                },
                "receipt": "sample string 3",
                "processed": 1
              },
              {
                "$ref": "96"
              }
            ],
            "payments": [
              {
                "$ref": "7"
              },
              {
                "$ref": "7"
              }
            ],
            "cards": [
              {
                "$id": "97",
                "id": 1,
                "saleHeaderID": 1,
                "identifier": "sample string 2",
                "cardType": 3,
                "providerName": "sample string 4"
              },
              {
                "$ref": "97"
              }
            ],
            "campaignHits": [
              {
                "$id": "98",
                "id": 1,
                "saleHeaderID": 2,
                "campaign": "sample string 3",
                "name": "sample string 4",
                "processed": 1,
                "campaignDescription": "sample string 5"
              },
              {
                "$ref": "98"
              }
            ],
            "fuel": [
              {
                "$id": "99",
                "id": 1,
                "plu": 1,
                "pluG_UID": "ualYLwZEt0mwzveU3G/J6Q==",
                "pluGuid": "2f58a9b9-4406-49b7-b0ce-f794dc6fc9e9",
                "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-06-03T18:31:24.0535992",
                "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-06-03T18:31:24.0535992",
                "tagNumber": "sample string 15",
                "trackTwoRem": "sample string 16",
                "transCode": 1,
                "transType": 1,
                "unitPrice": 1.0,
                "vehicleReg": "sample string 17",
                "offline": true,
                "processed": 1
              },
              {
                "$ref": "99"
              }
            ],
            "fuelResells": [
              {
                "$id": "100",
                "saleItemID": 1,
                "saleHeaderID": 2,
                "plu": 1,
                "pluG_UId": "sYW+0vBB3UCat4JeXAJVlA==",
                "pluGuid": "d2be85b1-41f0-40dd-9ab7-825e5c025594",
                "accountID": "uH0sHiztmU+R8hH7RM7Iaw==",
                "accountIDGuid": "1e2c7db8-ed2c-4f99-91f2-11fb44cec86b",
                "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-06-03T18:31:24.0535992",
                "bestOrExpireType": 1,
                "refundG_UID": "b5Zg7Lu4oUG/N2O9DaJuKA==",
                "refundGuid": "ec60966f-b8bb-41a1-bf37-63bd0da26e28",
                "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": "100"
              }
            ],
            "customerOrder": [
              {
                "$id": "101",
                "identifier": "HD5DKXQkF0egozRXEGUALw==",
                "identifierGuid": "29433e1c-2474-4717-a0a3-34571065002f",
                "id": 1,
                "orderNo": 2,
                "externalSaleIdentifier": "sample string 3",
                "storeID": 4,
                "zoneID": 5,
                "deptNo": 6,
                "customerIdentifier": "7GnayQtUtk2EHUD5yjaUOQ==",
                "customerIdentifierGuid": "c9da69ec-540b-4db6-841d-40f9ca369439",
                "operatorNo": 1,
                "operatorG_UID": "LeoMnUV9WkWMugPZecJqdw==",
                "operatorGuid": "9d0cea2d-7d45-455a-8cba-03d979c26a77",
                "created": "2026-06-03T18:31:24.0535992",
                "ordered": "2026-06-03T18:31:24.0535992",
                "started": "2026-06-03T18:31:24.0535992",
                "completed": "2026-06-03T18:31:24.0535992",
                "supplied": "2026-06-03T18:31:24.0535992",
                "quickTicket": 1,
                "deleted": true,
                "walkAway": true,
                "approxWait": 1,
                "actualWait": 1,
                "deliveryMethod": 8,
                "externalSaleType": 9,
                "customer": {
                  "$ref": "1"
                },
                "operator": {
                  "$ref": "10"
                },
                "details": [
                  {
                    "$id": "102",
                    "headerID": 1,
                    "plu": 1,
                    "pluG_UId": "oR5C7gvBS0SjbZ5tY1g+/w==",
                    "pluGuid": "ee421ea1-c10b-444b-a36d-9e6d63583eff",
                    "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": "/BfiJVEQkkS9+YOHWxpsOw==",
                    "headerIdentifierGuid": "25e217fc-1051-4492-bdf9-83875b1a6c3b",
                    "product": {
                      "$ref": "23"
                    }
                  },
                  {
                    "$ref": "102"
                  }
                ],
                "storeName": "sample string 11",
                "customerName": "sample string 12",
                "storeReplyTo": "sample string 13",
                "storeSubjectLine": "sample string 14",
                "storeSaleHeader": {
                  "$ref": "8"
                }
              },
              {
                "$ref": "101"
              }
            ],
            "surveyResponses": [
              {
                "$id": "103",
                "surveyG_UID": "4f784B7CNk6GC0DhRv3tpg==",
                "surveyGuid": "e0fcfee1-c21e-4e36-860b-40e146fdeda6",
                "saleHeaderGuid": "Jy0VHOTykEWQQYu9KFrlKw==",
                "saleGuid": "1c152d27-f2e4-4590-9041-8bbd285ae52b",
                "textResponse": "sample string 1",
                "integerResponse": 1,
                "g_UIDResponse": "I31l7eB3+E6lxcL+aYMYPA==",
                "guidResponse": "ed657d23-77e0-4ef8-a5c5-c2fe6983183c",
                "whoAnswered": 2,
                "answeredAtUTC": "2026-06-03T18:31:24.0535992",
                "sale": {
                  "$ref": "8"
                },
                "survey": {
                  "$id": "104",
                  "g_UID": "8xSQBYHVvUab2vQ5iDXJjg==",
                  "guid": "059014f3-d581-46bd-9bda-f4398835c98e",
                  "name": "sample string 1",
                  "storeID": 2,
                  "zoneID": 1,
                  "checkoutFormG_UID": "AOmthi7ErEODVYbFAi93Dg==",
                  "checkoutFormGuid": "86ade900-c42e-43ac-8355-86c5022f770e",
                  "displayToWho": 3,
                  "displayWhen": 4,
                  "start": "2026-06-03T18:31:24.0535992",
                  "end": "2026-06-03T18:31:24.0535992",
                  "deleted": true,
                  "updated": "2026-06-03T18:31:24.0535992",
                  "possibleIntegerResponses": [
                    1,
                    2
                  ],
                  "possibleTextResponses": [
                    "sample string 1",
                    "sample string 2"
                  ],
                  "possibleGuidResponses": [
                    "aa14ebc1-cab9-42be-bfc9-fcb24e1e9bda",
                    "3fb492ef-e2c3-4247-a382-46495d51a9f0"
                  ],
                  "allowsAllTextResponses": true,
                  "surveyForm": {
                    "$ref": "42"
                  }
                },
                "ingressId": "sample string 4"
              },
              {
                "$ref": "103"
              }
            ],
            "storeName": "sample string 39",
            "terminalNumber": 40,
            "machineName": "sample string 41",
            "operatorName": "sample string 42",
            "direction": 1,
            "reason": "sample string 43",
            "accountG_UID": "gOzJfXWEp02n7sSmXH3nSQ==",
            "accountIdentifier": "7dc9ec80-8475-4da7-a7ee-c4a65c7de749",
            "accountName": "sample string 44",
            "customerOrderIdentifier": "7zXqZmOP6kO8hF9VPscCqA==",
            "customerOrderIdentifierGuid": "66ea35ef-8f63-43ea-bc84-5f553ec702a8",
            "priceLevelName": "sample string 45",
            "revision": 46,
            "ingressId": "sample string 47"
          },
          "metadata": {
            "$id": "105",
            "id": 1,
            "paymentID": 2,
            "paymentIdentifier": "D8eht6TM1USshwTCu9yDKg==",
            "paymentIdentifierGuid": "b7a1c70f-cca4-44d5-ac87-04c2bbdc832a",
            "identifier": "JSI6zx/gp0iFy9uBEYLSXQ==",
            "identifierGuid": "cf3a2225-e01f-48a7-85cb-db811182d25d",
            "metadata": "sample string 3",
            "signatureImage": "QEA=",
            "itemIdentifier": "77Lv5118J06IEVakvStoNQ==",
            "itemIdentifierGuid": "e7efb2ef-7c5d-4e27-8811-56a4bd2b6835"
          }
        },
        {
          "$ref": "7"
        }
      ]
    },
    {
      "$ref": "2"
    }
  ],
  "customerGroupMembers": [
    {
      "$ref": "6"
    },
    {
      "$ref": "6"
    }
  ],
  "customerGroups": [
    {
      "$ref": "5"
    },
    {
      "$ref": "5"
    }
  ],
  "accounts": [
    {
      "$ref": "3"
    },
    {
      "$ref": "3"
    }
  ],
  "account": {
    "$ref": "3"
  },
  "vouchers": [
    {
      "$id": "106",
      "customerIdentifier": "FxB45X9lDUGrCG7brqK8bw==",
      "customerIdentifierGuid": "e5781017-657f-410d-ab08-6edbaea2bc6f",
      "voucherName": "sample string 2",
      "count": 3,
      "storeID": 4,
      "barcode": "sample string 5",
      "redeemCount": 6,
      "issueCount": 7,
      "storeSalePaymentID": 1,
      "idempotentID": "E5VtVydB70OChtcYaUMosQ==",
      "idempotentGuid": "576d9513-4127-43ef-8286-d718694328b1",
      "offline": true,
      "voucher": {
        "$id": "107",
        "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-06-03T18:31:24.0535992",
        "barcodeTemplate": {
          "$id": "108",
          "templateID": 1,
          "template": "sample string 1",
          "bcFunction": "sample string 2",
          "sortOrder": 3
        },
        "scaleLabel": {
          "$id": "109",
          "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-06-03T18:31:24.0535992",
          "labelPageLayout": "yluaWBtdw0OKUawPEP2Vcg==",
          "pageLayoutGuid": "589a5bca-5d1b-43c3-8a51-ac0f10fd9572",
          "labelType": 6,
          "oldName": "sample string 7",
          "voucher": {
            "$ref": "107"
          },
          "elements": [
            {
              "$id": "110",
              "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-06-03T18:31:24.0535992"
            },
            {
              "$ref": "110"
            }
          ]
        },
        "customerVouchers": [
          {
            "$id": "111",
            "id": 1,
            "customerIdentifier": "AlyNKVmPek+PS0bCuDNulQ==",
            "customerIdentifierGuid": "298d5c02-8f59-4f7a-8f4b-46c2b8336e95",
            "voucherID": 3,
            "voucherName": "sample string 4",
            "storeID": 1,
            "barcode": "sample string 5",
            "dateOfIssue": "2026-06-03T18:31:24.0535992",
            "issuedSaleHeaderID": 1,
            "issuedSaleIdentifier": "sample string 7",
            "issuedOfflinePaymentID": 1,
            "issuedIdempotentID": "/xbTGvgoQ0amg1digrXhfA==",
            "issuedIdempotentGuid": "1ad316ff-28f8-4643-a683-576282b5e17c",
            "issuedOffline": true,
            "issuedUser": "sample string 9",
            "issuedNotes": "sample string 10",
            "expiryDate": "2026-06-03T18:31:24.0535992",
            "expiredUser": "sample string 11",
            "expiredNotes": "sample string 12",
            "redeemed": "2026-06-03T18:31:24.0535992",
            "redeemedSaleHeaderID": 1,
            "redeemedSaleIdentifier": "sample string 13",
            "redeemedOfflinePaymentID": 1,
            "redeemedIdempotentID": "bApnbbSRdU6zYRdXahJUIg==",
            "redeemedIdempotentGuid": "6d670a6c-91b4-4e75-b361-17576a125422",
            "redeemedUser": "sample string 14",
            "redeemedNotes": "sample string 15",
            "redeemedOffline": true,
            "updated": "2026-06-03T18:31:24.0535992",
            "storeName": "sample string 17",
            "scaleLabel": {
              "$ref": "109"
            },
            "voucher": {
              "$ref": "107"
            },
            "customer": {
              "$ref": "1"
            },
            "issuedOfflinePayment": {
              "$ref": "7"
            },
            "redeemedOfflinePayment": {
              "$ref": "7"
            }
          },
          {
            "$ref": "111"
          }
        ]
      },
      "customer": {
        "$ref": "1"
      }
    },
    {
      "$ref": "106"
    }
  ]
}

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.