GET api/customer/card/{id}?payments={payments}

Get customer card

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Card identifier

string

Required

payments

Boolean whether to return a list of store sale payments with card

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

CustomerCard object

CustomerCard
NameDescriptionTypeAdditional information
Identifier

Unique card identifier

string

Required

String length: inclusive between 0 and 40

IdentifierGuid

globally unique identifier

None.

IdentifierGuidBytes

Collection of byte

None.

CardType

CardType

None.

IssueDate

date

Data type: DateTime

Expiry

date

Data type: DateTime

CustomerID

Collection of byte

None.

CustomerIDGuid

globally unique identifier

None.

InitialValue

integer

None.

CurrentValue

integer

None.

MaxLimit

integer

None.

MinTransaction

integer

None.

MaxTransaction

integer

None.

Multiplier

decimal number

None.

Active

boolean

None.

ReasonInactive

ReasonInactive

None.

IdRequired

boolean

None.

IdType

integer

None.

IdValue

string

String length: inclusive between 0 and 60

Updated

date

Data type: DateTime

LinkedAccount

Collection of byte

None.

LinkedAccountGuid

globally unique identifier

None.

CurrentValueChanged

Indicates if current card value has changed and should be updated to value provided

boolean

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

LimitsChanged

Indicates if max limit, min transaction or max transaction values have changed and should be updated to values provided

boolean

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

Customer

Customer

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

Account

Account

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

Payments

Collection of StoreSalePayment

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

Response Formats

application/json, text/json

