POST api/customer/{guid}/voucher/{voucherName}

Redeem or issue customer vouchers for a customer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

Customer identifier

globally unique identifier

Required

voucherName

voucher name

string

Required

Body Parameters

CustomerVoucherSummary with issue and redeem count included

CustomerVoucherUpdateSummary
NameDescriptionTypeAdditional information
CustomerIdentifier

Collection of byte

None.

CustomerIdentifierGuid

Customer identifier of customer

globally unique identifier

None.

VoucherName

Required. Voucher name

string

None.

StoreID

Store voucher is issued from

integer

None.

Redeem

Indicate that voucher is to be redeemed with current settings, will be used if both issue and redeem are set to true

boolean

None.

Issue

Indicate that voucher is to be issued with current settings

boolean

None.

Barcode

Required when tracking the issuing and redemption of a specific voucher

string

None.

SaleIdentifier

Sale identifier, required for both online and offline vouchers

string

None.

StoreSalePaymentID

Optional, the sale payment id. Can only be provided if the voucher is offline.

integer

None.

SaleHeaderID

Optional, the sale header id. Can only be provided if the voucher is offline.

integer

None.

IdempotentID

The byte[16] representation of the idempotent id

Collection of byte

None.

IdempotentGuid

Idempotent identifier

globally unique identifier

None.

Offline

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "customerIdentifier": "HY+xX1qI2kGaVK/W9U/qbA==",
  "customerIdentifierGuid": "5fb18f1d-885a-41da-9a54-afd6f54fea6c",
  "voucherName": "sample string 2",
  "storeID": 3,
  "redeem": true,
  "issue": true,
  "barcode": "sample string 6",
  "saleIdentifier": "sample string 7",
  "storeSalePaymentID": 1,
  "saleHeaderID": 1,
  "idempotentID": "KLyB747pDkqCEc63AyGJAg==",
  "idempotentGuid": "ef81bc28-e98e-4a0e-8211-ceb703218902",
  "offline": true
}

application/xml, text/xml

Sample:
<CustomerVoucherUpdateSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Customers">
  <Barcode>sample string 6</Barcode>
  <CustomerIdentifier>HY+xX1qI2kGaVK/W9U/qbA==</CustomerIdentifier>
  <CustomerIdentifierGuid>5fb18f1d-885a-41da-9a54-afd6f54fea6c</CustomerIdentifierGuid>
  <IdempotentGuid>ef81bc28-e98e-4a0e-8211-ceb703218902</IdempotentGuid>
  <IdempotentID>KLyB747pDkqCEc63AyGJAg==</IdempotentID>
  <Issue>true</Issue>
  <Offline>true</Offline>
  <Redeem>true</Redeem>
  <SaleHeaderID>1</SaleHeaderID>
  <SaleIdentifier>sample string 7</SaleIdentifier>
  <StoreID>3</StoreID>
  <StoreSalePaymentID>1</StoreSalePaymentID>
  <VoucherName>sample string 2</VoucherName>
</CustomerVoucherUpdateSummary>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CustomerVoucher
NameDescriptionTypeAdditional information
ID

integer

None.

CustomerIdentifier

Collection of byte

None.

CustomerIdentifierGuid

globally unique identifier

None.

VoucherID

Identifier of the voucher issued

integer

None.

VoucherName

Name of the voucher that was issued

string

None.

StoreID

Store identifier, voucher was earned at

integer

None.

Barcode

The barcode generated for the voucher

string

String length: inclusive between 0 and 40

DateOfIssue

Time voucher entry was issued

date

Data type: DateTime

IssuedSaleHeaderID

Sale Header ID of sale that issued customer voucher offline

integer

None.

IssuedSaleIdentifier

Sale identifier of sale that issued customer voucher online

string

None.

IssuedOfflinePaymentID

SalePaymentID of sale payment that issued customer voucher offline

integer

None.

IssuedIdempotentID

The byte[16] representation of the idempotent id

Collection of byte

None.

IssuedIdempotentGuid

Idempotent identifier

globally unique identifier

None.

IssuedOffline

boolean

None.

IssuedUser

User that manually issued voucher

string

None.

IssuedNotes

string

None.

ExpiryDate

The time when the CustomerVoucher will/has been expired

date

Data type: Date

ExpiredUser

User that manually expired voucher

string

None.

ExpiredNotes

string

None.

Redeemed

The time when the CustomerVoucher will/has been redeemed

date

Data type: DateTime

RedeemedSaleHeaderID

Sale Header ID of sale that redeemed customer voucher offline

integer

None.

RedeemedSaleIdentifier

Sale identifier of sale that redeemed customer voucher online

string

None.

RedeemedOfflinePaymentID

integer

None.

RedeemedIdempotentID

The byte[16] representation of the idempotent id

Collection of byte

None.

RedeemedIdempotentGuid

Idempotent identifier

globally unique identifier

None.

RedeemedUser

User that manually redeemed voucher

string

None.

RedeemedNotes

string

None.

RedeemedOffline

SalePaymentID of sale payment that redeemed customer voucher offline

boolean

None.

Updated

Last time CustomerVoucher entry was updated

date

Data type: DateTime

StoreName

Store that voucher was issued from

string

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

ScaleLabel

Label

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

Voucher

Voucher that was issued

Voucher

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

Customer

Customer that was issued the voucher

Customer

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

IssuedOfflinePayment

Payment and sale record for offline sale that issued voucher

StoreSalePayment

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

RedeemedOfflinePayment

Payment and sale record for offline sale that redeemed voucher

