GET api/customer/{id}/payments?startDate={startDate}&endDate={endDate}&paymentType={paymentType}

Find a list of payments a customer has made, where the customer bought items or used their account to pay

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Identifier of customer

globally unique identifier

Required

startDate

Optional start date to search sales occurring only after

date

None.

endDate

Optional end date to search sales occurring only before

date

None.

paymentType

Payment types to restrict results to

PaymentType

None.

Body Parameters

None.

Response Information

Resource Description

List of store sale payments

Collection of StoreSalePayment
NameDescriptionTypeAdditional information
ID

integer

None.

Identifier

Identifier to prevent duplicate processing

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

StoreID

integer

None.

OperatorName

string

None.

SaleHeaderID

integer

None.

PaymentType

Type of the payment

PaymentType

None.

Amount

Amount of payment in cents (or points)

integer

None.

Account

string

String length: inclusive between 0 and 40

AccountID

Collection of byte

None.

AccountIDGuid

globally unique identifier

None.

CustomerAccount

Account

None.

CustomerCard

CustomerCard

None.

AccountType

AccountType

None.

CardName

string

String length: inclusive between 0 and 16

AuthorisationNumber

string

String length: inclusive between 0 and 16

BankReference

string

String length: inclusive between 0 and 40

MerchantID

string

String length: inclusive between 0 and 32

TerminalID

string

String length: inclusive between 0 and 32

CardNumber

Can be: CardNumber of Gift Card, Barcode of issued/redeemed voucher, etc

string

String length: inclusive between 0 and 32

PaymentDate

date

None.

InvRocNo

string

String length: inclusive between 0 and 16

ResponseCode

string

String length: inclusive between 0 and 4

Cashout

integer

None.

Tip

Total Amount tipped during sale

integer

None.

IdempotentVoid

Idempotency ID to prevent duplicate processing of void action

Collection of byte

None.

IdempotentVoidGuid

globally unique identifier

None.

Offline

If the PaymentType is Account and Offline is true, the account needs to be adjusted.

boolean

None.

Processed

Processed

None.

StoreSaleHeader

StoreSaleHeader

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

Metadata