Sample:
{
  "cardType": 2,
  "issueDate": "2025-10-05T00:01:58.6074076",
  "expiry": "2025-10-05T00:01:58.6074076",
  "customerID": "dmS50Djc4U2NRsOjfsHeHg==",
  "customerIDGuid": "d0b96476-dc38-4de1-8d46-c3a37ec1de1e",
  "initialValue": 1,
  "currentValue": 1,
  "maxLimit": 1,
  "minTransaction": 1,
  "maxTransaction": 1,
  "multiplier": 1.1,
  "active": true,
  "reasonInactive": 1,
  "idRequired": true,
  "idType": 1,
  "idValue": "sample string 5",
  "updated": "2025-10-05T00:01:58.6074076",
  "linkedAccount": "gC01I7X79U2iUXbEzqYXOw==",
  "linkedAccountGuid": "23352d80-fbb5-4df5-a251-76c4cea6173b",
  "currentValueChanged": true,
  "limitsChanged": true,
  "customer": {
    "$id": "2",
    "identifier": "3WFAc96zGU2oNN5OfQ3CEQ==",
    "identifierGuid": "734061dd-b3de-4d19-a834-de4e7d0dc211",
    "code": "sample string 2",
    "familyName": "sample string 3",
    "givenName": "sample string 4",
    "otherName": "sample string 5",
    "title": "sample string 6",
    "dateOfBirth": "2025-10-05T00:01:58.6074076",
    "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": "awAx01OdNEeRUMi2jqL+8g==",
    "communityIdentifierGuid": "d331006b-9d53-4734-9150-c8b68ea2fef2",
    "joined": "2025-10-05T00:01:58.6074076",
    "updated": "2025-10-05T00:01:58.6074076",
    "active": true,
    "reasonInactive": 1,
    "groupCustomer": true,
    "loyaltyPoints": 1,
    "homeStoreID": 1,
    "availableSpend": 1,
    "priceLevelIdentifier": "f6C23O4oEkKBfgU05LH4lw==",
    "priceLevelIdentifierGuid": "dcb6a07f-28ee-4212-817e-0534e4b1f897",
    "marketingID": "sample string 18",
    "hidden": true,
    "registered": true,
    "registeredOn": "2025-10-05T00:01:58.6074076",
    "emailMarketing": true,
    "smsMarketing": true,
    "deleted": true,
    "deletedUser": "sample string 24",
    "homeStoreName": "sample string 25",
    "customerCards": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "customerGroupMembers": [
      {
        "$id": "3",
        "id": 1,
        "groupID": "+PPBFOeL+UKdpzZYxpnB6Q==",
        "groupIDGuid": "14c1f3f8-8be7-42f9-9da7-3658c699c1e9",
        "customerID": "COXE06OON0GSJy/wuIF/AQ==",
        "customerIDGuid": "d3c4e508-8ea3-4137-9227-2ff0b8817f01",
        "card": "sample string 4",
        "linkedAccount": "cQ39pybiuUOuBXa3KgiiXQ==",
        "linkedAccountGuid": "a7fd0d71-e226-43b9-ae05-76b72a08a25d",
        "customer": {
          "$ref": "2"
        },
        "group": {
          "$id": "4",
          "identifier": "GlQzK8JRQEyrNBvo+RVRpw==",
          "identifierGuid": "2b33541a-51c2-4c40-ab34-1be8f91551a7",
          "name": "sample string 2",
          "primaryContact": "B68TcblrO0+0wPAvllDxuw==",
          "primaryContactGuid": "7113af07-6bb9-4f3b-b4c0-f02f9650f1bb",
          "accountID": "oevybeAHTk2+6GaxW9oqwA==",
          "accountIDGuid": "6df2eba1-07e0-4d4e-bee8-66b15bda2ac0",
          "special": true,
          "updated": "2025-10-05T00:01:58.6074076",
          "active": true,
          "reasonInactive": 1,
          "priceLevelIdentifier": "HmSKRx+hlkCoNlsoFuEH3g==",
          "priceLevelIdentifierGuid": "478a641e-a11f-4096-a836-5b2816e107de",
          "deleted": true,
          "account": {
            "$id": "5",
            "id": 1,
            "identifier": "aORvId69n0CoBPQL7ObWTQ==",
            "identifierGuid": "216fe468-bdde-409f-a804-f40bece6d64d",
            "referenceNo": "sample string 3",
            "name": "sample string 4",
            "created": "2025-10-05T00:01:58.6074076",
            "owner": "L/aldZph9kqXxce6QLfO8g==",
            "ownerGuid": "75a5f62f-619a-4af6-97c5-c7ba40b7cef2",
            "accountStoreGroupIdentifier": "CalkLP/Ra0q26peEqQaiYg==",
            "accountStoreGroupGuid": "2c64a909-d1ff-4a6b-b6ea-9784a906a262",
            "accountType": 1,
            "currentBalance": 1,
            "externalID": "sample string 7",
            "maximumLimit": 1,
            "accruePoints": true,
            "loyaltyPoints": 1,
            "termsOfTrade": 1,
            "signatureRequired": true,
            "referenceRequired": true,
            "statementSendType": 10,
            "ageingPeriod": 1,
            "monthlyAgeingPeriod": true,
            "explodedInvoice": true,
            "isFifoAllocation": true,
            "lastStatementSent": "2025-10-05T00:01:58.6074076",
            "active": true,
            "updated": "2025-10-05T00:01:58.6074076",
            "deleted": true,
            "deletedUser": "sample string 16",
            "currentBalanceChanged": true,
            "maximumLimitChanged": true,
            "loyaltyPointsChanged": true,
            "projectedBalance": 17,
            "accountStoreGroupStoreIDs": [
              1,
              2
            ],
            "customerEmail": "sample string 18",
            "ownerCustomer": {
              "$ref": "2"
            },
            "card": {
              "$ref": "1"
            },
            "members": {
              "$id": "6",
              "sample string 1": [
                {
                  "$ref": "2"
                },
                {
                  "$ref": "2"
                }
              ],
              "sample string 2": [
                {
                  "$ref": "2"
                },
                {
                  "$ref": "2"
                }
              ]
            },
            "customerGroups": [
              {
                "$ref": "4"
              },
              {
                "$ref": "4"
              }
            ]
          },
          "primaryContactCustomer": {
            "$ref": "2"
          },
          "customerGroupMembers": [
            {
              "$ref": "3"
            },
            {
              "$ref": "3"
            }
          ]
        },
        "customerCard": {
          "$ref": "1"
        }
      },
      {
        "$ref": "3"
      }
    ],
    "customerGroups": [
      {
        "$ref": "4"
      },
      {
        "$ref": "4"
      }
    ],
    "accounts": [
      {
        "$ref": "5"
      },
      {
        "$ref": "5"
      }
    ],
    "account": {
      "$ref": "5"
    },
    "vouchers": [
      {
        "$id": "7",
        "customerIdentifier": "3sH44I0q9UeqmxTdq4hXnA==",
        "customerIdentifierGuid": "e0f8c1de-2a8d-47f5-aa9b-14ddab88579c",
        "voucherName": "sample string 2",
        "count": 3,
        "storeID": 4,
        "barcode": "sample string 5",
        "redeemCount": 6,
        "issueCount": 7,
        "storeSalePaymentID": 1,
        "idempotentID": "CaNCowN6tE2MIftiSyRG3g==",
        "idempotentGuid": "a342a309-7a03-4db4-8c21-fb624b2446de",
        "offline": true,
        "voucher": {
          "$id": "8",
          "id": 1,
          "name": "sample string 2",
          "description": "sample string 3",
          "shortDescription": "sample string 4",
          "url": "sample string 5",
          "barcodeTemplateID": 1,
          "expiry": 0,
          "voucherType": 6,
          "limitPerTransaction": 7,
          "customerTracking": true,
          "discountAccount": "sample string 9",
          "endDate": "2025-10-05T00:01:58.6074076",
          "barcodeTemplate": {
            "$id": "9",
            "templateID": 1,
            "template": "sample string 1",
            "bcFunction": "sample string 2",
            "sortOrder": 3
          },
          "scaleLabel": {
            "$id": "10",
            "id": 1,
            "uid": "sample string 2",
            "name": "sample string 3",
            "width": 1.1,
            "height": 1.1,
            "showBorder": true,
            "borderWidth": 1.1,
            "borderStyle": 1,
            "borderColour": "sample string 5",
            "updated": "2025-10-05T00:01:58.6074076",
            "labelPageLayout": "ujZ5rcxoDkSTkWtQO+jqFg==",
            "pageLayoutGuid": "ad7936ba-68cc-440e-9391-6b503be8ea16",
            "labelType": 6,
            "oldName": "sample string 7",
            "voucher": {
              "$ref": "8"
            },
            "elements": [
              {
                "$id": "11",
                "id": 1,
                "scaleLabelID": 2,
                "showPercentDI": true,
                "showAvgPerHundred": true,
                "showAvgPerServe": true,
                "name": "sample string 6",
                "x": 1.1,
                "y": 1.1,
                "width": 1.1,
                "height": 1.1,
                "type": 1,
                "rotation": 1,
                "text": "sample string 7",
                "fontFamily": "sample string 8",
                "align": 1,
                "bold": true,
                "italic": true,
                "underline": true,
                "strikeout": true,
                "reverse": true,
                "textColour": "sample string 9",
                "fontSize": 1.1,
                "picture": "QEA=",
                "borderWidth": 10,
                "sortOrder": 11,
                "printOptions": 12,
                "superScriptTextFontSize": 1.1,
                "lineStyle": 1,
                "spacingStyle": 1,
                "interCharacterSpacing": 1.1,
                "superScriptOffset": 1.1,
                "lineSpacing": 1.1,
                "dateFormat": "sample string 13",
                "autoGrow": true,
                "fontAutoResize": true,
                "updated": "2025-10-05T00:01:58.6074076"
              },
              {
                "$ref": "11"
              }
            ]
          },
          "customerVouchers": [
            {
              "$id": "12",
              "id": 1,
              "customerIdentifier": "BjKN0urYx06H7nNzMeFDXg==",
              "customerIdentifierGuid": "d28d3206-d8ea-4ec7-87ee-737331e1435e",
              "voucherID": 3,
              "voucherName": "sample string 4",
              "storeID": 1,
              "barcode": "sample string 5",
              "dateOfIssue": "2025-10-05T00:01:58.6074076",
              "issuedSaleHeaderID": 1,
              "issuedSaleIdentifier": "sample string 7",
              "issuedOfflinePaymentID": 1,
              "issuedIdempotentID": "JFDNy3tt5k+SBJ67vXTW6w==",
              "issuedIdempotentGuid": "cbcd5024-6d7b-4fe6-9204-9ebbbd74d6eb",
              "issuedOffline": true,
              "issuedUser": "sample string 9",
              "issuedNotes": "sample string 10",
              "expiryDate": "2025-10-05T00:01:58.6074076",
              "expiredUser": "sample string 11",
              "expiredNotes": "sample string 12",
              "redeemed": "2025-10-05T00:01:58.6074076",
              "redeemedSaleHeaderID": 1,
              "redeemedSaleIdentifier": "sample string 13",
              "redeemedOfflinePaymentID": 1,
              "redeemedIdempotentID": "kiXzW9yYT0C68Z0EuIVYZQ==",
              "redeemedIdempotentGuid": "5bf32592-98dc-404f-baf1-9d04b8855865",
              "redeemedUser": "sample string 14",
              "redeemedNotes": "sample string 15",
              "redeemedOffline": true,
              "updated": "2025-10-05T00:01:58.6074076",
              "storeName": "sample string 17",
              "scaleLabel": {
                "$ref": "10"
              },
              "voucher": {
                "$ref": "8"
              },
              "customer": {
                "$ref": "2"
              },
              "issuedOfflinePayment": {
                "$id": "13",
                "id": 1,
                "identifier": "aASANu+a3UmIsyfdnmNDEQ==",
                "identifierGuid": "36800468-9aef-49dd-88b3-27dd9e634311",
                "storeID": 2,
                "operatorName": "sample string 3",
                "saleHeaderID": 4,
                "paymentType": 5,
                "amount": 6,
                "account": "sample string 7",
                "accountID": "NUXPjA7w00mtnej/HEHiDA==",
                "accountIDGuid": "8ccf4535-f00e-49d3-ad9d-e8ff1c41e20c",
                "customerAccount": {
                  "$ref": "5"
                },
                "customerCard": {
                  "$ref": "1"
                },
                "accountType": 1,
                "cardName": "sample string 8",
                "authorisationNumber": "sample string 9",
                "bankReference": "sample string 10",
                "merchantID": "sample string 11",
                "terminalID": "sample string 12",
                "cardNumber": "sample string 13",
                "paymentDate": "2025-10-05T00:01:58.6074076",
                "invRocNo": "sample string 14",
                "responseCode": "sample string 15",
                "cashout": 1,
                "tip": 16,
                "idempotentVoid": "TGRwWFmR2EeeYaH7WCEVVA==",
                "idempotentVoidGuid": "5870644c-9159-47d8-9e61-a1fb58211554",
                "offline": true,
                "processed": 1,
                "storeSaleHeader": {
                  "$id": "14",
                  "saleHeaderID": 1,
                  "saleHeaderGuid": "dY6nIixqrkiuvUvvUkyXwg==",
                  "saleHeaderIdentifierGuid": "22a78e75-6a2c-48ae-aebd-4bef524c97c2",
                  "created": "2025-10-05T00:01:58.6074076",
                  "createdLocal": "2025-10-05T00:01:58.6074076",
                  "createdText": "sample string 4",
                  "itemCount": 5,
                  "totalAmount": 6,
                  "cashTender": 1,
                  "cardTender": 1,
                  "cheqTender": 1,
                  "acctTender": 1,
                  "voucherTender": 1,
                  "loyaltyPoints": 1,
                  "cashout": 1,
                  "changeAmount": 1,
                  "rounding": 1,
                  "gstAmount": 1,
                  "transactionDiscountTender": 1,
                  "totalTip": 7,
                  "tranType": 1,
                  "processed": 1,
                  "imported": "2025-10-05T00:01:58.6074076",
                  "storeID": 1,
                  "operatorG_Uid": "nYJJPI0hSkSeP+p58qozoA==",
                  "operatorGuid": "3c49829d-218d-444a-9e3f-ea79f2aa33a0",
                  "customerG_Uid": "gnBOPGhvfkSwF52aNL+7LQ==",
                  "customerGuid": "3c4e7082-6f68-447e-b017-9d9a34bfbb2d",
                  "communityIdentifier": "HNqarBISzEyIin3bxrjl2g==",
                  "communityIdentifierGuid": "ac9ada1c-1212-4ccc-888a-7ddbc6b8e5da",
                  "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": "1nzQqfmGKEeJ0Ow+AcWzDQ==",
                  "priceLevelIdentifierGuid": "a9d07cd6-86f9-4728-89d0-ec3e01c5b30d",
                  "locked": 36,
                  "relationChecksum": "sample string 37",
                  "loyaltyTender": 1,
                  "giftCardTender": 1,
                  "operator": {
                    "$id": "15",
                    "id": 1,
                    "g_Uid": "bhQwzWXQ8ECNjjVLnPCNxA==",
                    "guid": "cd30146e-d065-40f0-8d8e-354b9cf08dc4",
                    "operatorNumber": 1,
                    "shortName": "sample string 2",
                    "firstName": "sample string 3",
                    "lastName": "sample string 4",
                    "password": "sample string 5",
                    "hasPassword": true,
                    "passwordText": "sample string 6",
                    "rfidTagID": "sample string 7",
                    "blueprintID": 1,
                    "groupID": 1,
                    "groupName": "sample string 8",
                    "managerGroupID": 1,
                    "managerGroupName": "sample string 9",
                    "zoneID": 1,
                    "zoneName": "sample string 10",
                    "loggedIn": 1,
                    "lastUsedIP": "sample string 11",
                    "deleted": true,
                    "locked": true,
                    "allowOpenTill": true,
                    "webEmail": "sample string 14",
                    "simpleOperatorType": 0,
                    "webRole": "sample string 15",
                    "updated": "2025-10-05T00:01:58.6074076",
                    "passwordResetRequired": true,
                    "alteredInStore": true,
                    "startShift": "2025-10-05T00:01:58.6074076",
                    "endShift": "2025-10-05T00:01:58.6074076",
                    "machineName": "sample string 20",
                    "drawerID": 1,
                    "stores": [
                      {
                        "$id": "16",
                        "operatorG_UID": "Y7wF/+t0b0++xOkGgnbcJw==",
                        "operatorGuid": "ff05bc63-74eb-4f6f-bec4-e9068276dc27",
                        "storeID": 2,
                        "operator": {
                          "$ref": "15"
                        },
                        "store": {
                          "$id": "17",
                          "id": 1,
                          "isMaster": true,
                          "shortName": "sample string 3",
                          "url": "sample string 4",
                          "sortOrder": 1,
                          "name": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "state": "sample string 12",
                          "country": "sample string 13",
                          "postCode": "sample string 14",
                          "delivery": 1,
                          "exportAccounts": 1,
                          "salesAccountFolder": "sample string 15",
                          "purchaseAccountFolder": "sample string 16",
                          "initLoad": 1,
                          "initIDs": 1,
                          "zoneID": 1,
                          "actAsMaster": 1,
                          "lastActiveUtc": "2025-10-05T00:01:58.6074076",
                          "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": "I2xakOq1fEmC22rdevdE/g==",
                          "hostIdentifierGuid": "905a6c23-b5ea-497c-82db-6add7af744fe",
                          "hostName": 1,
                          "hostAddress": "sample string 27",
                          "hostUsername": "sample string 28",
                          "hostPassword": "sample string 29",
                          "excludeFromLeadInOut": true,
                          "accountingProvider": 31,
                          "accountingAddress": "sample string 32",
                          "accountingUsername": "sample string 33",
                          "accountingPassword": "sample string 34",
                          "storeAccountingCode": "sample string 35",
                          "softwareVariance": 36,
                          "fuelWarningVariance": 37.0,
                          "fuelErrorVariance": 38.0,
                          "fuelAccumulatedWarningVariance": 39.0,
                          "fuelAccumulatedErrorVariance": 40.0,
                          "drawManagment": 41,
                          "endOfDayManagment": true,
                          "autoFillCashBalancing": true,
                          "fuelDayVariance": 44,
                          "accountingTradingTime": "00:00:00.1234567",
                          "stockActivateProduct": 46,
                          "giftCardSalesAccountingDeptCode": "sample string 47",
                          "transactionDiscountAccountingDeptCode": "sample string 48",
                          "size": 49,
                          "updated": "2025-10-05T00:01:58.6074076",
                          "priceZoneName": "sample string 51",
                          "storeFuelConfigured": true,
                          "shippingAddressCopied": true,
                          "shippingAddress": {
                            "$id": "18",
                            "storeID": 1,
                            "addressType": 1,
                            "address1": "sample string 1",
                            "address2": "sample string 2",
                            "city": "sample string 3",
                            "state": "sample string 4",
                            "country": "sample string 5",
                            "postCode": "sample string 6"
                          },
                          "billingAddress": {
                            "$ref": "18"
                          },
                          "hostStoreSettings": [
                            {
                              "$id": "19",
                              "id": 1,
                              "hostIdentifier": "UWdandrQdUiOEvjm3xaG0Q==",
                              "hostIdentifierGuid": "9d5a6751-d0da-4875-8e12-f8e6df1686d1",
                              "storeID": 2,
                              "username": "sample string 3",
                              "password": "sample string 4",
                              "passwordPlain": "sample string 5",
                              "serverAddress": "sample string 6",
                              "serverPort": 1,
                              "excludeFromLeadInOut": true,
                              "useForHostFile": true,
                              "metcashPillarID": "sample string 9",
                              "metcashStateCode": "sample string 10",
                              "metcashCustomerID": "sample string 11",
                              "metcashTradingPartnerID": "sample string 12",
                              "drakesCustomerNumber": 1,
                              "sparCustomerNumber": "sample string 13",
                              "sparOrderUsername": "sample string 14",
                              "sparOrderPassword": "sample string 15",
                              "sparOrderPasswordPlain": "sample string 16",
                              "pharmXSiteID": 1,
                              "ibaZoneID": 1,
                              "ibaState": "sample string 17",
                              "foodlandStoreCode": "sample string 18",
                              "ilgMemberNumber": "sample string 19",
                              "ilgOutletLocation": 1,
                              "ilgBaseCost": 1,
                              "ilgApplyNonAdvertisedPromos": true,
                              "ilgExemptFromFreight": true,
                              "ilgOrderDealReview": true,
                              "ilgFinanceFee": 1,
                              "processPromotions": true,
                              "hostProvider": 0,
                              "host": {
                                "$id": "20",
                                "identifier": "J/pBrPbcN0iANKZSTbOcYQ==",
                                "identifierGuid": "ac41fa27-dcf6-4837-8034-a6524db39c61",
                                "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": "m1qOnRzCGk2d76e7JAUNtg==",
                                "hostSupplierIdentifierGuid": "9d8e5a9b-c21c-4d1a-9def-a7bb24050db6",
                                "loyaltyPriceLevelIdentifier": "y/q7nSLMSU2DKi9xbH2VGw==",
                                "loyaltyPriceLevelIdentifierGuid": "9dbbfacb-cc22-4d49-832a-2f716c7d951b",
                                "isGroup": true,
                                "description": "sample string 22",
                                "hostProvider": 23,
                                "hostTypeEnum": 24,
                                "hostType": "sample string 25",
                                "hostCode": "sample string 26",
                                "username": "sample string 27",
                                "password": "sample string 28",
                                "passwordPlain": "sample string 29",
                                "server": "sample string 30",
                                "url": "sample string 31",
                                "global": true,
                                "stateCode": "sample string 33",
                                "lastCollected": "2025-10-05T00:01:58.6074076",
                                "lastProcessed": "2025-10-05T00:01:58.6074076",
                                "hold": true,
                                "supplierName": "sample string 35",
                                "supplier": {
                                  "$id": "21",
                                  "identifier": "XcOu7RYcZkWZqjsmmFR1xA==",
                                  "identifierGuid": "edaec35d-1c16-4566-99aa-3b26985475c4",
                                  "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": "rlXFqMc1Sk2vlNV19Kc7QA==",
                                  "primaryContactID": "a8c555ae-35c7-4d4a-af94-d575f4a73b40",
                                  "storeID": 1,
                                  "abn": "sample string 16",
                                  "supplierGroupIdentifier": "BqE1fOU7tk+mYSs9DHWKsA==",
                                  "supplierGroupGuid": "7c35a106-3be5-4fb6-a661-2b3d0c758ab0",
                                  "rebate": 1.0,
                                  "rebateType": 1,
                                  "rebateFrequency": 1,
                                  "rebateSource": 1,
                                  "rebateLastClaimed": "2025-10-05T00:01:58.6074076",
                                  "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": "22",
                                    "id": "79acb2fd-0938-40fd-860f-b24bb1b753cf",
                                    "identifier": "a5prwcMTm0+rL2ZCCxhnhg==",
                                    "identifierGuid": "c16b9a6b-13c3-4f9b-ab2f-66420b186786",
                                    "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": "23",
                                      "supplierIdentifier": "qpm5HEvIm0mApZvFIDfvFg==",
                                      "supplierIdentifierGuid": "1cb999aa-c84b-499b-80a5-9bc52037ef16",
                                      "contactGuid": "s33rxk3BOkCOeAm2CWQ07w==",
                                      "contactID": "c6eb7db3-c14d-403a-8e78-09b6096434ef",
                                      "contact": {
                                        "$ref": "22"
                                      },
                                      "supplier": {
                                        "$ref": "21"
                                      }
                                    },
                                    {
                                      "$ref": "23"
                                    }
                                  ],
                                  "products": [
                                    {
                                      "$id": "24",
                                      "pluG_UID": "LggUwLTDkkeqX3hedOFQ3w==",
                                      "pluGuid": "c014082e-c3b4-4792-aa5f-785e74e150df",
                                      "supplierIdentifier": "qAwQet6uHkuwv05fvbeZzQ==",
                                      "supplierIdentifierGuid": "7a100ca8-aede-4b1e-b0bf-4e5fbdb799cd",
                                      "cartonQuantity": 1,
                                      "cartonQuantityChanged": true,
                                      "productSize": "sample string 3",
                                      "cigarettesPerSleeve": 1,
                                      "randomWeight": true,
                                      "piecesPerUnit": 5,
                                      "averagePackSize": 6,
                                      "effectiveDate": "2025-10-05T00:01:58.6074076",
                                      "pricedByWeight": true,
                                      "landedUnitCostEx": 9,
                                      "landedUnitCostInc": 10,
                                      "landedCartonCostInc": 11,
                                      "landedCartonCostEx": 12,
                                      "standardCost": 13,
                                      "deliveryFee": 1,
                                      "deliveryFeeBasis": "sample string 14",
                                      "pickAndPackFee": 1,
                                      "pickAndPackFeeBasis": "sample string 15",
                                      "financeFee": 1,
                                      "financeFeeBasis": "sample string 16",
                                      "cartonLength": 1,
                                      "cartonWidth": 1,
                                      "cartonHeight": 1,
                                      "palletLayerQuantity": 1,
                                      "palletLayers": 1,
                                      "itemCode": "sample string 17",
                                      "invoiceCode": "sample string 18",
                                      "invoiceDesc": "sample string 19",
                                      "orderDirect": true,
                                      "useCost": true,
                                      "minimumQuantity": 20,
                                      "hostType": 21,
                                      "fromHost": 22,
                                      "minimumReorder": 1,
                                      "maximumReorder": 1,
                                      "orderMultiple": 23.1,
                                      "sellMultiple": 24.1,
                                      "baseMultiple": 25.1,
                                      "hostStandardCost": 26,
                                      "hostTotalCost": 27,
                                      "hostRetail": 28,
                                      "hostLandedUnitCostEx": 29,
                                      "hostLandedUnitCostInc": 30,
                                      "hostDesc": "sample string 31",
                                      "directIndicator": "sample string 32",
                                      "availableToOrder": true,
                                      "hostRangeIndicator": "sample string 34",
                                      "hostProductType": "sample string 35",
                                      "hostProductGrade": "sample string 36",
                                      "hostProductGroup": "sample string 37",
                                      "hostSlowMoving": true,
                                      "hostGeneralMerchandise": true,
                                      "hostPillar": "sample string 40",
                                      "hostLastUpdated": "2025-10-05T00:01:58.6074076",
                                      "rebate": 1.0,
                                      "rebateExclude": true,
                                      "invoiceCodes": [
                                        {
                                          "$id": "25",
                                          "pluG_UID": "9Uqf3fxdCUShDxFoO+QU/Q==",
                                          "pluGuid": "dd9f4af5-5dfc-4409-a10f-11683be414fd",
                                          "supplierIdentifier": "IejrUbM1hUOqAtFM9fmMwg==",
                                          "supplierIdentifierGuid": "51ebe821-35b3-4385-aa02-d14cf5f98cc2",
                                          "invoiceCode": "sample string 1",
                                          "storeIDs": [
                                            1,
                                            2
                                          ]
                                        },
                                        {
                                          "$ref": "25"
                                        }
                                      ],
                                      "storeIDs": [
                                        1,
                                        2
                                      ],
                                      "preferredSupplier": true,
                                      "preferredRebateSupplier": true,
                                      "supplierName": "sample string 41",
                                      "salesMode": 42,
                                      "orderPacked": true,
                                      "active": true,
                                      "price": 1,
                                      "costGstPercent": 44,
                                      "parentPluG_UID": "nT98p5TViESWmnKl79MIgw==",
                                      "parentPluGuid": "a77c3f9d-d594-4488-969a-72a5efd30883",
                                      "freight": 45.0,
                                      "freightType": 1,
                                      "product": {
                                        "$id": "26",
                                        "plu": 1,
                                        "storeID": 1,
                                        "masterPluG_UID": "QEA=",
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "g_UId": "pekP8y4OOUi3EZ4mqLecIw==",
                                        "guid": "f30fe9a5-0e2e-4839-b711-9e26a8b79c23",
                                        "apn": "sample string 1",
                                        "apnChanged": true,
                                        "apnSwitched": true,
                                        "barcode": "sample string 4",
                                        "itemNumber": "sample string 5",
                                        "itemNumberChanged": true,
                                        "priceGroupG_UID": "sVqG83gIakelDklSJHHSag==",
                                        "priceGroupGuid": "f3865ab1-0878-476a-a50e-49522471d26a",
                                        "blueprintID": 1,
                                        "lastCountedDate": "2025-10-05T00:01:58.6074076",
                                        "externalID": "sample string 7",
                                        "active": true,
                                        "activated": "2025-10-05T00:01:58.6074076",
                                        "pluCreated": "2025-10-05T00:01:58.6074076",
                                        "createdByUser": "sample string 9",
                                        "name": "sample string 10",
                                        "nameChanged": true,
                                        "secondDescription": "sample string 12",
                                        "hostDescription": "sample string 13",
                                        "keepCartonQty": true,
                                        "keepDescription": true,
                                        "keepDepartments": true,
                                        "keepSuppliers": true,
                                        "markdownDescription": "sample string 18",
                                        "altDescription": "sample string 19",
                                        "bestOrExpire": 20,
                                        "lastUpdate": "2025-10-05T00:01:58.6074076",
                                        "lastManualUpdate": "2025-10-05T00:01:58.6074076",
                                        "imageName": "sample string 23",
                                        "showImageOnFlipCharts": true,
                                        "showTextOnFlipCharts": true,
                                        "overrideFlipChartText": true,
                                        "flipChartText": "sample string 27",
                                        "salesMode": 1,
                                        "eftCode": 1,
                                        "price": 1,
                                        "priceChanged": true,
                                        "rrp": 1,
                                        "gstPercent": 28,
                                        "gstPercentChanged": true,
                                        "costGSTPercent": 29,
                                        "costGSTPercentChanged": true,
                                        "wetPercent": 1,
                                        "priceOverride": 1,
                                        "cost": 1,
                                        "currentCost": 1,
                                        "currentCostDecimals": 1,
                                        "grossProfit": 1.0,
                                        "currentCostDesc": "sample string 30",
                                        "currentCostEnd": "2025-10-05T00:01:58.6074076",
                                        "currentCostUpdated": "2025-10-05T00:01:58.6074076",
                                        "costDecimals": 31,
                                        "costChanged": true,
                                        "dealCostIdentifier": "QEA=",
                                        "excludeFromRebate": true,
                                        "rebateOverride": 1,
                                        "costCalcMethod": 32,
                                        "costCalcMethodChanged": true,
                                        "costEffectiveDate": "2025-10-05T00:01:58.6074076",
                                        "defaultGP": 1,
                                        "breakTargetMode": 33,
                                        "break1": 1,
                                        "price1": 1,
                                        "target1": 34,
                                        "break2": 1,
                                        "price2": 1,
                                        "target2": 35,
                                        "break3": 1,
                                        "price3": 1,
                                        "target3": 36,
                                        "break1Changed": true,
                                        "price1Changed": true,
                                        "target1Changed": true,
                                        "break2Changed": true,
                                        "price2Changed": true,
                                        "target2Changed": true,
                                        "break3Changed": true,
                                        "price3Changed": true,
                                        "target3Changed": true,
                                        "breakTargetModeChanged": true,
                                        "margin": 1.1,
                                        "marginChanged": true,
                                        "marginRanged": true,
                                        "marginRangedChanged": true,
                                        "minimumMargin": 1.1,
                                        "minimumMarginChanged": true,
                                        "maximumMargin": 1.1,
                                        "maximumMarginChanged": true,
                                        "overrideHostWarehouseIndicator": true,
                                        "overrideHostWarehouseIndicatorChanged": true,
                                        "overrideHostPrice": true,
                                        "overrideHostPriceChanged": true,
                                        "overrideHostCost": true,
                                        "overrideHostCostChanged": true,
                                        "overrideHostMargin": true,
                                        "overrideHostMarginChanged": true,
                                        "alwaysApplyMargin": true,
                                        "alwaysApplyMarginChanged": true,
                                        "aws": 1.0,
                                        "paws": 1.0,
                                        "awsUpdated": "2025-10-05T00:01:58.6074076",
                                        "posTare": 1,
                                        "altPrice": 1.0,
                                        "altPriceChanged": true,
                                        "altPriceMode": 53,
                                        "altPriceModeChanged": true,
                                        "altPLUG_UID": "ic2GTtsVPUCSCCLYLO/4jg==",
                                        "altPLUGuid": "4e86cd89-15db-403d-9208-22d82ceff88e",
                                        "altPLUGuidChanged": true,
                                        "altPriceDescription1": "sample string 54",
                                        "altPriceDescription2": "sample string 55",
                                        "cartonQuantity": 56,
                                        "cartonQuantityChanged": true,
                                        "trayID": 1,
                                        "promptID": 1,
                                        "tare": 1,
                                        "packQty": 1,
                                        "fixedWeight": 1,
                                        "extraMesg": 1,
                                        "text1": "sample string 58",
                                        "text2": "sample string 59",
                                        "text3": "sample string 60",
                                        "labelText": "sample string 61",
                                        "labelTextChanged": true,
                                        "sendToScale": true,
                                        "nonScaleWeigh": true,
                                        "labelFormat": "sample string 65",
                                        "barcodeFormat": "sample string 66",
                                        "austMade": 1,
                                        "coolCode": 67,
                                        "countryOfOrigin": "sample string 68",
                                        "percentContent": 69.1,
                                        "departmentID": 1,
                                        "subDepartmentID": 1,
                                        "minorDepartmentID": 1,
                                        "lesserDepartmentID": 1,
                                        "deptCode": "sample string 70",
                                        "subDeptCode": "sample string 71",
                                        "minorDeptCode": "sample string 72",
                                        "lesserDeptCode": "sample string 73",
                                        "deptName": "sample string 74",
                                        "subDeptName": "sample string 75",
                                        "minorDeptName": "sample string 76",
                                        "lesserDeptName": "sample string 77",
                                        "departmentChanged": true,
                                        "subCategoryID": 1,
                                        "expiry": 1,
                                        "showDays": 1,
                                        "datePrint": 1,
                                        "labelRequired": true,
                                        "labelShelfQty": 80,
                                        "labelShelfChanged": true,
                                        "labelTalkerQty": 82,
                                        "labelSmall": true,
                                        "labelLastPrinted": "2025-10-05T00:01:58.6074076",
                                        "labelLastPrice": 1,
                                        "shelfPageLayoutG_UID": "DM0AWusH6kG66Z7T3G/GFA==",
                                        "shelfPageLayoutGuid": "5a00cd0c-07eb-41ea-bae9-9ed3dc6fc614",
                                        "talkerPageLayoutG_UID": "VxgxRseEFkytq47jDX67hw==",
                                        "talkerPageLayoutGuid": "46311857-84c7-4c16-adab-8ee30d7ebb87",
                                        "unitMeasure": 1.1,
                                        "unitMeasureChanged": true,
                                        "unitMeasureKind": 85,
                                        "unitMeasureKindChanged": true,
                                        "signIQData": "sample string 87",
                                        "refresh": true,
                                        "earnLoyaltyPoints": true,
                                        "earnLoyaltyPointsChanged": true,
                                        "quantityOverride": true,
                                        "quantityOverrideChanged": true,
                                        "quantityRequired": true,
                                        "quantityRequiredChanged": true,
                                        "allowDiscounts": true,
                                        "allowDiscountsChanged": true,
                                        "discountDiscounts": true,
                                        "discountDiscountsChanged": true,
                                        "itemRecalled": true,
                                        "itemRecalledChanged": true,
                                        "noRefund": true,
                                        "noRefundChanged": true,
                                        "allowMarkdown": true,
                                        "allowMarkdownChanged": true,
                                        "priceRequired": true,
                                        "priceRequiredChanged": true,
                                        "fuelItem": true,
                                        "fuelItemChanged": true,
                                        "trackSerial": true,
                                        "trackSerialChanged": true,
                                        "allowZeroPrice": true,
                                        "allowZeroPriceChanged": true,
                                        "notForSale": 91,
                                        "notForSaleChanged": true,
                                        "excludeFromDeals": true,
                                        "excludeFromVoucher": true,
                                        "minimumAge": 94,
                                        "minimumAgeChanged": true,
                                        "buyingLimit": 1,
                                        "buyingLimitChanged": true,
                                        "buyingLimitIndependent": true,
                                        "buyingLimitIndependentChanged": true,
                                        "inventoryGuid": "2ZT7xOCCrEGQGSYHjb7bVA==",
                                        "inventoryIdentifier": "c4fb94d9-82e0-41ac-9019-26078dbedb54",
                                        "inventoryAccuracy": 1,
                                        "baseUnits": 98,
                                        "orderPacked": 1,
                                        "isManufactured": true,
                                        "isIngredient": true,
                                        "isModifier": true,
                                        "isModifierChanged": true,
                                        "hasModifiers": 99,
                                        "defaultPrinter": "sample string 100",
                                        "defaultPrinterGroup": "sample string 101",
                                        "ingredientsOnManufacture": true,
                                        "manufactureUnitMeasure": 1,
                                        "mpl": 1,
                                        "maxShelfQty": 102,
                                        "allowAutoOrder": true,
                                        "warrantyPeriod": 1,
                                        "parentPluG_UId": "Vyt50weeY06m6qlN+gC1Kw==",
                                        "parentPluGuid": "d3792b57-9e07-4e63-a6ea-a94dfa00b52b",
                                        "preferredHostVendor": 104,
                                        "preferredHostChanged": true,
                                        "code": "sample string 106",
                                        "supplierIdentifier": "hexMD0FpGUGJlU4Jq4Fgxg==",
                                        "supplierIdentifierGuid": "0f4cec85-6941-4119-8995-4e09ab8160c6",
                                        "supplierChanged": true,
                                        "rebateSupplierIdentifier": "p/eYx7xE6UCunvxiNa9ogA==",
                                        "rebateSupplierIdentifierGuid": "c798f7a7-44bc-40e9-ae9e-fc6235af6880",
                                        "rebateSupplierChanged": true,
                                        "availableForOrder": true,
                                        "warehouseDirectIndicator": "sample string 108",
                                        "warehouseDirectIndicatorChanged": true,
                                        "productGrade": "sample string 110",
                                        "productType": "sample string 111",
                                        "productGroup": "sample string 112",
                                        "complianceIndicator": "sample string 113",
                                        "inhouseBrand": "sample string 114",
                                        "slowMoving": true,
                                        "generalMerchandise": true,
                                        "comment": "sample string 117",
                                        "lastUpdatedByUser": "sample string 118",
                                        "lastManualUpdatedByUser": "sample string 119",
                                        "lastUpdatedByUserOverride": true,
                                        "lastUpdatedByHost": "2025-10-05T00:01:58.6074076",
                                        "commodity": "sample string 121",
                                        "businessPillar": "sample string 122",
                                        "mscCommodity": "sample string 123",
                                        "hostIdentifier": "Pnj8OyOmMEuRfg3o65wpmg==",
                                        "hostIdentifierGuid": "3bfc783e-a623-4b30-917e-0de8eb9c299a",
                                        "serviceFeeID": 1,
                                        "serviceFeeIDChanged": true,
                                        "providerName": "sample string 125",
                                        "aisleEnds": "sample string 126",
                                        "deleted": true,
                                        "deletedChanged": true,
                                        "hidden": true,
                                        "doNotRange": true,
                                        "doNotRangeChanged": true,
                                        "doNotOrder": true,
                                        "doNotOrderChanged": true,
                                        "locked": true,
                                        "excludeFromWebUpdate": true,
                                        "excludeFromWebUpdateChanged": true,
                                        "webPriceBasedOn": 137,
                                        "webPriceRounding": true,
                                        "webMarkup": 139,
                                        "webPriceMode": 140,
                                        "altDepartmentID": 1,
                                        "altSubDepartmentID": 1,
                                        "altMinorDepartmentID": 1,
                                        "altLesserDepartmentID": 1,
                                        "altDeptCode": "sample string 141",
                                        "altSubDeptCode": "sample string 142",
                                        "altMinorDeptCode": "sample string 143",
                                        "altLesserDeptCode": "sample string 144",
                                        "altDepartmentChanged": true,
                                        "storeProducts": [
                                          {
                                            "$ref": "26"
                                          },
                                          {
                                            "$ref": "26"
                                          }
                                        ],
                                        "store": {
                                          "$ref": "17"
                                        },
                                        "storePrices": [
                                          {
                                            "$id": "27",
                                            "pluG_UID": "sXP1UsAA9UexyYUj/9OCLw==",
                                            "pluGuid": "52f573b1-00c0-47f5-b1c9-8523ffd3822f",
                                            "plu": 1,
                                            "storeID": 1,
                                            "zoneID": 2,
                                            "zoneName": "sample string 3",
                                            "store": "sample string 4",
                                            "priceNow": 5,
                                            "costNow": 6,
                                            "costNowDecimals": 7,
                                            "normalPrice": 8,
                                            "priceNext": 1,
                                            "costNext": 1,
                                            "costNextDecimals": 9,
                                            "nextCampaignName": "sample string 10",
                                            "gstPercent": 11,
                                            "normalCost": 12,
                                            "normalCostDecimals": 13,
                                            "costGstPercent": 14,
                                            "costCalcMethod": 1,
                                            "currentCost": 15,
                                            "currentCostDecimals": 16,
                                            "break1": 17,
                                            "price1": 18,
                                            "break2": 19,
                                            "price2": 20,
                                            "break3": 21,
                                            "price3": 22,
                                            "fuelItem": 23,
                                            "fixedWeight": 24,
                                            "active": true,
                                            "complianceIndicator": "sample string 25",
                                            "doNotOrder": true,
                                            "doNotRange": true,
                                            "isNormalPriceChangesCampaign": true,
                                            "updated": "2025-10-05T00:01:58.6074076"
                                          },
                                          {
                                            "$ref": "27"
                                          }
                                        ],
                                        "currentPrices": {
                                          "$id": "28",
                                          "pluPrices": {
                                            "$id": "29",
                                            "plu": 1,
                                            "pluG_UID": "QEA=",
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "normalPrice": 1,
                                            "cost": 2,
                                            "break1": 3,
                                            "price1": 4,
                                            "break2": 5,
                                            "price2": 6,
                                            "break3": 7,
                                            "price3": 8,
                                            "discountPrice": 9,
                                            "acceptedUtc": "2025-10-05T00:01:58.6074076",
                                            "priceChangeType": 0,
                                            "costDecimals": 10
                                          },
                                          "normalPluPrices": {
                                            "$ref": "29"
                                          },
                                          "winningCampaign": 1,
                                          "winner": {
                                            "$id": "30",
                                            "campaignName": "sample string 1",
                                            "campaignDescription": "sample string 2",
                                            "startDate": "2025-10-05T00:01:58.6074076",
                                            "startTime": 3,
                                            "endDate": "2025-10-05T00:01:58.6074076",
                                            "endTime": 4,
                                            "newPrice": 5,
                                            "newCost": 6,
                                            "newCostDecimals": 7,
                                            "pctDiscount": 8,
                                            "promoType": 1,
                                            "promotionTypeCode": "sample string 9",
                                            "hostType": 10,
                                            "hostIdentifier": "aCIlsw97106Rb6jxSASQjA==",
                                            "hostIdentifierGuid": "b3252268-7b0f-4ed7-916f-a8f14804908c",
                                            "storeNames": [
                                              "sample string 1",
                                              "sample string 2"
                                            ]
                                          },
                                          "details": [
                                            {
                                              "$ref": "30"
                                            },
                                            {
                                              "$ref": "30"
                                            }
                                          ]
                                        },
                                        "tray": {
                                          "$id": "31",
                                          "g_UId": "ja7DWb2rpk6aXT39/+ATSQ==",
                                          "guid": "59c3ae8d-abbd-4ea6-9a5d-3dfdffe01349",
                                          "name": "sample string 1",
                                          "number": 1,
                                          "tare": 1
                                        },
                                        "priceGroup": {
                                          "$id": "32",
                                          "priceGroupG_UID": "BUShQXQnmE6oEhlSWqMeyw==",
                                          "priceGroupGuid": "41a14405-2774-4e98-a812-19525aa31ecb",
                                          "name": "sample string 2",
                                          "code": 1,
                                          "modified": true,
                                          "updated": "2025-10-05T00:01:58.6074076",
                                          "buyingLimit": 1,
                                          "buyingLimitIndependent": true,
                                          "buyingLimitType": 0,
                                          "number": 1,
                                          "products": [
                                            {
                                              "$ref": "26"
                                            },
                                            {
                                              "$ref": "26"
                                            }
                                          ],
                                          "productCount": 1
                                        },
                                        "priceGroupName": "sample string 146",
                                        "nutrifacts": {
                                          "$id": "33",
                                          "pluG_UID": "/OG0SW4AW0G+mxffNW/QtA==",
                                          "pluGuid": "49b4e1fc-006e-415b-be9b-17df356fd0b4",
                                          "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": "34",
                                          "pluGuid": "6ab05f4b-6116-42b4-9563-06c4bb9fb96d",
                                          "created": "2025-10-05T00:01:58.6230492",
                                          "createdByUser": "sample string 1",
                                          "activated": "2025-10-05T00:01:58.6230492",
                                          "deactivated": "2025-10-05T00:01:58.6230492",
                                          "lastOrdered": "2025-10-05T00:01:58.6230492",
                                          "lastOrderedQty": 2.0,
                                          "lastReceived": "2025-10-05T00:01:58.6230492",
                                          "lastReceivedQty": 3.0,
                                          "lastInvoiceStatus": 1,
                                          "lastCounted": "2025-10-05T00:01:58.6230492",
                                          "lastSold": "2025-10-05T00:01:58.6230492",
                                          "firstSold": "2025-10-05T00:01:58.6230492",
                                          "awsUpdated": "2025-10-05T00:01:58.6230492",
                                          "lastManualUpdate": "2025-10-05T00:01:58.6230492",
                                          "lastManualUpdatedByUser": "sample string 5",
                                          "lastUpdated": "2025-10-05T00:01:58.6230492",
                                          "lastUpdatedByUser": "sample string 7",
                                          "lastUpdatedByHost": "2025-10-05T00:01:58.6230492",
                                          "doNotRangeUpdated": "2025-10-05T00:01:58.6230492",
                                          "doNotOrderUpdated": "2025-10-05T00:01:58.6230492",
                                          "tracked": "2025-10-05T00:01:58.6230492"
                                        },
                                        "allergens": [
                                          {
                                            "$id": "35",
                                            "allergenID": 1,
                                            "pluG_UID": "qXK8/l8zAUyV8P1UMby9zg==",
                                            "pluGuid": "febc72a9-335f-4c01-95f0-fd5431bcbdce",
                                            "contains": 2,
                                            "allergenName": "sample string 3",
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "35"
                                          }
                                        ],
                                        "costs": {
                                          "$id": "36",
                                          "pluG_UID": "Tmwqvum590WWmCdnwkrHEw==",
                                          "pluGuid": "be2a6c4e-b9e9-45f7-9698-2767c24ac713",
                                          "enteredCost": 1,
                                          "weightedAvgCost": 1,
                                          "lastCost": 1,
                                          "rawEnteredCost": 2,
                                          "rawWeightedAvgCost": 3,
                                          "rawLastCost": 4,
                                          "freight": 5.0,
                                          "freightType": 6,
                                          "costDecimals": 7,
                                          "fifoCost": 1,
                                          "updated": "2025-10-05T00:01:58.6230492",
                                          "normalCost": 1,
                                          "currentCost": 1
                                        },
                                        "sales": [
                                          {
                                            "$id": "37",
                                            "saleHeaderID": 1,
                                            "created": "2025-10-05T00:01:58.6230492",
                                            "createdLocal": "2025-10-05T00:01:58.6230492",
                                            "storeID": 3,
                                            "storeName": "sample string 4",
                                            "operatorG_Uid": "4R5B+APxL0C/5r+8rk4Ptw==",
                                            "operatorGuid": "f8411ee1-f103-402f-bfe6-bfbcae4e0fb7",
                                            "operatorName": "sample string 5",
                                            "tranType": 1,
                                            "plu": 1,
                                            "pluG_UId": "5Noht0PSe0+Bsxv3F0/sbA==",
                                            "pluGuid": "b721dae4-d243-4f7b-81b3-1bf7174fec6c",
                                            "normalPrice": 1,
                                            "totalCents": 1,
                                            "cost": 1,
                                            "grossProfit": 1,
                                            "quantity": 1,
                                            "operator": {
                                              "$ref": "15"
                                            }
                                          },
                                          {
                                            "$ref": "37"
                                          }
                                        ],
                                        "apns": [
                                          {
                                            "$id": "38",
                                            "pluID": 1,
                                            "pluG_UID": "YfynmOOiXEOMX5JFtdbH7A==",
                                            "pluGuid": "98a7fc61-a2e3-435c-8c5f-9245b5d6c7ec",
                                            "apn": "sample string 1",
                                            "deleted": true,
                                            "storeID": 1,
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "38"
                                          }
                                        ],
                                        "tuns": [
                                          {
                                            "$id": "39",
                                            "pluG_UId": "hC4hlea1cUG6If6gIuqaUQ==",
                                            "pluGuid": "95212e84-b5e6-4171-ba21-fea022ea9a51",
                                            "apn": "sample string 1",
                                            "tun": "sample string 2",
                                            "cartonQuantity": 3,
                                            "product": {
                                              "$ref": "26"
                                            },
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "39"
                                          }
                                        ],
                                        "competitionPricing": [
                                          {
                                            "$id": "40",
                                            "identifier": "eoqQWefbI0inFIjVVp/1uQ==",
                                            "identifierGuid": "59908a7a-dbe7-4823-a714-88d5569ff5b9",
                                            "pluG_UID": "loaZy4FtCkyOP5Q6h6ZUxg==",
                                            "pluGuid": "cb998696-6d81-4c0a-8e3f-943a87a654c6",
                                            "competitionID": 1,
                                            "name": "sample string 2",
                                            "sellMultiple": 3,
                                            "retailPrice": 4,
                                            "storeName": "sample string 5"
                                          },
                                          {
                                            "$ref": "40"
                                          }
                                        ],
                                        "supplier": {
                                          "$ref": "21"
                                        },
                                        "supplierName": "sample string 147",
                                        "children": [
                                          {
                                            "$ref": "26"
                                          },
                                          {
                                            "$ref": "26"
                                          }
                                        ],
                                        "ordering": {
                                          "$ref": "24"
                                        },
                                        "flipChartPages": [
                                          {
                                            "$id": "41",
                                            "identifier": "mQlIOBk8L0aPwitfS6eltg==",
                                            "groupName": "sample string 1",
                                            "identifierGuid": "38480999-3c19-462f-8fc2-2b5f4ba7a5b6",
                                            "exists": true,
                                            "flipChartIdentifier": "MRsuVU7eR0efshHGcPw+UQ==",
                                            "flipChartIdentifierGuid": "552e1b31-de4e-4747-9fb2-11c670fc3e51",
                                            "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": "Bj4G520MjUaDPlmzHYIDOg==",
                                            "groupIdentifierGuid": "e7063e06-0c6d-468d-833e-59b31d82033a",
                                            "flipChart": {
                                              "$id": "42",
                                              "identifier": "oETPlx1iikCSPOE9LDsFRg==",
                                              "identifierGuid": "97cf44a0-621d-408a-923c-e13d2c3b0546",
                                              "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": "43",
                                                "identifier": "peQYPY8VqkWXbvrMlVDV3g==",
                                                "identifierGuid": "3d18e4a5-158f-45aa-976e-facc9550d5de",
                                                "name": "sample string 2",
                                                "formType": "sample string 3",
                                                "forms": [
                                                  {
                                                    "$id": "44",
                                                    "id": 1,
                                                    "g_UID": "FRQafQ9IN0yhrjDcyco05Q==",
                                                    "guid": "7d1a1415-480f-4c37-a1ae-30dcc9ca34e5",
                                                    "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": "rKtUl7fsCUGpBvNfLBdJXQ==",
                                                    "previousFormGuid": "9754abac-ecb7-4109-a906-f35f2c17495d",
                                                    "nextForm": 1,
                                                    "nextFormG_UID": "ntggauW3W0SzxBEdJVg53g==",
                                                    "nextFormGuid": "6a20d89e-b7e5-445b-b3c4-111d255839de",
                                                    "attributes": "sample string 10",
                                                    "updated": "2025-10-05T00:01:58.6230492",
                                                    "positioning": 1,
                                                    "contentPanel": "sample string 11",
                                                    "selectionMode": 1,
                                                    "maximumSelections": 1,
                                                    "alteredInStore": true,
                                                    "deleted": true,
                                                    "blueprintID": 1,
                                                    "preserveLayout": true,
                                                    "mainCheckoutFormName": "sample string 13",
                                                    "nextCheckoutForm": {
                                                      "$ref": "44"
                                                    },
                                                    "previousCheckoutForm": {
                                                      "$ref": "44"
                                                    },
                                                    "buttons": [
                                                      {
                                                        "$id": "45",
                                                        "id": 1,
                                                        "checkoutFormID": 2,
                                                        "checkoutFormG_UID": "lcF7zROyrkS2MWvXCA77ZQ==",
                                                        "checkoutFormGuid": "cd7bc195-b213-44ae-b631-6bd7080efb65",
                                                        "identifier": "K9Bj3lC8OE62fUHDNeo6rw==",
                                                        "identifierGuid": "de63d02b-bc50-4e38-b67d-41c335ea3aaf",
                                                        "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": "3RezIucn4UuyCxu1MBZijA==",
                                                        "valueGuid": "22b317dd-27e7-4be1-b20b-1bb53016628c",
                                                        "buttonText": "sample string 10",
                                                        "valueText": "sample string 11",
                                                        "drawImageAndButton": true,
                                                        "updated": "2025-10-05T00:01:58.6230492",
                                                        "action": "sample string 12",
                                                        "valueForm": {
                                                          "$ref": "44"
                                                        },
                                                        "image": {
                                                          "$id": "46",
                                                          "name": "sample string 3.sample string 4",
                                                          "imageID": 2,
                                                          "imageName": "sample string 3",
                                                          "imageExtension": "sample string 4",
                                                          "lastUpdate": "2025-10-05T00:01:58.6230492",
                                                          "imageData": "QEA=",
                                                          "readOnly": true
                                                        }
                                                      },
                                                      {
                                                        "$ref": "45"
                                                      }
                                                    ],
                                                    "panels": [
                                                      {
                                                        "$id": "47",
                                                        "id": 1,
                                                        "checkoutFormID": 2,
                                                        "checkoutFormG_UID": "1YFUEgKQfk2LrK+VJNPSBQ==",
                                                        "checkoutFormGuid": "125481d5-9002-4d7e-8bac-af9524d3d205",
                                                        "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": "47"
                                                      }
                                                    ]
                                                  },
                                                  {
                                                    "$ref": "44"
                                                  }
                                                ],
                                                "panels": [
                                                  {
                                                    "$ref": "47"
                                                  },
                                                  {
                                                    "$ref": "47"
                                                  }
                                                ]
                                              },
                                              "pages": [
                                                {
                                                  "$ref": "41"
                                                },
                                                {
                                                  "$ref": "41"
                                                }
                                              ]
                                            },
                                            "contentPanel": {
                                              "$ref": "47"
                                            },
                                            "products": [
                                              {
                                                "$id": "48",
                                                "flipChartPageIdentifier": "5m9s43BZDE6ns1mCedW9pQ==",
                                                "flipChartPageIdentifierGuid": "e36c6fe6-5970-4e0c-a7b3-598279d5bda5",
                                                "pluG_UID": "fOiaOri+QkSB3YtEaVkw5g==",
                                                "pluGuid": "3a9ae87c-beb8-4442-81dd-8b44695930e6",
                                                "sortOrder": 3,
                                                "sent": true,
                                                "productChanged": true,
                                                "productImageName": "sample string 6",
                                                "productShowImageOnFlipCharts": true,
                                                "productShowTextOnFlipCharts": true,
                                                "productOverrideFlipChartText": true,
                                                "productFlipChartText": "sample string 10",
                                                "product": {
                                                  "$ref": "26"
                                                },
                                                "departmentSortOrder": 11,
                                                "subDepartmentName": "sample string 12"
                                              },
                                              {
                                                "$ref": "48"
                                              }
                                            ],
                                            "productCount": 27,
                                            "pages": [
                                              {
                                                "$ref": "41"
                                              },
                                              {
                                                "$ref": "41"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "41"
                                          }
                                        ],
                                        "priceHistory": [
                                          {
                                            "$id": "49",
                                            "pluG_UID": "8ee2hmLMgEm9c5l/zP0w4Q==",
                                            "pluGuid": "86b6e7f1-cc62-4980-bd73-997fccfd30e1",
                                            "price": 1,
                                            "costCalcMethod": 1,
                                            "cost": 2,
                                            "weightedAvgCost": 3,
                                            "lastCost": 4,
                                            "rawCost": 5,
                                            "rawWeightedAvgCost": 6,
                                            "rawLastCost": 7,
                                            "costDecimals": 8,
                                            "serviceFeeID": 9,
                                            "freight": 10.0,
                                            "freightType": 11,
                                            "process": "sample string 12",
                                            "user": "sample string 13",
                                            "updated": "2025-10-05T00:01:58.6230492",
                                            "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": "49"
                                          }
                                        ],
                                        "ingredients": [
                                          {
                                            "$id": "50",
                                            "pluG_UID": "XDhwgeWCoUOYe+Ar+SIfXw==",
                                            "ingredientGuid": "PvlB5HLyaECZwrIDEvPeiw==",
                                            "ingredientIdentifier": "e441f93e-f272-4068-99c2-b20312f3de8b",
                                            "quantity": 1.0,
                                            "storeIDs": [
                                              1,
                                              2
                                            ],
                                            "ingredientText": "sample string 1",
                                            "ingredient": {
                                              "$ref": "26"
                                            }
                                          },
                                          {
                                            "$ref": "50"
                                          }
                                        ],
                                        "bins": [
                                          {
                                            "$id": "51",
                                            "pluG_UID": "1kIfLU18BEq9YY/dSqX7Iw==",
                                            "pluGuid": "2d1f42d6-7c4d-4a04-bd61-8fdd4aa5fb23",
                                            "shelfLocationIdentifier": "32SG2Ew0pUGKrmOZiWs0fg==",
                                            "shelfLocationGuid": "d88664df-344c-41a5-8aae-6399896b347e",
                                            "labelShelfDefault": 1,
                                            "labelTalkerDefault": 1,
                                            "labelSmall": true,
                                            "labelPageLayoutG_UID": "NjeQDVtyw0CwqSnzqSzuTw==",
                                            "labelPageLayoutGuid": "0d903736-725b-40c3-b0a9-29f3a92cee4f",
                                            "updated": "2025-10-05T00:01:58.6230492",
                                            "electronicShelfLabelIdentifier": "sample string 5",
                                            "electronicshelfLabelsConfigurationID": 6,
                                            "labelShelfChanged": true,
                                            "productName": "sample string 8",
                                            "locationText": "sample string 9",
                                            "product": {
                                              "$ref": "26"
                                            },
                                            "location": {
                                              "$id": "52",
                                              "identifier": "dvHoEZ8k8Eytjlws5tISHg==",
                                              "storeID": 1,
                                              "identifierGuid": "11e8f176-249f-4cf0-ad8e-5c2ce6d2121e",
                                              "name": "sample string 2",
                                              "haccp": true,
                                              "blueprintID": 1,
                                              "updated": "2025-10-05T00:01:58.6230492",
                                              "minTemp": 1,
                                              "maxTemp": 1,
                                              "checkFrequency": 1,
                                              "storeCaseConfiguration": 5,
                                              "storeName": "sample string 6",
                                              "bins": [
                                                {
                                                  "$ref": "51"
                                                },
                                                {
                                                  "$ref": "51"
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "$ref": "51"
                                          }
                                        ],
                                        "bin": {
                                          "$ref": "51"
                                        },
                                        "scaleLocations": [
                                          {
                                            "$id": "53",
                                            "plu": 1,
                                            "pluG_UID": "63r2taP2EEK5NbaDQAyYFw==",
                                            "pluGuid": "b5f67aeb-f6a3-4210-b935-b683400c9817",
                                            "deptNo": 1,
                                            "product": {
                                              "$ref": "26"
                                            },
                                            "scaleLocation": {
                                              "$id": "54",
                                              "id": 1,
                                              "deptNo": 1,
                                              "deptCode": "sample string 2",
                                              "name": "sample string 3",
                                              "enabled": true,
                                              "updated": "2025-10-05T00:01:58.6230492",
                                              "department": {
                                                "$id": "55",
                                                "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": "54"
                                                },
                                                "subDepartments": [
                                                  {
                                                    "$id": "56",
                                                    "id": 1,
                                                    "departmentID": 2,
                                                    "name": "sample string 3",
                                                    "code": "sample string 4",
                                                    "departmentCode": "sample string 5",
                                                    "externalSales": true,
                                                    "minorDepartments": [
                                                      {
                                                        "$id": "57",
                                                        "id": 1,
                                                        "subDepartmentID": 2,
                                                        "departmentID": 3,
                                                        "name": "sample string 4",
                                                        "subDepartmentCode": "sample string 5",
                                                        "departmentCode": "sample string 6",
                                                        "code": "sample string 7",
                                                        "lesserDepartments": [
                                                          {
                                                            "$id": "58",
                                                            "id": 1,
                                                            "departmentID": 2,
                                                            "subDepartmentID": 3,
                                                            "minorDepartmentID": 4,
                                                            "name": "sample string 5",
                                                            "code": "sample string 6",
                                                            "departmentCode": "sample string 7",
                                                            "subDepartmentCode": "sample string 8",
                                                            "minorDepartmentCode": "sample string 9",
                                                            "updated": "2025-10-05T00:01:58.6230492",
                                                            "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": "Y51LkoSp70OY0oIpkg7Zgg==",
                                                            "labelPageLayoutGuid": "924b9d63-a984-43ef-98d2-8229920ed982",
                                                            "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": "59",
                                                              "dept": 1,
                                                              "category": 2,
                                                              "name": "sample string 3",
                                                              "active": true,
                                                              "mscCommodities": [
                                                                {
                                                                  "$id": "60",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "commodity": 3,
                                                                  "name": "sample string 4",
                                                                  "active": true,
                                                                  "mscSubCommodities": [
                                                                    {
                                                                      "$id": "61",
                                                                      "dept": 1,
                                                                      "category": 2,
                                                                      "commodity": 3,
                                                                      "subCommodity": 4,
                                                                      "name": "sample string 5",
                                                                      "active": true,
                                                                      "subCommodityCode": "sample string 7"
                                                                    },
                                                                    {
                                                                      "$ref": "61"
                                                                    }
                                                                  ],
                                                                  "commodityCode": "sample string 6"
                                                                },
                                                                {
                                                                  "$ref": "60"
                                                                }
                                                              ],
                                                              "categoryCode": "sample string 5"
                                                            },
                                                            "mscCom": {
                                                              "$ref": "60"
                                                            },
                                                            "mscDep": {
                                                              "$id": "62",
                                                              "dept": 1,
                                                              "name": "sample string 2",
                                                              "active": true,
                                                              "mscCategories": [
                                                                {
                                                                  "$ref": "59"
                                                                },
                                                                {
                                                                  "$ref": "59"
                                                                }
                                                              ],
                                                              "deptCode": "sample string 4"
                                                            },
                                                            "mscSubCom": {
                                                              "$ref": "61"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "58"
                                                          }
                                                        ],
                                                        "updated": "2025-10-05T00:01:58.6230492",
                                                        "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": "9yAA6WR9gUiiw+7gssisuA==",
                                                        "labelPageLayoutGuid": "e90020f7-7d64-4881-a2c3-eee0b2c8acb8",
                                                        "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": "59"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "60"
                                                        },
                                                        "mscDep": {
                                                          "$ref": "62"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "61"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "57"
                                                      }
                                                    ],
                                                    "investmentBuyOverride": true,
                                                    "updated": "2025-10-05T00:01:58.6230492",
                                                    "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": "UehOTb2PI0uFgfdH8cBLXQ==",
                                                    "labelPageLayoutGuid": "4d4ee851-8fbd-4b23-8581-f747f1c04b5d",
                                                    "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": "59"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "60"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "62"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "61"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "56"
                                                  }
                                                ],
                                                "stores": [
                                                  1,
                                                  2
                                                ],
                                                "investmentBuyOverride": true,
                                                "updated": "2025-10-05T00:01:58.6230492",
                                                "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": "R+543+RszkC/WuAZRLIx2A==",
                                                "labelPageLayoutGuid": "df78ee47-6ce4-40ce-bf5a-e01944b231d8",
                                                "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": "59"
                                                },
                                                "mscCom": {
                                                  "$ref": "60"
                                                },
                                                "mscDep": {
                                                  "$ref": "62"
                                                },
                                                "mscSubCom": {
                                                  "$ref": "61"
                                                }
                                              }
                                            }
                                          },
                                          {
                                            "$ref": "53"
                                          }
                                        ],
                                        "nextPrice": {
                                          "$id": "63",
                                          "id": 1,
                                          "campaignID": 2,
                                          "campaignName": "sample string 3",
                                          "plu": 1,
                                          "hostOfferID": 1,
                                          "metcashPromotionID": "sample string 4",
                                          "metcashPromotionPlacement": "sample string 5",
                                          "pluG_UID": "t6AEtpuKlEuCR5CtC3zZhQ==",
                                          "pluGuid": "b604a0b7-8a9b-4b94-8247-90ad0b7cd985",
                                          "newPrice": 1,
                                          "pctDiscount": 1,
                                          "newCost": 1,
                                          "newCostDecimals": 6,
                                          "dealCostIdentifier": "3O5Xs9bvokS234FszZdzTw==",
                                          "dealCostGuid": "b357eedc-efd6-44a2-b6df-816ccd97734f",
                                          "pluName": "sample string 7",
                                          "apn": "sample string 8",
                                          "fuelItem": true,
                                          "priceGroupG_UID": "jiuxLC5VzEOJmzvkIRlYkQ==",
                                          "priceGroupGuid": "2cb12b8e-552e-43cc-899b-3be421195891",
                                          "itemNumber": "sample string 10",
                                          "cri": "sample string 11",
                                          "pluPrice": 12,
                                          "pluCost": 13,
                                          "pluCostIndicator": "sample string 14",
                                          "pluPriceGstPercent": 15,
                                          "pluCostGstPercent": 16,
                                          "pluActive": true,
                                          "cartonQty": 1.1,
                                          "baseUnits": 18.1,
                                          "salesMode": 1,
                                          "pluNormalCost": 19,
                                          "pluaws": 20.0,
                                          "directNumber": "sample string 21",
                                          "departmentName": "sample string 22",
                                          "subDepartmentName": "sample string 23",
                                          "priceGroupName": "sample string 24",
                                          "supplierName": "sample string 25",
                                          "stockOnHand": 1.1,
                                          "stockOnOrder": 1.1,
                                          "lastReceived": "2025-10-05T00:01:58.6230492",
                                          "rrp": 26,
                                          "campaignDescription": "sample string 27",
                                          "campaignComboPriceGroupG_UID": "7+/b51214ka6uDRuIfpGLw==",
                                          "campaignComboPriceGroupIdentifier": "e7dbefef-b55d-46e2-bab8-346e21fa462f",
                                          "promotionPlacementDescription": "sample string 28",
                                          "storeAcceptances": [
                                            {
                                              "$id": "64",
                                              "plu": 1,
                                              "pluG_UId": "QEA=",
                                              "campaignID": 1,
                                              "campaignName": "sample string 2",
                                              "storeID": 3,
                                              "acceptedUtc": "2025-10-05T00:01:58.6230492",
                                              "operatorG_UID": "Y0agzP+GEUqxn8baPicp0w==",
                                              "operatorGuid": "cca04663-86ff-4a11-b19f-c6da3e2729d3",
                                              "machineID": 1,
                                              "processed": true,
                                              "appliedUtc": "2025-10-05T00:01:58.6230492",
                                              "signIqTicketFileMovedUtc": "2025-10-05T00:01:58.6230492",
                                              "user": "sample string 6",
                                              "campaignDescription": "sample string 7",
                                              "productDesc": "sample string 8",
                                              "storeName": "sample string 9",
                                              "effectiveUtc": "2025-10-05T00:01:58.6230492",
                                              "priceChangeType": 0,
                                              "operatorName": "sample string 10",
                                              "hostCampaign": true,
                                              "product": {
                                                "$ref": "26"
                                              },
                                              "campaignPlu": {
                                                "$ref": "63"
                                              }
                                            },
                                            {
                                              "$ref": "64"
                                            }
                                          ],
                                          "campaign": {
                                            "$id": "65",
                                            "id": 1,
                                            "storeID": 2,
                                            "name": "5da49f20-4f00-4bdd-ac22-beb937ceccaf",
                                            "nameGuid": "5da49f20-4f00-4bdd-ac22-beb937ceccaf",
                                            "description": "sample string 4",
                                            "showDiscounts": true,
                                            "showTotals": true,
                                            "onlyEvaluateOnSubtotal": true,
                                            "useDescription": true,
                                            "campaignType": 1,
                                            "startDate": "2025-10-05T00:01:58.6230492",
                                            "startTime": 1,
                                            "endDate": "2025-10-05T00:01:58.6230492",
                                            "endTime": 1,
                                            "recurrence": 1,
                                            "recurrenceType": 1,
                                            "monthType": 1,
                                            "weekDays": 1,
                                            "months": 1,
                                            "monthWeeks": 1,
                                            "monthDays": "sample string 7",
                                            "printed": true,
                                            "talkerText": "sample string 8",
                                            "rangeDescription": "sample string 9",
                                            "dealDescription": "sample string 10",
                                            "labelQuantity": 11,
                                            "active": 1,
                                            "deactivated": "2025-10-05T00:01:58.6230492",
                                            "system": true,
                                            "created": "2025-10-05T00:01:58.6230492",
                                            "updated": "2025-10-05T00:01:58.6230492",
                                            "priceChangeNotifiedUtc": "2025-10-05T00:01:58.6230492",
                                            "promoType": 1,
                                            "promotionTypeCode": "sample string 13",
                                            "hostIdentifier": "0WSUab/Y7Eeo4pEQ2AKhMA==",
                                            "hostIdentifierGuid": "699464d1-d8bf-47ec-a8e2-9110d802a130",
                                            "hostType": 14,
                                            "createdByUser": "sample string 15",
                                            "fromHost": true,
                                            "deleted": true,
                                            "campaignDeleted": "2025-10-05T00:01:58.6230492",
                                            "updatedByUser": "sample string 18",
                                            "offerID": 1,
                                            "isPriceChangeCampaign": true,
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "storeNames": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "campaignPlus": [
                                              {
                                                "$ref": "63"
                                              },
                                              {
                                                "$ref": "63"
                                              }
                                            ],
                                            "campaignPools": [
                                              {
                                                "$id": "66",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "plu": 4,
                                                "pluG_UID": "kyyotQ+A/E632zlBSIFI5w==",
                                                "pluGuid": "b5a82c93-800f-4efc-b7db-3941488148e7",
                                                "hostOfferID": 1,
                                                "priceGroupG_UID": "7SfMpsF6DUWAJvz895Wong==",
                                                "priceGroupGuid": "a6cc27ed-7ac1-450d-8026-fcfcf795a89e",
                                                "fuelItem": true,
                                                "pluName": "sample string 6",
                                                "apn": "sample string 7",
                                                "pluActive": true,
                                                "cartonQty": 1,
                                                "baseUnits": 9.1,
                                                "cri": "sample string 10",
                                                "salesMode": 1,
                                                "pluaws": 11.0,
                                                "directNumber": "sample string 12",
                                                "departmentName": "sample string 13",
                                                "subDepartmentName": "sample string 14",
                                                "priceGroupName": "sample string 15",
                                                "supplierName": "sample string 16",
                                                "stockOnHand": 1.1,
                                                "stockOnOrder": 1.1,
                                                "lastReceived": "2025-10-05T00:01:58.6230492",
                                                "rrp": 17,
                                                "campaignDescription": "sample string 18",
                                                "product": {
                                                  "$ref": "26"
                                                },
                                                "campaign": {
                                                  "$ref": "65"
                                                }
                                              },
                                              {
                                                "$ref": "66"
                                              }
                                            ],
                                            "sellingRules": [
                                              {
                                                "$id": "67",
                                                "id": 1,
                                                "identifier": "ZF19W1grTUO7eZNHBZ8bsg==",
                                                "identifierStr": "ZF19W1grTUO7eZNHBZ8bsg==",
                                                "identifierGuid": "5b7d5d64-2b58-434d-bb79-9347059f1bb2",
                                                "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": "65"
                                                }
                                              },
                                              {
                                                "$ref": "67"
                                              }
                                            ],
                                            "customers": [
                                              {
                                                "$id": "68",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "customerID": "jrHQ+x9wa0ymS6XV9m3Zlw==",
                                                "customerIDGuid": "fbd0b18e-701f-4c6b-a64b-a5d5f66dd997",
                                                "campaign": {
                                                  "$ref": "65"
                                                },
                                                "customer": {
                                                  "$ref": "2"
                                                }
                                              },
                                              {
                                                "$ref": "68"
                                              }
                                            ],
                                            "customerGroups": [
                                              {
                                                "$id": "69",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "groupID": "Qh/T8wbmtU2tsK+i2To3Zw==",
                                                "groupIDGuid": "f3d31f42-e606-4db5-adb0-afa2d93a3767",
                                                "campaign": {
                                                  "$ref": "65"
                                                },
                                                "group": {
                                                  "$ref": "4"
                                                }
                                              },
                                              {
                                                "$ref": "69"
                                              }
                                            ],
                                            "signIqTickets": [
                                              {
                                                "$id": "70",
                                                "identifier": "ysfa1syF4ESUT7oxUa805A==",
                                                "identifierGuid": "d6dac7ca-85cc-44e0-944f-ba3151af34e4",
                                                "campaignName": "sample string 2",
                                                "message": "sample string 3",
                                                "ticketFileSource": "sample string 4",
                                                "ticketFileDestination": "sample string 5",
                                                "storeID": 1
                                              },
                                              {
                                                "$ref": "70"
                                              }
                                            ],
                                            "comboPriceGroups": [
                                              {
                                                "$id": "71",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "g_UID": "HA/hzmxI2keQUwB03k65cw==",
                                                "guid": "cee10f1c-486c-47da-9053-0074de4eb973",
                                                "description": "sample string 5",
                                                "newPrice": 1,
                                                "rangeDescription": "sample string 6",
                                                "dealDescription": "sample string 7",
                                                "labelQuantity": 8,
                                                "hostProductCategoryID": 1,
                                                "offerID": 1,
                                                "dontUpdatePricePlus": true,
                                                "campaign": {
                                                  "$ref": "65"
                                                },
                                                "comboPricePlus": [
                                                  {
                                                    "$id": "72",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "groupG_UID": "zT2M2WvLdk6gpb/On6Flsg==",
                                                    "groupGuid": "d98c3dcd-cb6b-4e76-a0a5-bfce9fa165b2",
                                                    "comboPriceType": 5,
                                                    "priceType": 5,
                                                    "pluG_UID": "6G/x+E+ugU6kB5vA3gA2BA==",
                                                    "pluGuid": "f8f16fe8-ae4f-4e81-a407-9bc0de003604",
                                                    "priceGroupG_UID": "qt55+e6f8kKpNQtpeEkCDA==",
                                                    "priceGroupGuid": "f979deaa-9fee-42f2-a935-0b697849020c",
                                                    "campaignPoolID": "sample string 7",
                                                    "quantity": 1,
                                                    "campaign": {
                                                      "$ref": "65"
                                                    },
                                                    "product": {
                                                      "$ref": "26"
                                                    },
                                                    "priceGroup": {
                                                      "$ref": "32"
                                                    },
                                                    "campaignPool": {
                                                      "$ref": "65"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "72"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "71"
                                              }
                                            ],
                                            "priceLevels": [
                                              {
                                                "$id": "73",
                                                "id": 1,
                                                "priceLevelIdentifier": "skssEbT/2USRPcUIbpYifQ==",
                                                "priceLevelIdentifierGuid": "112c4bb2-ffb4-44d9-913d-c5086e96227d",
                                                "campaignName": "sample string 3",
                                                "priceLevelName": "sample string 4"
                                              },
                                              {
                                                "$ref": "73"
                                              }
                                            ]
                                          },
                                          "product": {
                                            "$ref": "26"
                                          },
                                          "dealCost": {
                                            "$id": "74",
                                            "headerIdentifier": "pKyOy5MoMki4Zta3v0sfjw==",
                                            "headerIdentifierGuid": "cb8eaca4-2893-4832-b866-d6b7bf4b1f8f",
                                            "identifier": "6BId2PjyWkGgJOKE5ZAz7g==",
                                            "identifierGuid": "d81d12e8-f2f8-415a-a024-e284e59033ee",
                                            "supplierIdentifier": "8FGU+F5ftUaQgGzDiOuD7g==",
                                            "supplierGuid": "f89451f0-5f5e-46b5-9080-6cc388eb83ee",
                                            "pluG_UID": "X86HJChQk0+oKeyFF0SXeg==",
                                            "pluGuid": "2487ce5f-5028-4f93-a829-ec851744977a",
                                            "campaignName": "b884fe04-bff2-4ef9-be4b-864339e80f55",
                                            "description": "sample string 4",
                                            "cost": 5,
                                            "costDecimals": 6,
                                            "start": "2025-10-05T00:01:58.6230492",
                                            "end": "2025-10-05T00:01:58.6230492",
                                            "type": 9,
                                            "promoType": 10,
                                            "bonusItemPLUG_UID": "CoVeOTEN2EqhDwKicTK5Yg==",
                                            "bonusItemPluGuid": "395e850a-0d31-4ad8-a10f-02a27132b962",
                                            "bonusPurchaseUnits": 11,
                                            "bonusReceiveUnits": 12,
                                            "updated": "2025-10-05T00:01:58.6230492",
                                            "metcashPromotionID": "sample string 14",
                                            "fromHost": 15,
                                            "storeNames": "sample string 16",
                                            "storeIDs": [
                                              1,
                                              2
                                            ],
                                            "supplierName": "sample string 17",
                                            "campaignDescription": "sample string 18",
                                            "newPrice": 1,
                                            "campaignMetcashPromotionID": "sample string 19",
                                            "campaignActive": true,
                                            "campaignStartDate": "2025-10-05T00:01:58.6230492",
                                            "campaignEndDate": "2025-10-05T00:01:58.6230492",
                                            "masterPLUG_UID": "puz8zyCUwESwTbM1ZYOI6Q==",
                                            "masterID": "cffceca6-9420-44c0-b04d-b335658388e9",
                                            "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": "WfbjSonHXEm65msEmHqVQw==",
                                            "bonusMasterID": "4ae3f659-c789-495c-bae6-6b04987a9543",
                                            "bonusProductName": "sample string 34",
                                            "bonusProductAPN": "sample string 35",
                                            "bonusOrderCode": "sample string 36",
                                            "bonusNormalSell": 37,
                                            "bonusNormalCost": 38,
                                            "bonusNormalCostDecimals": 39,
                                            "bonusCartonQuantity": 40,
                                            "bonusSalesMode": 41,
                                            "bonusOrderPacked": 42,
                                            "bonusFuelItem": true,
                                            "bonusActive": true
                                          }
                                        },
                                        "currentCostStart": "2025-10-05T00:01:58.6230492",
                                        "dealCosts": [
                                          {
                                            "$ref": "74"
                                          },
                                          {
                                            "$ref": "74"
                                          }
                                        ],
                                        "tags": [
                                          {
                                            "$id": "75",
                                            "pluG_UID": "9guwpOBNqkC46wobSEVhKg==",
                                            "pluGuid": "a4b00bf6-4de0-40aa-b8eb-0a1b4845612a",
                                            "tagID": 1,
                                            "description": "sample string 1",
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "75"
                                          }
                                        ],
                                        "alternateProductG_UID": "KglwXv2gP0qWT3eSC4bEBw==",
                                        "alternateProduct": "5e70092a-a0fd-4a3f-964f-77920b86c407",
                                        "productHostCode": {
                                          "$id": "76",
                                          "id": 1,
                                          "pluG_UID": "eOW8AtYih0y1WSc7oPgaQA==",
                                          "pluGuid": "02bce578-22d6-4c87-b559-273ba0f81a40",
                                          "ibaCode": "sample string 2"
                                        },
                                        "mscCat": {
                                          "$ref": "59"
                                        },
                                        "mscCom": {
                                          "$ref": "60"
                                        },
                                        "mscDep": {
                                          "$ref": "62"
                                        },
                                        "mscSubCom": {
                                          "$ref": "61"
                                        },
                                        "isUserUpdate": true,
                                        "ignoreMasterProduct": true,
                                        "priceGroupLabelRequested": true,
                                        "firstSold": "2025-10-05T00:01:58.6230492",
                                        "inventoryTracked": "2025-10-05T00:01:58.6230492",
                                        "isNormalPriceChangesCampaign": true
                                      },
                                      "supplier": {
                                        "$ref": "21"
                                      },
                                      "serviceFee": {
                                        "$id": "77",
                                        "id": 1,
                                        "description": "sample string 1",
                                        "fee": 1
                                      },
                                      "isPrimaryHost": true,
                                      "hostVendor": 47
                                    },
                                    {
                                      "$ref": "24"
                                    }
                                  ],
                                  "orderCycleHeaders": [
                                    {
                                      "$id": "78",
                                      "storeID": 1,
                                      "supplierIdentifier": "u7YYOXZK+UOrB59Rok+cNA==",
                                      "supplierGuid": "3918b6bb-4a76-43f9-ab07-9f51a24f9c34",
                                      "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": "SmS2u+7or0mP46Huq1F1lg==",
                                      "supplierGuid": "bbb6644a-e8ee-49af-8fe3-a1eeab517596",
                                      "departmentCode": "sample string 2",
                                      "warehouseDirectIndicator": "sample string 3",
                                      "type": 4,
                                      "cutOffWeek": 5,
                                      "cutOffDay": 6,
                                      "cutOffTime": "00:00:00.1234567",
                                      "leadTime": 7,
                                      "daysBuffer": 8,
                                      "supplierName": "sample string 9",
                                      "cutOffDate": "2025-10-05T00:01:58.6230492",
                                      "deliveryDate": "2025-10-05T00:01:58.6230492",
                                      "nextCutOffDate": "2025-10-05T00:01:58.6230492",
                                      "nextDeliveryDate": "2025-10-05T00:01:58.6230492",
                                      "nextDaysBuffer": 10
                                    },
                                    {
                                      "$ref": "79"
                                    }
                                  ],
                                  "store": {
                                    "$ref": "17"
                                  },
                                  "updated": "2025-10-05T00:01:58.6230492",
                                  "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": "2025-10-05T00:01:58.6230492",
                                    "processed": "2025-10-05T00:01:58.6230492",
                                    "isProcessing": true,
                                    "processedCount": 6,
                                    "processingTime": 1,
                                    "collectedUtc": "2025-10-05T00:01:58.6230492",
                                    "size": 1,
                                    "sizeFormat": "sample string 7",
                                    "isArchive": true,
                                    "version": "sample string 9",
                                    "reference": "sample string 10",
                                    "digest": "sample string 11",
                                    "contentType": "sample string 12",
                                    "host": {
                                      "$ref": "20"
                                    },
                                    "metcashHeader": {
                                      "$id": "81",
                                      "customerNumber": "sample string 1",
                                      "creationDate": "2025-10-05T00:01:58.6230492",
                                      "businessPillar": "sample string 3",
                                      "fileType": "sample string 4"
                                    }
                                  },
                                  {
                                    "$ref": "80"
                                  }
                                ],
                                "zoneMatrix": [
                                  {
                                    "$id": "82",
                                    "id": 1,
                                    "hostIdentifier": "YPUKOb9kb0CaecNiMOeT9w==",
                                    "hostIdentifierGuid": "390af560-64bf-406f-9a79-c36230e793f7",
                                    "storeID": 1,
                                    "departmentCode": "sample string 2",
                                    "hostGuids": [
                                      "e5aa7a81-f851-4abe-8ff3-d41527be5798",
                                      "3d1ea352-9650-45c9-85f4-e895cc1a77fd"
                                    ]
                                  },
                                  {
                                    "$ref": "82"
                                  }
                                ],
                                "hostFileStoreSetting": {
                                  "$ref": "19"
                                },
                                "hostStoreSettings": [
                                  {
                                    "$ref": "19"
                                  },
                                  {
                                    "$ref": "19"
                                  }
                                ],
                                "promotionPlacements": [
                                  {
                                    "$id": "83",
                                    "identifier": "7x7nMcSSAEWJ7XWiR36tPw==",
                                    "identifierGuid": "31e71eef-92c4-4500-89ed-75a2477ead3f",
                                    "code": "sample string 2",
                                    "description": "sample string 3",
                                    "isAdvertised": true
                                  },
                                  {
                                    "$ref": "83"
                                  }
                                ],
                                "promoTypeGuids": [
                                  "e30a1217-e875-44bf-8a5d-dd69cda6369e",
                                  "7a665cc4-f132-4164-b075-853c1a1d24c9"
                                ],
                                "isPromotionOnly": false,
                                "isOrderable": false,
                                "vendor": 0
                              },
                              "groupIDs": [
                                1,
                                2
                              ],
                              "hostDescription": "sample string 24"
                            },
                            {
                              "$ref": "19"
                            }
                          ],
                          "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": "2025-10-05T00:01:58.6230492",
                              "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"
                            }
                          ],
                          "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
                              }
                            },
                            {
                              "$ref": "87"
                            }
                          ],
                          "updateStoreID": "08942d1b-8f04-47ae-a1b6-ffe434673142",
                          "updateStore": {
                            "$id": "89",
                            "id": "cc60bd08-fd36-49f4-9d17-060512a29fd4",
                            "name": "sample string 1",
                            "lastActivity": "2025-10-05T00:01:58.6230492",
                            "zone": "sample string 2",
                            "timeZoneOffset": 0.0,
                            "businessHoursStart": "00:00:00.1234567",
                            "businessHoursEnd": "00:00:00.1234567",
                            "master": true,
                            "lastIP": "sample string 10",
                            "lastHostName": "sample string 11",
                            "ping": 1,
                            "pingStatus": "sample string 12",
                            "lastUpdateCompleted": "2025-10-05T00:01:58.6230492"
                          },
                          "timeZoneId": "sample string 53",
                          "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": "16"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "2"
                  },
                  "communityOrganisation": {
                    "$id": "91",
                    "id": 1,
                    "identifier": "+7hrxdJNT0OFkaHtR/KAmQ==",
                    "identifierGuid": "c56bb8fb-4dd2-434f-8591-a1ed47f28099",
                    "name": "sample string 3",
                    "lookupIdentifier": "sample string 4",
                    "externalID": "sample string 5",
                    "phone": "sample string 6",
                    "fax": "sample string 7",
                    "email": "sample string 8",
                    "address1": "sample string 9",
                    "address2": "sample string 10",
                    "city": "sample string 11",
                    "postCode": "sample string 12",
                    "state": "sample string 13",
                    "country": "sample string 14",
                    "totalAmountAwarded": 15.1,
                    "updated": "2025-10-05T00:01:58.6230492",
                    "deleted": true
                  },
                  "details": [
                    {
                      "$id": "92",
                      "saleItemID": 1,
                      "identifier": "EtXZi09wR02TEehHV11WNA==",
                      "identifierGuid": "8bd9d512-704f-4d47-9311-e847575d5634",
                      "saleHeaderID": 2,
                      "plu": 1,
                      "pluG_UId": "T2wVD2MzjkenCnI10bLrXg==",
                      "pluGuid": "0f156c4f-3363-478e-a70a-7235d1b2eb5e",
                      "accountID": "y9fYS8ihhkylzNibDhNIFw==",
                      "accountIDGuid": "4bd8d7cb-a1c8-4c86-a5cc-d89b0e134817",
                      "normalPrice": 3,
                      "originalSellingPrice": 4,
                      "discountPrice": 5,
                      "unit": 1,
                      "quantity": 6,
                      "totalCents": 7,
                      "fixedPrice": 1,
                      "tranType": 1,
                      "discountType": 1,
                      "cost": 1,
                      "costDecimals": 8,
                      "markdown": 1,
                      "manualQuantity": 1,
                      "manualPrice": 1,
                      "manualMode": 1,
                      "active": 1,
                      "offline": true,
                      "barcode": "sample string 9",
                      "keyedSale": 1,
                      "discountedID": 1,
                      "fuelID": 1,
                      "serialNumber": "sample string 10",
                      "bestOrExpire": "2025-10-05T00:01:58.6230492",
                      "bestOrExpireType": 1,
                      "providerName": "sample string 11",
                      "refundG_UID": "vr9ocgDEHEWaK0mKcwOBdg==",
                      "refundGuid": "7268bfbe-c400-451c-9a2b-498a73038176",
                      "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": "lMSisKk+DkqmjDaOW7xC/g==",
                      "idempotentVoidGuid": "b0a2c494-3ea9-4a0e-a68c-368e5bbc42fe",
                      "priceLevelIdentifier": "93nSvjSweUGOWn9xW+ni2w==",
                      "priceLevelIdentifierGuid": "bed279f7-b034-4179-8e5a-7f715be9e2db",
                      "productName": "sample string 23",
                      "apn": "sample string 24",
                      "unknownScans": [
                        {
                          "$id": "93",
                          "id": 1,
                          "saleDetailID": 2,
                          "storeID": 1,
                          "scanned": "2025-10-05T00:01:58.6230492",
                          "operatorG_UID": "QEA=",
                          "barcode": "sample string 4",
                          "processed": 1
                        },
                        {
                          "$ref": "93"
                        }
                      ],
                      "refund": {
                        "$id": "94",
                        "id": 1,
                        "g_UID": "d+yjis4PC06Z+pbQqYtDoQ==",
                        "guid": "8aa3ec77-0fce-4e0b-99fa-96d0a98b43a1",
                        "description": "sample string 1",
                        "dumped": true,
                        "inventoryReasonID": 1,
                        "sortOrder": 1,
                        "updated": "2025-10-05T00:01:58.6230492"
                      },
                      "modifier": {
                        "$id": "95",
                        "id": 1,
                        "setG_UID": "bmuhBUT0bUuB+k2GS9vkkg==",
                        "modifierSetGuid": "05a16b6e-f444-4b6d-81fa-4d864bdbe492",
                        "name": "sample string 2",
                        "price": 1,
                        "quantity": 1,
                        "modifierType": 1,
                        "groupNumber": 1,
                        "pageNumber": 1,
                        "controlOrder": 1,
                        "printToStation": true,
                        "pluG_UID": "i/by50xjd0+UDLSKK6hecg==",
                        "pluGuid": "e7f2f68b-634c-4f77-940c-b48a2ba85e72",
                        "deleted": true,
                        "g_UID": "+IigM/QwgEqB9v8MEpLHiw==",
                        "guid": "33a088f8-30f4-4a80-81f6-ff0c1292c78b",
                        "product": {
                          "$ref": "26"
                        }
                      },
                      "priceLevelName": "sample string 25",
                      "pumpNumber": 1,
                      "hoseNumber": 1
                    },
                    {
                      "$ref": "92"
                    }
                  ],
                  "eftReceipts": [
                    {
                      "$id": "96",
                      "id": 1,
                      "storeID": 1,
                      "saleHeaderID": 2,
                      "storeSaleHeader": {
                        "$ref": "14"
                      },
                      "receipt": "sample string 3",
                      "processed": 1
                    },
                    {
                      "$ref": "96"
                    }
                  ],
                  "payments": [
                    {
                      "$ref": "13"
                    },
                    {
                      "$ref": "13"
                    }
                  ],
                  "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": "4Qp7fw8n/06k1cpKhaf0Yw==",
                      "pluGuid": "7f7b0ae1-270f-4eff-a4d5-ca4a85a7f463",
                      "saleHeaderID": 2,
                      "totalCents": 3,
                      "grade": 1,
                      "gradeDescription": "sample string 4",
                      "dispenser": 1,
                      "hose": 1,
                      "quantity": 1,
                      "cost": 1,
                      "acquirerNum": 1,
                      "attendant": 1,
                      "ePurseBalance": 1.0,
                      "cardSignature": "sample string 5",
                      "compartmentNumber": 1,
                      "contractNumber": 1,
                      "discountCardPAN": "sample string 6",
                      "discountID": 1,
                      "discountName": "sample string 7",
                      "discountNetValue": 1.0,
                      "discountType": 1,
                      "discountValue": 1.0,
                      "discretionaryData": "sample string 8",
                      "driverID": "sample string 9",
                      "eftBatchNumber": 1,
                      "eftResponseCode": "sample string 10",
                      "endDateTime": "2025-10-05T00:01:58.6230492",
                      "engineHours": 1.1,
                      "fposNumber": 1,
                      "loyaltyCardPAN": "sample string 11",
                      "miscData1": 1,
                      "miscData2": "sample string 12",
                      "miscFlags": 1,
                      "mop": 1,
                      "odometer": 1,
                      "panNumber": "sample string 13",
                      "saleRefund": true,
                      "saleStatus": 1,
                      "sequenceNumber": 1,
                      "stan": 1,
                      "startDateTime": "2025-10-05T00:01:58.6230492",
                      "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": "cvEMSdsz4kGEDZIqAp4VQg==",
                      "pluGuid": "490cf172-33db-41e2-840d-922a029e1542",
                      "accountID": "2Fw0Glyu7EiqD9+u0kS+GQ==",
                      "accountIDGuid": "1a345cd8-ae5c-48ec-aa0f-dfaed244be19",
                      "normalPrice": 3,
                      "originalSellingPrice": 4,
                      "discountPrice": 5,
                      "unit": 1,
                      "quantity": 6,
                      "totalCents": 7,
                      "fixedPrice": 1,
                      "tranType": 1,
                      "processed": 1,
                      "discountType": 1,
                      "cost": 1,
                      "costDecimals": 1,
                      "markdown": 1,
                      "manualQuantity": 1,
                      "manualPrice": 1,
                      "manualMode": 1,
                      "active": 1,
                      "barcode": "sample string 8",
                      "offline": 1,
                      "keyedSale": 1,
                      "discountedID": 1,
                      "fuelID": 1,
                      "serialNumber": "sample string 9",
                      "bestOrExpire": "2025-10-05T00:01:58.6230492",
                      "bestOrExpireType": 1,
                      "refundG_UID": "TNnc8dqIckGa9fkWnOe+xQ==",
                      "refundGuid": "f1dcd94c-88da-4172-9af5-f9169ce7bec5",
                      "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": "YB+SIBm9+EuW6YFzTuz+6g==",
                      "identifierGuid": "20921f60-bd19-4bf8-96e9-81734eecfeea",
                      "id": 1,
                      "orderNo": 2,
                      "externalSaleIdentifier": "sample string 3",
                      "storeID": 4,
                      "zoneID": 5,
                      "deptNo": 6,
                      "customerIdentifier": "nglBvBfdgUSROPPHr1vPzA==",
                      "customerIdentifierGuid": "bc41099e-dd17-4481-9138-f3c7af5bcfcc",
                      "operatorNo": 1,
                      "operatorG_UID": "mt5EpcOcJUGOVWZmLuDyXA==",
                      "operatorGuid": "a544de9a-9cc3-4125-8e55-66662ee0f25c",
                      "created": "2025-10-05T00:01:58.6230492",
                      "ordered": "2025-10-05T00:01:58.6230492",
                      "started": "2025-10-05T00:01:58.6230492",
                      "completed": "2025-10-05T00:01:58.6230492",
                      "supplied": "2025-10-05T00:01:58.6230492",
                      "quickTicket": 1,
                      "deleted": true,
                      "walkAway": true,
                      "approxWait": 1,
                      "actualWait": 1,
                      "deliveryMethod": 8,
                      "externalSaleType": 9,
                      "customer": {
                        "$ref": "2"
                      },
                      "operator": {
                        "$ref": "15"
                      },
                      "details": [
                        {
                          "$id": "102",
                          "headerID": 1,
                          "plu": 1,
                          "pluG_UId": "DKOGXSmESUaZbcaUELcHJw==",
                          "pluGuid": "5d86a30c-8429-4649-996d-c69410b70727",
                          "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": "e0vvO/SsFESAT/VYL3Qomw==",
                          "headerIdentifierGuid": "3bef4b7b-acf4-4414-804f-f5582f74289b",
                          "product": {
                            "$ref": "26"
                          }
                        },
                        {
                          "$ref": "102"
                        }
                      ],
                      "storeName": "sample string 11",
                      "customerName": "sample string 12",
                      "storeReplyTo": "sample string 13",
                      "storeSubjectLine": "sample string 14",
                      "storeSaleHeader": {
                        "$ref": "14"
                      }
                    },
                    {
                      "$ref": "101"
                    }
                  ],
                  "surveyResponses": [
                    {
                      "$id": "103",
                      "surveyG_UID": "wMuXsrcQtkiB3iqtrqB85w==",
                      "surveyGuid": "b297cbc0-10b7-48b6-81de-2aadaea07ce7",
                      "saleHeaderGuid": "5KqsZFb6hke6ljLkytYiOA==",
                      "saleGuid": "64acaae4-fa56-4786-ba96-32e4cad62238",
                      "textResponse": "sample string 1",
                      "integerResponse": 1,
                      "g_UIDResponse": "ZkgIjBYMKkOZJHh9MivRqQ==",
                      "guidResponse": "8c084866-0c16-432a-9924-787d322bd1a9",
                      "whoAnswered": 2,
                      "answeredAtUTC": "2025-10-05T00:01:58.6230492",
                      "sale": {
                        "$ref": "14"
                      },
                      "survey": {
                        "$id": "104",
                        "g_UID": "LSk14ha3iEqUY8mvGppj9Q==",
                        "guid": "e235292d-b716-4a88-9463-c9af1a9a63f5",
                        "name": "sample string 1",
                        "storeID": 2,
                        "zoneID": 1,
                        "checkoutFormG_UID": "7hTwlX0FOE2nBxDf+Nu5Lw==",
                        "checkoutFormGuid": "95f014ee-057d-4d38-a707-10dff8dbb92f",
                        "displayToWho": 3,
                        "displayWhen": 4,
                        "start": "2025-10-05T00:01:58.6230492",
                        "end": "2025-10-05T00:01:58.6230492",
                        "deleted": true,
                        "updated": "2025-10-05T00:01:58.6230492",
                        "possibleIntegerResponses": [
                          1,
                          2
                        ],
                        "possibleTextResponses": [
                          "sample string 1",
                          "sample string 2"
                        ],
                        "possibleGuidResponses": [
                          "19a30a15-b84d-4f8c-a522-eebdc5afe647",
                          "54986d33-2035-4cb6-8bae-d7d835298f37"
                        ],
                        "allowsAllTextResponses": true,
                        "surveyForm": {
                          "$ref": "44"
                        }
                      },
                      "ingressId": "sample string 4"
                    },
                    {
                      "$ref": "103"
                    }
                  ],
                  "storeName": "sample string 38",
                  "machineName": "sample string 39",
                  "operatorName": "sample string 40",
                  "direction": 1,
                  "reason": "sample string 41",
                  "accountG_UID": "RO6Nwj7jykSc4Y5rcfq8Ow==",
                  "accountIdentifier": "c28dee44-e33e-44ca-9ce1-8e6b71fabc3b",
                  "accountName": "sample string 42",
                  "customerOrderIdentifier": "B1LMlUtIiU6PVxdJR5l0Eg==",
                  "customerOrderIdentifierGuid": "95cc5207-484b-4e89-8f57-174947997412",
                  "priceLevelName": "sample string 43",
                  "revision": 44,
                  "ingressId": "sample string 45"
                },
                "metadata": {
                  "$id": "105",
                  "id": 1,
                  "paymentID": 2,
                  "paymentIdentifier": "bFJzcHIND0asrq2wryLWrQ==",
                  "paymentIdentifierGuid": "7073526c-0d72-460f-acae-adb0af22d6ad",
                  "identifier": "gm2WwWhc6UmSSqCjiAytOA==",
                  "identifierGuid": "c1966d82-5c68-49e9-924a-a0a3880cad38",
                  "metadata": "sample string 3",
                  "signatureImage": "QEA=",
                  "itemIdentifier": "+vJXwPQC80aWjdP+LuxF+w==",
                  "itemIdentifierGuid": "c057f2fa-02f4-46f3-968d-d3fe2eec45fb"
                }
              },
              "redeemedOfflinePayment": {
                "$ref": "13"
              }
            },
            {
              "$ref": "12"
            }
          ]
        },
        "customer": {
          "$ref": "2"
        }
      },
      {
        "$ref": "7"
      }
    ]
  },
  "account": {
    "$ref": "5"
  },
  "payments": [
    {
      "$ref": "13"
    },
    {
      "$ref": "13"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK=E[I鍻�5xl/workbook.xml �(�����0��&�C���4�p��Ճ�
[i�?ik��-%�x�3;��ɸ�ì>jԾt�C�%!��Aq0t�	�Q�1B�Ӿ�@N�cN�<H�}/�����x�{�����Ը��bs����'���l"���o�%�v��\A�8Fɹu�0r��ýȀR��빠�������w�PK=E[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
=E[����''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R43a8d05f227646a1" /></Relationships>PK=E[�FF��xl/worksheets/sheet1.xml �(���[s�:�������޺g�m�&��i��}�	���N�ϯ0۲�J�̀}k[^Z[�ыߛu��E�m�!D$��<[���q�X.�S��h�忊U������Y>We�p��|�lfE�=$[3���ͬ4��8[.�yr��7ɶ����zV�[��՞S�xȓ٢��f}(����p2Z���~�A�,��ΦS�x2���4���`�(�gٯ����8$�����y�H���uy��.��~U�x��g�z
6�޻0��~W�tQ�ơ���
���R�0�?e��;C]�ǣOz����Ђ��QO���r� ��Q�=��-$�T!Q�z~��F��Ҍs�A�|X/�z�zy�˶�K����uԫ��*�?Pn짠���^���7�:8�=s��P3y�=+�赳�%Ƥ�Ĵz*��V�xT�yp���{���mW`RH)�yE�͡ tH��cTi3	����5����H��! Q��u���?���U�L����������ݞ��`Z(%=�c�A$��}Xg�����0΀��g����d��H)b�G��:��dI$�"�<�Lz:	�"k;�U~�9u�>���b�A��9p-�'HXG�(2$�) ��9JO�:��DQ�2d���@���Y!>�h��w>+g�Q�킼6��WSsYT��9s�>M�(~�k���>]�U��.q�'h�x�'X����K���K\�	�%����o�����Y��w ���e�Gb��ɁX�^;���IJ�ƁX�~q ��_���7G�,wo�������@,w8�ݟ�rw�hBl�MӞ:��ž�2��y�G�k��د�c�|7�1_���`��^<}㘔�Kb�}Ck����{?0�a`�cg,�F?��Z��(��/��q�-������n7�������@���@�ݞ�[��ٕ�e��YV&yu�~mO�PK=E[9��E�Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;ql�� �n��\�8�$"�#۴�l]�H�B-*#���h~OO����Zo?�����5
�,�F�v0]���l7��2�	��'q�����^�8I��M�h�&b�::Ku�R��u)n�d��?D����٪ӄ&��w뎾G@��u�+yz	,�T /m�%C!t���RL �05�#���o��p��e�����2�tؾ/�:��DmQ�B��eU^^���_l~PK=E[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK=E[��ޝ�5
xl/sharedStrings.xml �(�}VMo�6��|�lQ_��؋��ͺ��`��eQ��8���(/I�Q����9��o��!g���/?���{�y%�2Ȣb\>M��O~6𴡒QQI�����Rk��Q����1���H[(�V;��l*UR���H�P����0�QI�xEUK3D���%�Q��̀!�������rdf���z��֜�G?6�˜*歛8g������e�U�\RkS���;.���})~��vb�k�0s�\җ;^r�ع\+*5-ֱ��9���D�W��������B�^t�����+��륚���Q�^Ғ̻*�rz9u�<�h��a�[*��� ���/�K�
yl~�M����_5�@9l����c��$�ǩϊ(�c��X��ED�1
�k�Ҫi��������(	Y��<O0�&�i��q4%�(?��z���뼩w�E��m]�c�AJ���#�fQ�3�a�V����t?�>l�O�����.��-jT��qߛ-�^8i�57…��Fy�o>re��@�Q��-L<^�"ɼ�e붂����S�5q��:�ĦU�-�6���\�c��L>T8�E/��Ry�3[���q
v[�.n�\V9�a���y�%�ӜWO�['#E�J�OX�1�ʟ�$�,O3��6���v�\��9��:ѣ��p8ۣVx��wo�����j�0��b���3:�L�`q�7]=#�4��}������g���ۓU�)
�?�{.$���1�A��d�M�@�T}�U�9�͊�3gx�OQ�@�x/��j�������|��3�:ˣ��
�����e-��VW��E�{춘K(s|(����*�1��|�j|2\������/��O��K�L��7��pWO�N�J�K_oA�bx����|�xE�e��٭�w�h����PK-=E[I鍻�5xl/workbook.xmlPK-=E[����	�[Content_Types].xmlPK-
=E[����''V_rels/.relsPK-=E[�FF���xl/worksheets/sheet1.xmlPK-=E[9��E�P�xl/_rels/workbook.xml.relsPK-=E[Ѓc'2E
'	xl/styles.xmlPK-=E[��ޝ�5
�
xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK=E[��<�5xl/workbook.xml �(���;�0D�H�����	�PѤM�ޘ%��َ���G �K�3;�v����:7��m,C�UJ�$$JFċ�`�]�i��E\�k	��o6FiA�"ig��>��+���
 �qC�-��'����a������b"���o����bU�
nD�ν�p�Q(�<<+���T�kv�����q����PK=E[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
=E[Ř�''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R79d103b0fa9b4223" /></Relationships>PK=E[�FF��xl/worksheets/sheet1.xml �(���[s�:�������޺g�m�&��i��}�	���N�ϯ0۲�J�̀}k[^Z[�ыߛu��E�m�!D$��<[���q�X.�S��h�忊U������Y>We�p��|�lfE�=$[3���ͬ4��8[.�yr��7ɶ����zV�[��՞S�xȓ٢��f}(����p2Z���~�A�,��ΦS�x2���4���`�(�gٯ����8$�����y�H���uy��.��~U�x��g�z
6�޻0��~W�tQ�ơ���
���R�0�?e��;C]�ǣOz����Ђ��QO���r� ��Q�=��-$�T!Q�z~��F��Ҍs�A�|X/�z�zy�˶�K����uԫ��*�?Pn짠���^���7�:8�=s��P3y�=+�赳�%Ƥ�Ĵz*��V�xT�yp���{���mW`RH)�yE�͡ tH��cTi3	����5����H��! Q��u���?���U�L����������ݞ��`Z(%=�c�A$��}Xg�����0΀��g����d��H)b�G��:��dI$�"�<�Lz:	�"k;�U~�9u�>���b�A��9p-�'HXG�(2$�) ��9JO�:��DQ�2d���@���Y!>�h��w>+g�Q�킼6��WSsYT��9s�>M�(~�k���>]�U��.q�'h�x�'X����K���K\�	�%����o�����Y��w ���e�Gb��ɁX�^;���IJ�ƁX�~q ��_���7G�,wo�������@,w8�ݟ�rw�hBl�MӞ:��ž�2��y�G�k��د�c�|7�1_���`��^<}㘔�Kb�}Ck����{?0�a`�cg,�F?��Z��(��/��q�-������n7�������@���@�ݞ�[��ٕ�e��YV&yu�~mO�PK=E[�Ϭ�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�q��Bu��m�gGMl�v���G�
XE�Tb�������4����ٽ�y�Gg%��V�n���s�ְ�n8��'�}$y�F	&%�Hi�g���N�¬RN�@��'5 �54,p�$Nj��]ߏ�N�g��0}u�
brTa�$��5�E�y�$8oʚ�L���@���b�L���j�nWM�^�J�]e�
�=��/�tZ�jzU�
k�D������PK=E[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK=E[��ޝ�5
xl/sharedStrings.xml �(�}VMo�6��|�lQ_��؋��ͺ��`��eQ��8���(/I�Q����9��o��!g���/?���{�y%�2Ȣb\>M��O~6𴡒QQI�����Rk��Q����1���H[(�V;��l*UR���H�P����0�QI�xEUK3D���%�Q��̀!�������rdf���z��֜�G?6�˜*歛8g������e�U�\RkS���;.���})~��vb�k�0s�\җ;^r�ع\+*5-ֱ��9���D�W��������B�^t�����+��륚���Q�^Ғ̻*�rz9u�<�h��a�[*��� ���/�K�
yl~�M����_5�@9l����c��$�ǩϊ(�c��X��ED�1
�k�Ҫi��������(	Y��<O0�&�i��q4%�(?��z���뼩w�E��m]�c�AJ���#�fQ�3�a�V����t?�>l�O�����.��-jT��qߛ-�^8i�57…��Fy�o>re��@�Q��-L<^�"ɼ�e붂����S�5q��:�ĦU�-�6���\�c��L>T8�E/��Ry�3[���q
v[�.n�\V9�a���y�%�ӜWO�['#E�J�OX�1�ʟ�$�,O3��6���v�\��9��:ѣ��p8ۣVx��wo�����j�0��b���3:�L�`q�7]=#�4��}������g���ۓU�)
�?�{.$���1�A��d�M�@�T}�U�9�͊�3gx�OQ�@�x/��j�������|��3�:ˣ��
�����e-��VW��E�{춘K(s|(����*�1��|�j|2\������/��O��K�L��7��pWO�N�J�K_oA�bx����|�xE�e��٭�w�h����PK-=E[��<�5xl/workbook.xmlPK-=E[����	��[Content_Types].xmlPK-
=E[Ř�''U_rels/.relsPK-=E[�FF���xl/worksheets/sheet1.xmlPK-=E[�Ϭ�P�xl/_rels/workbook.xml.relsPK-=E[Ѓc'2E
%	xl/styles.xmlPK-=E[��ޝ�5
�
xl/sharedStrings.xmlPK��