StoreSalePayment

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

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "customerIdentifier": "a8ZYikrhbUKmCtOlLrB3hA==",
  "customerIdentifierGuid": "8a58c66b-e14a-426d-a60a-d3a52eb07784",
  "voucherID": 3,
  "voucherName": "sample string 4",
  "storeID": 1,
  "barcode": "sample string 5",
  "dateOfIssue": "2025-10-05T00:02:32.831954",
  "issuedSaleHeaderID": 1,
  "issuedSaleIdentifier": "sample string 7",
  "issuedOfflinePaymentID": 1,
  "issuedIdempotentID": "S0HFmJebMUiKwbQ/Yx965A==",
  "issuedIdempotentGuid": "98c5414b-9b97-4831-8ac1-b43f631f7ae4",
  "issuedOffline": true,
  "issuedUser": "sample string 9",
  "issuedNotes": "sample string 10",
  "expiryDate": "2025-10-05T00:02:32.831954",
  "expiredUser": "sample string 11",
  "expiredNotes": "sample string 12",
  "redeemed": "2025-10-05T00:02:32.831954",
  "redeemedSaleHeaderID": 1,
  "redeemedSaleIdentifier": "sample string 13",
  "redeemedOfflinePaymentID": 1,
  "redeemedIdempotentID": "csOH1lAXH0mxy6NvYbtc0Q==",
  "redeemedIdempotentGuid": "d687c372-1750-491f-b1cb-a36f61bb5cd1",
  "redeemedUser": "sample string 14",
  "redeemedNotes": "sample string 15",
  "redeemedOffline": true,
  "updated": "2025-10-05T00:02:32.831954",
  "storeName": "sample string 17",
  "scaleLabel": {
    "$id": "2",
    "id": 1,
    "uid": "sample string 2",
    "name": "sample string 3",
    "width": 1.1,
    "height": 1.1,
    "showBorder": true,
    "borderWidth": 1.1,
    "borderStyle": 1,
    "borderColour": "sample string 5",
    "updated": "2025-10-05T00:02:32.831954",
    "labelPageLayout": "avxqF67SRECV3eTX5pIJPQ==",
    "pageLayoutGuid": "176afc6a-d2ae-4044-95dd-e4d7e692093d",
    "labelType": 6,
    "oldName": "sample string 7",
    "voucher": {
      "$id": "3",
      "id": 1,
      "name": "sample string 2",
      "description": "sample string 3",
      "shortDescription": "sample string 4",
      "url": "sample string 5",
      "barcodeTemplateID": 1,
      "expiry": 0,
      "voucherType": 6,
      "limitPerTransaction": 7,
      "customerTracking": true,
      "discountAccount": "sample string 9",
      "endDate": "2025-10-05T00:02:32.831954",
      "barcodeTemplate": {
        "$id": "4",
        "templateID": 1,
        "template": "sample string 1",
        "bcFunction": "sample string 2",
        "sortOrder": 3
      },
      "scaleLabel": {
        "$ref": "2"
      },
      "customerVouchers": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    },
    "elements": [
      {
        "$id": "5",
        "id": 1,
        "scaleLabelID": 2,
        "showPercentDI": true,
        "showAvgPerHundred": true,
        "showAvgPerServe": true,
        "name": "sample string 6",
        "x": 1.1,
        "y": 1.1,
        "width": 1.1,
        "height": 1.1,
        "type": 1,
        "rotation": 1,
        "text": "sample string 7",
        "fontFamily": "sample string 8",
        "align": 1,
        "bold": true,
        "italic": true,
        "underline": true,
        "strikeout": true,
        "reverse": true,
        "textColour": "sample string 9",
        "fontSize": 1.1,
        "picture": "QEA=",
        "borderWidth": 10,
        "sortOrder": 11,
        "printOptions": 12,
        "superScriptTextFontSize": 1.1,
        "lineStyle": 1,
        "spacingStyle": 1,
        "interCharacterSpacing": 1.1,
        "superScriptOffset": 1.1,
        "lineSpacing": 1.1,
        "dateFormat": "sample string 13",
        "autoGrow": true,
        "fontAutoResize": true,
        "updated": "2025-10-05T00:02:32.831954"
      },
      {
        "$ref": "5"
      }
    ]
  },
  "voucher": {
    "$ref": "3"
  },
  "customer": {
    "$id": "6",
    "identifier": "utofa0L7pEC0AnrKyNzBqQ==",
    "identifierGuid": "6b1fdaba-fb42-40a4-b402-7acac8dcc1a9",
    "code": "sample string 2",
    "familyName": "sample string 3",
    "givenName": "sample string 4",
    "otherName": "sample string 5",
    "title": "sample string 6",
    "dateOfBirth": "2025-10-05T00:02:32.831954",
    "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": "ArkS7uZeB0CaMRF+2Yq8lQ==",
    "communityIdentifierGuid": "ee12b902-5ee6-4007-9a31-117ed98abc95",
    "joined": "2025-10-05T00:02:32.831954",
    "updated": "2025-10-05T00:02:32.831954",
    "active": true,
    "reasonInactive": 1,
    "groupCustomer": true,
    "loyaltyPoints": 1,
    "homeStoreID": 1,
    "availableSpend": 1,
    "priceLevelIdentifier": "DwYXUFzsk0u2f/lj2Kebwg==",
    "priceLevelIdentifierGuid": "5017060f-ec5c-4b93-b67f-f963d8a79bc2",
    "marketingID": "sample string 18",
    "hidden": true,
    "registered": true,
    "registeredOn": "2025-10-05T00:02:32.831954",
    "emailMarketing": true,
    "smsMarketing": true,
    "deleted": true,
    "deletedUser": "sample string 24",
    "homeStoreName": "sample string 25",
    "customerCards": [
      {
        "$id": "7",
        "cardType": 2,
        "issueDate": "2025-10-05T00:02:32.831954",
        "expiry": "2025-10-05T00:02:32.831954",
        "customerID": "foNbJqq/+U6Q70l+djXD4g==",
        "customerIDGuid": "265b837e-bfaa-4ef9-90ef-497e7635c3e2",
        "initialValue": 1,
        "currentValue": 1,
        "maxLimit": 1,
        "minTransaction": 1,
        "maxTransaction": 1,
        "multiplier": 1.1,
        "active": true,
        "reasonInactive": 1,
        "idRequired": true,
        "idType": 1,
        "idValue": "sample string 5",
        "updated": "2025-10-05T00:02:32.831954",
        "linkedAccount": "6Pr/X4eIHk6c5IASRE7Zkw==",
        "linkedAccountGuid": "5ffffae8-8887-4e1e-9ce4-8012444ed993",
        "currentValueChanged": true,
        "limitsChanged": true,
        "customer": {
          "$ref": "6"
        },
        "account": {
          "$id": "8",
          "id": 1,
          "identifier": "LbssmuRPM0uxr6XMgzsYFA==",
          "identifierGuid": "9a2cbb2d-4fe4-4b33-b1af-a5cc833b1814",
          "referenceNo": "sample string 3",
          "name": "sample string 4",
          "created": "2025-10-05T00:02:32.831954",
          "owner": "awNGwmzVsk20BpH+gZ7bdA==",
          "ownerGuid": "c246036b-d56c-4db2-b406-91fe819edb74",
          "accountStoreGroupIdentifier": "jGUwo+GOMUufUo6N4vnvhA==",
          "accountStoreGroupGuid": "a330658c-8ee1-4b31-9f52-8e8de2f9ef84",
          "accountType": 1,
          "currentBalance": 1,
          "externalID": "sample string 7",
          "maximumLimit": 1,
          "accruePoints": true,
          "loyaltyPoints": 1,
          "termsOfTrade": 1,
          "signatureRequired": true,
          "referenceRequired": true,
          "statementSendType": 10,
          "ageingPeriod": 1,
          "monthlyAgeingPeriod": true,
          "explodedInvoice": true,
          "isFifoAllocation": true,
          "lastStatementSent": "2025-10-05T00:02:32.831954",
          "active": true,
          "updated": "2025-10-05T00:02:32.831954",
          "deleted": true,
          "deletedUser": "sample string 16",
          "currentBalanceChanged": true,
          "maximumLimitChanged": true,
          "loyaltyPointsChanged": true,
          "projectedBalance": 17,
          "accountStoreGroupStoreIDs": [
            1,
            2
          ],
          "customerEmail": "sample string 18",
          "ownerCustomer": {
            "$ref": "6"
          },
          "card": {
            "$ref": "7"
          },
          "members": {
            "$id": "9",
            "sample string 1": [
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              }
            ],
            "sample string 2": [
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              }
            ]
          },
          "customerGroups": [
            {
              "$id": "10",
              "identifier": "GKz+dVXyPkOVnwLZL9A9Cg==",
              "identifierGuid": "75feac18-f255-433e-959f-02d92fd03d0a",
              "name": "sample string 2",
              "primaryContact": "O2VxjfxpZ0S0alCkolzphg==",
              "primaryContactGuid": "8d71653b-69fc-4467-b46a-50a4a25ce986",
              "accountID": "ZM9ri5O0KUK8MBROBsTb7A==",
              "accountIDGuid": "8b6bcf64-b493-4229-bc30-144e06c4dbec",
              "special": true,
              "updated": "2025-10-05T00:02:32.831954",
              "active": true,
              "reasonInactive": 1,
              "priceLevelIdentifier": "JVMCIsjxfE+IKX0BLKEnyg==",
              "priceLevelIdentifierGuid": "22025325-f1c8-4f7c-8829-7d012ca127ca",
              "deleted": true,
              "account": {
                "$ref": "8"
              },
              "primaryContactCustomer": {
                "$ref": "6"
              },
              "customerGroupMembers": [
                {
                  "$id": "11",
                  "id": 1,
                  "groupID": "SOTGUaf3UUqr9NzItkz2eg==",
                  "groupIDGuid": "51c6e448-f7a7-4a51-abf4-dcc8b64cf67a",
                  "customerID": "4ywfHW3e5UScWe6a7aWs1w==",
                  "customerIDGuid": "1d1f2ce3-de6d-44e5-9c59-ee9aeda5acd7",
                  "card": "sample string 4",
                  "linkedAccount": "0Mw9dIsgM02dWk4UWqakUQ==",
                  "linkedAccountGuid": "743dccd0-208b-4d33-9d5a-4e145aa6a451",
                  "customer": {
                    "$ref": "6"
                  },
                  "group": {
                    "$ref": "10"
                  },
                  "customerCard": {
                    "$ref": "7"
                  }
                },
                {
                  "$ref": "11"
                }
              ]
            },
            {
              "$ref": "10"
            }
          ]
        },
        "payments": [
          {
            "$id": "12",
            "id": 1,
            "identifier": "qriqRr+RK02gv72rSMfvjQ==",
            "identifierGuid": "46aab8aa-91bf-4d2b-a0bf-bdab48c7ef8d",
            "storeID": 2,
            "operatorName": "sample string 3",
            "saleHeaderID": 4,
            "paymentType": 5,
            "amount": 6,
            "account": "sample string 7",
            "accountID": "i/p5/N89nk6Rlnj65U6NbQ==",
            "accountIDGuid": "fc79fa8b-3ddf-4e9e-9196-78fae54e8d6d",
            "customerAccount": {
              "$ref": "8"
            },
            "customerCard": {
              "$ref": "7"
            },
            "accountType": 1,
            "cardName": "sample string 8",
            "authorisationNumber": "sample string 9",
            "bankReference": "sample string 10",
            "merchantID": "sample string 11",
            "terminalID": "sample string 12",
            "cardNumber": "sample string 13",
            "paymentDate": "2025-10-05T00:02:32.831954",
            "invRocNo": "sample string 14",
            "responseCode": "sample string 15",
            "cashout": 1,
            "tip": 16,
            "idempotentVoid": "A8c66i0Zgk2KM+CdRUwsmA==",
            "idempotentVoidGuid": "ea3ac703-192d-4d82-8a33-e09d454c2c98",
            "offline": true,
            "processed": 1,
            "storeSaleHeader": {
              "$id": "13",
              "saleHeaderID": 1,
              "saleHeaderGuid": "YPgQ3y3Geka2b447+p0+/g==",
              "saleHeaderIdentifierGuid": "df10f860-c62d-467a-b66f-8e3bfa9d3efe",
              "created": "2025-10-05T00:02:32.831954",
              "createdLocal": "2025-10-05T00:02:32.831954",
              "createdText": "sample string 4",
              "itemCount": 5,
              "totalAmount": 6,
              "cashTender": 1,
              "cardTender": 1,
              "cheqTender": 1,
              "acctTender": 1,
              "voucherTender": 1,
              "loyaltyPoints": 1,
              "cashout": 1,
              "changeAmount": 1,
              "rounding": 1,
              "gstAmount": 1,
              "transactionDiscountTender": 1,
              "totalTip": 7,
              "tranType": 1,
              "processed": 1,
              "imported": "2025-10-05T00:02:32.831954",
              "storeID": 1,
              "operatorG_Uid": "MgHMwv9dAkmOWeOL/kYFCA==",
              "operatorGuid": "c2cc0132-5dff-4902-8e59-e38bfe460508",
              "customerG_Uid": "xGxuTWfg/Umo2szKC+Rh8Q==",
              "customerGuid": "4d6e6cc4-e067-49fd-a8da-ccca0be461f1",
              "communityIdentifier": "Ckpxc2yVBUCSrUdzMK/3zQ==",
              "communityIdentifierGuid": "73714a0a-956c-4005-92ad-477330aff7cd",
              "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": "io6S3SZ2iEG8ke51H2EQBw==",
              "priceLevelIdentifierGuid": "dd928e8a-7626-4188-bc91-ee751f611007",
              "locked": 36,
              "relationChecksum": "sample string 37",
              "loyaltyTender": 1,
              "giftCardTender": 1,
              "operator": {
                "$id": "14",
                "id": 1,
                "g_Uid": "bJEfty2g0kirb57JqHCvJA==",
                "guid": "b71f916c-a02d-48d2-ab6f-9ec9a870af24",
                "operatorNumber": 1,
                "shortName": "sample string 2",
                "firstName": "sample string 3",
                "lastName": "sample string 4",
                "password": "sample string 5",
                "hasPassword": true,
                "passwordText": "sample string 6",
                "rfidTagID": "sample string 7",
                "blueprintID": 1,
                "groupID": 1,
                "groupName": "sample string 8",
                "managerGroupID": 1,
                "managerGroupName": "sample string 9",
                "zoneID": 1,
                "zoneName": "sample string 10",
                "loggedIn": 1,
                "lastUsedIP": "sample string 11",
                "deleted": true,
                "locked": true,
                "allowOpenTill": true,
                "webEmail": "sample string 14",
                "simpleOperatorType": 0,
                "webRole": "sample string 15",
                "updated": "2025-10-05T00:02:32.831954",
                "passwordResetRequired": true,
                "alteredInStore": true,
                "startShift": "2025-10-05T00:02:32.831954",
                "endShift": "2025-10-05T00:02:32.831954",
                "machineName": "sample string 20",
                "drawerID": 1,
                "stores": [
                  {
                    "$id": "15",
                    "operatorG_UID": "25/Z/7nSQU+2azuJ4do9zw==",
                    "operatorGuid": "ffd99fdb-d2b9-4f41-b66b-3b89e1da3dcf",
                    "storeID": 2,
                    "operator": {
                      "$ref": "14"
                    },
                    "store": {
                      "$id": "16",
                      "id": 1,
                      "isMaster": true,
                      "shortName": "sample string 3",
                      "url": "sample string 4",
                      "sortOrder": 1,
                      "name": "sample string 5",
                      "phone": "sample string 6",
                      "fax": "sample string 7",
                      "email": "sample string 8",
                      "address1": "sample string 9",
                      "address2": "sample string 10",
                      "city": "sample string 11",
                      "state": "sample string 12",
                      "country": "sample string 13",
                      "postCode": "sample string 14",
                      "delivery": 1,
                      "exportAccounts": 1,
                      "salesAccountFolder": "sample string 15",
                      "purchaseAccountFolder": "sample string 16",
                      "initLoad": 1,
                      "initIDs": 1,
                      "zoneID": 1,
                      "actAsMaster": 1,
                      "lastActiveUtc": "2025-10-05T00:02:32.831954",
                      "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": "RFqDmndIyEOlioNrxQapbQ==",
                      "hostIdentifierGuid": "9a835a44-4877-43c8-a58a-836bc506a96d",
                      "hostName": 1,
                      "hostAddress": "sample string 27",
                      "hostUsername": "sample string 28",
                      "hostPassword": "sample string 29",
                      "excludeFromLeadInOut": true,
                      "accountingProvider": 31,
                      "accountingAddress": "sample string 32",
                      "accountingUsername": "sample string 33",
                      "accountingPassword": "sample string 34",
                      "storeAccountingCode": "sample string 35",
                      "softwareVariance": 36,
                      "fuelWarningVariance": 37.0,
                      "fuelErrorVariance": 38.0,
                      "fuelAccumulatedWarningVariance": 39.0,
                      "fuelAccumulatedErrorVariance": 40.0,
                      "drawManagment": 41,
                      "endOfDayManagment": true,
                      "autoFillCashBalancing": true,
                      "fuelDayVariance": 44,
                      "accountingTradingTime": "00:00:00.1234567",
                      "stockActivateProduct": 46,
                      "giftCardSalesAccountingDeptCode": "sample string 47",
                      "transactionDiscountAccountingDeptCode": "sample string 48",
                      "size": 49,
                      "updated": "2025-10-05T00:02:32.831954",
                      "priceZoneName": "sample string 51",
                      "storeFuelConfigured": true,
                      "shippingAddressCopied": true,
                      "shippingAddress": {
                        "$id": "17",
                        "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": "17"
                      },
                      "hostStoreSettings": [
                        {
                          "$id": "18",
                          "id": 1,
                          "hostIdentifier": "79ZNVZktS06hqbCaFruemA==",
                          "hostIdentifierGuid": "554dd6ef-2d99-4e4b-a1a9-b09a16bb9e98",
                          "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": "19",
                            "identifier": "KYpofJJH8EecRx8ZyUW1fA==",
                            "identifierGuid": "7c688a29-4792-47f0-9c47-1f19c945b57c",
                            "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": "pmEUjEdhkEeqVIsNYNtHrg==",
                            "hostSupplierIdentifierGuid": "8c1461a6-6147-4790-aa54-8b0d60db47ae",
                            "loyaltyPriceLevelIdentifier": "U3vJdYHeEEiv4/h09ZSLnQ==",
                            "loyaltyPriceLevelIdentifierGuid": "75c97b53-de81-4810-afe3-f874f5948b9d",
                            "isGroup": true,
                            "description": "sample string 22",
                            "hostProvider": 23,
                            "hostTypeEnum": 24,
                            "hostType": "sample string 25",
                            "hostCode": "sample string 26",
                            "username": "sample string 27",
                            "password": "sample string 28",
                            "passwordPlain": "sample string 29",
                            "server": "sample string 30",
                            "url": "sample string 31",
                            "global": true,
                            "stateCode": "sample string 33",
                            "lastCollected": "2025-10-05T00:02:32.831954",
                            "lastProcessed": "2025-10-05T00:02:32.831954",
                            "hold": true,
                            "supplierName": "sample string 35",
                            "supplier": {
                              "$id": "20",
                              "identifier": "e8PD5JQBWEKvjjaVjbLK8w==",
                              "identifierGuid": "e4c3c37b-0194-4258-af8e-36958db2caf3",
                              "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": "a0FbJ9b+qEKxvm/QNm+W9w==",
                              "primaryContactID": "275b416b-fed6-42a8-b1be-6fd0366f96f7",
                              "storeID": 1,
                              "abn": "sample string 16",
                              "supplierGroupIdentifier": "hMvqdJuv+k6PB3+cbqYKQA==",
                              "supplierGroupGuid": "74eacb84-af9b-4efa-8f07-7f9c6ea60a40",
                              "rebate": 1.0,
                              "rebateType": 1,
                              "rebateFrequency": 1,
                              "rebateSource": 1,
                              "rebateLastClaimed": "2025-10-05T00:02:32.831954",
                              "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": "21",
                                "id": "b31f12ed-2cc9-4400-912e-b637029c96dd",
                                "identifier": "9qJ7E2Hx80a5beBm1fuD8A==",
                                "identifierGuid": "137ba2f6-f161-46f3-b96d-e066d5fb83f0",
                                "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": "22",
                                  "supplierIdentifier": "HFFOClEvq0iktAps+05XRQ==",
                                  "supplierIdentifierGuid": "0a4e511c-2f51-48ab-a4b4-0a6cfb4e5745",
                                  "contactGuid": "yjaJkPz03kqH5o6wnfyyRw==",
                                  "contactID": "908936ca-f4fc-4ade-87e6-8eb09dfcb247",
                                  "contact": {
                                    "$ref": "21"
                                  },
                                  "supplier": {
                                    "$ref": "20"
                                  }
                                },
                                {
                                  "$ref": "22"
                                }
                              ],
                              "products": [
                                {
                                  "$id": "23",
                                  "pluG_UID": "M59QMliGnk+JDoFgqFjVqw==",
                                  "pluGuid": "32509f33-8658-4f9e-890e-8160a858d5ab",
                                  "supplierIdentifier": "oUP1fbDHdEKRfpA6YxfqrQ==",
                                  "supplierIdentifierGuid": "7df543a1-c7b0-4274-917e-903a6317eaad",
                                  "cartonQuantity": 1,
                                  "cartonQuantityChanged": true,
                                  "productSize": "sample string 3",
                                  "cigarettesPerSleeve": 1,
                                  "randomWeight": true,
                                  "piecesPerUnit": 5,
                                  "averagePackSize": 6,
                                  "effectiveDate": "2025-10-05T00:02:32.831954",
                                  "pricedByWeight": true,
                                  "landedUnitCostEx": 9,
                                  "landedUnitCostInc": 10,
                                  "landedCartonCostInc": 11,
                                  "landedCartonCostEx": 12,
                                  "standardCost": 13,
                                  "deliveryFee": 1,
                                  "deliveryFeeBasis": "sample string 14",
                                  "pickAndPackFee": 1,
                                  "pickAndPackFeeBasis": "sample string 15",
                                  "financeFee": 1,
                                  "financeFeeBasis": "sample string 16",
                                  "cartonLength": 1,
                                  "cartonWidth": 1,
                                  "cartonHeight": 1,
                                  "palletLayerQuantity": 1,
                                  "palletLayers": 1,
                                  "itemCode": "sample string 17",
                                  "invoiceCode": "sample string 18",
                                  "invoiceDesc": "sample string 19",
                                  "orderDirect": true,
                                  "useCost": true,
                                  "minimumQuantity": 20,
                                  "hostType": 21,
                                  "fromHost": 22,
                                  "minimumReorder": 1,
                                  "maximumReorder": 1,
                                  "orderMultiple": 23.1,
                                  "sellMultiple": 24.1,
                                  "baseMultiple": 25.1,
                                  "hostStandardCost": 26,
                                  "hostTotalCost": 27,
                                  "hostRetail": 28,
                                  "hostLandedUnitCostEx": 29,
                                  "hostLandedUnitCostInc": 30,
                                  "hostDesc": "sample string 31",
                                  "directIndicator": "sample string 32",
                                  "availableToOrder": true,
                                  "hostRangeIndicator": "sample string 34",
                                  "hostProductType": "sample string 35",
                                  "hostProductGrade": "sample string 36",
                                  "hostProductGroup": "sample string 37",
                                  "hostSlowMoving": true,
                                  "hostGeneralMerchandise": true,
                                  "hostPillar": "sample string 40",
                                  "hostLastUpdated": "2025-10-05T00:02:32.831954",
                                  "rebate": 1.0,
                                  "rebateExclude": true,
                                  "invoiceCodes": [
                                    {
                                      "$id": "24",
                                      "pluG_UID": "DfZ57UYx/0izKmXODPAzfw==",
                                      "pluGuid": "ed79f60d-3146-48ff-b32a-65ce0cf0337f",
                                      "supplierIdentifier": "5lY7fkyOq06TLjjg3FGbUg==",
                                      "supplierIdentifierGuid": "7e3b56e6-8e4c-4eab-932e-38e0dc519b52",
                                      "invoiceCode": "sample string 1",
                                      "storeIDs": [
                                        1,
                                        2
                                      ]
                                    },
                                    {
                                      "$ref": "24"
                                    }
                                  ],
                                  "storeIDs": [
                                    1,
                                    2
                                  ],
                                  "preferredSupplier": true,
                                  "preferredRebateSupplier": true,
                                  "supplierName": "sample string 41",
                                  "salesMode": 42,
                                  "orderPacked": true,
                                  "active": true,
                                  "price": 1,
                                  "costGstPercent": 44,
                                  "parentPluG_UID": "oeGGuPX9yEyhuYjSYOefWg==",
                                  "parentPluGuid": "b886e1a1-fdf5-4cc8-a1b9-88d260e79f5a",
                                  "freight": 45.0,
                                  "freightType": 1,
                                  "product": {
                                    "$id": "25",
                                    "plu": 1,
                                    "storeID": 1,
                                    "masterPluG_UID": "QEA=",
                                    "storeIDs": [
                                      1,
                                      2
                                    ],
                                    "g_UId": "c8aXfQkZeES4Xqd4dSOtQg==",
                                    "guid": "7d97c673-1909-4478-b85e-a7787523ad42",
                                    "apn": "sample string 1",
                                    "apnChanged": true,
                                    "apnSwitched": true,
                                    "barcode": "sample string 4",
                                    "itemNumber": "sample string 5",
                                    "itemNumberChanged": true,
                                    "priceGroupG_UID": "bMsYmb6ulE+thtFT+gHHfQ==",
                                    "priceGroupGuid": "9918cb6c-aebe-4f94-ad86-d153fa01c77d",
                                    "blueprintID": 1,
                                    "lastCountedDate": "2025-10-05T00:02:32.8476012",
                                    "externalID": "sample string 7",
                                    "active": true,
                                    "activated": "2025-10-05T00:02:32.8476012",
                                    "pluCreated": "2025-10-05T00:02:32.8476012",
                                    "createdByUser": "sample string 9",
                                    "name": "sample string 10",
                                    "nameChanged": true,
                                    "secondDescription": "sample string 12",
                                    "hostDescription": "sample string 13",
                                    "keepCartonQty": true,
                                    "keepDescription": true,
                                    "keepDepartments": true,
                                    "keepSuppliers": true,
                                    "markdownDescription": "sample string 18",
                                    "altDescription": "sample string 19",
                                    "bestOrExpire": 20,
                                    "lastUpdate": "2025-10-05T00:02:32.8476012",
                                    "lastManualUpdate": "2025-10-05T00:02:32.8476012",
                                    "imageName": "sample string 23",
                                    "showImageOnFlipCharts": true,
                                    "showTextOnFlipCharts": true,
                                    "overrideFlipChartText": true,
                                    "flipChartText": "sample string 27",
                                    "salesMode": 1,
                                    "eftCode": 1,
                                    "price": 1,
                                    "priceChanged": true,
                                    "rrp": 1,
                                    "gstPercent": 28,
                                    "gstPercentChanged": true,
                                    "costGSTPercent": 29,
                                    "costGSTPercentChanged": true,
                                    "wetPercent": 1,
                                    "priceOverride": 1,
                                    "cost": 1,
                                    "currentCost": 1,
                                    "currentCostDecimals": 1,
                                    "grossProfit": 1.0,
                                    "currentCostDesc": "sample string 30",
                                    "currentCostEnd": "2025-10-05T00:02:32.8476012",
                                    "currentCostUpdated": "2025-10-05T00:02:32.8476012",
                                    "costDecimals": 31,
                                    "costChanged": true,
                                    "dealCostIdentifier": "QEA=",
                                    "excludeFromRebate": true,
                                    "rebateOverride": 1,
                                    "costCalcMethod": 32,
                                    "costCalcMethodChanged": true,
                                    "costEffectiveDate": "2025-10-05T00:02:32.8476012",
                                    "defaultGP": 1,
                                    "breakTargetMode": 33,
                                    "break1": 1,
                                    "price1": 1,
                                    "target1": 34,
                                    "break2": 1,
                                    "price2": 1,
                                    "target2": 35,
                                    "break3": 1,
                                    "price3": 1,
                                    "target3": 36,
                                    "break1Changed": true,
                                    "price1Changed": true,
                                    "target1Changed": true,
                                    "break2Changed": true,
                                    "price2Changed": true,
                                    "target2Changed": true,
                                    "break3Changed": true,
                                    "price3Changed": true,
                                    "target3Changed": true,
                                    "breakTargetModeChanged": true,
                                    "margin": 1.1,
                                    "marginChanged": true,
                                    "marginRanged": true,
                                    "marginRangedChanged": true,
                                    "minimumMargin": 1.1,
                                    "minimumMarginChanged": true,
                                    "maximumMargin": 1.1,
                                    "maximumMarginChanged": true,
                                    "overrideHostWarehouseIndicator": true,
                                    "overrideHostWarehouseIndicatorChanged": true,
                                    "overrideHostPrice": true,
                                    "overrideHostPriceChanged": true,
                                    "overrideHostCost": true,
                                    "overrideHostCostChanged": true,
                                    "overrideHostMargin": true,
                                    "overrideHostMarginChanged": true,
                                    "alwaysApplyMargin": true,
                                    "alwaysApplyMarginChanged": true,
                                    "aws": 1.0,
                                    "paws": 1.0,
                                    "awsUpdated": "2025-10-05T00:02:32.8476012",
                                    "posTare": 1,
                                    "altPrice": 1.0,
                                    "altPriceChanged": true,
                                    "altPriceMode": 53,
                                    "altPriceModeChanged": true,
                                    "altPLUG_UID": "ZYmG3R+DtkCc739vAKkTXQ==",
                                    "altPLUGuid": "dd868965-831f-40b6-9cef-7f6f00a9135d",
                                    "altPLUGuidChanged": true,
                                    "altPriceDescription1": "sample string 54",
                                    "altPriceDescription2": "sample string 55",
                                    "cartonQuantity": 56,
                                    "cartonQuantityChanged": true,
                                    "trayID": 1,
                                    "promptID": 1,
                                    "tare": 1,
                                    "packQty": 1,
                                    "fixedWeight": 1,
                                    "extraMesg": 1,
                                    "text1": "sample string 58",
                                    "text2": "sample string 59",
                                    "text3": "sample string 60",
                                    "labelText": "sample string 61",
                                    "labelTextChanged": true,
                                    "sendToScale": true,
                                    "nonScaleWeigh": true,
                                    "labelFormat": "sample string 65",
                                    "barcodeFormat": "sample string 66",
                                    "austMade": 1,
                                    "coolCode": 67,
                                    "countryOfOrigin": "sample string 68",
                                    "percentContent": 69.1,
                                    "departmentID": 1,
                                    "subDepartmentID": 1,
                                    "minorDepartmentID": 1,
                                    "lesserDepartmentID": 1,
                                    "deptCode": "sample string 70",
                                    "subDeptCode": "sample string 71",
                                    "minorDeptCode": "sample string 72",
                                    "lesserDeptCode": "sample string 73",
                                    "deptName": "sample string 74",
                                    "subDeptName": "sample string 75",
                                    "minorDeptName": "sample string 76",
                                    "lesserDeptName": "sample string 77",
                                    "departmentChanged": true,
                                    "subCategoryID": 1,
                                    "expiry": 1,
                                    "showDays": 1,
                                    "datePrint": 1,
                                    "labelRequired": true,
                                    "labelShelfQty": 80,
                                    "labelShelfChanged": true,
                                    "labelTalkerQty": 82,
                                    "labelSmall": true,
                                    "labelLastPrinted": "2025-10-05T00:02:32.8476012",
                                    "labelLastPrice": 1,
                                    "shelfPageLayoutG_UID": "/2575aHwoUShP86tue9wRw==",
                                    "shelfPageLayoutGuid": "e57b6eff-f0a1-44a1-a13f-ceadb9ef7047",
                                    "talkerPageLayoutG_UID": "+PJTKUezs0+A0Twi5iry4Q==",
                                    "talkerPageLayoutGuid": "2953f2f8-b347-4fb3-80d1-3c22e62af2e1",
                                    "unitMeasure": 1.1,
                                    "unitMeasureChanged": true,
                                    "unitMeasureKind": 85,
                                    "unitMeasureKindChanged": true,
                                    "signIQData": "sample string 87",
                                    "refresh": true,
                                    "earnLoyaltyPoints": true,
                                    "earnLoyaltyPointsChanged": true,
                                    "quantityOverride": true,
                                    "quantityOverrideChanged": true,
                                    "quantityRequired": true,
                                    "quantityRequiredChanged": true,
                                    "allowDiscounts": true,
                                    "allowDiscountsChanged": true,
                                    "discountDiscounts": true,
                                    "discountDiscountsChanged": true,
                                    "itemRecalled": true,
                                    "itemRecalledChanged": true,
                                    "noRefund": true,
                                    "noRefundChanged": true,
                                    "allowMarkdown": true,
                                    "allowMarkdownChanged": true,
                                    "priceRequired": true,
                                    "priceRequiredChanged": true,
                                    "fuelItem": true,
                                    "fuelItemChanged": true,
                                    "trackSerial": true,
                                    "trackSerialChanged": true,
                                    "allowZeroPrice": true,
                                    "allowZeroPriceChanged": true,
                                    "notForSale": 91,
                                    "notForSaleChanged": true,
                                    "excludeFromDeals": true,
                                    "excludeFromVoucher": true,
                                    "minimumAge": 94,
                                    "minimumAgeChanged": true,
                                    "buyingLimit": 1,
                                    "buyingLimitChanged": true,
                                    "buyingLimitIndependent": true,
                                    "buyingLimitIndependentChanged": true,
                                    "inventoryGuid": "ChU86cbP0E2O9HgxdbTO0A==",
                                    "inventoryIdentifier": "e93c150a-cfc6-4dd0-8ef4-783175b4ced0",
                                    "inventoryAccuracy": 1,
                                    "baseUnits": 98,
                                    "orderPacked": 1,
                                    "isManufactured": true,
                                    "isIngredient": true,
                                    "isModifier": true,
                                    "isModifierChanged": true,
                                    "hasModifiers": 99,
                                    "defaultPrinter": "sample string 100",
                                    "defaultPrinterGroup": "sample string 101",
                                    "ingredientsOnManufacture": true,
                                    "manufactureUnitMeasure": 1,
                                    "mpl": 1,
                                    "maxShelfQty": 102,
                                    "allowAutoOrder": true,
                                    "warrantyPeriod": 1,
                                    "parentPluG_UId": "ekLhjx8aXEqTUDQSp0wXfw==",
                                    "parentPluGuid": "8fe1427a-1a1f-4a5c-9350-3412a74c177f",
                                    "preferredHostVendor": 104,
                                    "preferredHostChanged": true,
                                    "code": "sample string 106",
                                    "supplierIdentifier": "d4KlyEq2rE6q7W1D+HT7Tw==",
                                    "supplierIdentifierGuid": "c8a58277-b64a-4eac-aaed-6d43f874fb4f",
                                    "supplierChanged": true,
                                    "rebateSupplierIdentifier": "DKW/chYIVEeFIVAw0gMDRQ==",
                                    "rebateSupplierIdentifierGuid": "72bfa50c-0816-4754-8521-5030d2030345",
                                    "rebateSupplierChanged": true,
                                    "availableForOrder": true,
                                    "warehouseDirectIndicator": "sample string 108",
                                    "warehouseDirectIndicatorChanged": true,
                                    "productGrade": "sample string 110",
                                    "productType": "sample string 111",
                                    "productGroup": "sample string 112",
                                    "complianceIndicator": "sample string 113",
                                    "inhouseBrand": "sample string 114",
                                    "slowMoving": true,
                                    "generalMerchandise": true,
                                    "comment": "sample string 117",
                                    "lastUpdatedByUser": "sample string 118",
                                    "lastManualUpdatedByUser": "sample string 119",
                                    "lastUpdatedByUserOverride": true,
                                    "lastUpdatedByHost": "2025-10-05T00:02:32.8476012",
                                    "commodity": "sample string 121",
                                    "businessPillar": "sample string 122",
                                    "mscCommodity": "sample string 123",
                                    "hostIdentifier": "abobL+uV1Uq084yuGTEsJg==",
                                    "hostIdentifierGuid": "2f1bba69-95eb-4ad5-b4f3-8cae19312c26",
                                    "serviceFeeID": 1,
                                    "serviceFeeIDChanged": true,
                                    "providerName": "sample string 125",
                                    "aisleEnds": "sample string 126",
                                    "deleted": true,
                                    "deletedChanged": true,
                                    "hidden": true,
                                    "doNotRange": true,
                                    "doNotRangeChanged": true,
                                    "doNotOrder": true,
                                    "doNotOrderChanged": true,
                                    "locked": true,
                                    "excludeFromWebUpdate": true,
                                    "excludeFromWebUpdateChanged": true,
                                    "webPriceBasedOn": 137,
                                    "webPriceRounding": true,
                                    "webMarkup": 139,
                                    "webPriceMode": 140,
                                    "altDepartmentID": 1,
                                    "altSubDepartmentID": 1,
                                    "altMinorDepartmentID": 1,
                                    "altLesserDepartmentID": 1,
                                    "altDeptCode": "sample string 141",
                                    "altSubDeptCode": "sample string 142",
                                    "altMinorDeptCode": "sample string 143",
                                    "altLesserDeptCode": "sample string 144",
                                    "altDepartmentChanged": true,
                                    "storeProducts": [
                                      {
                                        "$ref": "25"
                                      },
                                      {
                                        "$ref": "25"
                                      }
                                    ],
                                    "store": {
                                      "$ref": "16"
                                    },
                                    "storePrices": [
                                      {
                                        "$id": "26",
                                        "pluG_UID": "d02Mz/0zUEaMhy6t5FrrCA==",
                                        "pluGuid": "cf8c4d77-33fd-4650-8c87-2eade45aeb08",
                                        "plu": 1,
                                        "storeID": 1,
                                        "zoneID": 2,
                                        "zoneName": "sample string 3",
                                        "store": "sample string 4",
                                        "priceNow": 5,
                                        "costNow": 6,
                                        "costNowDecimals": 7,
                                        "normalPrice": 8,
                                        "priceNext": 1,
                                        "costNext": 1,
                                        "costNextDecimals": 9,
                                        "nextCampaignName": "sample string 10",
                                        "gstPercent": 11,
                                        "normalCost": 12,
                                        "normalCostDecimals": 13,
                                        "costGstPercent": 14,
                                        "costCalcMethod": 1,
                                        "currentCost": 15,
                                        "currentCostDecimals": 16,
                                        "break1": 17,
                                        "price1": 18,
                                        "break2": 19,
                                        "price2": 20,
                                        "break3": 21,
                                        "price3": 22,
                                        "fuelItem": 23,
                                        "fixedWeight": 24,
                                        "active": true,
                                        "complianceIndicator": "sample string 25",
                                        "doNotOrder": true,
                                        "doNotRange": true,
                                        "isNormalPriceChangesCampaign": true,
                                        "updated": "2025-10-05T00:02:32.8476012"
                                      },
                                      {
                                        "$ref": "26"
                                      }
                                    ],
                                    "currentPrices": {
                                      "$id": "27",
                                      "pluPrices": {
                                        "$id": "28",
                                        "plu": 1,
                                        "pluG_UID": "QEA=",
                                        "stores": [
                                          1,
                                          2
                                        ],
                                        "normalPrice": 1,
                                        "cost": 2,
                                        "break1": 3,
                                        "price1": 4,
                                        "break2": 5,
                                        "price2": 6,
                                        "break3": 7,
                                        "price3": 8,
                                        "discountPrice": 9,
                                        "acceptedUtc": "2025-10-05T00:02:32.8476012",
                                        "priceChangeType": 0,
                                        "costDecimals": 10
                                      },
                                      "normalPluPrices": {
                                        "$ref": "28"
                                      },
                                      "winningCampaign": 1,
                                      "winner": {
                                        "$id": "29",
                                        "campaignName": "sample string 1",
                                        "campaignDescription": "sample string 2",
                                        "startDate": "2025-10-05T00:02:32.8476012",
                                        "startTime": 3,
                                        "endDate": "2025-10-05T00:02:32.8476012",
                                        "endTime": 4,
                                        "newPrice": 5,
                                        "newCost": 6,
                                        "newCostDecimals": 7,
                                        "pctDiscount": 8,
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 9",
                                        "hostType": 10,
                                        "hostIdentifier": "iEn5c89Se06MF6gdioWdyw==",
                                        "hostIdentifierGuid": "73f94988-52cf-4e7b-8c17-a81d8a859dcb",
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ]
                                      },
                                      "details": [
                                        {
                                          "$ref": "29"
                                        },
                                        {
                                          "$ref": "29"
                                        }
                                      ]
                                    },
                                    "tray": {
                                      "$id": "30",
                                      "g_UId": "7vPCEatiDU2FU9fX0GOcLw==",
                                      "guid": "11c2f3ee-62ab-4d0d-8553-d7d7d0639c2f",
                                      "name": "sample string 1",
                                      "number": 1,
                                      "tare": 1
                                    },
                                    "priceGroup": {
                                      "$id": "31",
                                      "priceGroupG_UID": "Nmr2RJtXh0KjOq7pEtae2w==",
                                      "priceGroupGuid": "44f66a36-579b-4287-a33a-aee912d69edb",
                                      "name": "sample string 2",
                                      "code": 1,
                                      "modified": true,
                                      "updated": "2025-10-05T00:02:32.8476012",
                                      "buyingLimit": 1,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitType": 0,
                                      "number": 1,
                                      "products": [
                                        {
                                          "$ref": "25"
                                        },
                                        {
                                          "$ref": "25"
                                        }
                                      ],
                                      "productCount": 1
                                    },
                                    "priceGroupName": "sample string 146",
                                    "nutrifacts": {
                                      "$id": "32",
                                      "pluG_UID": "lMkWP+uEy0emhSL6paTn+A==",
                                      "pluGuid": "3f16c994-84eb-47cb-a685-22faa5a4e7f8",
                                      "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": "33",
                                      "pluGuid": "1db4f704-6c7d-4994-9488-cc0e5f0391f6",
                                      "created": "2025-10-05T00:02:32.8476012",
                                      "createdByUser": "sample string 1",
                                      "activated": "2025-10-05T00:02:32.8476012",
                                      "deactivated": "2025-10-05T00:02:32.8476012",
                                      "lastOrdered": "2025-10-05T00:02:32.8476012",
                                      "lastOrderedQty": 2.0,
                                      "lastReceived": "2025-10-05T00:02:32.8476012",
                                      "lastReceivedQty": 3.0,
                                      "lastInvoiceStatus": 1,
                                      "lastCounted": "2025-10-05T00:02:32.8476012",
                                      "lastSold": "2025-10-05T00:02:32.8476012",
                                      "firstSold": "2025-10-05T00:02:32.8476012",
                                      "awsUpdated": "2025-10-05T00:02:32.8476012",
                                      "lastManualUpdate": "2025-10-05T00:02:32.8476012",
                                      "lastManualUpdatedByUser": "sample string 5",
                                      "lastUpdated": "2025-10-05T00:02:32.8476012",
                                      "lastUpdatedByUser": "sample string 7",
                                      "lastUpdatedByHost": "2025-10-05T00:02:32.8476012",
                                      "doNotRangeUpdated": "2025-10-05T00:02:32.8476012",
                                      "doNotOrderUpdated": "2025-10-05T00:02:32.8476012",
                                      "tracked": "2025-10-05T00:02:32.8476012"
                                    },
                                    "allergens": [
                                      {
                                        "$id": "34",
                                        "allergenID": 1,
                                        "pluG_UID": "yuPiztFH+0yiZL8NLrW2aQ==",
                                        "pluGuid": "cee2e3ca-47d1-4cfb-a264-bf0d2eb5b669",
                                        "contains": 2,
                                        "allergenName": "sample string 3",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "34"
                                      }
                                    ],
                                    "costs": {
                                      "$id": "35",
                                      "pluG_UID": "AkquWCYGW026Ii3jATIRSw==",
                                      "pluGuid": "58ae4a02-0626-4d5b-ba22-2de30132114b",
                                      "enteredCost": 1,
                                      "weightedAvgCost": 1,
                                      "lastCost": 1,
                                      "rawEnteredCost": 2,
                                      "rawWeightedAvgCost": 3,
                                      "rawLastCost": 4,
                                      "freight": 5.0,
                                      "freightType": 6,
                                      "costDecimals": 7,
                                      "fifoCost": 1,
                                      "updated": "2025-10-05T00:02:32.8476012",
                                      "normalCost": 1,
                                      "currentCost": 1
                                    },
                                    "sales": [
                                      {
                                        "$id": "36",
                                        "saleHeaderID": 1,
                                        "created": "2025-10-05T00:02:32.8476012",
                                        "createdLocal": "2025-10-05T00:02:32.8476012",
                                        "storeID": 3,
                                        "storeName": "sample string 4",
                                        "operatorG_Uid": "u4OF2OVEsEakZ931B3dQyQ==",
                                        "operatorGuid": "d88583bb-44e5-46b0-a467-ddf5077750c9",
                                        "operatorName": "sample string 5",
                                        "tranType": 1,
                                        "plu": 1,
                                        "pluG_UId": "QAPJVRTBuEiHH/n5JRyawQ==",
                                        "pluGuid": "55c90340-c114-48b8-871f-f9f9251c9ac1",
                                        "normalPrice": 1,
                                        "totalCents": 1,
                                        "cost": 1,
                                        "grossProfit": 1,
                                        "quantity": 1,
                                        "operator": {
                                          "$ref": "14"
                                        }
                                      },
                                      {
                                        "$ref": "36"
                                      }
                                    ],
                                    "apns": [
                                      {
                                        "$id": "37",
                                        "pluID": 1,
                                        "pluG_UID": "59wQC4V4REuXSnWZBisF1A==",
                                        "pluGuid": "0b10dce7-7885-4b44-974a-7599062b05d4",
                                        "apn": "sample string 1",
                                        "deleted": true,
                                        "storeID": 1,
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "37"
                                      }
                                    ],
                                    "tuns": [
                                      {
                                        "$id": "38",
                                        "pluG_UId": "oyoYbqAItUKRhU2t3llZ4g==",
                                        "pluGuid": "6e182aa3-08a0-42b5-9185-4dadde5959e2",
                                        "apn": "sample string 1",
                                        "tun": "sample string 2",
                                        "cartonQuantity": 3,
                                        "product": {
                                          "$ref": "25"
                                        },
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "38"
                                      }
                                    ],
                                    "competitionPricing": [
                                      {
                                        "$id": "39",
                                        "identifier": "/sRZTxezeUmnbVnHhB2rbg==",
                                        "identifierGuid": "4f59c4fe-b317-4979-a76d-59c7841dab6e",
                                        "pluG_UID": "q43Syl1h9EyHcyxf7wnaFg==",
                                        "pluGuid": "cad28dab-615d-4cf4-8773-2c5fef09da16",
                                        "competitionID": 1,
                                        "name": "sample string 2",
                                        "sellMultiple": 3,
                                        "retailPrice": 4,
                                        "storeName": "sample string 5"
                                      },
                                      {
                                        "$ref": "39"
                                      }
                                    ],
                                    "supplier": {
                                      "$ref": "20"
                                    },
                                    "supplierName": "sample string 147",
                                    "children": [
                                      {
                                        "$ref": "25"
                                      },
                                      {
                                        "$ref": "25"
                                      }
                                    ],
                                    "ordering": {
                                      "$ref": "23"
                                    },
                                    "flipChartPages": [
                                      {
                                        "$id": "40",
                                        "identifier": "sdaekXCP/kO7akKZ9nOY+Q==",
                                        "groupName": "sample string 1",
                                        "identifierGuid": "919ed6b1-8f70-43fe-bb6a-4299f67398f9",
                                        "exists": true,
                                        "flipChartIdentifier": "Mf69RVGoHEO55aBZDC5G7Q==",
                                        "flipChartIdentifierGuid": "45bdfe31-a851-431c-b9e5-a0590c2e46ed",
                                        "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": "wdXEfNPfd0iKrwUcjlJf8g==",
                                        "groupIdentifierGuid": "7cc4d5c1-dfd3-4877-8aaf-051c8e525ff2",
                                        "flipChart": {
                                          "$id": "41",
                                          "identifier": "901WR3WuekKY9HDQNj8QQQ==",
                                          "identifierGuid": "47564df7-ae75-427a-98f4-70d0363f1041",
                                          "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": "42",
                                            "identifier": "0TGvJDD4BkGshF46d7PeDA==",
                                            "identifierGuid": "24af31d1-f830-4106-ac84-5e3a77b3de0c",
                                            "name": "sample string 2",
                                            "formType": "sample string 3",
                                            "forms": [
                                              {
                                                "$id": "43",
                                                "id": 1,
                                                "g_UID": "y1J0p3wgaU+KhH+13Xgc6A==",
                                                "guid": "a77452cb-207c-4f69-8a84-7fb5dd781ce8",
                                                "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": "1ZhHZnoarU6IqRpPBYGuxA==",
                                                "previousFormGuid": "664798d5-1a7a-4ead-88a9-1a4f0581aec4",
                                                "nextForm": 1,
                                                "nextFormG_UID": "HGG+2dvadEytDk3zsDRNbQ==",
                                                "nextFormGuid": "d9be611c-dadb-4c74-ad0e-4df3b0344d6d",
                                                "attributes": "sample string 10",
                                                "updated": "2025-10-05T00:02:32.8476012",
                                                "positioning": 1,
                                                "contentPanel": "sample string 11",
                                                "selectionMode": 1,
                                                "maximumSelections": 1,
                                                "alteredInStore": true,
                                                "deleted": true,
                                                "blueprintID": 1,
                                                "preserveLayout": true,
                                                "mainCheckoutFormName": "sample string 13",
                                                "nextCheckoutForm": {
                                                  "$ref": "43"
                                                },
                                                "previousCheckoutForm": {
                                                  "$ref": "43"
                                                },
                                                "buttons": [
                                                  {
                                                    "$id": "44",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "pbXTmnH7zECTDl6gXwgVWA==",
                                                    "checkoutFormGuid": "9ad3b5a5-fb71-40cc-930e-5ea05f081558",
                                                    "identifier": "asrrJsxqq0qPSnjfvxmtmA==",
                                                    "identifierGuid": "26ebca6a-6acc-4aab-8f4a-78dfbf19ad98",
                                                    "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": "LpbcKOvOYkulBg3ozteKEA==",
                                                    "valueGuid": "28dc962e-ceeb-4b62-a506-0de8ced78a10",
                                                    "buttonText": "sample string 10",
                                                    "valueText": "sample string 11",
                                                    "drawImageAndButton": true,
                                                    "updated": "2025-10-05T00:02:32.8476012",
                                                    "action": "sample string 12",
                                                    "valueForm": {
                                                      "$ref": "43"
                                                    },
                                                    "image": {
                                                      "$id": "45",
                                                      "name": "sample string 3.sample string 4",
                                                      "imageID": 2,
                                                      "imageName": "sample string 3",
                                                      "imageExtension": "sample string 4",
                                                      "lastUpdate": "2025-10-05T00:02:32.8476012",
                                                      "imageData": "QEA=",
                                                      "readOnly": true
                                                    }
                                                  },
                                                  {
                                                    "$ref": "44"
                                                  }
                                                ],
                                                "panels": [
                                                  {
                                                    "$id": "46",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "sniwlUL87kafJyxohiGs4Q==",
                                                    "checkoutFormGuid": "95b078b2-fc42-46ee-9f27-2c688621ace1",
                                                    "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": "46"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "43"
                                              }
                                            ],
                                            "panels": [
                                              {
                                                "$ref": "46"
                                              },
                                              {
                                                "$ref": "46"
                                              }
                                            ]
                                          },
                                          "pages": [
                                            {
                                              "$ref": "40"
                                            },
                                            {
                                              "$ref": "40"
                                            }
                                          ]
                                        },
                                        "contentPanel": {
                                          "$ref": "46"
                                        },
                                        "products": [
                                          {
                                            "$id": "47",
                                            "flipChartPageIdentifier": "StRclijW7kGcRPe761XkQQ==",
                                            "flipChartPageIdentifierGuid": "965cd44a-d628-41ee-9c44-f7bbeb55e441",
                                            "pluG_UID": "M+Its1qeMka5B5RVi1ZXyg==",
                                            "pluGuid": "b32de233-9e5a-4632-b907-94558b5657ca",
                                            "sortOrder": 3,
                                            "sent": true,
                                            "productChanged": true,
                                            "productImageName": "sample string 6",
                                            "productShowImageOnFlipCharts": true,
                                            "productShowTextOnFlipCharts": true,
                                            "productOverrideFlipChartText": true,
                                            "productFlipChartText": "sample string 10",
                                            "product": {
                                              "$ref": "25"
                                            },
                                            "departmentSortOrder": 11,
                                            "subDepartmentName": "sample string 12"
                                          },
                                          {
                                            "$ref": "47"
                                          }
                                        ],
                                        "productCount": 27,
                                        "pages": [
                                          {
                                            "$ref": "40"
                                          },
                                          {
                                            "$ref": "40"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "40"
                                      }
                                    ],
                                    "priceHistory": [
                                      {
                                        "$id": "48",
                                        "pluG_UID": "X2QF3A8TtU24zi6CJ+wVfA==",
                                        "pluGuid": "dc05645f-130f-4db5-b8ce-2e8227ec157c",
                                        "price": 1,
                                        "costCalcMethod": 1,
                                        "cost": 2,
                                        "weightedAvgCost": 3,
                                        "lastCost": 4,
                                        "rawCost": 5,
                                        "rawWeightedAvgCost": 6,
                                        "rawLastCost": 7,
                                        "costDecimals": 8,
                                        "serviceFeeID": 9,
                                        "freight": 10.0,
                                        "freightType": 11,
                                        "process": "sample string 12",
                                        "user": "sample string 13",
                                        "updated": "2025-10-05T00:02:32.8476012",
                                        "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": "48"
                                      }
                                    ],
                                    "ingredients": [
                                      {
                                        "$id": "49",
                                        "pluG_UID": "nT9TeKf8ekG3weHjqTLb0Q==",
                                        "ingredientGuid": "XLV0TMd5cEip7HUYx/hCNA==",
                                        "ingredientIdentifier": "4c74b55c-79c7-4870-a9ec-7518c7f84234",
                                        "quantity": 1.0,
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "ingredientText": "sample string 1",
                                        "ingredient": {
                                          "$ref": "25"
                                        }
                                      },
                                      {
                                        "$ref": "49"
                                      }
                                    ],
                                    "bins": [
                                      {
                                        "$id": "50",
                                        "pluG_UID": "Oex/h9wUB0GT1Sq9CRkPeA==",
                                        "pluGuid": "877fec39-14dc-4107-93d5-2abd09190f78",
                                        "shelfLocationIdentifier": "UVedusXBnEmjGIX3IEL4SA==",
                                        "shelfLocationGuid": "ba9d5751-c1c5-499c-a318-85f72042f848",
                                        "labelShelfDefault": 1,
                                        "labelTalkerDefault": 1,
                                        "labelSmall": true,
                                        "labelPageLayoutG_UID": "XUxlEYGHhkWd8dKz1Qtc5A==",
                                        "labelPageLayoutGuid": "11654c5d-8781-4586-9df1-d2b3d50b5ce4",
                                        "updated": "2025-10-05T00:02:32.8476012",
                                        "electronicShelfLabelIdentifier": "sample string 5",
                                        "electronicshelfLabelsConfigurationID": 6,
                                        "labelShelfChanged": true,
                                        "productName": "sample string 8",
                                        "locationText": "sample string 9",
                                        "product": {
                                          "$ref": "25"
                                        },
                                        "location": {
                                          "$id": "51",
                                          "identifier": "id3i3oESeEi+t/JM1VzwAA==",
                                          "storeID": 1,
                                          "identifierGuid": "dee2dd89-1281-4878-beb7-f24cd55cf000",
                                          "name": "sample string 2",
                                          "haccp": true,
                                          "blueprintID": 1,
                                          "updated": "2025-10-05T00:02:32.8476012",
                                          "minTemp": 1,
                                          "maxTemp": 1,
                                          "checkFrequency": 1,
                                          "storeCaseConfiguration": 5,
                                          "storeName": "sample string 6",
                                          "bins": [
                                            {
                                              "$ref": "50"
                                            },
                                            {
                                              "$ref": "50"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "$ref": "50"
                                      }
                                    ],
                                    "bin": {
                                      "$ref": "50"
                                    },
                                    "scaleLocations": [
                                      {
                                        "$id": "52",
                                        "plu": 1,
                                        "pluG_UID": "hP4gdtFbe0yXESf9piHf4A==",
                                        "pluGuid": "7620fe84-5bd1-4c7b-9711-27fda621dfe0",
                                        "deptNo": 1,
                                        "product": {
                                          "$ref": "25"
                                        },
                                        "scaleLocation": {
                                          "$id": "53",
                                          "id": 1,
                                          "deptNo": 1,
                                          "deptCode": "sample string 2",
                                          "name": "sample string 3",
                                          "enabled": true,
                                          "updated": "2025-10-05T00:02:32.8476012",
                                          "department": {
                                            "$id": "54",
                                            "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": "53"
                                            },
                                            "subDepartments": [
                                              {
                                                "$id": "55",
                                                "id": 1,
                                                "departmentID": 2,
                                                "name": "sample string 3",
                                                "code": "sample string 4",
                                                "departmentCode": "sample string 5",
                                                "externalSales": true,
                                                "minorDepartments": [
                                                  {
                                                    "$id": "56",
                                                    "id": 1,
                                                    "subDepartmentID": 2,
                                                    "departmentID": 3,
                                                    "name": "sample string 4",
                                                    "subDepartmentCode": "sample string 5",
                                                    "departmentCode": "sample string 6",
                                                    "code": "sample string 7",
                                                    "lesserDepartments": [
                                                      {
                                                        "$id": "57",
                                                        "id": 1,
                                                        "departmentID": 2,
                                                        "subDepartmentID": 3,
                                                        "minorDepartmentID": 4,
                                                        "name": "sample string 5",
                                                        "code": "sample string 6",
                                                        "departmentCode": "sample string 7",
                                                        "subDepartmentCode": "sample string 8",
                                                        "minorDepartmentCode": "sample string 9",
                                                        "updated": "2025-10-05T00:02:32.8476012",
                                                        "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": "yJNSrryCVkKLyq7YRe+cow==",
                                                        "labelPageLayoutGuid": "ae5293c8-82bc-4256-8bca-aed845ef9ca3",
                                                        "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": "58",
                                                          "dept": 1,
                                                          "category": 2,
                                                          "name": "sample string 3",
                                                          "active": true,
                                                          "mscCommodities": [
                                                            {
                                                              "$id": "59",
                                                              "dept": 1,
                                                              "category": 2,
                                                              "commodity": 3,
                                                              "name": "sample string 4",
                                                              "active": true,
                                                              "mscSubCommodities": [
                                                                {
                                                                  "$id": "60",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "commodity": 3,
                                                                  "subCommodity": 4,
                                                                  "name": "sample string 5",
                                                                  "active": true,
                                                                  "subCommodityCode": "sample string 7"
                                                                },
                                                                {
                                                                  "$ref": "60"
                                                                }
                                                              ],
                                                              "commodityCode": "sample string 6"
                                                            },
                                                            {
                                                              "$ref": "59"
                                                            }
                                                          ],
                                                          "categoryCode": "sample string 5"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "59"
                                                        },
                                                        "mscDep": {
                                                          "$id": "61",
                                                          "dept": 1,
                                                          "name": "sample string 2",
                                                          "active": true,
                                                          "mscCategories": [
                                                            {
                                                              "$ref": "58"
                                                            },
                                                            {
                                                              "$ref": "58"
                                                            }
                                                          ],
                                                          "deptCode": "sample string 4"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "60"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "57"
                                                      }
                                                    ],
                                                    "updated": "2025-10-05T00:02:32.8476012",
                                                    "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": "9CbLnG1z8ECEY+vuaw/g6w==",
                                                    "labelPageLayoutGuid": "9ccb26f4-736d-40f0-8463-ebee6b0fe0eb",
                                                    "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": "58"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "59"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "61"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "60"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "56"
                                                  }
                                                ],
                                                "investmentBuyOverride": true,
                                                "updated": "2025-10-05T00:02:32.8476012",
                                                "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": "TWVo9qOlh0yppU/WZp9mcw==",
                                                "labelPageLayoutGuid": "f668654d-a5a3-4c87-a9a5-4fd6669f6673",
                                                "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": "58"
                                                },
                                                "mscCom": {
                                                  "$ref": "59"
                                                },
                                                "mscDep": {
                                                  "$ref": "61"
                                                },
                                                "mscSubCom": {
                                                  "$ref": "60"
                                                }
                                              },
                                              {
                                                "$ref": "55"
                                              }
                                            ],
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "investmentBuyOverride": true,
                                            "updated": "2025-10-05T00:02:32.8476012",
                                            "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": "gA6xbgARXk6J/Eoh7CF3Ww==",
                                            "labelPageLayoutGuid": "6eb10e80-1100-4e5e-89fc-4a21ec21775b",
                                            "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": "58"
                                            },
                                            "mscCom": {
                                              "$ref": "59"
                                            },
                                            "mscDep": {
                                              "$ref": "61"
                                            },
                                            "mscSubCom": {
                                              "$ref": "60"
                                            }
                                          }
                                        }
                                      },
                                      {
                                        "$ref": "52"
                                      }
                                    ],
                                    "nextPrice": {
                                      "$id": "62",
                                      "id": 1,
                                      "campaignID": 2,
                                      "campaignName": "sample string 3",
                                      "plu": 1,
                                      "hostOfferID": 1,
                                      "metcashPromotionID": "sample string 4",
                                      "metcashPromotionPlacement": "sample string 5",
                                      "pluG_UID": "oz2iwopWeUCw6pKeTLq6Qg==",
                                      "pluGuid": "c2a23da3-568a-4079-b0ea-929e4cbaba42",
                                      "newPrice": 1,
                                      "pctDiscount": 1,
                                      "newCost": 1,
                                      "newCostDecimals": 6,
                                      "dealCostIdentifier": "No3z1YA6DEemD95VFi3XIQ==",
                                      "dealCostGuid": "d5f38d36-3a80-470c-a60f-de55162dd721",
                                      "pluName": "sample string 7",
                                      "apn": "sample string 8",
                                      "fuelItem": true,
                                      "priceGroupG_UID": "EVKhgxM2skWI8/NdQmUfiQ==",
                                      "priceGroupGuid": "83a15211-3613-45b2-88f3-f35d42651f89",
                                      "itemNumber": "sample string 10",
                                      "cri": "sample string 11",
                                      "pluPrice": 12,
                                      "pluCost": 13,
                                      "pluCostIndicator": "sample string 14",
                                      "pluPriceGstPercent": 15,
                                      "pluCostGstPercent": 16,
                                      "pluActive": true,
                                      "cartonQty": 1.1,
                                      "baseUnits": 18.1,
                                      "salesMode": 1,
                                      "pluNormalCost": 19,
                                      "pluaws": 20.0,
                                      "directNumber": "sample string 21",
                                      "departmentName": "sample string 22",
                                      "subDepartmentName": "sample string 23",
                                      "priceGroupName": "sample string 24",
                                      "supplierName": "sample string 25",
                                      "stockOnHand": 1.1,
                                      "stockOnOrder": 1.1,
                                      "lastReceived": "2025-10-05T00:02:32.8476012",
                                      "rrp": 26,
                                      "campaignDescription": "sample string 27",
                                      "campaignComboPriceGroupG_UID": "MkJXrD0q+E2YjH4ayiP8gQ==",
                                      "campaignComboPriceGroupIdentifier": "ac574232-2a3d-4df8-988c-7e1aca23fc81",
                                      "promotionPlacementDescription": "sample string 28",
                                      "storeAcceptances": [
                                        {
                                          "$id": "63",
                                          "plu": 1,
                                          "pluG_UId": "QEA=",
                                          "campaignID": 1,
                                          "campaignName": "sample string 2",
                                          "storeID": 3,
                                          "acceptedUtc": "2025-10-05T00:02:32.8476012",
                                          "operatorG_UID": "MNvkZZcgV0u+H6D/e5UOiw==",
                                          "operatorGuid": "65e4db30-2097-4b57-be1f-a0ff7b950e8b",
                                          "machineID": 1,
                                          "processed": true,
                                          "appliedUtc": "2025-10-05T00:02:32.8476012",
                                          "signIqTicketFileMovedUtc": "2025-10-05T00:02:32.8476012",
                                          "user": "sample string 6",
                                          "campaignDescription": "sample string 7",
                                          "productDesc": "sample string 8",
                                          "storeName": "sample string 9",
                                          "effectiveUtc": "2025-10-05T00:02:32.8476012",
                                          "priceChangeType": 0,
                                          "operatorName": "sample string 10",
                                          "hostCampaign": true,
                                          "product": {
                                            "$ref": "25"
                                          },
                                          "campaignPlu": {
                                            "$ref": "62"
                                          }
                                        },
                                        {
                                          "$ref": "63"
                                        }
                                      ],
                                      "campaign": {
                                        "$id": "64",
                                        "id": 1,
                                        "storeID": 2,
                                        "name": "829d022b-ab0c-498b-a791-0abd310b693d",
                                        "nameGuid": "829d022b-ab0c-498b-a791-0abd310b693d",
                                        "description": "sample string 4",
                                        "showDiscounts": true,
                                        "showTotals": true,
                                        "onlyEvaluateOnSubtotal": true,
                                        "useDescription": true,
                                        "campaignType": 1,
                                        "startDate": "2025-10-05T00:02:32.8476012",
                                        "startTime": 1,
                                        "endDate": "2025-10-05T00:02:32.8476012",
                                        "endTime": 1,
                                        "recurrence": 1,
                                        "recurrenceType": 1,
                                        "monthType": 1,
                                        "weekDays": 1,
                                        "months": 1,
                                        "monthWeeks": 1,
                                        "monthDays": "sample string 7",
                                        "printed": true,
                                        "talkerText": "sample string 8",
                                        "rangeDescription": "sample string 9",
                                        "dealDescription": "sample string 10",
                                        "labelQuantity": 11,
                                        "active": 1,
                                        "deactivated": "2025-10-05T00:02:32.8476012",
                                        "system": true,
                                        "created": "2025-10-05T00:02:32.8476012",
                                        "updated": "2025-10-05T00:02:32.8476012",
                                        "priceChangeNotifiedUtc": "2025-10-05T00:02:32.8476012",
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 13",
                                        "hostIdentifier": "VwvfpcHzoE6TzFy5twzCyQ==",
                                        "hostIdentifierGuid": "a5df0b57-f3c1-4ea0-93cc-5cb9b70cc2c9",
                                        "hostType": 14,
                                        "createdByUser": "sample string 15",
                                        "fromHost": true,
                                        "deleted": true,
                                        "campaignDeleted": "2025-10-05T00:02:32.8476012",
                                        "updatedByUser": "sample string 18",
                                        "offerID": 1,
                                        "isPriceChangeCampaign": true,
                                        "stores": [
                                          1,
                                          2
                                        ],
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ],
                                        "campaignPlus": [
                                          {
                                            "$ref": "62"
                                          },
                                          {
                                            "$ref": "62"
                                          }
                                        ],
                                        "campaignPools": [
                                          {
                                            "$id": "65",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "plu": 4,
                                            "pluG_UID": "4gqJpWAcPkyBGczNrIp7Bw==",
                                            "pluGuid": "a5890ae2-1c60-4c3e-8119-cccdac8a7b07",
                                            "hostOfferID": 1,
                                            "priceGroupG_UID": "c63X3e0xTUir9DVT01kmWw==",
                                            "priceGroupGuid": "ddd7ad73-31ed-484d-abf4-3553d359265b",
                                            "fuelItem": true,
                                            "pluName": "sample string 6",
                                            "apn": "sample string 7",
                                            "pluActive": true,
                                            "cartonQty": 1,
                                            "baseUnits": 9.1,
                                            "cri": "sample string 10",
                                            "salesMode": 1,
                                            "pluaws": 11.0,
                                            "directNumber": "sample string 12",
                                            "departmentName": "sample string 13",
                                            "subDepartmentName": "sample string 14",
                                            "priceGroupName": "sample string 15",
                                            "supplierName": "sample string 16",
                                            "stockOnHand": 1.1,
                                            "stockOnOrder": 1.1,
                                            "lastReceived": "2025-10-05T00:02:32.8476012",
                                            "rrp": 17,
                                            "campaignDescription": "sample string 18",
                                            "product": {
                                              "$ref": "25"
                                            },
                                            "campaign": {
                                              "$ref": "64"
                                            }
                                          },
                                          {
                                            "$ref": "65"
                                          }
                                        ],
                                        "sellingRules": [
                                          {
                                            "$id": "66",
                                            "id": 1,
                                            "identifier": "XhcRA2olM0an7yMbI4dvWA==",
                                            "identifierStr": "XhcRA2olM0an7yMbI4dvWA==",
                                            "identifierGuid": "0311175e-256a-4633-a7ef-231b23876f58",
                                            "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": "64"
                                            }
                                          },
                                          {
                                            "$ref": "66"
                                          }
                                        ],
                                        "customers": [
                                          {
                                            "$id": "67",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "customerID": "dz9r2XEHbk+mohdaQ2Z6uw==",
                                            "customerIDGuid": "d96b3f77-0771-4f6e-a6a2-175a43667abb",
                                            "campaign": {
                                              "$ref": "64"
                                            },
                                            "customer": {
                                              "$ref": "6"
                                            }
                                          },
                                          {
                                            "$ref": "67"
                                          }
                                        ],
                                        "customerGroups": [
                                          {
                                            "$id": "68",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "groupID": "rRNBOx/P5ECy4LCKkDeibA==",
                                            "groupIDGuid": "3b4113ad-cf1f-40e4-b2e0-b08a9037a26c",
                                            "campaign": {
                                              "$ref": "64"
                                            },
                                            "group": {
                                              "$ref": "10"
                                            }
                                          },
                                          {
                                            "$ref": "68"
                                          }
                                        ],
                                        "signIqTickets": [
                                          {
                                            "$id": "69",
                                            "identifier": "q5WrrUBt0k2yWKwyzkN5lA==",
                                            "identifierGuid": "adab95ab-6d40-4dd2-b258-ac32ce437994",
                                            "campaignName": "sample string 2",
                                            "message": "sample string 3",
                                            "ticketFileSource": "sample string 4",
                                            "ticketFileDestination": "sample string 5",
                                            "storeID": 1
                                          },
                                          {
                                            "$ref": "69"
                                          }
                                        ],
                                        "comboPriceGroups": [
                                          {
                                            "$id": "70",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "g_UID": "/q+xbu/idEeFDuZE9eFzyA==",
                                            "guid": "6eb1affe-e2ef-4774-850e-e644f5e173c8",
                                            "description": "sample string 5",
                                            "newPrice": 1,
                                            "rangeDescription": "sample string 6",
                                            "dealDescription": "sample string 7",
                                            "labelQuantity": 8,
                                            "hostProductCategoryID": 1,
                                            "offerID": 1,
                                            "dontUpdatePricePlus": true,
                                            "campaign": {
                                              "$ref": "64"
                                            },
                                            "comboPricePlus": [
                                              {
                                                "$id": "71",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "groupG_UID": "wzHEbxD/r0SyKtSDNJ7ReA==",
                                                "groupGuid": "6fc431c3-ff10-44af-b22a-d483349ed178",
                                                "comboPriceType": 5,
                                                "priceType": 5,
                                                "pluG_UID": "OgnR1jRyS0uzqo0IWUFjRg==",
                                                "pluGuid": "d6d1093a-7234-4b4b-b3aa-8d0859416346",
                                                "priceGroupG_UID": "+LWSm3HsxU+vhs+fgEGR1w==",
                                                "priceGroupGuid": "9b92b5f8-ec71-4fc5-af86-cf9f804191d7",
                                                "campaignPoolID": "sample string 7",
                                                "quantity": 1,
                                                "campaign": {
                                                  "$ref": "64"
                                                },
                                                "product": {
                                                  "$ref": "25"
                                                },
                                                "priceGroup": {
                                                  "$ref": "31"
                                                },
                                                "campaignPool": {
                                                  "$ref": "64"
                                                }
                                              },
                                              {
                                                "$ref": "71"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "70"
                                          }
                                        ],
                                        "priceLevels": [
                                          {
                                            "$id": "72",
                                            "id": 1,
                                            "priceLevelIdentifier": "4ELejOg6ukig2XPuGnGcfg==",
                                            "priceLevelIdentifierGuid": "8cde42e0-3ae8-48ba-a0d9-73ee1a719c7e",
                                            "campaignName": "sample string 3",
                                            "priceLevelName": "sample string 4"
                                          },
                                          {
                                            "$ref": "72"
                                          }
                                        ]
                                      },
                                      "product": {
                                        "$ref": "25"
                                      },
                                      "dealCost": {
                                        "$id": "73",
                                        "headerIdentifier": "0scuri8vnECjG/Gq+mxZhg==",
                                        "headerIdentifierGuid": "ae2ec7d2-2f2f-409c-a31b-f1aafa6c5986",
                                        "identifier": "mavUBvRHoEizOwc6Zhr6zw==",
                                        "identifierGuid": "06d4ab99-47f4-48a0-b33b-073a661afacf",
                                        "supplierIdentifier": "BCqlXdPEoEC9M9iirYboOw==",
                                        "supplierGuid": "5da52a04-c4d3-40a0-bd33-d8a2ad86e83b",
                                        "pluG_UID": "JzcdLjcO2UOad/xBzX/87A==",
                                        "pluGuid": "2e1d3727-0e37-43d9-9a77-fc41cd7ffcec",
                                        "campaignName": "ad4a6e3a-60f8-4211-a5bb-e4bb708ca0fb",
                                        "description": "sample string 4",
                                        "cost": 5,
                                        "costDecimals": 6,
                                        "start": "2025-10-05T00:02:32.8476012",
                                        "end": "2025-10-05T00:02:32.8476012",
                                        "type": 9,
                                        "promoType": 10,
                                        "bonusItemPLUG_UID": "Es4DcOt++0mTl4oJpSxaVg==",
                                        "bonusItemPluGuid": "7003ce12-7eeb-49fb-9397-8a09a52c5a56",
                                        "bonusPurchaseUnits": 11,
                                        "bonusReceiveUnits": 12,
                                        "updated": "2025-10-05T00:02:32.8476012",
                                        "metcashPromotionID": "sample string 14",
                                        "fromHost": 15,
                                        "storeNames": "sample string 16",
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "supplierName": "sample string 17",
                                        "campaignDescription": "sample string 18",
                                        "newPrice": 1,
                                        "campaignMetcashPromotionID": "sample string 19",
                                        "campaignActive": true,
                                        "campaignStartDate": "2025-10-05T00:02:32.8476012",
                                        "campaignEndDate": "2025-10-05T00:02:32.8476012",
                                        "masterPLUG_UID": "piwarBZ3DkSv3dBKHVQ3rw==",
                                        "masterID": "ac1a2ca6-7716-440e-afdd-d04a1d5437af",
                                        "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": "bM+miGgg/0GTkAcy0NJnug==",
                                        "bonusMasterID": "88a6cf6c-2068-41ff-9390-0732d0d267ba",
                                        "bonusProductName": "sample string 34",
                                        "bonusProductAPN": "sample string 35",
                                        "bonusOrderCode": "sample string 36",
                                        "bonusNormalSell": 37,
                                        "bonusNormalCost": 38,
                                        "bonusNormalCostDecimals": 39,
                                        "bonusCartonQuantity": 40,
                                        "bonusSalesMode": 41,
                                        "bonusOrderPacked": 42,
                                        "bonusFuelItem": true,
                                        "bonusActive": true
                                      }
                                    },
                                    "currentCostStart": "2025-10-05T00:02:32.8476012",
                                    "dealCosts": [
                                      {
                                        "$ref": "73"
                                      },
                                      {
                                        "$ref": "73"
                                      }
                                    ],
                                    "tags": [
                                      {
                                        "$id": "74",
                                        "pluG_UID": "JUetr3R2/USVnKE58DyGUw==",
                                        "pluGuid": "afad4725-7674-44fd-959c-a139f03c8653",
                                        "tagID": 1,
                                        "description": "sample string 1",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "74"
                                      }
                                    ],
                                    "alternateProductG_UID": "vJZ8BM7CQkmGE3W1TkGbew==",
                                    "alternateProduct": "047c96bc-c2ce-4942-8613-75b54e419b7b",
                                    "productHostCode": {
                                      "$id": "75",
                                      "id": 1,
                                      "pluG_UID": "wKuA2Q89a0OMKPKavR6EPQ==",
                                      "pluGuid": "d980abc0-3d0f-436b-8c28-f29abd1e843d",
                                      "ibaCode": "sample string 2"
                                    },
                                    "mscCat": {
                                      "$ref": "58"
                                    },
                                    "mscCom": {
                                      "$ref": "59"
                                    },
                                    "mscDep": {
                                      "$ref": "61"
                                    },
                                    "mscSubCom": {
                                      "$ref": "60"
                                    },
                                    "isUserUpdate": true,
                                    "ignoreMasterProduct": true,
                                    "priceGroupLabelRequested": true,
                                    "firstSold": "2025-10-05T00:02:32.8476012",
                                    "inventoryTracked": "2025-10-05T00:02:32.8476012",
                                    "isNormalPriceChangesCampaign": true
                                  },
                                  "supplier": {
                                    "$ref": "20"
                                  },
                                  "serviceFee": {
                                    "$id": "76",
                                    "id": 1,
                                    "description": "sample string 1",
                                    "fee": 1
                                  },
                                  "isPrimaryHost": true,
                                  "hostVendor": 47
                                },
                                {
                                  "$ref": "23"
                                }
                              ],
                              "orderCycleHeaders": [
                                {
                                  "$id": "77",
                                  "storeID": 1,
                                  "supplierIdentifier": "mXxCiIFvX0WqV7T1QKaZPg==",
                                  "supplierGuid": "88427c99-6f81-455f-aa57-b4f540a6993e",
                                  "departmentCode": "sample string 2",
                                  "warehouseDirectIndicator": "sample string 3",
                                  "type": 4,
                                  "storeName": "sample string 5",
                                  "departmentName": "sample string 6",
                                  "orderDays": 7
                                },
                                {
                                  "$ref": "77"
                                }
                              ],
                              "cycles": [
                                {
                                  "$id": "78",
                                  "storeID": 1,
                                  "supplierIdentifier": "Dhf2RBU1/EW4YY0ZNZQHbg==",
                                  "supplierGuid": "44f6170e-3515-45fc-b861-8d193594076e",
                                  "departmentCode": "sample string 2",
                                  "warehouseDirectIndicator": "sample string 3",
                                  "type": 4,
                                  "cutOffWeek": 5,
                                  "cutOffDay": 6,
                                  "cutOffTime": "00:00:00.1234567",
                                  "leadTime": 7,
                                  "daysBuffer": 8,
                                  "supplierName": "sample string 9",
                                  "cutOffDate": "2025-10-05T00:02:32.8476012",
                                  "deliveryDate": "2025-10-05T00:02:32.8476012",
                                  "nextCutOffDate": "2025-10-05T00:02:32.8476012",
                                  "nextDeliveryDate": "2025-10-05T00:02:32.8476012",
                                  "nextDaysBuffer": 10
                                },
                                {
                                  "$ref": "78"
                                }
                              ],
                              "store": {
                                "$ref": "16"
                              },
                              "updated": "2025-10-05T00:02:32.8476012",
                              "isHost": true
                            },
                            "files": [
                              {
                                "$id": "79",
                                "id": "sample string 1",
                                "fileName": "sample string 2",
                                "extension": "sample string 3",
                                "provider": 0,
                                "type": 0,
                                "hostType": "sample string 4",
                                "createdUtc": "2025-10-05T00:02:32.8476012",
                                "processed": "2025-10-05T00:02:32.8476012",
                                "isProcessing": true,
                                "processedCount": 6,
                                "processingTime": 1,
                                "collectedUtc": "2025-10-05T00:02:32.8476012",
                                "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": "19"
                                },
                                "metcashHeader": {
                                  "$id": "80",
                                  "customerNumber": "sample string 1",
                                  "creationDate": "2025-10-05T00:02:32.8476012",
                                  "businessPillar": "sample string 3",
                                  "fileType": "sample string 4"
                                }
                              },
                              {
                                "$ref": "79"
                              }
                            ],
                            "zoneMatrix": [
                              {
                                "$id": "81",
                                "id": 1,
                                "hostIdentifier": "pZCIQBtwpk+SJQTQW3x9Rg==",
                                "hostIdentifierGuid": "408890a5-701b-4fa6-9225-04d05b7c7d46",
                                "storeID": 1,
                                "departmentCode": "sample string 2",
                                "hostGuids": [
                                  "f6f268f8-38dc-49a9-9402-71dc01d659eb",
                                  "41274763-1c9d-457d-a4e2-d4d4f973bf29"
                                ]
                              },
                              {
                                "$ref": "81"
                              }
                            ],
                            "hostFileStoreSetting": {
                              "$ref": "18"
                            },
                            "hostStoreSettings": [
                              {
                                "$ref": "18"
                              },
                              {
                                "$ref": "18"
                              }
                            ],
                            "promotionPlacements": [
                              {
                                "$id": "82",
                                "identifier": "hsv33TS+YUSSZL8ZQ9/KQQ==",
                                "identifierGuid": "ddf7cb86-be34-4461-9264-bf1943dfca41",
                                "code": "sample string 2",
                                "description": "sample string 3",
                                "isAdvertised": true
                              },
                              {
                                "$ref": "82"
                              }
                            ],
                            "promoTypeGuids": [
                              "30010b09-4a59-41c4-90db-5b9c27b17b17",
                              "93f566d3-fc9a-487c-8da7-a28a7aea9bf9"
                            ],
                            "isPromotionOnly": false,
                            "isOrderable": false,
                            "vendor": 0
                          },
                          "groupIDs": [
                            1,
                            2
                          ],
                          "hostDescription": "sample string 24"
                        },
                        {
                          "$ref": "18"
                        }
                      ],
                      "accounts": [
                        {
                          "$id": "83",
                          "id": 1,
                          "storeID": 1,
                          "accountName": "sample string 2",
                          "bsb": "sample string 3",
                          "accountNumber": "sample string 4",
                          "accountDesignated": true
                        },
                        {
                          "$ref": "83"
                        }
                      ],
                      "sales": [
                        {
                          "$id": "84",
                          "id": 1,
                          "storeID": 1,
                          "externalSalesType": 2,
                          "ftpSiteID": 1,
                          "lastSaleProcessed": "2025-10-05T00:02:32.8476012",
                          "ftpSite": {
                            "$id": "85",
                            "id": 1,
                            "description": "sample string 2",
                            "address": "sample string 3",
                            "username": "sample string 4",
                            "password": "sample string 5",
                            "path": "sample string 7",
                            "protocol": 8
                          }
                        },
                        {
                          "$ref": "84"
                        }
                      ],
                      "zoneMatrix": [
                        {
                          "$ref": "81"
                        },
                        {
                          "$ref": "81"
                        }
                      ],
                      "cashManagements": [
                        {
                          "$id": "86",
                          "id": 1,
                          "storeID": 1,
                          "cashManagementType": 2,
                          "apiID": 1,
                          "organisationID": "sample string 3",
                          "siteName": "sample string 4",
                          "thirdPartyAPI": {
                            "$id": "87",
                            "id": 1,
                            "description": "sample string 2",
                            "address": "sample string 3",
                            "username": "sample string 4",
                            "password": "sample string 5",
                            "passwordPlain": "sample string 6",
                            "token": "sample string 7",
                            "apiType": 8,
                            "apiSubType": 9
                          }
                        },
                        {
                          "$ref": "86"
                        }
                      ],
                      "updateStoreID": "aaa090e7-8400-4674-9ee2-f16ca57b7c95",
                      "updateStore": {
                        "$id": "88",
                        "id": "c9ba1fe8-d516-4669-89cf-2ab1058cce26",
                        "name": "sample string 1",
                        "lastActivity": "2025-10-05T00:02:32.8476012",
                        "zone": "sample string 2",
                        "timeZoneOffset": 0.0,
                        "businessHoursStart": "00:00:00.1234567",
                        "businessHoursEnd": "00:00:00.1234567",
                        "master": true,
                        "lastIP": "sample string 10",
                        "lastHostName": "sample string 11",
                        "ping": 1,
                        "pingStatus": "sample string 12",
                        "lastUpdateCompleted": "2025-10-05T00:02:32.8476012"
                      },
                      "timeZoneId": "sample string 53",
                      "securityOptions": {
                        "$id": "89",
                        "loginMode": 1,
                        "allowSelfVerification": true,
                        "verifierEmail": "sample string 3",
                        "source": "sample string 4",
                        "loginModeInherited": 5,
                        "loginModeSource": "sample string 6",
                        "selfVerifyInherited": true,
                        "selfVerifySource": "sample string 8",
                        "verifyEmailInherited": "sample string 9",
                        "verifyEmailSource": "sample string 10"
                      }
                    }
                  },
                  {
                    "$ref": "15"
                  }
                ]
              },
              "customer": {
                "$ref": "6"
              },
              "communityOrganisation": {
                "$id": "90",
                "id": 1,
                "identifier": "0oFA5qYXZE2FPX5kD6TKYg==",
                "identifierGuid": "e64081d2-17a6-4d64-853d-7e640fa4ca62",
                "name": "sample string 3",
                "lookupIdentifier": "sample string 4",
                "externalID": "sample string 5",
                "phone": "sample string 6",
                "fax": "sample string 7",
                "email": "sample string 8",
                "address1": "sample string 9",
                "address2": "sample string 10",
                "city": "sample string 11",
                "postCode": "sample string 12",
                "state": "sample string 13",
                "country": "sample string 14",
                "totalAmountAwarded": 15.1,
                "updated": "2025-10-05T00:02:32.8476012",
                "deleted": true
              },
              "details": [
                {
                  "$id": "91",
                  "saleItemID": 1,
                  "identifier": "RR2vbTSPeE204x8vGRaF9A==",
                  "identifierGuid": "6daf1d45-8f34-4d78-b4e3-1f2f191685f4",
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "3viLg3QJekWWnE2XcMgz/A==",
                  "pluGuid": "838bf8de-0974-457a-969c-4d9770c833fc",
                  "accountID": "gpDYLYf6J0i8zP+IstvC/A==",
                  "accountIDGuid": "2dd89082-fa87-4827-bccc-ff88b2dbc2fc",
                  "normalPrice": 3,
                  "originalSellingPrice": 4,
                  "discountPrice": 5,
                  "unit": 1,
                  "quantity": 6,
                  "totalCents": 7,
                  "fixedPrice": 1,
                  "tranType": 1,
                  "discountType": 1,
                  "cost": 1,
                  "costDecimals": 8,
                  "markdown": 1,
                  "manualQuantity": 1,
                  "manualPrice": 1,
                  "manualMode": 1,
                  "active": 1,
                  "offline": true,
                  "barcode": "sample string 9",
                  "keyedSale": 1,
                  "discountedID": 1,
                  "fuelID": 1,
                  "serialNumber": "sample string 10",
                  "bestOrExpire": "2025-10-05T00:02:32.8476012",
                  "bestOrExpireType": 1,
                  "providerName": "sample string 11",
                  "refundG_UID": "3sGg68T3JUGnl/Whwu37QA==",
                  "refundGuid": "eba0c1de-f7c4-4125-a797-f5a1c2edfb40",
                  "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": "kCY05jHrHkGWFi15vykT/g==",
                  "idempotentVoidGuid": "e6342690-eb31-411e-9616-2d79bf2913fe",
                  "priceLevelIdentifier": "hMPpFFnJ702O1ZG5Zf8/nA==",
                  "priceLevelIdentifierGuid": "14e9c384-c959-4def-8ed5-91b965ff3f9c",
                  "productName": "sample string 23",
                  "apn": "sample string 24",
                  "unknownScans": [
                    {
                      "$id": "92",
                      "id": 1,
                      "saleDetailID": 2,
                      "storeID": 1,
                      "scanned": "2025-10-05T00:02:32.8476012",
                      "operatorG_UID": "QEA=",
                      "barcode": "sample string 4",
                      "processed": 1
                    },
                    {
                      "$ref": "92"
                    }
                  ],
                  "refund": {
                    "$id": "93",
                    "id": 1,
                    "g_UID": "lQN7KVZQ1EiSxfLIdcVkNg==",
                    "guid": "297b0395-5056-48d4-92c5-f2c875c56436",
                    "description": "sample string 1",
                    "dumped": true,
                    "inventoryReasonID": 1,
                    "sortOrder": 1,
                    "updated": "2025-10-05T00:02:32.8476012"
                  },
                  "modifier": {
                    "$id": "94",
                    "id": 1,
                    "setG_UID": "BrXsqDiz7UKVlPdreruNrg==",
                    "modifierSetGuid": "a8ecb506-b338-42ed-9594-f76b7abb8dae",
                    "name": "sample string 2",
                    "price": 1,
                    "quantity": 1,
                    "modifierType": 1,
                    "groupNumber": 1,
                    "pageNumber": 1,
                    "controlOrder": 1,
                    "printToStation": true,
                    "pluG_UID": "g5omrGBKu0yT4CQOSAmfHw==",
                    "pluGuid": "ac269a83-4a60-4cbb-93e0-240e48099f1f",
                    "deleted": true,
                    "g_UID": "l9sn4pfSnk2e0ThomIwD1Q==",
                    "guid": "e227db97-d297-4d9e-9ed1-3868988c03d5",
                    "product": {
                      "$ref": "25"
                    }
                  },
                  "priceLevelName": "sample string 25",
                  "pumpNumber": 1,
                  "hoseNumber": 1
                },
                {
                  "$ref": "91"
                }
              ],
              "eftReceipts": [
                {
                  "$id": "95",
                  "id": 1,
                  "storeID": 1,
                  "saleHeaderID": 2,
                  "storeSaleHeader": {
                    "$ref": "13"
                  },
                  "receipt": "sample string 3",
                  "processed": 1
                },
                {
                  "$ref": "95"
                }
              ],
              "payments": [
                {
                  "$ref": "12"
                },
                {
                  "$ref": "12"
                }
              ],
              "cards": [
                {
                  "$id": "96",
                  "id": 1,
                  "saleHeaderID": 1,
                  "identifier": "sample string 2",
                  "cardType": 3,
                  "providerName": "sample string 4"
                },
                {
                  "$ref": "96"
                }
              ],
              "campaignHits": [
                {
                  "$id": "97",
                  "id": 1,
                  "saleHeaderID": 2,
                  "campaign": "sample string 3",
                  "name": "sample string 4",
                  "processed": 1,
                  "campaignDescription": "sample string 5"
                },
                {
                  "$ref": "97"
                }
              ],
              "fuel": [
                {
                  "$id": "98",
                  "id": 1,
                  "plu": 1,
                  "pluG_UID": "HaqBsk0Okk+CTw1f9zkVCQ==",
                  "pluGuid": "b281aa1d-0e4d-4f92-824f-0d5ff7391509",
                  "saleHeaderID": 2,
                  "totalCents": 3,
                  "grade": 1,
                  "gradeDescription": "sample string 4",
                  "dispenser": 1,
                  "hose": 1,
                  "quantity": 1,
                  "cost": 1,
                  "acquirerNum": 1,
                  "attendant": 1,
                  "ePurseBalance": 1.0,
                  "cardSignature": "sample string 5",
                  "compartmentNumber": 1,
                  "contractNumber": 1,
                  "discountCardPAN": "sample string 6",
                  "discountID": 1,
                  "discountName": "sample string 7",
                  "discountNetValue": 1.0,
                  "discountType": 1,
                  "discountValue": 1.0,
                  "discretionaryData": "sample string 8",
                  "driverID": "sample string 9",
                  "eftBatchNumber": 1,
                  "eftResponseCode": "sample string 10",
                  "endDateTime": "2025-10-05T00:02:32.8476012",
                  "engineHours": 1.1,
                  "fposNumber": 1,
                  "loyaltyCardPAN": "sample string 11",
                  "miscData1": 1,
                  "miscData2": "sample string 12",
                  "miscFlags": 1,
                  "mop": 1,
                  "odometer": 1,
                  "panNumber": "sample string 13",
                  "saleRefund": true,
                  "saleStatus": 1,
                  "sequenceNumber": 1,
                  "stan": 1,
                  "startDateTime": "2025-10-05T00:02:32.8476012",
                  "tagNumber": "sample string 15",
                  "trackTwoRem": "sample string 16",
                  "transCode": 1,
                  "transType": 1,
                  "unitPrice": 1.0,
                  "vehicleReg": "sample string 17",
                  "offline": true,
                  "processed": 1
                },
                {
                  "$ref": "98"
                }
              ],
              "fuelResells": [
                {
                  "$id": "99",
                  "saleItemID": 1,
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "xqdY5EdlskSgxY3dr83PUQ==",
                  "pluGuid": "e458a7c6-6547-44b2-a0c5-8dddafcdcf51",
                  "accountID": "kybI46A1bUyf1fT5rPQT8A==",
                  "accountIDGuid": "e3c82693-35a0-4c6d-9fd5-f4f9acf413f0",
                  "normalPrice": 3,
                  "originalSellingPrice": 4,
                  "discountPrice": 5,
                  "unit": 1,
                  "quantity": 6,
                  "totalCents": 7,
                  "fixedPrice": 1,
                  "tranType": 1,
                  "processed": 1,
                  "discountType": 1,
                  "cost": 1,
                  "costDecimals": 1,
                  "markdown": 1,
                  "manualQuantity": 1,
                  "manualPrice": 1,
                  "manualMode": 1,
                  "active": 1,
                  "barcode": "sample string 8",
                  "offline": 1,
                  "keyedSale": 1,
                  "discountedID": 1,
                  "fuelID": 1,
                  "serialNumber": "sample string 9",
                  "bestOrExpire": "2025-10-05T00:02:32.8476012",
                  "bestOrExpireType": 1,
                  "refundG_UID": "Mho+XsNUo0OddXTiRE3JYA==",
                  "refundGuid": "5e3e1a32-54c3-43a3-9d75-74e2444dc960",
                  "providerName": "sample string 10",
                  "campaign": "sample string 11",
                  "campaignType": 1,
                  "modifiedID": 1,
                  "omittedIngredient": 1,
                  "taxPercent": 1.0,
                  "taxAmount": 1.0,
                  "refundablePrice": 1.0,
                  "showDiscounts": true,
                  "orderPrinted": true,
                  "note": "sample string 14",
                  "modifierName": "sample string 15",
                  "modifierSetName": "sample string 16",
                  "totalValueWasScanned": true,
                  "sold": true,
                  "campaignPrice": true,
                  "scannedValue": 1,
                  "campaignName": "sample string 20",
                  "comboDiscount": 1
                },
                {
                  "$ref": "99"
                }
              ],
              "customerOrder": [
                {
                  "$id": "100",
                  "identifier": "bnWLpUxcy0SvN1eA/iEupw==",
                  "identifierGuid": "a58b756e-5c4c-44cb-af37-5780fe212ea7",
                  "id": 1,
                  "orderNo": 2,
                  "externalSaleIdentifier": "sample string 3",
                  "storeID": 4,
                  "zoneID": 5,
                  "deptNo": 6,
                  "customerIdentifier": "FYdqaugtF06Dc/z8SpmyZA==",
                  "customerIdentifierGuid": "6a6a8715-2de8-4e17-8373-fcfc4a99b264",
                  "operatorNo": 1,
                  "operatorG_UID": "er0bqHxc8kK9CLN6uCTnSQ==",
                  "operatorGuid": "a81bbd7a-5c7c-42f2-bd08-b37ab824e749",
                  "created": "2025-10-05T00:02:32.8476012",
                  "ordered": "2025-10-05T00:02:32.8476012",
                  "started": "2025-10-05T00:02:32.8476012",
                  "completed": "2025-10-05T00:02:32.8476012",
                  "supplied": "2025-10-05T00:02:32.8476012",
                  "quickTicket": 1,
                  "deleted": true,
                  "walkAway": true,
                  "approxWait": 1,
                  "actualWait": 1,
                  "deliveryMethod": 8,
                  "externalSaleType": 9,
                  "customer": {
                    "$ref": "6"
                  },
                  "operator": {
                    "$ref": "14"
                  },
                  "details": [
                    {
                      "$id": "101",
                      "headerID": 1,
                      "plu": 1,
                      "pluG_UId": "IcGeA7vkmk6qKhRl5Tz/1Q==",
                      "pluGuid": "039ec121-e4bb-4e9a-aa2a-1465e53cffd5",
                      "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": "uCJseuO9uEOA/4Hoa0NIJw==",
                      "headerIdentifierGuid": "7a6c22b8-bde3-43b8-80ff-81e86b434827",
                      "product": {
                        "$ref": "25"
                      }
                    },
                    {
                      "$ref": "101"
                    }
                  ],
                  "storeName": "sample string 11",
                  "customerName": "sample string 12",
                  "storeReplyTo": "sample string 13",
                  "storeSubjectLine": "sample string 14",
                  "storeSaleHeader": {
                    "$ref": "13"
                  }
                },
                {
                  "$ref": "100"
                }
              ],
              "surveyResponses": [
                {
                  "$id": "102",
                  "surveyG_UID": "J8amhhTX0E2r1T/4+WxiJA==",
                  "surveyGuid": "86a6c627-d714-4dd0-abd5-3ff8f96c6224",
                  "saleHeaderGuid": "9K8goKTan0WsS07Aq7I3+Q==",
                  "saleGuid": "a020aff4-daa4-459f-ac4b-4ec0abb237f9",
                  "textResponse": "sample string 1",
                  "integerResponse": 1,
                  "g_UIDResponse": "w0clT5/M8ECULLIImy/EAw==",
                  "guidResponse": "4f2547c3-cc9f-40f0-942c-b2089b2fc403",
                  "whoAnswered": 2,
                  "answeredAtUTC": "2025-10-05T00:02:32.8476012",
                  "sale": {
                    "$ref": "13"
                  },
                  "survey": {
                    "$id": "103",
                    "g_UID": "2yRjrxnCfE67Zuf4xq0j1Q==",
                    "guid": "af6324db-c219-4e7c-bb66-e7f8c6ad23d5",
                    "name": "sample string 1",
                    "storeID": 2,
                    "zoneID": 1,
                    "checkoutFormG_UID": "tFILQtMigEW5N80Rkq/Kkg==",
                    "checkoutFormGuid": "420b52b4-22d3-4580-b937-cd1192afca92",
                    "displayToWho": 3,
                    "displayWhen": 4,
                    "start": "2025-10-05T00:02:32.8476012",
                    "end": "2025-10-05T00:02:32.8476012",
                    "deleted": true,
                    "updated": "2025-10-05T00:02:32.8476012",
                    "possibleIntegerResponses": [
                      1,
                      2
                    ],
                    "possibleTextResponses": [
                      "sample string 1",
                      "sample string 2"
                    ],
                    "possibleGuidResponses": [
                      "5acc72c4-301c-4d1b-82f4-247f01be427f",
                      "dfd925f7-5e5c-4d35-8a73-406fad7a4e03"
                    ],
                    "allowsAllTextResponses": true,
                    "surveyForm": {
                      "$ref": "43"
                    }
                  },
                  "ingressId": "sample string 4"
                },
                {
                  "$ref": "102"
                }
              ],
              "storeName": "sample string 38",
              "machineName": "sample string 39",
              "operatorName": "sample string 40",
              "direction": 1,
              "reason": "sample string 41",
              "accountG_UID": "sH/bLq9kaUqANL5ConW8Hg==",
              "accountIdentifier": "2edb7fb0-64af-4a69-8034-be42a275bc1e",
              "accountName": "sample string 42",
              "customerOrderIdentifier": "rsotiQ5XwUuiucG2+LPwiQ==",
              "customerOrderIdentifierGuid": "892dcaae-570e-4bc1-a2b9-c1b6f8b3f089",
              "priceLevelName": "sample string 43",
              "revision": 44,
              "ingressId": "sample string 45"
            },
            "metadata": {
              "$id": "104",
              "id": 1,
              "paymentID": 2,
              "paymentIdentifier": "uxdJLyl1rU20hzfAMtMPFw==",
              "paymentIdentifierGuid": "2f4917bb-7529-4dad-b487-37c032d30f17",
              "identifier": "y+wi7j29eE26q3osG1QLmw==",
              "identifierGuid": "ee22eccb-bd3d-4d78-baab-7a2c1b540b9b",
              "metadata": "sample string 3",
              "signatureImage": "QEA=",
              "itemIdentifier": "7N9PafzDZESjEIP2Cdsp6A==",
              "itemIdentifierGuid": "694fdfec-c3fc-4464-a310-83f609db29e8"
            }
          },
          {
            "$ref": "12"
          }
        ]
      },
      {
        "$ref": "7"
      }
    ],
    "customerGroupMembers": [
      {
        "$ref": "11"
      },
      {
        "$ref": "11"
      }
    ],
    "customerGroups": [
      {
        "$ref": "10"
      },
      {
        "$ref": "10"
      }
    ],
    "accounts": [
      {
        "$ref": "8"
      },
      {
        "$ref": "8"
      }
    ],
    "account": {
      "$ref": "8"
    },
    "vouchers": [
      {
        "$id": "105",
        "customerIdentifier": "QI6rTD1F20uITYnTB1600A==",
        "customerIdentifierGuid": "4cab8e40-453d-4bdb-884d-89d3075eb4d0",
        "voucherName": "sample string 2",
        "count": 3,
        "storeID": 4,
        "barcode": "sample string 5",
        "redeemCount": 6,
        "issueCount": 7,
        "storeSalePaymentID": 1,
        "idempotentID": "LbZlLDd+Ake4BF9gx4Nb+w==",
        "idempotentGuid": "2c65b62d-7e37-4702-b804-5f60c7835bfb",
        "offline": true,
        "voucher": {
          "$ref": "3"
        },
        "customer": {
          "$ref": "6"
        }
      },
      {
        "$ref": "105"
      }
    ]
  },
  "issuedOfflinePayment": {
    "$ref": "12"
  },
  "redeemedOfflinePayment": {
    "$ref": "12"
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKPE[���+�5xl/workbook.xml �(�����0D�J��(�BUA���k���&�$(IE?�R�n�����l��Z;���/]EeSɘ�$j�;��;a���{1+�갱�[�	,K�+s8BP�x�&O7�?,?9��KĠ�
�AZ�O���S��W���b���o����bUĀƊ6��չ�M)q���#��y�i�
����>`���/PKPE[����	�[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
PE[ K�''_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="R3410a585985a440c" /></Relationships>PKPE[gy��j
xl/worksheets/sheet1.xml �(���mw�L��
'ߟ�;��xbkm}|�U[�B(�I�֟�XB&sH�����I�f\�����=�y��VÈ�,ꥫI6]���c9��F�F��,�]�Ӵ�y��8ɇѼ,N��b2O��"�ҕ��,˗�������l1Iϲ��2]�}`L���~\�V�|�PD�j/�U<��xZ=��~Sj9^���`����O����0J�Ir	Q�?T�E�\�}�_�W��^s9F���[���Uޛ����}y�=_���y�SR�g�����r��.�-��ߟ�r>�\�%��ՓǢ̖��?������;�1Jj�qp�_l�b�6֎sŴV`�˭_��Y썌1	���j�W�_�F1ɸt�Z��_o��s3[�9����m��:�������n�w��f5p'��iq��Y��W��]�骰C�f V�7ג�*��x�����bP�1a��ƙ�
?�ǟ�-�̂����(��r� �`B���FwT�c�A^C�Ul�d>	��!�Fn�ĉ�=���Y���|HBI#�g�Ѳ�4a���t�hf��HB�$�Xj��Ώ��z��$�L��[Ihp�H�t�X@`Tc,��@r%�ULB`�e��Ǥ���ʷWн�!0	v���):n���C�Q!0	�H�D`R�#s�IQ3)d���u��'mG�����k$���z��Z������"6�-���� E@R�HJ;%���P�3Ȁ�P�V����T���q9
�칗W?��ן����R�zT�[�ӈ
�Ok�V��M�i[M�Y[!��7m�l*��
�T�m+tSq�V��ⲭ�MŻ��5���P���B�b�HHP��	
����d?�5!A�~!$(ܯ�����
�{CHP��������t��OB��M�!oB�!�|jQ�	1��N�a(�G�2N��(�I�RN��u�}��v�
��[��^C� :�SB���l��g����|K��I^�ۥrB��f}i6�a.tzGt����}w���h�HHP�O��tEHP�_�5Q
��B�^���~;�
�	�x{�����~�?		^/	��녘>|����sK���^W�<*����uE���sAh9��A�f���.n�t<M��,+Ӽ����co�PKPE[�<1��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞؉L��ݰa[z��Q;�]�gc��� H%l����I3�o���<�'q���`@�)�G7tpJ榅�v��I�<�D�W\�����Q��Y��/�r��0˔�0�E���V��4�p�$���!zcF��^�ft�0}��-br�a���O)��P�
�Aw��Z�Y/J�ɍ,�Ы��t�0�z}�+�7B��eu�yy+�*ce@��B���i]^�5����]�x�F/�b�PKPE[Ѓ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��PKPE[\��]lxl/sharedStrings.xml �(��W�n�6}/����EY� �"�MRě v�R�F1��U�Ӹ���i9�MYΓ�9G����>��V��+4�W�d@�����U)/_&���7;XB�2�yU�d�1����
!-����B��d4l��j
*�y�����,��8����X�Z�r2����,�?K�|`
~v*��NG��t��֑˥�U�]
����8�f��}֟�Kn�-���dՀ��mP3�}E%<dwB,
H������qx�k�C�弄G�*�xh$��+�)F�\;���gq���8�؇��jެ�H�H�x-�9���o�}ros�a�|����tɾaui��z�8�b�u����;��P�{�@~`�ڄ����d6JZ		��b%᯿�������Q�s�Ԧ�C�tL}'#o�A�:�w
�?�����>G�����q����QF��g��d!#�1;�n��&����#�xO�(d�еI�;���NKl:��$���c9�O�(O���SZ�h�Slӹ^O/���b��i�����E�������U���Z�)jƊ0[T��cy���to��f��"�m�QҺ�⛣�ڲ�Z���=/�|�XCKAY�;T�f�"�~�TKNχ}6�3�c��e���*��x��>��qOƮu>�(o���T%.�y�1�-��l7��[��C�g�x�?�i_vP�z�d	�R�P;K<�����t\;���(e�P=�K���	�h��U�S�n�+���v��lo�>�s���^��e�7rѷ"3x3��n8O�� m�n��տ�����L��w��UDoi��w�>Vx��;�&Z�k�D�&�u�C���&���V	�P�뺊�r��Zk#�&1���FNh�>!!�qD�*���tK���=��(縩_ak�>UyW�
�ži�e��7>��Պ�r���H�!�"���nB篨6Mr��P���c���+��Zu�Z�|��N�d60��^��$3;��q�0N��Ô6?@�*���M���8��/i��f���]�^�I��Mg]�+�����F���lގ����w��IEG\/��d����@��;B[��4��T]��POD=���]<�PK-PE[���+�5xl/workbook.xmlPK-PE[����	��[Content_Types].xmlPK-
PE[ K�''U_rels/.relsPK-PE[gy��j
�xl/worksheets/sheet1.xmlPK-PE[�<1��P}xl/_rels/workbook.xml.relsPK-PE[Ѓc'2E
�	xl/styles.xmlPK-PE[\��]l;xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PKPE[1`���5xl/workbook.xml �(�����0��J}�(�@U�@��ҵCwCLA���_~R�n������}�\�>f������\j���λ�ya��%\��k׾
� �Q�
��,)=�h��h��b0Æ2�-��'Ɗ��S�D�����b2���o�Xa�Ū��%�!g�s�%�9󹞇G�`��2�,NnH~�X!���PKPE[����	�[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
PE[:咊''_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="R01593280fe3340c3" /></Relationships>PKPE[gy��j
xl/worksheets/sheet1.xml �(���mw�L��
'ߟ�;��xbkm}|�U[�B(�I�֟�XB&sH�����I�f\�����=�y��VÈ�,ꥫI6]���c9��F�F��,�]�Ӵ�y��8ɇѼ,N��b2O��"�ҕ��,˗�������l1Iϲ��2]�}`L���~\�V�|�PD�j/�U<��xZ=��~Sj9^���`����O����0J�Ir	Q�?T�E�\�}�_�W��^s9F���[���Uޛ����}y�=_���y�SR�g�����r��.�-��ߟ�r>�\�%��ՓǢ̖��?������;�1Jj�qp�_l�b�6֎sŴV`�˭_��Y썌1	���j�W�_�F1ɸt�Z��_o��s3[�9����m��:�������n�w��f5p'��iq��Y��W��]�骰C�f V�7ג�*��x�����bP�1a��ƙ�
?�ǟ�-�̂����(��r� �`B���FwT�c�A^C�Ul�d>	��!�Fn�ĉ�=���Y���|HBI#�g�Ѳ�4a���t�hf��HB�$�Xj��Ώ��z��$�L��[Ihp�H�t�X@`Tc,��@r%�ULB`�e��Ǥ���ʷWн�!0	v���):n���C�Q!0	�H�D`R�#s�IQ3)d���u��'mG�����k$���z��Z������"6�-���� E@R�HJ;%���P�3Ȁ�P�V����T���q9
�칗W?��ן����R�zT�[�ӈ
�Ok�V��M�i[M�Y[!��7m�l*��
�T�m+tSq�V��ⲭ�MŻ��5���P���B�b�HHP��	
����d?�5!A�~!$(ܯ�����
�{CHP��������t��OB��M�!oB�!�|jQ�	1��N�a(�G�2N��(�I�RN��u�}��v�
��[��^C� :�SB���l��g����|K��I^�ۥrB��f}i6�a.tzGt����}w���h�HHP�O��tEHP�_�5Q
��B�^���~;�
�	�x{�����~�?		^/	��녘>|����sK���^W�<*����uE���sAh9��A�f���.n�t<M��,+Ӽ����co�PKPE[�[��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8�Ԩi7ݰ-���'Q;��B�Ƃ#q�"A*�`��h~OO��|�Xoߦ������D�#�l;���S�+�n�{1�	��gq����'ν�iB�ؙL�h�&1u�Q�#��i�ݒ�Lv�����zP���4�	���uG�`t�~J�_�H"�s[�^T6�MI�"���wS��2�����2US�"-�e��]eztԾ/�tZ�jRV:Õ�y�5W5~��/PKPE[Ѓ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��PKPE[\��]lxl/sharedStrings.xml �(��W�n�6}/����EY� �"�MRě v�R�F1��U�Ӹ���i9�MYΓ�9G����>��V��+4�W�d@�����U)/_&���7;XB�2�yU�d�1����
!-����B��d4l��j
*�y�����,��8����X�Z�r2����,�?K�|`
~v*��NG��t��֑˥�U�]
����8�f��}֟�Kn�-���dՀ��mP3�}E%<dwB,
H������qx�k�C�弄G�*�xh$��+�)F�\;���gq���8�؇��jެ�H�H�x-�9���o�}ros�a�|����tɾaui��z�8�b�u����;��P�{�@~`�ڄ����d6JZ		��b%᯿�������Q�s�Ԧ�C�tL}'#o�A�:�w
�?�����>G�����q����QF��g��d!#�1;�n��&����#�xO�(d�еI�;���NKl:��$���c9�O�(O���SZ�h�Slӹ^O/���b��i�����E�������U���Z�)jƊ0[T��cy���to��f��"�m�QҺ�⛣�ڲ�Z���=/�|�XCKAY�;T�f�"�~�TKNχ}6�3�c��e���*��x��>��qOƮu>�(o���T%.�y�1�-��l7��[��C�g�x�?�i_vP�z�d	�R�P;K<�����t\;���(e�P=�K���	�h��U�S�n�+���v��lo�>�s���^��e�7rѷ"3x3��n8O�� m�n��տ�����L��w��UDoi��w�>Vx��;�&Z�k�D�&�u�C���&���V	�P�뺊�r��Zk#�&1���FNh�>!!�qD�*���tK���=��(縩_ak�>UyW�
�ži�e��7>��Պ�r���H�!�"���nB篨6Mr��P���c���+��Zu�Z�|��N�d60��^��$3;��q�0N��Ô6?@�*���M���8��/i��f���]�^�I��Mg]�+�����F���lގ����w��IEG\/��d����@��;B[��4��T]��POD=���]<�PK-PE[1`���5xl/workbook.xmlPK-PE[����	��[Content_Types].xmlPK-
PE[:咊''U_rels/.relsPK-PE[gy��j
�xl/worksheets/sheet1.xmlPK-PE[�[��P}xl/_rels/workbook.xml.relsPK-PE[Ѓc'2E
�	xl/styles.xmlPK-PE[\��]l<xl/sharedStrings.xmlPK��