StoreSalePaymentMetadata

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

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "identifier": "ljXX2QHYU0OfUKe40XhIbQ==",
    "identifierGuid": "d9d73596-d801-4353-9f50-a7b8d178486d",
    "storeID": 2,
    "operatorName": "sample string 3",
    "saleHeaderID": 4,
    "paymentType": 5,
    "amount": 6,
    "account": "sample string 7",
    "accountID": "Ic62xgnnI0uYRW/aN4Cv3g==",
    "accountIDGuid": "c6b6ce21-e709-4b23-9845-6fda3780afde",
    "customerAccount": {
      "$id": "2",
      "id": 1,
      "identifier": "I0KuzIykrE6O0Crj0k6EbA==",
      "identifierGuid": "ccae4223-a48c-4eac-8ed0-2ae3d24e846c",
      "referenceNo": "sample string 3",
      "name": "sample string 4",
      "created": "2025-06-14T07:07:37.854912",
      "owner": "4MJePzKi8UGwN4JHZdTqVw==",
      "ownerGuid": "3f5ec2e0-a232-41f1-b037-824765d4ea57",
      "accountStoreGroupIdentifier": "1ze+eF7WtE+1kMrdhocMrQ==",
      "accountStoreGroupGuid": "78be37d7-d65e-4fb4-b590-cadd86870cad",
      "accountType": 1,
      "currentBalance": 1,
      "externalID": "sample string 7",
      "maximumLimit": 1,
      "accruePoints": true,
      "loyaltyPoints": 1,
      "termsOfTrade": 1,
      "signatureRequired": true,
      "referenceRequired": true,
      "statementSendType": 10,
      "ageingPeriod": 1,
      "monthlyAgeingPeriod": true,
      "explodedInvoice": true,
      "isFifoAllocation": true,
      "lastStatementSent": "2025-06-14T07:07:37.854912",
      "active": true,
      "updated": "2025-06-14T07:07:37.854912",
      "deleted": true,
      "deletedUser": "sample string 16",
      "currentBalanceChanged": true,
      "maximumLimitChanged": true,
      "loyaltyPointsChanged": true,
      "projectedBalance": 17,
      "accountStoreGroupStoreIDs": [
        1,
        2
      ],
      "customerEmail": "sample string 18",
      "ownerCustomer": {
        "$id": "3",
        "identifier": "3WlMoqB5Jk+mYF7YRPavNg==",
        "identifierGuid": "a24c69dd-79a0-4f26-a660-5ed844f6af36",
        "code": "sample string 2",
        "familyName": "sample string 3",
        "givenName": "sample string 4",
        "otherName": "sample string 5",
        "title": "sample string 6",
        "dateOfBirth": "2025-06-14T07:07:37.854912",
        "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": "fyi4W5WKmkG5iPO+qfoupg==",
        "communityIdentifierGuid": "5bb8287f-8a95-419a-b988-f3bea9fa2ea6",
        "joined": "2025-06-14T07:07:37.854912",
        "updated": "2025-06-14T07:07:37.854912",
        "active": true,
        "reasonInactive": 1,
        "groupCustomer": true,
        "loyaltyPoints": 1,
        "homeStoreID": 1,
        "availableSpend": 1,
        "priceLevelIdentifier": "rgfrRc4b5k+PAzuuFbAe9w==",
        "priceLevelIdentifierGuid": "45eb07ae-1bce-4fe6-8f03-3bae15b01ef7",
        "marketingID": "sample string 18",
        "hidden": true,
        "registered": true,
        "registeredOn": "2025-06-14T07:07:37.854912",
        "emailMarketing": true,
        "smsMarketing": true,
        "deleted": true,
        "deletedUser": "sample string 24",
        "homeStoreName": "sample string 25",
        "customerCards": [
          {
            "$id": "4",
            "cardType": 2,
            "issueDate": "2025-06-14T07:07:37.854912",
            "expiry": "2025-06-14T07:07:37.854912",
            "customerID": "MPsZBrdQI0GX6BMCL8Gimg==",
            "customerIDGuid": "0619fb30-50b7-4123-97e8-13022fc1a29a",
            "initialValue": 1,
            "currentValue": 1,
            "maxLimit": 1,
            "minTransaction": 1,
            "maxTransaction": 1,
            "multiplier": 1.1,
            "active": true,
            "reasonInactive": 1,
            "idRequired": true,
            "idType": 1,
            "idValue": "sample string 5",
            "updated": "2025-06-14T07:07:37.854912",
            "linkedAccount": "19A0TBKKW0SGdSVWWqz5nA==",
            "linkedAccountGuid": "4c34d0d7-8a12-445b-8675-25565aacf99c",
            "currentValueChanged": true,
            "limitsChanged": true,
            "customer": {
              "$ref": "3"
            },
            "account": {
              "$ref": "2"
            },
            "payments": [
              {
                "$ref": "1"
              },
              {
                "$ref": "1"
              }
            ]
          },
          {
            "$ref": "4"
          }
        ],
        "customerGroupMembers": [
          {
            "$id": "5",
            "id": 1,
            "groupID": "/mSAGAfIA06jkvgYbcoTHg==",
            "groupIDGuid": "188064fe-c807-4e03-a392-f8186dca131e",
            "customerID": "vLfs6CdmDkSiOhvykZXc4A==",
            "customerIDGuid": "e8ecb7bc-6627-440e-a23a-1bf29195dce0",
            "card": "sample string 4",
            "linkedAccount": "xnOa0u4L3E+16wZNv49woA==",
            "linkedAccountGuid": "d29a73c6-0bee-4fdc-b5eb-064dbf8f70a0",
            "customer": {
              "$ref": "3"
            },
            "group": {
              "$id": "6",
              "identifier": "+EX8BvRHN0+Q4NrgB2Vh0Q==",
              "identifierGuid": "06fc45f8-47f4-4f37-90e0-dae0076561d1",
              "name": "sample string 2",
              "primaryContact": "gSAWZWZsl06hj/SX5xHgFg==",
              "primaryContactGuid": "65162081-6c66-4e97-a18f-f497e711e016",
              "accountID": "xUSI36J8bEupJnNCvBA1fA==",
              "accountIDGuid": "df8844c5-7ca2-4b6c-a926-7342bc10357c",
              "special": true,
              "updated": "2025-06-14T07:07:37.854912",
              "active": true,
              "reasonInactive": 1,
              "priceLevelIdentifier": "tCFhWXmqdUSPKcorKqzhsg==",
              "priceLevelIdentifierGuid": "596121b4-aa79-4475-8f29-ca2b2aace1b2",
              "deleted": true,
              "account": {
                "$ref": "2"
              },
              "primaryContactCustomer": {
                "$ref": "3"
              },
              "customerGroupMembers": [
                {
                  "$ref": "5"
                },
                {
                  "$ref": "5"
                }
              ]
            },
            "customerCard": {
              "$ref": "4"
            }
          },
          {
            "$ref": "5"
          }
        ],
        "customerGroups": [
          {
            "$ref": "6"
          },
          {
            "$ref": "6"
          }
        ],
        "accounts": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ],
        "account": {
          "$ref": "2"
        },
        "vouchers": [
          {
            "$id": "7",
            "customerIdentifier": "F4aT2I7QZkSEH7MG/xBwIw==",
            "customerIdentifierGuid": "d8938617-d08e-4466-841f-b306ff107023",
            "voucherName": "sample string 2",
            "count": 3,
            "storeID": 4,
            "barcode": "sample string 5",
            "redeemCount": 6,
            "issueCount": 7,
            "storeSalePaymentID": 1,
            "idempotentID": "QrGLIP4WBUOXajTBbAQIuw==",
            "idempotentGuid": "208bb142-16fe-4305-976a-34c16c0408bb",
            "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-06-14T07:07:37.854912",
              "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-06-14T07:07:37.854912",
                "labelPageLayout": "dhKeG8HxZkeUqc9ktzG+3A==",
                "pageLayoutGuid": "1b9e1276-f1c1-4766-94a9-cf64b731bedc",
                "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-06-14T07:07:37.854912"
                  },
                  {
                    "$ref": "11"
                  }
                ]
              },
              "customerVouchers": [
                {
                  "$id": "12",
                  "id": 1,
                  "customerIdentifier": "6c4MayXZCUahlXeztzmyng==",
                  "customerIdentifierGuid": "6b0ccee9-d925-4609-a195-77b3b739b29e",
                  "voucherID": 3,
                  "voucherName": "sample string 4",
                  "storeID": 1,
                  "barcode": "sample string 5",
                  "dateOfIssue": "2025-06-14T07:07:37.854912",
                  "issuedSaleHeaderID": 1,
                  "issuedSaleIdentifier": "sample string 7",
                  "issuedOfflinePaymentID": 1,
                  "issuedIdempotentID": "j0F44ivzn0O4C/uf/Jq9YQ==",
                  "issuedIdempotentGuid": "e278418f-f32b-439f-b80b-fb9ffc9abd61",
                  "issuedOffline": true,
                  "issuedUser": "sample string 9",
                  "issuedNotes": "sample string 10",
                  "expiryDate": "2025-06-14T07:07:37.854912",
                  "expiredUser": "sample string 11",
                  "expiredNotes": "sample string 12",
                  "redeemed": "2025-06-14T07:07:37.854912",
                  "redeemedSaleHeaderID": 1,
                  "redeemedSaleIdentifier": "sample string 13",
                  "redeemedOfflinePaymentID": 1,
                  "redeemedIdempotentID": "wchBAMkPtE2cyq+5eO073w==",
                  "redeemedIdempotentGuid": "0041c8c1-0fc9-4db4-9cca-afb978ed3bdf",
                  "redeemedUser": "sample string 14",
                  "redeemedNotes": "sample string 15",
                  "redeemedOffline": true,
                  "updated": "2025-06-14T07:07:37.854912",
                  "storeName": "sample string 17",
                  "scaleLabel": {
                    "$ref": "10"
                  },
                  "voucher": {
                    "$ref": "8"
                  },
                  "customer": {
                    "$ref": "3"
                  },
                  "issuedOfflinePayment": {
                    "$ref": "1"
                  },
                  "redeemedOfflinePayment": {
                    "$ref": "1"
                  }
                },
                {
                  "$ref": "12"
                }
              ]
            },
            "customer": {
              "$ref": "3"
            }
          },
          {
            "$ref": "7"
          }
        ]
      },
      "card": {
        "$ref": "4"
      },
      "members": {
        "$id": "13",
        "sample string 1": [
          {
            "$ref": "3"
          },
          {
            "$ref": "3"
          }
        ],
        "sample string 2": [
          {
            "$ref": "3"
          },
          {
            "$ref": "3"
          }
        ]
      },
      "customerGroups": [
        {
          "$ref": "6"
        },
        {
          "$ref": "6"
        }
      ]
    },
    "customerCard": {
      "$ref": "4"
    },
    "accountType": 1,
    "cardName": "sample string 8",
    "authorisationNumber": "sample string 9",
    "bankReference": "sample string 10",
    "merchantID": "sample string 11",
    "terminalID": "sample string 12",
    "cardNumber": "sample string 13",
    "paymentDate": "2025-06-14T07:07:37.854912",
    "invRocNo": "sample string 14",
    "responseCode": "sample string 15",
    "cashout": 1,
    "tip": 16,
    "idempotentVoid": "kffdI3tYeEW9b3pHTHWNwg==",
    "idempotentVoidGuid": "23ddf791-587b-4578-bd6f-7a474c758dc2",
    "offline": true,
    "processed": 1,
    "storeSaleHeader": {
      "$id": "14",
      "saleHeaderID": 1,
      "saleHeaderGuid": "HdTteHaQa0Gvh3z1XtyNng==",
      "saleHeaderIdentifierGuid": "78edd41d-9076-416b-af87-7cf55edc8d9e",
      "created": "2025-06-14T07:07:37.854912",
      "createdLocal": "2025-06-14T07:07:37.854912",
      "createdText": "sample string 4",
      "itemCount": 5,
      "totalAmount": 6,
      "cashTender": 1,
      "cardTender": 1,
      "cheqTender": 1,
      "acctTender": 1,
      "voucherTender": 1,
      "loyaltyPoints": 1,
      "cashout": 1,
      "changeAmount": 1,
      "rounding": 1,
      "gstAmount": 1,
      "transactionDiscountTender": 1,
      "totalTip": 7,
      "tranType": 1,
      "processed": 1,
      "imported": "2025-06-14T07:07:37.854912",
      "storeID": 1,
      "operatorG_Uid": "BoaXMfyT0E+QTwscVnv/8A==",
      "operatorGuid": "31978606-93fc-4fd0-904f-0b1c567bfff0",
      "customerG_Uid": "bo8eH+9RxkiYjtT31PKohw==",
      "customerGuid": "1f1e8f6e-51ef-48c6-988e-d4f7d4f2a887",
      "communityIdentifier": "EpnLiSAzsU6l+PLO1cNSDw==",
      "communityIdentifierGuid": "89cb9912-3320-4eb1-a5f8-f2ced5c3520f",
      "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": "00JqBTOg9UieVr8Os9jraw==",
      "priceLevelIdentifierGuid": "056a42d3-a033-48f5-9e56-bf0eb3d8eb6b",
      "locked": 36,
      "relationChecksum": "sample string 37",
      "loyaltyTender": 1,
      "giftCardTender": 1,
      "operator": {
        "$id": "15",
        "id": 1,
        "g_Uid": "SsbtwNQK40SHvCgzJZKtZQ==",
        "guid": "c0edc64a-0ad4-44e3-87bc-28332592ad65",
        "operatorNumber": 1,
        "shortName": "sample string 2",
        "firstName": "sample string 3",
        "lastName": "sample string 4",
        "password": "sample string 5",
        "hasPassword": true,
        "passwordText": "sample string 6",
        "rfidTagID": "sample string 7",
        "blueprintID": 1,
        "groupID": 1,
        "groupName": "sample string 8",
        "managerGroupID": 1,
        "managerGroupName": "sample string 9",
        "zoneID": 1,
        "zoneName": "sample string 10",
        "loggedIn": 1,
        "lastUsedIP": "sample string 11",
        "deleted": true,
        "locked": true,
        "allowOpenTill": true,
        "webEmail": "sample string 14",
        "simpleOperatorType": 0,
        "webRole": "sample string 15",
        "updated": "2025-06-14T07:07:37.854912",
        "passwordResetRequired": true,
        "alteredInStore": true,
        "startShift": "2025-06-14T07:07:37.854912",
        "endShift": "2025-06-14T07:07:37.854912",
        "machineName": "sample string 20",
        "drawerID": 1,
        "stores": [
          {
            "$id": "16",
            "operatorG_UID": "oOoE+vlMA0u00yfH4Sq8Aw==",
            "operatorGuid": "fa04eaa0-4cf9-4b03-b4d3-27c7e12abc03",
            "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-06-14T07:07:37.854912",
              "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": "U6/bnqF6jEGHdljSCzyIFQ==",
              "hostIdentifierGuid": "9edbaf53-7aa1-418c-8776-58d20b3c8815",
              "hostName": 1,
              "hostAddress": "sample string 27",
              "hostUsername": "sample string 28",
              "hostPassword": "sample string 29",
              "excludeFromLeadInOut": true,
              "accountingProvider": 31,
              "accountingAddress": "sample string 32",
              "accountingUsername": "sample string 33",
              "accountingPassword": "sample string 34",
              "storeAccountingCode": "sample string 35",
              "softwareVariance": 36,
              "fuelWarningVariance": 37.0,
              "fuelErrorVariance": 38.0,
              "fuelAccumulatedWarningVariance": 39.0,
              "fuelAccumulatedErrorVariance": 40.0,
              "drawManagment": 41,
              "endOfDayManagment": true,
              "autoFillCashBalancing": true,
              "fuelDayVariance": 44,
              "accountingTradingTime": "00:00:00.1234567",
              "stockActivateProduct": 46,
              "giftCardSalesAccountingDeptCode": "sample string 47",
              "transactionDiscountAccountingDeptCode": "sample string 48",
              "size": 49,
              "updated": "2025-06-14T07:07:37.854912",
              "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": "qgZdaR24nUeKQe4hDOatOA==",
                  "hostIdentifierGuid": "695d06aa-b81d-479d-8a41-ee210ce6ad38",
                  "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": "plW0vCoZXUi0IT5kBv1cWw==",
                    "identifierGuid": "bcb455a6-192a-485d-b421-3e6406fd5c5b",
                    "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": "PVGAhv7z7kiP+v8FkyMgYQ==",
                    "hostSupplierIdentifierGuid": "8680513d-f3fe-48ee-8ffa-ff0593232061",
                    "loyaltyPriceLevelIdentifier": "3m04T7Ogwk2s7eI2Pw+zHg==",
                    "loyaltyPriceLevelIdentifierGuid": "4f386dde-a0b3-4dc2-aced-e2363f0fb31e",
                    "isGroup": true,
                    "description": "sample string 22",
                    "hostProvider": 23,
                    "hostTypeEnum": 24,
                    "hostType": "sample string 25",
                    "hostCode": "sample string 26",
                    "username": "sample string 27",
                    "password": "sample string 28",
                    "passwordPlain": "sample string 29",
                    "server": "sample string 30",
                    "url": "sample string 31",
                    "global": true,
                    "stateCode": "sample string 33",
                    "lastCollected": "2025-06-14T07:07:37.854912",
                    "lastProcessed": "2025-06-14T07:07:37.854912",
                    "hold": true,
                    "supplierName": "sample string 35",
                    "supplier": {
                      "$id": "21",
                      "identifier": "REm3S+q/+EuaiKOsBPxjpg==",
                      "identifierGuid": "4bb74944-bfea-4bf8-9a88-a3ac04fc63a6",
                      "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": "50br7NS+LE29qXB2ddv72g==",
                      "primaryContactID": "eceb46e7-bed4-4d2c-bda9-707675dbfbda",
                      "storeID": 1,
                      "abn": "sample string 16",
                      "supplierGroupIdentifier": "gJNhKhouOk+a6Udq+hbOSA==",
                      "supplierGroupGuid": "2a619380-2e1a-4f3a-9ae9-476afa16ce48",
                      "rebate": 1.0,
                      "rebateType": 1,
                      "rebateFrequency": 1,
                      "rebateSource": 1,
                      "rebateLastClaimed": "2025-06-14T07:07:37.854912",
                      "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": "ff7d5caf-7613-447c-9577-23083fad844f",
                        "identifier": "oHNnFBLaUkmxJP3iHwtmYg==",
                        "identifierGuid": "146773a0-da12-4952-b124-fde21f0b6662",
                        "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": "uLjdbs/31E2eefB49SbFdA==",
                          "supplierIdentifierGuid": "6eddb8b8-f7cf-4dd4-9e79-f078f526c574",
                          "contactGuid": "c4pCwHfL2kidE315cp+lDQ==",
                          "contactID": "c0428a73-cb77-48da-9d13-7d79729fa50d",
                          "contact": {
                            "$ref": "22"
                          },
                          "supplier": {
                            "$ref": "21"
                          }
                        },
                        {
                          "$ref": "23"
                        }
                      ],
                      "products": [
                        {
                          "$id": "24",
                          "pluG_UID": "g5+fvkudyEWUDcpABYcTWA==",
                          "pluGuid": "be9f9f83-9d4b-45c8-940d-ca4005871358",
                          "supplierIdentifier": "9nOv+eg12EW0zT8dS/KvFg==",
                          "supplierIdentifierGuid": "f9af73f6-35e8-45d8-b4cd-3f1d4bf2af16",
                          "cartonQuantity": 1,
                          "cartonQuantityChanged": true,
                          "productSize": "sample string 2",
                          "cigarettesPerSleeve": 1,
                          "randomWeight": true,
                          "piecesPerUnit": 4,
                          "averagePackSize": 5,
                          "effectiveDate": "2025-06-14T07:07:37.854912",
                          "pricedByWeight": true,
                          "landedUnitCostEx": 8,
                          "landedUnitCostInc": 9,
                          "landedCartonCostInc": 10,
                          "landedCartonCostEx": 11,
                          "standardCost": 12,
                          "deliveryFee": 1,
                          "deliveryFeeBasis": "sample string 13",
                          "pickAndPackFee": 1,
                          "pickAndPackFeeBasis": "sample string 14",
                          "financeFee": 1,
                          "financeFeeBasis": "sample string 15",
                          "cartonLength": 1,
                          "cartonWidth": 1,
                          "cartonHeight": 1,
                          "palletLayerQuantity": 1,
                          "palletLayers": 1,
                          "itemCode": "sample string 16",
                          "invoiceCode": "sample string 17",
                          "invoiceDesc": "sample string 18",
                          "orderDirect": true,
                          "useCost": true,
                          "minimumQuantity": 19,
                          "hostType": 20,
                          "fromHost": 21,
                          "minimumReorder": 1,
                          "maximumReorder": 1,
                          "orderMultiple": 22.1,
                          "sellMultiple": 23.1,
                          "baseMultiple": 24.1,
                          "hostStandardCost": 25,
                          "hostTotalCost": 26,
                          "hostRetail": 27,
                          "hostLandedUnitCostEx": 28,
                          "hostLandedUnitCostInc": 29,
                          "hostDesc": "sample string 30",
                          "directIndicator": "sample string 31",
                          "availableToOrder": true,
                          "hostRangeIndicator": "sample string 33",
                          "hostProductType": "sample string 34",
                          "hostProductGrade": "sample string 35",
                          "hostProductGroup": "sample string 36",
                          "hostSlowMoving": true,
                          "hostGeneralMerchandise": true,
                          "hostPillar": "sample string 39",
                          "hostLastUpdated": "2025-06-14T07:07:37.854912",
                          "rebate": 1.0,
                          "rebateExclude": true,
                          "invoiceCodes": [
                            {
                              "$id": "25",
                              "pluG_UID": "U2LnyvM1qkem4u2vSrrEAQ==",
                              "pluGuid": "cae76253-35f3-47aa-a6e2-edaf4abac401",
                              "supplierIdentifier": "ObXvwzLS+UCwpOuExPnrZA==",
                              "supplierIdentifierGuid": "c3efb539-d232-40f9-b0a4-eb84c4f9eb64",
                              "invoiceCode": "sample string 1",
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "25"
                            }
                          ],
                          "storeIDs": [
                            1,
                            2
                          ],
                          "preferredSupplier": true,
                          "preferredRebateSupplier": true,
                          "supplierName": "sample string 40",
                          "salesMode": 41,
                          "orderPacked": true,
                          "active": true,
                          "price": 1,
                          "costGstPercent": 43,
                          "parentPluG_UID": "5Dp4l7KM7kWDgEk8tqXhsw==",
                          "parentPluGuid": "97783ae4-8cb2-45ee-8380-493cb6a5e1b3",
                          "freight": 44.0,
                          "freightType": 1,
                          "product": {
                            "$id": "26",
                            "plu": 1,
                            "storeID": 1,
                            "masterPluG_UID": "QEA=",
                            "storeIDs": [
                              1,
                              2
                            ],
                            "g_UId": "9xMp2EVeVUS+flN7q+YLNA==",
                            "guid": "d82913f7-5e45-4455-be7e-537babe60b34",
                            "apn": "sample string 1",
                            "apnChanged": true,
                            "apnSwitched": true,
                            "barcode": "sample string 4",
                            "itemNumber": "sample string 5",
                            "itemNumberChanged": true,
                            "priceGroupG_UID": "kELJaPPRhkSbwJkhdCn/Xg==",
                            "priceGroupGuid": "68c94290-d1f3-4486-9bc0-99217429ff5e",
                            "blueprintID": 1,
                            "lastCountedDate": "2025-06-14T07:07:37.8690113",
                            "externalID": "sample string 7",
                            "active": true,
                            "activated": "2025-06-14T07:07:37.8690113",
                            "pluCreated": "2025-06-14T07:07:37.8690113",
                            "createdByUser": "sample string 9",
                            "name": "sample string 10",
                            "nameChanged": true,
                            "secondDescription": "sample string 12",
                            "hostDescription": "sample string 13",
                            "keepCartonQty": true,
                            "keepDescription": true,
                            "keepDepartments": true,
                            "keepSuppliers": true,
                            "markdownDescription": "sample string 18",
                            "altDescription": "sample string 19",
                            "bestOrExpire": 20,
                            "lastUpdate": "2025-06-14T07:07:37.8690113",
                            "lastManualUpdate": "2025-06-14T07:07:37.8690113",
                            "imageName": "sample string 23",
                            "showImageOnFlipCharts": true,
                            "showTextOnFlipCharts": true,
                            "overrideFlipChartText": true,
                            "flipChartText": "sample string 27",
                            "salesMode": 1,
                            "eftCode": 1,
                            "price": 1,
                            "priceChanged": true,
                            "rrp": 1,
                            "gstPercent": 28,
                            "gstPercentChanged": true,
                            "costGSTPercent": 29,
                            "costGSTPercentChanged": true,
                            "wetPercent": 1,
                            "priceOverride": 1,
                            "cost": 1,
                            "currentCost": 1,
                            "currentCostDecimals": 1,
                            "grossProfit": 1.0,
                            "currentCostDesc": "sample string 30",
                            "currentCostEnd": "2025-06-14T07:07:37.8690113",
                            "currentCostUpdated": "2025-06-14T07:07:37.8690113",
                            "costDecimals": 31,
                            "costChanged": true,
                            "dealCostIdentifier": "QEA=",
                            "excludeFromRebate": true,
                            "rebateOverride": 1,
                            "costCalcMethod": 1,
                            "costCalcMethodChanged": true,
                            "costEffectiveDate": "2025-06-14T07:07:37.8690113",
                            "defaultGP": 1,
                            "breakTargetMode": 32,
                            "break1": 1,
                            "price1": 1,
                            "target1": 33,
                            "break2": 1,
                            "price2": 1,
                            "target2": 34,
                            "break3": 1,
                            "price3": 1,
                            "target3": 35,
                            "break1Changed": true,
                            "price1Changed": true,
                            "target1Changed": true,
                            "break2Changed": true,
                            "price2Changed": true,
                            "target2Changed": true,
                            "break3Changed": true,
                            "price3Changed": true,
                            "target3Changed": true,
                            "breakTargetModeChanged": true,
                            "margin": 1.1,
                            "marginChanged": true,
                            "marginRanged": true,
                            "marginRangedChanged": true,
                            "minimumMargin": 1.1,
                            "minimumMarginChanged": true,
                            "maximumMargin": 1.1,
                            "maximumMarginChanged": true,
                            "overrideHostWarehouseIndicator": true,
                            "overrideHostWarehouseIndicatorChanged": true,
                            "overrideHostPrice": true,
                            "overrideHostPriceChanged": true,
                            "overrideHostCost": true,
                            "overrideHostCostChanged": true,
                            "overrideHostMargin": true,
                            "overrideHostMarginChanged": true,
                            "alwaysApplyMargin": true,
                            "alwaysApplyMarginChanged": true,
                            "aws": 1.0,
                            "awsUpdated": "2025-06-14T07:07:37.8690113",
                            "posTare": 1,
                            "altPrice": 1.0,
                            "altPriceChanged": true,
                            "altPriceMode": 52,
                            "altPriceModeChanged": true,
                            "altPLUG_UID": "x4CR6Sq6Jk2JdwTsWIH6zg==",
                            "altPLUGuid": "e99180c7-ba2a-4d26-8977-04ec5881face",
                            "altPLUGuidChanged": true,
                            "altPriceDescription1": "sample string 53",
                            "altPriceDescription2": "sample string 54",
                            "cartonQuantity": 55,
                            "cartonQuantityChanged": true,
                            "trayID": 1,
                            "promptID": 1,
                            "tare": 1,
                            "packQty": 1,
                            "fixedWeight": 1,
                            "extraMesg": 1,
                            "text1": "sample string 57",
                            "text2": "sample string 58",
                            "text3": "sample string 59",
                            "labelText": "sample string 60",
                            "labelTextChanged": true,
                            "sendToScale": true,
                            "nonScaleWeigh": true,
                            "labelFormat": "sample string 64",
                            "barcodeFormat": "sample string 65",
                            "austMade": 1,
                            "coolCode": 66,
                            "countryOfOrigin": "sample string 67",
                            "percentContent": 68.1,
                            "departmentID": 1,
                            "subDepartmentID": 1,
                            "minorDepartmentID": 1,
                            "lesserDepartmentID": 1,
                            "deptCode": "sample string 69",
                            "subDeptCode": "sample string 70",
                            "minorDeptCode": "sample string 71",
                            "lesserDeptCode": "sample string 72",
                            "deptName": "sample string 73",
                            "subDeptName": "sample string 74",
                            "minorDeptName": "sample string 75",
                            "lesserDeptName": "sample string 76",
                            "departmentChanged": true,
                            "subCategoryID": 1,
                            "expiry": 1,
                            "showDays": 1,
                            "datePrint": 1,
                            "labelRequired": true,
                            "labelShelfQty": 79,
                            "labelShelfChanged": true,
                            "labelTalkerQty": 81,
                            "labelSmall": true,
                            "labelLastPrinted": "2025-06-14T07:07:37.8690113",
                            "labelLastPrice": 1,
                            "shelfPageLayoutG_UID": "vMHVRAGhTESpKKE/eQ1wCw==",
                            "shelfPageLayoutGuid": "44d5c1bc-a101-444c-a928-a13f790d700b",
                            "talkerPageLayoutG_UID": "J8zzXmoWKke3QLF5TVj6uw==",
                            "talkerPageLayoutGuid": "5ef3cc27-166a-472a-b740-b1794d58fabb",
                            "unitMeasure": 1.1,
                            "unitMeasureChanged": true,
                            "unitMeasureKind": 84,
                            "unitMeasureKindChanged": true,
                            "signIQData": "sample string 86",
                            "refresh": true,
                            "earnLoyaltyPoints": true,
                            "earnLoyaltyPointsChanged": true,
                            "quantityOverride": true,
                            "quantityOverrideChanged": true,
                            "quantityRequired": true,
                            "quantityRequiredChanged": true,
                            "allowDiscounts": true,
                            "allowDiscountsChanged": true,
                            "discountDiscounts": true,
                            "discountDiscountsChanged": true,
                            "itemRecalled": true,
                            "itemRecalledChanged": true,
                            "noRefund": true,
                            "noRefundChanged": true,
                            "allowMarkdown": true,
                            "allowMarkdownChanged": true,
                            "priceRequired": true,
                            "priceRequiredChanged": true,
                            "fuelItem": true,
                            "fuelItemChanged": true,
                            "trackSerial": true,
                            "trackSerialChanged": true,
                            "allowZeroPrice": true,
                            "allowZeroPriceChanged": true,
                            "notForSale": 90,
                            "notForSaleChanged": true,
                            "excludeFromDeals": true,
                            "excludeFromVoucher": true,
                            "minimumAge": 93,
                            "minimumAgeChanged": true,
                            "buyingLimit": 1,
                            "buyingLimitChanged": true,
                            "buyingLimitIndependent": true,
                            "buyingLimitIndependentChanged": true,
                            "inventoryGuid": "fBFq/V9gQkujEc7m4wNiYg==",
                            "inventoryIdentifier": "fd6a117c-605f-4b42-a311-cee6e3036262",
                            "inventoryAccuracy": 1,
                            "baseUnits": 97,
                            "orderPacked": 1,
                            "isManufactured": true,
                            "isIngredient": true,
                            "isModifier": true,
                            "isModifierChanged": true,
                            "hasModifiers": 98,
                            "defaultPrinter": "sample string 99",
                            "defaultPrinterGroup": "sample string 100",
                            "ingredientsOnManufacture": true,
                            "manufactureUnitMeasure": 1,
                            "mpl": 1,
                            "maxShelfQty": 101,
                            "allowAutoOrder": true,
                            "warrantyPeriod": 1,
                            "parentPluG_UId": "629j1zUzbkK5RSGHYKKOSw==",
                            "parentPluGuid": "d7636feb-3335-426e-b945-218760a28e4b",
                            "preferredHostVendor": 103,
                            "preferredHostChanged": true,
                            "code": "sample string 105",
                            "supplierIdentifier": "WrPeg4NyAUaacGBhhTHKZg==",
                            "supplierIdentifierGuid": "83deb35a-7283-4601-9a70-60618531ca66",
                            "supplierChanged": true,
                            "rebateSupplierIdentifier": "VLxdgTRC9k+IbD0lLHzJQw==",
                            "rebateSupplierIdentifierGuid": "815dbc54-4234-4ff6-886c-3d252c7cc943",
                            "rebateSupplierChanged": true,
                            "availableForOrder": true,
                            "warehouseDirectIndicator": "sample string 107",
                            "warehouseDirectIndicatorChanged": true,
                            "productGrade": "sample string 109",
                            "productType": "sample string 110",
                            "productGroup": "sample string 111",
                            "complianceIndicator": "sample string 112",
                            "inhouseBrand": "sample string 113",
                            "slowMoving": true,
                            "generalMerchandise": true,
                            "comment": "sample string 116",
                            "lastUpdatedByUser": "sample string 117",
                            "lastManualUpdatedByUser": "sample string 118",
                            "lastUpdatedByUserOverride": true,
                            "lastUpdatedByHost": "2025-06-14T07:07:37.8690113",
                            "commodity": "sample string 120",
                            "businessPillar": "sample string 121",
                            "mscCommodity": "sample string 122",
                            "hostIdentifier": "brYUnfVgC0CiIVoTaolcFw==",
                            "hostIdentifierGuid": "9d14b66e-60f5-400b-a221-5a136a895c17",
                            "serviceFeeID": 1,
                            "serviceFeeIDChanged": true,
                            "providerName": "sample string 124",
                            "aisleEnds": "sample string 125",
                            "deleted": true,
                            "deletedChanged": true,
                            "hidden": true,
                            "doNotRange": true,
                            "doNotRangeChanged": true,
                            "doNotOrder": true,
                            "doNotOrderChanged": true,
                            "locked": true,
                            "excludeFromWebUpdate": true,
                            "excludeFromWebUpdateChanged": true,
                            "webPriceBasedOn": 136,
                            "webPriceRounding": true,
                            "webMarkup": 138,
                            "webPriceMode": 139,
                            "altDepartmentID": 1,
                            "altSubDepartmentID": 1,
                            "altMinorDepartmentID": 1,
                            "altLesserDepartmentID": 1,
                            "altDeptCode": "sample string 140",
                            "altSubDeptCode": "sample string 141",
                            "altMinorDeptCode": "sample string 142",
                            "altLesserDeptCode": "sample string 143",
                            "altDepartmentChanged": true,
                            "storeProducts": [
                              {
                                "$ref": "26"
                              },
                              {
                                "$ref": "26"
                              }
                            ],
                            "store": {
                              "$ref": "17"
                            },
                            "storePrices": [
                              {
                                "$id": "27",
                                "pluG_UID": "lZRfYWxPlkCV+S769CwSZQ==",
                                "pluGuid": "615f9495-4f6c-4096-95f9-2efaf42c1265",
                                "plu": 1,
                                "storeID": 1,
                                "zoneID": 2,
                                "zoneName": "sample string 3",
                                "store": "sample string 4",
                                "priceNow": 5,
                                "costNow": 6,
                                "costNowDecimals": 7,
                                "normalPrice": 8,
                                "gstPercent": 9,
                                "normalCost": 10,
                                "normalCostDecimals": 11,
                                "costGstPercent": 12,
                                "costCalcMethod": 1,
                                "currentCost": 13,
                                "currentCostDecimals": 14,
                                "break1": 15,
                                "price1": 16,
                                "break2": 17,
                                "price2": 18,
                                "break3": 19,
                                "price3": 20,
                                "fuelItem": 21,
                                "fixedWeight": 22,
                                "active": true,
                                "complianceIndicator": "sample string 23",
                                "doNotOrder": true,
                                "doNotRange": true,
                                "isNormalPriceChangesCampaign": true,
                                "updated": "2025-06-14T07:07:37.8690113"
                              },
                              {
                                "$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-06-14T07:07:37.8690113",
                                "priceChangeType": 0,
                                "costDecimals": 10
                              },
                              "normalPluPrices": {
                                "$ref": "29"
                              },
                              "winningCampaign": 1,
                              "winner": {
                                "$id": "30",
                                "campaignName": "sample string 1",
                                "campaignDescription": "sample string 2",
                                "startDate": "2025-06-14T07:07:37.8690113",
                                "startTime": 3,
                                "endDate": "2025-06-14T07:07:37.8690113",
                                "endTime": 4,
                                "newPrice": 5,
                                "newCost": 6,
                                "newCostDecimals": 7,
                                "pctDiscount": 8,
                                "promoType": 1,
                                "promotionTypeCode": "sample string 9",
                                "hostType": 10,
                                "hostIdentifier": "M0G3WvsrDE+c8FWaQyV71Q==",
                                "hostIdentifierGuid": "5ab74133-2bfb-4f0c-9cf0-559a43257bd5",
                                "storeNames": [
                                  "sample string 1",
                                  "sample string 2"
                                ]
                              },
                              "details": [
                                {
                                  "$ref": "30"
                                },
                                {
                                  "$ref": "30"
                                }
                              ]
                            },
                            "tray": {
                              "$id": "31",
                              "g_UId": "LoySXET8V0+Eu18xG6cSng==",
                              "guid": "5c928c2e-fc44-4f57-84bb-5f311ba7129e",
                              "name": "sample string 1",
                              "number": 1,
                              "tare": 1
                            },
                            "priceGroup": {
                              "$id": "32",
                              "priceGroupG_UID": "nTd/9V8bOE2y1TobKQXgrw==",
                              "priceGroupGuid": "f57f379d-1b5f-4d38-b2d5-3a1b2905e0af",
                              "name": "sample string 2",
                              "code": 1,
                              "modified": true,
                              "updated": "2025-06-14T07:07:37.8690113",
                              "buyingLimit": 1,
                              "buyingLimitIndependent": true,
                              "buyingLimitType": 0,
                              "number": 1,
                              "products": [
                                {
                                  "$ref": "26"
                                },
                                {
                                  "$ref": "26"
                                }
                              ],
                              "productCount": 1
                            },
                            "priceGroupName": "sample string 145",
                            "nutrifacts": {
                              "$id": "33",
                              "pluG_UID": "MZe/grqIS0mSNMTlfDQczA==",
                              "pluGuid": "82bf9731-88ba-494b-9234-c4e57c341ccc",
                              "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": "31fcf48f-4c73-4ce7-8267-d27484a7235c",
                              "created": "2025-06-14T07:07:37.8690113",
                              "createdByUser": "sample string 1",
                              "activated": "2025-06-14T07:07:37.8690113",
                              "deactivated": "2025-06-14T07:07:37.8690113",
                              "lastOrdered": "2025-06-14T07:07:37.8690113",
                              "lastOrderedQty": 2.0,
                              "lastReceived": "2025-06-14T07:07:37.8690113",
                              "lastReceivedQty": 3.0,
                              "lastInvoiceStatus": 1,
                              "lastCounted": "2025-06-14T07:07:37.8690113",
                              "lastSold": "2025-06-14T07:07:37.8690113",
                              "firstSold": "2025-06-14T07:07:37.8690113",
                              "awsUpdated": "2025-06-14T07:07:37.8690113",
                              "lastManualUpdate": "2025-06-14T07:07:37.8690113",
                              "lastManualUpdatedByUser": "sample string 5",
                              "lastUpdated": "2025-06-14T07:07:37.8690113",
                              "lastUpdatedByUser": "sample string 7",
                              "lastUpdatedByHost": "2025-06-14T07:07:37.8690113",
                              "doNotRangeUpdated": "2025-06-14T07:07:37.8690113",
                              "doNotOrderUpdated": "2025-06-14T07:07:37.8690113",
                              "tracked": "2025-06-14T07:07:37.8690113"
                            },
                            "allergens": [
                              {
                                "$id": "35",
                                "allergenID": 1,
                                "pluG_UID": "8RKrUh2sGEyJFF4lYbdOfA==",
                                "pluGuid": "52ab12f1-ac1d-4c18-8914-5e2561b74e7c",
                                "contains": 2,
                                "allergenName": "sample string 3",
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "35"
                              }
                            ],
                            "costs": {
                              "$id": "36",
                              "pluG_UID": "ma5bFkVPjkmGYzX7aYOvnA==",
                              "pluGuid": "165bae99-4f45-498e-8663-35fb6983af9c",
                              "enteredCost": 1,
                              "weightedAvgCost": 1,
                              "lastCost": 1,
                              "rawEnteredCost": 2,
                              "rawWeightedAvgCost": 3,
                              "rawLastCost": 4,
                              "freight": 5.0,
                              "freightType": 6,
                              "costDecimals": 7,
                              "fifoCost": 1,
                              "updated": "2025-06-14T07:07:37.8690113",
                              "normalCost": 1,
                              "currentCost": 1
                            },
                            "sales": [
                              {
                                "$id": "37",
                                "saleHeaderID": 1,
                                "created": "2025-06-14T07:07:37.8690113",
                                "createdLocal": "2025-06-14T07:07:37.8690113",
                                "storeID": 3,
                                "storeName": "sample string 4",
                                "operatorG_Uid": "QIWhcZRo2US1eTMokR7+QQ==",
                                "operatorGuid": "71a18540-6894-44d9-b579-3328911efe41",
                                "operatorName": "sample string 5",
                                "tranType": 1,
                                "plu": 1,
                                "pluG_UId": "czLjROwVAkW7qvABbWgZng==",
                                "pluGuid": "44e33273-15ec-4502-bbaa-f0016d68199e",
                                "normalPrice": 1,
                                "totalCents": 1,
                                "cost": 1,
                                "grossProfit": 1,
                                "quantity": 1,
                                "operator": {
                                  "$ref": "15"
                                }
                              },
                              {
                                "$ref": "37"
                              }
                            ],
                            "apns": [
                              {
                                "$id": "38",
                                "pluID": 1,
                                "pluG_UID": "5TlLtRN7dUyUyvDGCD0jkg==",
                                "pluGuid": "b54b39e5-7b13-4c75-94ca-f0c6083d2392",
                                "apn": "sample string 1",
                                "deleted": true,
                                "storeID": 1,
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "38"
                              }
                            ],
                            "tuns": [
                              {
                                "$id": "39",
                                "pluG_UId": "aHpc4Uhg0EqcJd94fXtD0g==",
                                "pluGuid": "e15c7a68-6048-4ad0-9c25-df787d7b43d2",
                                "apn": "sample string 1",
                                "tun": "sample string 2",
                                "cartonQuantity": 3,
                                "product": {
                                  "$ref": "26"
                                },
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "39"
                              }
                            ],
                            "competitionPricing": [
                              {
                                "$id": "40",
                                "identifier": "87tjIwV7EUKwwWjFwacZ3Q==",
                                "identifierGuid": "2363bbf3-7b05-4211-b0c1-68c5c1a719dd",
                                "pluG_UID": "tl6WdJlbB0iSfVaBgh/xOA==",
                                "pluGuid": "74965eb6-5b99-4807-927d-5681821ff138",
                                "competitionID": 1,
                                "name": "sample string 2",
                                "sellMultiple": 3,
                                "retailPrice": 4,
                                "storeName": "sample string 5"
                              },
                              {
                                "$ref": "40"
                              }
                            ],
                            "supplier": {
                              "$ref": "21"
                            },
                            "supplierName": "sample string 146",
                            "children": [
                              {
                                "$ref": "26"
                              },
                              {
                                "$ref": "26"
                              }
                            ],
                            "ordering": {
                              "$ref": "24"
                            },
                            "flipChartPages": [
                              {
                                "$id": "41",
                                "identifier": "WwBqwmsAzUW5S7mkHsIGQg==",
                                "groupName": "sample string 1",
                                "identifierGuid": "c26a005b-006b-45cd-b94b-b9a41ec20642",
                                "exists": true,
                                "flipChartIdentifier": "siLxIsohqEiWhFyo9cEUMw==",
                                "flipChartIdentifierGuid": "22f122b2-21ca-48a8-9684-5ca8f5c11433",
                                "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": "RweHAli9R0ObL39LyOsJ9A==",
                                "groupIdentifierGuid": "02870747-bd58-4347-9b2f-7f4bc8eb09f4",
                                "flipChart": {
                                  "$id": "42",
                                  "identifier": "EnWeraNtJka5bC8YESxXlQ==",
                                  "identifierGuid": "ad9e7512-6da3-4626-b96c-2f18112c5795",
                                  "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": "sqBFR0EC00KYDmBOOHTjwg==",
                                    "identifierGuid": "4745a0b2-0241-42d3-980e-604e3874e3c2",
                                    "name": "sample string 2",
                                    "formType": "sample string 3",
                                    "forms": [
                                      {
                                        "$id": "44",
                                        "id": 1,
                                        "g_UID": "p8sV4EkzGUyX+a+Oh4Tb/w==",
                                        "guid": "e015cba7-3349-4c19-97f9-af8e8784dbff",
                                        "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": "a6Dwk7uIYEW7AGWnqB+aPw==",
                                        "previousFormGuid": "93f0a06b-88bb-4560-bb00-65a7a81f9a3f",
                                        "nextForm": 1,
                                        "nextFormG_UID": "6ahXFiCmWkSOtcabvv6Bog==",
                                        "nextFormGuid": "1657a8e9-a620-445a-8eb5-c69bbefe81a2",
                                        "attributes": "sample string 10",
                                        "updated": "2025-06-14T07:07:37.8690113",
                                        "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": "F7TTOrai6kq1mt7iLvO4nQ==",
                                            "checkoutFormGuid": "3ad3b417-a2b6-4aea-b59a-dee22ef3b89d",
                                            "identifier": "FczDG1MtQU2ZIYXwlUOPNA==",
                                            "identifierGuid": "1bc3cc15-2d53-4d41-9921-85f095438f34",
                                            "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": "NK+owO1nHkO39EtyF8iBvw==",
                                            "valueGuid": "c0a8af34-67ed-431e-b7f4-4b7217c881bf",
                                            "buttonText": "sample string 10",
                                            "valueText": "sample string 11",
                                            "drawImageAndButton": true,
                                            "updated": "2025-06-14T07:07:37.8690113",
                                            "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-06-14T07:07:37.8690113",
                                              "imageData": "QEA=",
                                              "readOnly": true
                                            }
                                          },
                                          {
                                            "$ref": "45"
                                          }
                                        ],
                                        "panels": [
                                          {
                                            "$id": "47",
                                            "id": 1,
                                            "checkoutFormID": 2,
                                            "checkoutFormG_UID": "pwGoOQBEFkm7LU7e/5crTQ==",
                                            "checkoutFormGuid": "39a801a7-4400-4916-bb2d-4edeff972b4d",
                                            "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": "R50FA/NYN0WP5r4xqDnWrQ==",
                                    "flipChartPageIdentifierGuid": "03059d47-58f3-4537-8fe6-be31a839d6ad",
                                    "pluG_UID": "pa7vKivjrUeKzmpHpBOOEg==",
                                    "pluGuid": "2aefaea5-e32b-47ad-8ace-6a47a4138e12",
                                    "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": "Mk3BpCMbeUSo0aBuT4EUHA==",
                                "pluGuid": "a4c14d32-1b23-4479-a8d1-a06e4f81141c",
                                "price": 1,
                                "costCalcMethod": 1,
                                "cost": 2,
                                "weightedAvgCost": 3,
                                "lastCost": 4,
                                "rawCost": 5,
                                "rawWeightedAvgCost": 6,
                                "rawLastCost": 7,
                                "costDecimals": 8,
                                "serviceFeeID": 9,
                                "freight": 10.0,
                                "freightType": 11,
                                "process": "sample string 12",
                                "user": "sample string 13",
                                "updated": "2025-06-14T07:07:37.8690113",
                                "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": "yS+6t2NUO0yE8NV86yv5CA==",
                                "ingredientGuid": "PK2OmoXxjEOqhwgx0cae+A==",
                                "ingredientIdentifier": "9a8ead3c-f185-438c-aa87-0831d1c69ef8",
                                "quantity": 1.0,
                                "storeIDs": [
                                  1,
                                  2
                                ],
                                "ingredientText": "sample string 1",
                                "ingredient": {
                                  "$ref": "26"
                                }
                              },
                              {
                                "$ref": "50"
                              }
                            ],
                            "bins": [
                              {
                                "$id": "51",
                                "pluG_UID": "5xOym7UN/UiF967WLCkh/Q==",
                                "pluGuid": "9bb213e7-0db5-48fd-85f7-aed62c2921fd",
                                "shelfLocationIdentifier": "FReaN0mtG0i+Mm9Slwr/bg==",
                                "shelfLocationGuid": "379a1715-ad49-481b-be32-6f52970aff6e",
                                "labelShelfDefault": 1,
                                "labelTalkerDefault": 1,
                                "labelSmall": true,
                                "labelPageLayoutG_UID": "8eXcECChD0GfqLAIFXiMOQ==",
                                "labelPageLayoutGuid": "10dce5f1-a120-410f-9fa8-b00815788c39",
                                "updated": "2025-06-14T07:07:37.8690113",
                                "electronicShelfLabelIdentifier": "sample string 5",
                                "electronicshelfLabelsConfigurationID": 6,
                                "labelShelfChanged": true,
                                "productName": "sample string 8",
                                "locationText": "sample string 9",
                                "product": {
                                  "$ref": "26"
                                },
                                "location": {
                                  "$id": "52",
                                  "identifier": "+r8NRBpPZUSnfh4KwV2bfw==",
                                  "storeID": 1,
                                  "identifierGuid": "440dbffa-4f1a-4465-a77e-1e0ac15d9b7f",
                                  "name": "sample string 2",
                                  "haccp": true,
                                  "blueprintID": 1,
                                  "updated": "2025-06-14T07:07:37.8690113",
                                  "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": "3fbDOEzNmEagaC3IJx7bcA==",
                                "pluGuid": "38c3f6dd-cd4c-4698-a068-2dc8271edb70",
                                "deptNo": 1,
                                "product": {
                                  "$ref": "26"
                                },
                                "scaleLocation": {
                                  "$id": "54",
                                  "id": 1,
                                  "deptNo": 1,
                                  "deptCode": "sample string 2",
                                  "name": "sample string 3",
                                  "enabled": true,
                                  "updated": "2025-06-14T07:07:37.8690113",
                                  "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-06-14T07:07:37.8690113",
                                                "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": "80mL0feTXke6XrcsXGDlwg==",
                                                "labelPageLayoutGuid": "d18b49f3-93f7-475e-ba5e-b72c5c60e5c2",
                                                "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-06-14T07:07:37.8690113",
                                            "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": "71VjV00LmEex2qE0nzDsuw==",
                                            "labelPageLayoutGuid": "576355ef-0b4d-4798-b1da-a1349f30ecbb",
                                            "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-06-14T07:07:37.8690113",
                                        "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": "DOmyyVKg3EiTRy2R0JzPnQ==",
                                        "labelPageLayoutGuid": "c9b2e90c-a052-48dc-9347-2d91d09ccf9d",
                                        "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-06-14T07:07:37.8690113",
                                    "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": "1b4HHrpD/UmnhF86/IYrhQ==",
                                    "labelPageLayoutGuid": "1e07bed5-43ba-49fd-a784-5f3afc862b85",
                                    "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": "KP95jrttPkGuVTOJkvToaA==",
                              "pluGuid": "8e79ff28-6dbb-413e-ae55-338992f4e868",
                              "newPrice": 1,
                              "pctDiscount": 1,
                              "newCost": 1,
                              "newCostDecimals": 6,
                              "dealCostIdentifier": "g7c4uDNe60WGBj39s3tHFg==",
                              "dealCostGuid": "b838b783-5e33-45eb-8606-3dfdb37b4716",
                              "pluName": "sample string 7",
                              "apn": "sample string 8",
                              "fuelItem": true,
                              "priceGroupG_UID": "uc9LZgC18kKg2DWjIBOiCw==",
                              "priceGroupGuid": "664bcfb9-b500-42f2-a0d8-35a32013a20b",
                              "itemNumber": "sample string 10",
                              "cri": "sample string 11",
                              "pluPrice": 12,
                              "pluCost": 13,
                              "pluCostIndicator": "sample string 14",
                              "pluPriceGstPercent": 15,
                              "pluCostGstPercent": 16,
                              "pluActive": true,
                              "cartonQty": 1.1,
                              "baseUnits": 18.1,
                              "salesMode": 1,
                              "pluNormalCost": 19,
                              "pluaws": 20.0,
                              "directNumber": "sample string 21",
                              "departmentName": "sample string 22",
                              "subDepartmentName": "sample string 23",
                              "priceGroupName": "sample string 24",
                              "supplierName": "sample string 25",
                              "stockOnHand": 1.1,
                              "stockOnOrder": 1.1,
                              "lastReceived": "2025-06-14T07:07:37.8690113",
                              "rrp": 26,
                              "campaignDescription": "sample string 27",
                              "campaignComboPriceGroupG_UID": "sZe+z3WtQEm8ClmD9YEfdg==",
                              "campaignComboPriceGroupIdentifier": "cfbe97b1-ad75-4940-bc0a-5983f5811f76",
                              "promotionPlacementDescription": "sample string 28",
                              "storeAcceptances": [
                                {
                                  "$id": "64",
                                  "plu": 1,
                                  "pluG_UId": "QEA=",
                                  "campaignID": 1,
                                  "campaignName": "sample string 2",
                                  "storeID": 3,
                                  "acceptedUtc": "2025-06-14T07:07:37.8690113",
                                  "operatorG_UID": "NFc6541gMEe18XXSMXtILA==",
                                  "operatorGuid": "e73a5734-608d-4730-b5f1-75d2317b482c",
                                  "machineID": 1,
                                  "processed": true,
                                  "appliedUtc": "2025-06-14T07:07:37.8690113",
                                  "signIqTicketFileMovedUtc": "2025-06-14T07:07:37.8690113",
                                  "user": "sample string 6",
                                  "campaignDescription": "sample string 7",
                                  "productDesc": "sample string 8",
                                  "storeName": "sample string 9",
                                  "effectiveUtc": "2025-06-14T07:07:37.8690113",
                                  "priceChangeType": 0,
                                  "operatorName": "sample string 10",
                                  "hostCampaign": true,
                                  "product": {
                                    "$ref": "26"
                                  },
                                  "campaignPlu": {
                                    "$ref": "63"
                                  }
                                },
                                {
                                  "$ref": "64"
                                }
                              ],
                              "campaign": {
                                "$id": "65",
                                "id": 1,
                                "storeID": 2,
                                "name": "03bf5a88-198e-4d6e-a2c5-0771caf04ef9",
                                "nameGuid": "03bf5a88-198e-4d6e-a2c5-0771caf04ef9",
                                "description": "sample string 4",
                                "showDiscounts": true,
                                "showTotals": true,
                                "onlyEvaluateOnSubtotal": true,
                                "useDescription": true,
                                "campaignType": 1,
                                "startDate": "2025-06-14T07:07:37.8690113",
                                "startTime": 1,
                                "endDate": "2025-06-14T07:07:37.8690113",
                                "endTime": 1,
                                "recurrence": 1,
                                "recurrenceType": 1,
                                "monthType": 1,
                                "weekDays": 1,
                                "months": 1,
                                "monthWeeks": 1,
                                "monthDays": "sample string 7",
                                "printed": true,
                                "talkerText": "sample string 8",
                                "rangeDescription": "sample string 9",
                                "dealDescription": "sample string 10",
                                "labelQuantity": 11,
                                "active": 1,
                                "deactivated": "2025-06-14T07:07:37.8690113",
                                "system": true,
                                "created": "2025-06-14T07:07:37.8690113",
                                "updated": "2025-06-14T07:07:37.8690113",
                                "priceChangeNotifiedUtc": "2025-06-14T07:07:37.8690113",
                                "promoType": 1,
                                "promotionTypeCode": "sample string 13",
                                "hostIdentifier": "fqHdl/yGgUiUqsbodCqC3Q==",
                                "hostIdentifierGuid": "97dda17e-86fc-4881-94aa-c6e8742a82dd",
                                "hostType": 14,
                                "createdByUser": "sample string 15",
                                "fromHost": true,
                                "deleted": true,
                                "campaignDeleted": "2025-06-14T07:07:37.8690113",
                                "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": "VVSS/YJ8ekCWJ61djgWo8g==",
                                    "pluGuid": "fd925455-7c82-407a-9627-ad5d8e05a8f2",
                                    "hostOfferID": 1,
                                    "priceGroupG_UID": "IEYrzF2JKU2GAE0K7W+Iow==",
                                    "priceGroupGuid": "cc2b4620-895d-4d29-8600-4d0aed6f88a3",
                                    "fuelItem": true,
                                    "pluName": "sample string 6",
                                    "apn": "sample string 7",
                                    "pluActive": true,
                                    "cartonQty": 1,
                                    "baseUnits": 9.1,
                                    "cri": "sample string 10",
                                    "salesMode": 1,
                                    "pluaws": 11.0,
                                    "directNumber": "sample string 12",
                                    "departmentName": "sample string 13",
                                    "subDepartmentName": "sample string 14",
                                    "priceGroupName": "sample string 15",
                                    "supplierName": "sample string 16",
                                    "stockOnHand": 1.1,
                                    "stockOnOrder": 1.1,
                                    "lastReceived": "2025-06-14T07:07:37.8690113",
                                    "rrp": 17,
                                    "campaignDescription": "sample string 18",
                                    "product": {
                                      "$ref": "26"
                                    },
                                    "campaign": {
                                      "$ref": "65"
                                    }
                                  },
                                  {
                                    "$ref": "66"
                                  }
                                ],
                                "sellingRules": [
                                  {
                                    "$id": "67",
                                    "id": 1,
                                    "identifier": "08e1TRlErES2Z/wlhsRWgQ==",
                                    "identifierStr": "08e1TRlErES2Z/wlhsRWgQ==",
                                    "identifierGuid": "4db5c7d3-4419-44ac-b667-fc2586c45681",
                                    "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": "bwvlC1qfO0maT7hzc/G8ZQ==",
                                    "customerIDGuid": "0be50b6f-9f5a-493b-9a4f-b87373f1bc65",
                                    "campaign": {
                                      "$ref": "65"
                                    },
                                    "customer": {
                                      "$ref": "3"
                                    }
                                  },
                                  {
                                    "$ref": "68"
                                  }
                                ],
                                "customerGroups": [
                                  {
                                    "$id": "69",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "groupID": "yO08M2oiqk2qoWcDgrmKPQ==",
                                    "groupIDGuid": "333cedc8-226a-4daa-aaa1-670382b98a3d",
                                    "campaign": {
                                      "$ref": "65"
                                    },
                                    "group": {
                                      "$ref": "6"
                                    }
                                  },
                                  {
                                    "$ref": "69"
                                  }
                                ],
                                "signIqTickets": [
                                  {
                                    "$id": "70",
                                    "identifier": "ERoVCZMiSk21Kck3JUqjqA==",
                                    "identifierGuid": "09151a11-2293-4d4a-b529-c937254aa3a8",
                                    "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": "rfjAACNlb0etKRgWVQqouA==",
                                    "guid": "00c0f8ad-6523-476f-ad29-1816550aa8b8",
                                    "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": "xHmHKcVUhUqtwUlinRjmdg==",
                                        "groupGuid": "298779c4-54c5-4a85-adc1-49629d18e676",
                                        "comboPriceType": 5,
                                        "priceType": 5,
                                        "pluG_UID": "5Xp2nPurkU+F32kGHLESjA==",
                                        "pluGuid": "9c767ae5-abfb-4f91-85df-69061cb1128c",
                                        "priceGroupG_UID": "AWeBxpGX9kqZpNPnsrEAxw==",
                                        "priceGroupGuid": "c6816701-9791-4af6-99a4-d3e7b2b100c7",
                                        "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": "hD8dYM/Z70WL4TiD74oqEw==",
                                    "priceLevelIdentifierGuid": "601d3f84-d9cf-45ef-8be1-3883ef8a2a13",
                                    "campaignName": "sample string 3",
                                    "priceLevelName": "sample string 4"
                                  },
                                  {
                                    "$ref": "73"
                                  }
                                ]
                              },
                              "product": {
                                "$ref": "26"
                              },
                              "dealCost": {
                                "$id": "74",
                                "headerIdentifier": "lnGnR96GZUuNfDhxdhnIOQ==",
                                "headerIdentifierGuid": "47a77196-86de-4b65-8d7c-38717619c839",
                                "identifier": "ytYA2HaSm06vu4N2YlEa5Q==",
                                "identifierGuid": "d800d6ca-9276-4e9b-afbb-837662511ae5",
                                "supplierIdentifier": "VOV+xuyJf061FuZ7u8Gjhg==",
                                "supplierGuid": "c67ee554-89ec-4e7f-b516-e67bbbc1a386",
                                "pluG_UID": "SrckszMnrk+Qv0DLCgnffw==",
                                "pluGuid": "b324b74a-2733-4fae-90bf-40cb0a09df7f",
                                "campaignName": "b11e9776-c104-49c6-8c32-8704a263ab05",
                                "description": "sample string 4",
                                "cost": 5,
                                "costDecimals": 6,
                                "start": "2025-06-14T07:07:37.8690113",
                                "end": "2025-06-14T07:07:37.8690113",
                                "type": 9,
                                "promoType": 10,
                                "bonusItemPLUG_UID": "i1MUtwzNXk2uFRdzse1kFw==",
                                "bonusItemPluGuid": "b714538b-cd0c-4d5e-ae15-1773b1ed6417",
                                "bonusPurchaseUnits": 11,
                                "bonusReceiveUnits": 12,
                                "updated": "2025-06-14T07:07:37.8690113",
                                "metcashPromotionID": "sample string 14",
                                "fromHost": 15,
                                "storeNames": "sample string 16",
                                "storeIDs": [
                                  1,
                                  2
                                ],
                                "supplierName": "sample string 17",
                                "campaignDescription": "sample string 18",
                                "newPrice": 1,
                                "campaignMetcashPromotionID": "sample string 19",
                                "campaignActive": true,
                                "campaignStartDate": "2025-06-14T07:07:37.8690113",
                                "campaignEndDate": "2025-06-14T07:07:37.8690113",
                                "masterPLUG_UID": "Ib3m512JtUuNh+xaG1pNOA==",
                                "masterID": "e7e6bd21-895d-4bb5-8d87-ec5a1b5a4d38",
                                "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": "Komc2mNO7U6CEJ0EU+ajJg==",
                                "bonusMasterID": "da9c892a-4e63-4eed-8210-9d0453e6a326",
                                "bonusProductName": "sample string 34",
                                "bonusProductAPN": "sample string 35",
                                "bonusOrderCode": "sample string 36",
                                "bonusNormalSell": 37,
                                "bonusNormalCost": 38,
                                "bonusNormalCostDecimals": 39,
                                "bonusCartonQuantity": 40,
                                "bonusSalesMode": 41,
                                "bonusOrderPacked": 42,
                                "bonusFuelItem": true,
                                "bonusActive": true
                              }
                            },
                            "currentCostStart": "2025-06-14T07:07:37.8690113",
                            "dealCosts": [
                              {
                                "$ref": "74"
                              },
                              {
                                "$ref": "74"
                              }
                            ],
                            "tags": [
                              {
                                "$id": "75",
                                "pluG_UID": "QAmqOqvzHkqUx5Tmag6IsQ==",
                                "pluGuid": "3aaa0940-f3ab-4a1e-94c7-94e66a0e88b1",
                                "tagID": 1,
                                "description": "sample string 1",
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "75"
                              }
                            ],
                            "alternateProductG_UID": "CazRjpEWrEaAepv/1y+G/w==",
                            "alternateProduct": "8ed1ac09-1691-46ac-807a-9bffd72f86ff",
                            "productHostCode": {
                              "$id": "76",
                              "id": 1,
                              "pluG_UID": "neJA6g1B70m9Pcvk3bFUhQ==",
                              "pluGuid": "ea40e29d-410d-49ef-bd3d-cbe4ddb15485",
                              "ibaCode": "sample string 2"
                            },
                            "mscCat": {
                              "$ref": "59"
                            },
                            "mscCom": {
                              "$ref": "60"
                            },
                            "mscDep": {
                              "$ref": "62"
                            },
                            "mscSubCom": {
                              "$ref": "61"
                            },
                            "isUserUpdate": true,
                            "ignoreMasterProduct": true,
                            "priceGroupLabelRequested": true,
                            "firstSold": "2025-06-14T07:07:37.8690113",
                            "inventoryTracked": "2025-06-14T07:07:37.8690113",
                            "isNormalPriceChangesCampaign": true
                          },
                          "supplier": {
                            "$ref": "21"
                          },
                          "serviceFee": {
                            "$id": "77",
                            "id": 1,
                            "description": "sample string 1",
                            "fee": 1
                          },
                          "isPrimaryHost": true,
                          "hostVendor": 46
                        },
                        {
                          "$ref": "24"
                        }
                      ],
                      "orderCycleHeaders": [
                        {
                          "$id": "78",
                          "storeID": 1,
                          "supplierIdentifier": "o1f7f7/PC0GoBAZOFFMX8A==",
                          "supplierGuid": "7ffb57a3-cfbf-410b-a804-064e145317f0",
                          "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": "O5yHRlKNG0a1qUppunMy6g==",
                          "supplierGuid": "46879c3b-8d52-461b-b5a9-4a69ba7332ea",
                          "departmentCode": "sample string 2",
                          "warehouseDirectIndicator": "sample string 3",
                          "type": 4,
                          "cutOffWeek": 5,
                          "cutOffDay": 6,
                          "cutOffTime": "00:00:00.1234567",
                          "leadTime": 7,
                          "daysBuffer": 8,
                          "supplierName": "sample string 9",
                          "cutOffDate": "2025-06-14T07:07:37.8690113",
                          "deliveryDate": "2025-06-14T07:07:37.8690113",
                          "nextCutOffDate": "2025-06-14T07:07:37.8690113",
                          "nextDeliveryDate": "2025-06-14T07:07:37.8690113",
                          "nextDaysBuffer": 10
                        },
                        {
                          "$ref": "79"
                        }
                      ],
                      "store": {
                        "$ref": "17"
                      },
                      "updated": "2025-06-14T07:07:37.8690113",
                      "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-06-14T07:07:37.8690113",
                        "processed": "2025-06-14T07:07:37.8690113",
                        "isProcessing": true,
                        "processedCount": 6,
                        "processingTime": 1,
                        "collectedUtc": "2025-06-14T07:07:37.8690113",
                        "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-06-14T07:07:37.8690113",
                          "businessPillar": "sample string 3",
                          "fileType": "sample string 4"
                        }
                      },
                      {
                        "$ref": "80"
                      }
                    ],
                    "zoneMatrix": [
                      {
                        "$id": "82",
                        "id": 1,
                        "hostIdentifier": "diDMdZjhIkqQDw6Ulxx6+Q==",
                        "hostIdentifierGuid": "75cc2076-e198-4a22-900f-0e94971c7af9",
                        "storeID": 1,
                        "departmentCode": "sample string 2",
                        "hostGuids": [
                          "0010d3dc-d11c-4d61-8ac2-b148c29f6fb9",
                          "07f966be-399f-42dd-8dea-90c09407b8c1"
                        ]
                      },
                      {
                        "$ref": "82"
                      }
                    ],
                    "hostFileStoreSetting": {
                      "$ref": "19"
                    },
                    "hostStoreSettings": [
                      {
                        "$ref": "19"
                      },
                      {
                        "$ref": "19"
                      }
                    ],
                    "promotionPlacements": [
                      {
                        "$id": "83",
                        "identifier": "o5/ybgES1ky20AE/ued7gw==",
                        "identifierGuid": "6ef29fa3-1201-4cd6-b6d0-013fb9e77b83",
                        "code": "sample string 2",
                        "description": "sample string 3",
                        "isAdvertised": true
                      },
                      {
                        "$ref": "83"
                      }
                    ],
                    "promoTypeGuids": [
                      "7e7cf5c1-321e-4386-a587-7481932591af",
                      "2256ae48-b4ce-4a4d-ba27-5fa08e0eb6a0"
                    ],
                    "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-06-14T07:07:37.8690113",
                  "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": "10903540-23f1-4b76-9cfb-69d54c57f471",
              "updateStore": {
                "$id": "89",
                "id": "c3d76192-7b6a-4657-9ef6-1da98f971aaf",
                "name": "sample string 1",
                "lastActivity": "2025-06-14T07:07:37.8690113",
                "zone": "sample string 2",
                "timeZoneOffset": 0.0,
                "businessHoursStart": "00:00:00.1234567",
                "businessHoursEnd": "00:00:00.1234567",
                "master": true,
                "lastIP": "sample string 10",
                "lastHostName": "sample string 11",
                "ping": 1,
                "pingStatus": "sample string 12",
                "lastUpdateCompleted": "2025-06-14T07:07:37.8690113"
              },
              "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": "3"
      },
      "communityOrganisation": {
        "$id": "91",
        "id": 1,
        "identifier": "4Vmw5t9440+124oGaIHcRA==",
        "identifierGuid": "e6b059e1-78df-4fe3-b5db-8a066881dc44",
        "name": "sample string 3",
        "lookupIdentifier": "sample string 4",
        "externalID": "sample string 5",
        "phone": "sample string 6",
        "fax": "sample string 7",
        "email": "sample string 8",
        "address1": "sample string 9",
        "address2": "sample string 10",
        "city": "sample string 11",
        "postCode": "sample string 12",
        "state": "sample string 13",
        "country": "sample string 14",
        "totalAmountAwarded": 15.1,
        "updated": "2025-06-14T07:07:37.8690113",
        "deleted": true
      },
      "details": [
        {
          "$id": "92",
          "saleItemID": 1,
          "identifier": "q5QQUpEnCk2WtuuORd4DUg==",
          "identifierGuid": "521094ab-2791-4d0a-96b6-eb8e45de0352",
          "saleHeaderID": 2,
          "plu": 1,
          "pluG_UId": "6A13QNQyHUOqpGx+lS3lNA==",
          "pluGuid": "40770de8-32d4-431d-aaa4-6c7e952de534",
          "accountID": "tYiSFLohUUK1HiS1tPw4FQ==",
          "accountIDGuid": "149288b5-21ba-4251-b51e-24b5b4fc3815",
          "normalPrice": 3,
          "originalSellingPrice": 4,
          "discountPrice": 5,
          "unit": 1,
          "quantity": 6,
          "totalCents": 7,
          "fixedPrice": 1,
          "tranType": 1,
          "discountType": 1,
          "cost": 1,
          "costDecimals": 8,
          "markdown": 1,
          "manualQuantity": 1,
          "manualPrice": 1,
          "manualMode": 1,
          "active": 1,
          "offline": true,
          "barcode": "sample string 9",
          "keyedSale": 1,
          "discountedID": 1,
          "fuelID": 1,
          "serialNumber": "sample string 10",
          "bestOrExpire": "2025-06-14T07:07:37.8690113",
          "bestOrExpireType": 1,
          "providerName": "sample string 11",
          "refundG_UID": "H3mAkQPQyE2lFzSP1Gq9BQ==",
          "refundGuid": "9180791f-d003-4dc8-a517-348fd46abd05",
          "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": "lMdfRGyfY0G2q4N0mHv/sA==",
          "idempotentVoidGuid": "445fc794-9f6c-4163-b6ab-8374987bffb0",
          "priceLevelIdentifier": "eRuToYFq+kKHOhHFmLgYWA==",
          "priceLevelIdentifierGuid": "a1931b79-6a81-42fa-873a-11c598b81858",
          "productName": "sample string 23",
          "apn": "sample string 24",
          "unknownScans": [
            {
              "$id": "93",
              "id": 1,
              "saleDetailID": 2,
              "storeID": 1,
              "scanned": "2025-06-14T07:07:37.8690113",
              "operatorG_UID": "QEA=",
              "barcode": "sample string 4",
              "processed": 1
            },
            {
              "$ref": "93"
            }
          ],
          "refund": {
            "$id": "94",
            "id": 1,
            "g_UID": "jXW7NW29j0edXySelJhW1Q==",
            "guid": "35bb758d-bd6d-478f-9d5f-249e949856d5",
            "description": "sample string 1",
            "dumped": true,
            "inventoryReasonID": 1,
            "sortOrder": 1,
            "updated": "2025-06-14T07:07:37.8690113"
          },
          "modifier": {
            "$id": "95",
            "id": 1,
            "setG_UID": "UxmROJe18EKPCZcrb5qrAQ==",
            "modifierSetGuid": "38911953-b597-42f0-8f09-972b6f9aab01",
            "name": "sample string 2",
            "price": 1,
            "quantity": 1,
            "modifierType": 1,
            "groupNumber": 1,
            "pageNumber": 1,
            "controlOrder": 1,
            "printToStation": true,
            "pluG_UID": "yD0Fedfhe022WiL2w4Poxg==",
            "pluGuid": "79053dc8-e1d7-4d7b-b65a-22f6c383e8c6",
            "deleted": true,
            "g_UID": "YBEoV5eVyU+61J+rmMR1yA==",
            "guid": "57281160-9597-4fc9-bad4-9fab98c475c8",
            "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": "1"
        },
        {
          "$ref": "1"
        }
      ],
      "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": "mRcGGEWS10Sry8OikjECjQ==",
          "pluGuid": "18061799-9245-44d7-abcb-c3a29231028d",
          "saleHeaderID": 2,
          "totalCents": 3,
          "grade": 1,
          "gradeDescription": "sample string 4",
          "dispenser": 1,
          "hose": 1,
          "quantity": 1,
          "cost": 1,
          "acquirerNum": 1,
          "attendant": 1,
          "ePurseBalance": 1.0,
          "cardSignature": "sample string 5",
          "compartmentNumber": 1,
          "contractNumber": 1,
          "discountCardPAN": "sample string 6",
          "discountID": 1,
          "discountName": "sample string 7",
          "discountNetValue": 1.0,
          "discountType": 1,
          "discountValue": 1.0,
          "discretionaryData": "sample string 8",
          "driverID": "sample string 9",
          "eftBatchNumber": 1,
          "eftResponseCode": "sample string 10",
          "endDateTime": "2025-06-14T07:07:37.8690113",
          "engineHours": 1.1,
          "fposNumber": 1,
          "loyaltyCardPAN": "sample string 11",
          "miscData1": 1,
          "miscData2": "sample string 12",
          "miscFlags": 1,
          "mop": 1,
          "odometer": 1,
          "panNumber": "sample string 13",
          "saleRefund": true,
          "saleStatus": 1,
          "sequenceNumber": 1,
          "stan": 1,
          "startDateTime": "2025-06-14T07:07:37.8690113",
          "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": "soL1uefJLEymu88UvdE+sw==",
          "pluGuid": "b9f582b2-c9e7-4c2c-a6bb-cf14bdd13eb3",
          "accountID": "eCwvwHWFw0aExrCJHP6KxQ==",
          "accountIDGuid": "c02f2c78-8575-46c3-84c6-b0891cfe8ac5",
          "normalPrice": 3,
          "originalSellingPrice": 4,
          "discountPrice": 5,
          "unit": 1,
          "quantity": 6,
          "totalCents": 7,
          "fixedPrice": 1,
          "tranType": 1,
          "processed": 1,
          "discountType": 1,
          "cost": 1,
          "costDecimals": 1,
          "markdown": 1,
          "manualQuantity": 1,
          "manualPrice": 1,
          "manualMode": 1,
          "active": 1,
          "barcode": "sample string 8",
          "offline": 1,
          "keyedSale": 1,
          "discountedID": 1,
          "fuelID": 1,
          "serialNumber": "sample string 9",
          "bestOrExpire": "2025-06-14T07:07:37.8690113",
          "bestOrExpireType": 1,
          "refundG_UID": "TEC6mixNxEqtT6ZAkm1vKg==",
          "refundGuid": "9aba404c-4d2c-4ac4-ad4f-a640926d6f2a",
          "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": "TXgEWIpl50mRjuzr0wvKSg==",
          "identifierGuid": "5804784d-658a-49e7-918e-ecebd30bca4a",
          "id": 1,
          "orderNo": 2,
          "externalSaleIdentifier": "sample string 3",
          "storeID": 4,
          "zoneID": 5,
          "deptNo": 6,
          "customerIdentifier": "m29rSLGFX0etozJ/I20l0A==",
          "customerIdentifierGuid": "486b6f9b-85b1-475f-ada3-327f236d25d0",
          "operatorNo": 1,
          "operatorG_UID": "o1/rwwE7BEKNdnI2G969Cw==",
          "operatorGuid": "c3eb5fa3-3b01-4204-8d76-72361bdebd0b",
          "created": "2025-06-14T07:07:37.8690113",
          "ordered": "2025-06-14T07:07:37.8690113",
          "started": "2025-06-14T07:07:37.8690113",
          "completed": "2025-06-14T07:07:37.8690113",
          "supplied": "2025-06-14T07:07:37.8690113",
          "quickTicket": 1,
          "deleted": true,
          "walkAway": true,
          "approxWait": 1,
          "actualWait": 1,
          "deliveryMethod": 8,
          "externalSaleType": 9,
          "customer": {
            "$ref": "3"
          },
          "operator": {
            "$ref": "15"
          },
          "details": [
            {
              "$id": "102",
              "headerID": 1,
              "plu": 1,
              "pluG_UId": "IrVMVA/2U0+HB3mr4EyMPA==",
              "pluGuid": "544cb522-f60f-4f53-8707-79abe04c8c3c",
              "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": "JHSFpraeHU6bNfL6ocgSPQ==",
              "headerIdentifierGuid": "a6857424-9eb6-4e1d-9b35-f2faa1c8123d",
              "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": "jYBl8ulR7UWiptGOClHnIQ==",
          "surveyGuid": "f265808d-51e9-45ed-a2a6-d18e0a51e721",
          "saleHeaderGuid": "goC0dXxhQECDzFBUDtiq3g==",
          "saleGuid": "75b48082-617c-4040-83cc-50540ed8aade",
          "textResponse": "sample string 1",
          "integerResponse": 1,
          "g_UIDResponse": "EdGh/AtPH0uAkfAdJO+Aug==",
          "guidResponse": "fca1d111-4f0b-4b1f-8091-f01d24ef80ba",
          "whoAnswered": 2,
          "answeredAtUTC": "2025-06-14T07:07:37.8690113",
          "sale": {
            "$ref": "14"
          },
          "survey": {
            "$id": "104",
            "g_UID": "v1jJ/rkr70iALEu/nMTKFw==",
            "guid": "fec958bf-2bb9-48ef-802c-4bbf9cc4ca17",
            "name": "sample string 1",
            "storeID": 2,
            "zoneID": 1,
            "checkoutFormG_UID": "FdUsUVU1s0iES3n6xORbsg==",
            "checkoutFormGuid": "512cd515-3555-48b3-844b-79fac4e45bb2",
            "displayToWho": 3,
            "displayWhen": 4,
            "start": "2025-06-14T07:07:37.8690113",
            "end": "2025-06-14T07:07:37.8690113",
            "deleted": true,
            "updated": "2025-06-14T07:07:37.8690113",
            "possibleIntegerResponses": [
              1,
              2
            ],
            "possibleTextResponses": [
              "sample string 1",
              "sample string 2"
            ],
            "possibleGuidResponses": [
              "4d654638-e04f-4884-b5dd-976a611188f9",
              "2489c4f8-f5cc-48c7-972e-defc6d6e6a31"
            ],
            "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": "DQmhSTw7WEWCMn0ltcZ/EQ==",
      "accountIdentifier": "49a1090d-3b3c-4558-8232-7d25b5c67f11",
      "accountName": "sample string 42",
      "customerOrderIdentifier": "LujVFZflI0iDRbCaP/j0Zg==",
      "customerOrderIdentifierGuid": "15d5e82e-e597-4823-8345-b09a3ff8f466",
      "priceLevelName": "sample string 43",
      "revision": 44,
      "ingressId": "sample string 45"
    },
    "metadata": {
      "$id": "105",
      "id": 1,
      "paymentID": 2,
      "paymentIdentifier": "gks3rix/wUir9hoR0pHoLQ==",
      "paymentIdentifierGuid": "ae374b82-7f2c-48c1-abf6-1a11d291e82d",
      "identifier": "LHKokXs0U0ip2GdLNDsA+Q==",
      "identifierGuid": "91a8722c-347b-4853-a9d8-674b343b00f9",
      "metadata": "sample string 3",
      "signatureImage": "QEA=",
      "itemIdentifier": "lTAge96odU+g3S7uN18aAg==",
      "itemIdentifierGuid": "7b203095-a8de-4f75-a0dd-2eee375f1a02"
    }
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

text/csv

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�8�Zbs��5xl/workbook.xml �(�����0D�&�C���AR8q�����[i�-ik��-H�yۙ�};b��o���G���]c��o;��OvDw�:
!J�bVJ�bm۷FX���9 (k|�FOW�?,?:����V�ehu<"�f��_d4���I�b�)����EKZCJ��,iB�+T�y��,�r��i�Н���~W_PK�8�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�8�Ze�mJ''_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="R1f2bb061b6bc43da" /></Relationships>PK�8�ZXM��d�xl/worksheets/sheet1.xml �(����R�:�_%��cK+ɖ�$���J[(��I�)�ې>~��z�
���Z���m3|�g�0xN�|��G��7H��t�\ߏ��b���ލ��4��/��X|�e#oQ�GA�O�j���c����i���kv���r��ӧU�.`,��aRإ���1�^��&W��%�YY���%�j�\{��li�o�d�|���(>� K�f�l����v+��������c%���r��l0K擧��:ݜ%��Ea��ʘi���?��w�`5�S��,g�b��K���Oy��n_��]�K��`Dž�BJ)�ᑉ���.^���m����aĵ�x�ƺ�.NUuK?RL2.M�u���.>����e���G���/�� B&4��}�]�~��.��oΜP؁�{�UZ��p&�4F���x�:i�4��2\)��ɎW�S�oE�D$ѓ�	�W���k�m�3�3	�$�� w"�
��!�!g���N���C�k;I1m�iLO'D���$�́�iء�&��U-סQ�ʰ7B8��I�fp����!8-�zk�� �����J�m�\�dp��~`�n�h!����4ouCpڃ���/���	����I�Ӟ���ڢA	%=SN{�Ҟ���$Hη����/���~<)&�a�nYy���~��Ǽ|J�7��>o<��0x����m�7��4��6!��I��M�M�&�M�M�MDM�M�&�M�&qAt5����~&��/��zI ��W�:��@Pk�	�����~'����Pwou��@Pw������"�ݘ8����Pc� ���Q��8��jq`Md�$P9	��x��D�H}t�G�:���)}�_C�9�_Cc9'�E�?����@P���@�B�t��G�"���mD��yM ��o���@��4n6���O�޷>7D64�[AC���޻�54�_��cb��IL�$:�����A��&
��r�������p"���p�����e�;����@�;v���1�K"��`wh#-w ��݁@�;�׻�
��`w�h��r�~��1�~���E��D��;v���F�H&�$;M�"��w���b�PK�8�Z��M��Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;�CLp�
�n)p�q�ؑmh9[=R�P�Jm����h~OO��|����Ɓ\Ї���A�\�ۮ�s�Ov���D0�HZ��㴦4(����Ц�v~�1����T'�!]0VR?g�=�������:�h�`���)��(}����R���g�
乭� �Ԍy�P�E��S�:`����g2�*9Sˆ���+�1�c�}���i^���X-Kޔ��7���ѻ��~PK�8�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�8�Z���J(xl/sharedStrings.xml �(��XYo�6~/��`���uA�E��f
�B�݇EAQ#��/Ie���%uؒ(;��7�������,����/��̘N 'EL������
�.p���b�>�|�<�\L�Ҝ_L7Bl��sN6�a>+��K$)X���d�9�2�1��,�[���3L��e..���Z��G	��@�����ry}>��s��Hb�M(���mI�!�"
�v�[`XB8m	N�t���	�2in��jˮ2uMJ�	�n`�fQrQd��l��̴�͒1Ǖ�X�J�)�XH�<�Y���3�_�!&飭�F6x�+`�q�#�/����_c�Z�o�y(��g��"�_�ȡ��(���v�_ٶ���B��>:vi�I��\s�8�q�8�GU��-�q���N��8�}�
=��۵Q���~Ħ8����q�MA�&���>
�C�x�G�2�F��Ȓ�E^c���wr�7��9^���+K���~1kY�g����&��r���I^��o=�������jS�4RdUڜ��H(��tda�܉f�g�?��W:7�[�v'Z���R�wq}�����0�l�F�#�T��!@�mXVBLl���-����;NK�YoƘ"gWv���hF����+�s����֘�Lݦul�Y%��oj�+A	��"_��:����겍n��:ڧ���o[��j�����&c��)4�u���F��r7B���r]�Ř$aH��\Ⱥ��.���r]�^fGt�4��˻O�[pOæ�n~�[�T��w��e�q�&r?B��(������AL4��>(�U������Y��J�U���ǎ���=��^�p��'��BL�8�����iB7w���j+xZ�8U^I�
�\Z��Ģ��+߬ ����׾�d?�Ifї|/J9�����T�
Z��l-�|�\%�ީJ�,?�X�~�r�W蔨k���g�:�l��^�ݒ����$�9;}-�Pٮh��ۿ��se�P��6C?��vB��Ćd�� #2���Q�$F�v�w�P�k&&��5!AN@�� ;�/�-UE���[�z�R�]Wk!��PVK۶�@d"�&J,�Kl�2�6Gz6EL�\�V<����Q���u��E��Z*+�ՒUM������櫬Pn���(�muԫ[�9uЯ��a��U�S?2I���f�q��XF�~Ɇ6��j&������	���o&�G���PFBq�������فߗ9IK^7k��"7�r�U�fU1[���6������!�=B��UE��(�n�� �^P��OR$z��5�?�u��b��Q�u�|�T'��j�ev�����8�d��Ƌ�E���m׾�C��eݩ�N�d��nͭ�%po��N�1�v�t=�X���a۲l$.
��P��q����*x�W��V/C��+/��0T����V~K�k*-�����i_����ô�_�PѴ;E�$mлґqKy��ζ��󯴧���t�)�Ҟ���*�;򗒽��-�U?i�W+k� ��n�=�$D����Sv����裩-K}k���;�1xy890�o��O���L��e�8��<��TI�g�)�a����s..�PK-�8�Zbs��5xl/workbook.xmlPK-�8�Z����	��[Content_Types].xmlPK-
�8�Ze�mJ''U_rels/.relsPK-�8�ZXM��d��xl/worksheets/sheet1.xmlPK-�8�Z��M��Pwxl/_rels/workbook.xml.relsPK-�8�ZЃc'2E
�	xl/styles.xmlPK-�8�Z���J(7xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK�8�ZK� �5xl/workbook.xml �(�����0��&�C��	*N\�z��"
�'m
>��7o;���N>i;�Z�#G�2[��{�1�%��6�®�V�Ҿ��:�`���D�YE)�8�Z�^GW�?,g,B�zD/�%A(Z��s����-2[��$l
��T����EZ�J���Sb3��o���o�K�bBw������PK�8�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�8�Z���:''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rae588412e0394878" /></Relationships>PK�8�ZXM��d�xl/worksheets/sheet1.xml �(����R�:�_%��cK+ɖ�$���J[(��I�)�ې>~��z�
���Z���m3|�g�0xN�|��G��7H��t�\ߏ��b���ލ��4��/��X|�e#oQ�GA�O�j���c����i���kv���r��ӧU�.`,��aRإ���1�^��&W��%�YY���%�j�\{��li�o�d�|���(>� K�f�l����v+��������c%���r��l0K擧��:ݜ%��Ea��ʘi���?��w�`5�S��,g�b��K���Oy��n_��]�K��`Dž�BJ)�ᑉ���.^���m����aĵ�x�ƺ�.NUuK?RL2.M�u���.>����e���G���/�� B&4��}�]�~��.��oΜP؁�{�UZ��p&�4F���x�:i�4��2\)��ɎW�S�oE�D$ѓ�	�W���k�m�3�3	�$�� w"�
��!�!g���N���C�k;I1m�iLO'D���$�́�iء�&��U-סQ�ʰ7B8��I�fp����!8-�zk�� �����J�m�\�dp��~`�n�h!����4ouCpڃ���/���	����I�Ӟ���ڢA	%=SN{�Ҟ���$Hη����/���~<)&�a�nYy���~��Ǽ|J�7��>o<��0x����m�7��4��6!��I��M�M�&�M�M�MDM�M�&�M�&qAt5����~&��/��zI ��W�:��@Pk�	�����~'����Pwou��@Pw������"�ݘ8����Pc� ���Q��8��jq`Md�$P9	��x��D�H}t�G�:���)}�_C�9�_Cc9'�E�?����@P���@�B�t��G�"���mD��yM ��o���@��4n6���O�޷>7D64�[AC���޻�54�_��cb��IL�$:�����A��&
��r�������p"���p�����e�;����@�;v���1�K"��`wh#-w ��݁@�;�׻�
��`w�h��r�~��1�~���E��D��;v���F�H&�$;M�"��w���b�PK�8�Z��rO�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞���n7lؖ^��'q�Ďl��Xp$��U$H%l��hf<OO�lvo�H^0��;�`@е��WpJ��
v��G��h�9�<��Ҽ�4�'?�˝·I����κ=��`��aɀk&9�g��w���oO�����p�19��cR�S��x��@���=uS�x��J �fj1�G��^��BF65��Ȋ1����2V4�)�M/����;i�5ecP�FV���ѫ��PK�8�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�8�Z���J(xl/sharedStrings.xml �(��XYo�6~/��`���uA�E��f
�B�݇EAQ#��/Ie���%uؒ(;��7�������,����/��̘N 'EL������
�.p���b�>�|�<�\L�Ҝ_L7Bl��sN6�a>+��K$)X���d�9�2�1��,�[���3L��e..���Z��G	��@�����ry}>��s��Hb�M(���mI�!�"
�v�[`XB8m	N�t���	�2in��jˮ2uMJ�	�n`�fQrQd��l��̴�͒1Ǖ�X�J�)�XH�<�Y���3�_�!&飭�F6x�+`�q�#�/����_c�Z�o�y(��g��"�_�ȡ��(���v�_ٶ���B��>:vi�I��\s�8�q�8�GU��-�q���N��8�}�
=��۵Q���~Ħ8����q�MA�&���>
�C�x�G�2�F��Ȓ�E^c���wr�7��9^���+K���~1kY�g����&��r���I^��o=�������jS�4RdUڜ��H(��tda�܉f�g�?��W:7�[�v'Z���R�wq}�����0�l�F�#�T��!@�mXVBLl���-����;NK�YoƘ"gWv���hF����+�s����֘�Lݦul�Y%��oj�+A	��"_��:����겍n��:ڧ���o[��j�����&c��)4�u���F��r7B���r]�Ř$aH��\Ⱥ��.���r]�^fGt�4��˻O�[pOæ�n~�[�T��w��e�q�&r?B��(������AL4��>(�U������Y��J�U���ǎ���=��^�p��'��BL�8�����iB7w���j+xZ�8U^I�
�\Z��Ģ��+߬ ����׾�d?�Ifї|/J9�����T�
Z��l-�|�\%�ީJ�,?�X�~�r�W蔨k���g�:�l��^�ݒ����$�9;}-�Pٮh��ۿ��se�P��6C?��vB��Ćd�� #2���Q�$F�v�w�P�k&&��5!AN@�� ;�/�-UE���[�z�R�]Wk!��PVK۶�@d"�&J,�Kl�2�6Gz6EL�\�V<����Q���u��E��Z*+�ՒUM������櫬Pn���(�muԫ[�9uЯ��a��U�S?2I���f�q��XF�~Ɇ6��j&������	���o&�G���PFBq�������فߗ9IK^7k��"7�r�U�fU1[���6������!�=B��UE��(�n�� �^P��OR$z��5�?�u��b��Q�u�|�T'��j�ev�����8�d��Ƌ�E���m׾�C��eݩ�N�d��nͭ�%po��N�1�v�t=�X���a۲l$.
��P��q����*x�W��V/C��+/��0T����V~K�k*-�����i_����ô�_�PѴ;E�$mлґqKy��ζ��󯴧���t�)�Ҟ���*�;򗒽��-�U?i�W+k� ��n�=�$D����Sv����裩-K}k���;�1xy890�o��O���L��e�8��<��TI�g�)�a����s..�PK-�8�ZK� �5xl/workbook.xmlPK-�8�Z����	�[Content_Types].xmlPK-
�8�Z���:''V_rels/.relsPK-�8�ZXM��d��xl/worksheets/sheet1.xmlPK-�8�Z��rO�Pxxl/_rels/workbook.xml.relsPK-�8�ZЃc'2E
�	xl/styles.xmlPK-�8�Z���J(8xl/sharedStrings.xmlPK��