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": "OqJ1/IadPES+BgEOjPO+bQ==",
  "customerIdentifierGuid": "fc75a23a-9d86-443c-be06-010e8cf3be6d",
  "voucherName": "sample string 2",
  "storeID": 3,
  "redeem": true,
  "issue": true,
  "barcode": "sample string 6",
  "saleIdentifier": "sample string 7",
  "storeSalePaymentID": 1,
  "saleHeaderID": 1,
  "idempotentID": "qk+JK17z/UWLn6v+8qaA0w==",
  "idempotentGuid": "2b894faa-f35e-45fd-8b9f-abfef2a680d3",
  "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>OqJ1/IadPES+BgEOjPO+bQ==</CustomerIdentifier>
  <CustomerIdentifierGuid>fc75a23a-9d86-443c-be06-010e8cf3be6d</CustomerIdentifierGuid>
  <IdempotentGuid>2b894faa-f35e-45fd-8b9f-abfef2a680d3</IdempotentGuid>
  <IdempotentID>qk+JK17z/UWLn6v+8qaA0w==</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": "lhKXI1sa+ke1XUxupw+Lsw==",
  "customerIdentifierGuid": "23971296-1a5b-47fa-b55d-4c6ea70f8bb3",
  "voucherID": 3,
  "voucherName": "sample string 4",
  "storeID": 1,
  "barcode": "sample string 5",
  "dateOfIssue": "2026-06-03T18:34:57.1945309",
  "issuedSaleHeaderID": 1,
  "issuedSaleIdentifier": "sample string 7",
  "issuedOfflinePaymentID": 1,
  "issuedIdempotentID": "guEJym+qlESyWr0/oeylbw==",
  "issuedIdempotentGuid": "ca09e182-aa6f-4494-b25a-bd3fa1eca56f",
  "issuedOffline": true,
  "issuedUser": "sample string 9",
  "issuedNotes": "sample string 10",
  "expiryDate": "2026-06-03T18:34:57.1945309",
  "expiredUser": "sample string 11",
  "expiredNotes": "sample string 12",
  "redeemed": "2026-06-03T18:34:57.1945309",
  "redeemedSaleHeaderID": 1,
  "redeemedSaleIdentifier": "sample string 13",
  "redeemedOfflinePaymentID": 1,
  "redeemedIdempotentID": "U3GjkDgUcEe4wQpVc7zMGA==",
  "redeemedIdempotentGuid": "90a37153-1438-4770-b8c1-0a5573bccc18",
  "redeemedUser": "sample string 14",
  "redeemedNotes": "sample string 15",
  "redeemedOffline": true,
  "updated": "2026-06-03T18:34:57.1945309",
  "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": "2026-06-03T18:34:57.1945309",
    "labelPageLayout": "7BXJHGCTWUey50tX5b3QEg==",
    "pageLayoutGuid": "1cc915ec-9360-4759-b2e7-4b57e5bdd012",
    "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": "2026-06-03T18:34:57.1945309",
      "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": "2026-06-03T18:34:57.1945309"
      },
      {
        "$ref": "5"
      }
    ]
  },
  "voucher": {
    "$ref": "3"
  },
  "customer": {
    "$id": "6",
    "identifier": "AdglFPtHM0KM6oNqqW4HzA==",
    "identifierGuid": "1425d801-47fb-4233-8cea-836aa96e07cc",
    "code": "sample string 2",
    "familyName": "sample string 3",
    "givenName": "sample string 4",
    "otherName": "sample string 5",
    "title": "sample string 6",
    "dateOfBirth": "2026-06-03T18:34:57.1945309",
    "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": "/A2kDrp+SEeicMzCf2vKpw==",
    "communityIdentifierGuid": "0ea40dfc-7eba-4748-a270-ccc27f6bcaa7",
    "joined": "2026-06-03T18:34:57.1945309",
    "updated": "2026-06-03T18:34:57.1945309",
    "active": true,
    "reasonInactive": 1,
    "groupCustomer": true,
    "loyaltyPoints": 1,
    "homeStoreID": 1,
    "availableSpend": 1,
    "priceLevelIdentifier": "cKkQVXT6kUCo/euA/TE6CQ==",
    "priceLevelIdentifierGuid": "5510a970-fa74-4091-a8fd-eb80fd313a09",
    "marketingID": "sample string 18",
    "receiptPrintOptions": 1,
    "hidden": true,
    "registered": true,
    "registeredOn": "2026-06-03T18:34:57.1945309",
    "emailMarketing": true,
    "smsMarketing": true,
    "deleted": true,
    "deletedUser": "sample string 24",
    "homeStoreName": "sample string 25",
    "customerCards": [
      {
        "$id": "7",
        "cardType": 2,
        "issueDate": "2026-06-03T18:34:57.1945309",
        "expiry": "2026-06-03T18:34:57.1945309",
        "customerID": "yO4ffl/eTk6uXHMiLHPKeg==",
        "customerIDGuid": "7e1feec8-de5f-4e4e-ae5c-73222c73ca7a",
        "initialValue": 1,
        "currentValue": 1,
        "maxLimit": 1,
        "minTransaction": 1,
        "maxTransaction": 1,
        "multiplier": 1.1,
        "active": true,
        "reasonInactive": 1,
        "idRequired": true,
        "idType": 1,
        "idValue": "sample string 5",
        "updated": "2026-06-03T18:34:57.1945309",
        "linkedAccount": "S3NFh0J3ck2sBPhZQM3GLg==",
        "linkedAccountGuid": "8745734b-7742-4d72-ac04-f85940cdc62e",
        "currentValueChanged": true,
        "limitsChanged": true,
        "customer": {
          "$ref": "6"
        },
        "account": {
          "$id": "8",
          "id": 1,
          "identifier": "Hi5KJyj490G3zU8IZ1oqTA==",
          "identifierGuid": "274a2e1e-f828-41f7-b7cd-4f08675a2a4c",
          "referenceNo": "sample string 3",
          "name": "sample string 4",
          "created": "2026-06-03T18:34:57.1945309",
          "owner": "sOREanVcBEa3FtQhvqSHbQ==",
          "ownerGuid": "6a44e4b0-5c75-4604-b716-d421bea4876d",
          "accountStoreGroupIdentifier": "45eRqzhgVU6z1wTkwOWhQA==",
          "accountStoreGroupGuid": "ab9197e3-6038-4e55-b3d7-04e4c0e5a140",
          "accountType": 1,
          "currentBalance": 1,
          "externalID": "sample string 7",
          "maximumLimit": 1,
          "accruePoints": true,
          "loyaltyPoints": 1,
          "termsOfTrade": 1,
          "signatureRequired": true,
          "referenceRequired": true,
          "statementSendType": 10,
          "ageingPeriod": 1,
          "monthlyAgeingPeriod": true,
          "explodedInvoice": true,
          "isFifoAllocation": true,
          "lastStatementSent": "2026-06-03T18:34:57.1945309",
          "active": true,
          "updated": "2026-06-03T18:34:57.1945309",
          "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": "vmYGd5T2MUmvnbBJn0mZnQ==",
              "identifierGuid": "770666be-f694-4931-af9d-b0499f49999d",
              "name": "sample string 2",
              "primaryContact": "0rSfI4jOWEC3Dy5fOmfVEg==",
              "primaryContactGuid": "239fb4d2-ce88-4058-b70f-2e5f3a67d512",
              "accountID": "guhzFzmYPEmiQ7NWj5FtLA==",
              "accountIDGuid": "1773e882-9839-493c-a243-b3568f916d2c",
              "special": true,
              "updated": "2026-06-03T18:34:57.1945309",
              "active": true,
              "reasonInactive": 1,
              "priceLevelIdentifier": "aHQO9E4iOEGLNPRQmufOxg==",
              "priceLevelIdentifierGuid": "f40e7468-224e-4138-8b34-f4509ae7cec6",
              "marketingListID": "sample string 7",
              "deleted": true,
              "account": {
                "$ref": "8"
              },
              "primaryContactCustomer": {
                "$ref": "6"
              },
              "customerGroupMembers": [
                {
                  "$id": "11",
                  "id": 1,
                  "groupID": "il2wY5dvBkOpWKx39eITbQ==",
                  "groupIDGuid": "63b05d8a-6f97-4306-a958-ac77f5e2136d",
                  "customerID": "oq3VDu0Gj0qA33sXO6aHCw==",
                  "customerIDGuid": "0ed5ada2-06ed-4a8f-80df-7b173ba6870b",
                  "card": "sample string 4",
                  "linkedAccount": "yCjuYK6QwEaYH/W6FC5TXg==",
                  "linkedAccountGuid": "60ee28c8-90ae-46c0-981f-f5ba142e535e",
                  "customer": {
                    "$ref": "6"
                  },
                  "group": {
                    "$ref": "10"
                  },
                  "customerCard": {
                    "$ref": "7"
                  }
                },
                {
                  "$ref": "11"
                }
              ]
            },
            {
              "$ref": "10"
            }
          ]
        },
        "payments": [
          {
            "$id": "12",
            "id": 1,
            "identifier": "U0SYEdZhykyWfZmrAAhxcw==",
            "identifierGuid": "11984453-61d6-4cca-967d-99ab00087173",
            "storeID": 2,
            "operatorName": "sample string 3",
            "saleHeaderID": 4,
            "paymentType": 5,
            "amount": 6,
            "account": "sample string 7",
            "accountID": "u6qHjXqxqkuK7aYHjgCsog==",
            "accountIDGuid": "8d87aabb-b17a-4baa-8aed-a6078e00aca2",
            "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": "2026-06-03T18:34:57.1945309",
            "invRocNo": "sample string 14",
            "responseCode": "sample string 15",
            "cashout": 1,
            "tip": 16,
            "idempotentVoid": "GfVXGGsInkO8XPxBM1qisw==",
            "idempotentVoidGuid": "1857f519-086b-439e-bc5c-fc41335aa2b3",
            "offline": true,
            "processed": 1,
            "storeSaleHeader": {
              "$id": "13",
              "saleHeaderID": 1,
              "saleHeaderGuid": "C7eAOsHOd0CvC9Fptx/3lw==",
              "saleHeaderIdentifierGuid": "3a80b70b-cec1-4077-af0b-d169b71ff797",
              "created": "2026-06-03T18:34:57.1945309",
              "createdLocal": "2026-06-03T18:34:57.1945309",
              "createdText": "sample string 4",
              "itemCount": 5,
              "totalAmount": 6,
              "cashTender": 1,
              "cardTender": 1,
              "cheqTender": 1,
              "acctTender": 1,
              "voucherTender": 1,
              "loyaltyPoints": 1,
              "cashout": 1,
              "changeAmount": 1,
              "rounding": 1,
              "gstAmount": 1,
              "transactionDiscountTender": 1,
              "totalTip": 7,
              "tranType": 1,
              "processed": 1,
              "imported": "2026-06-03T18:34:57.1945309",
              "storeID": 1,
              "operatorG_Uid": "pNs6KQMabUiN35iaFaiPYA==",
              "operatorGuid": "293adba4-1a03-486d-8ddf-989a15a88f60",
              "customerG_Uid": "KmvVZes9hEO9bhCDctcOgA==",
              "customerGuid": "65d56b2a-3deb-4384-bd6e-108372d70e80",
              "communityIdentifier": "o4sYtt626ESrN+rNAxPnCw==",
              "communityIdentifierGuid": "b6188ba3-b6de-44e8-ab37-eacd0313e70b",
              "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": "Qyh2qKyr6UybW0YV06XJWg==",
              "priceLevelIdentifierGuid": "a8762843-abac-4ce9-9b5b-4615d3a5c95a",
              "locked": 36,
              "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:34:57.1945309+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
              "deserialisedOrderMetadata": {
                "$id": "14",
                "customerName": "sample string 1",
                "pickupAt": "2026-06-03T18:34:57.1945309",
                "deliveryAddress1": "sample string 2",
                "deliveryAddress2": "sample string 3",
                "customerPhoneNumber": "sample string 4",
                "orderType": 0,
                "externalOrderID": "sample string 5",
                "externalDisplayableOrderID": "sample string 6",
                "tableName": "sample string 7",
                "createdBy": 0,
                "orderingAppName": "sample string 8"
              },
              "relationChecksum": "sample string 38",
              "loyaltyTender": 1,
              "giftCardTender": 1,
              "operator": {
                "$id": "15",
                "id": 1,
                "g_Uid": "44gtWxojTE2G5C0S+yW8dg==",
                "guid": "5b2d88e3-231a-4d4c-86e4-2d12fb25bc76",
                "operatorNumber": 1,
                "shortName": "sample string 2",
                "firstName": "sample string 3",
                "lastName": "sample string 4",
                "password": "sample string 5",
                "hasPassword": true,
                "passwordText": "sample string 6",
                "rfidTagID": "sample string 7",
                "blueprintID": 1,
                "groupID": 1,
                "groupName": "sample string 8",
                "managerGroupID": 1,
                "managerGroupName": "sample string 9",
                "zoneID": 1,
                "zoneName": "sample string 10",
                "loggedIn": 1,
                "lastUsedIP": "sample string 11",
                "deleted": true,
                "locked": true,
                "allowOpenTill": true,
                "webEmail": "sample string 14",
                "simpleOperatorType": 0,
                "webRole": "sample string 15",
                "updated": "2026-06-03T18:34:57.1945309",
                "passwordResetRequired": true,
                "alteredInStore": true,
                "startShift": "2026-06-03T18:34:57.1945309",
                "endShift": "2026-06-03T18:34:57.1945309",
                "machineName": "sample string 20",
                "drawerID": 1,
                "stores": [
                  {
                    "$id": "16",
                    "operatorG_UID": "+Dk96qgDWEas5wJWjOrM1Q==",
                    "operatorGuid": "ea3d39f8-03a8-4658-ace7-02568ceaccd5",
                    "storeID": 2,
                    "operator": {
                      "$ref": "15"
                    },
                    "store": {
                      "$id": "17",
                      "id": 1,
                      "isMaster": true,
                      "isElectedMaster": true,
                      "electedMasterStoreID": 1,
                      "isZoneMaster": true,
                      "shortName": "sample string 3",
                      "url": "sample string 4",
                      "sortOrder": 1,
                      "name": "sample string 5",
                      "phone": "sample string 6",
                      "fax": "sample string 7",
                      "email": "sample string 8",
                      "address1": "sample string 9",
                      "address2": "sample string 10",
                      "city": "sample string 11",
                      "state": "sample string 12",
                      "country": "sample string 13",
                      "postCode": "sample string 14",
                      "delivery": 1,
                      "exportAccounts": 1,
                      "salesAccountFolder": "sample string 15",
                      "purchaseAccountFolder": "sample string 16",
                      "initLoad": 1,
                      "initIDs": 1,
                      "zoneID": 1,
                      "actAsMaster": 1,
                      "lastActiveUtc": "2026-06-03T18:34:57.1945309",
                      "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": "gyDgdcGbv0Gc8tcDAOM//g==",
                      "hostIdentifierGuid": "75e02083-9bc1-41bf-9cf2-d70300e33ffe",
                      "hostName": 1,
                      "hostAddress": "sample string 27",
                      "hostUsername": "sample string 28",
                      "hostPassword": "sample string 29",
                      "excludeFromLeadInOut": true,
                      "accountingProvider": 31,
                      "accountingAddress": "sample string 32",
                      "accountingUsername": "sample string 33",
                      "accountingPassword": "sample string 34",
                      "storeAccountingCode": "sample string 35",
                      "softwareVariance": 36,
                      "fuelWarningVariance": 37.0,
                      "fuelErrorVariance": 38.0,
                      "fuelAccumulatedWarningVariance": 39.0,
                      "fuelAccumulatedErrorVariance": 40.0,
                      "drawManagment": 41,
                      "endOfDayManagment": true,
                      "autoFillCashBalancing": true,
                      "fuelDayVariance": 44,
                      "accountingTradingTime": "00:00:00.1234567",
                      "stockActivateProduct": 46,
                      "defaultOrderDocumentId": 1,
                      "defaultStockReceiveDocumentId": 1,
                      "giftCardSalesAccountingDeptCode": "sample string 47",
                      "transactionDiscountAccountingDeptCode": "sample string 48",
                      "size": 49,
                      "updated": "2026-06-03T18:34:57.1945309",
                      "priceZone": {
                        "$id": "18",
                        "id": 1,
                        "name": "sample string 2",
                        "hostIdentifier": "iFhCM02JPEauEcQwCmM1+Q==",
                        "hostIdentifierGuid": "33425888-894d-463c-ae11-c4300a6335f9",
                        "sortOrder": 3,
                        "zoneMasterStoreID": 1,
                        "electedMasterStoreID": 1,
                        "containsElectedMasterStore": true
                      },
                      "priceZoneName": "sample string 51",
                      "storeFuelConfigured": true,
                      "shippingAddressCopied": true,
                      "shippingAddress": {
                        "$id": "19",
                        "storeID": 1,
                        "addressType": 1,
                        "address1": "sample string 1",
                        "address2": "sample string 2",
                        "city": "sample string 3",
                        "state": "sample string 4",
                        "country": "sample string 5",
                        "postCode": "sample string 6"
                      },
                      "billingAddressCopied": true,
                      "billingAddress": {
                        "$ref": "19"
                      },
                      "warehouseStore": {
                        "$id": "20",
                        "storeID": 1,
                        "warehouseStoreID": 2,
                        "storeName": "sample string 3",
                        "warehouseName": "sample string 4"
                      },
                      "hostStoreSettings": [
                        {
                          "$id": "21",
                          "id": 1,
                          "hostIdentifier": "/8o7oULa1kan/1rb+hhgiA==",
                          "hostIdentifierGuid": "a13bcaff-da42-46d6-a7ff-5adbfa186088",
                          "storeID": 2,
                          "username": "sample string 3",
                          "password": "sample string 4",
                          "passwordPlain": "sample string 5",
                          "serverAddress": "sample string 6",
                          "serverPort": 1,
                          "excludeFromLeadInOut": true,
                          "useForHostFile": true,
                          "metcashPillarID": "sample string 9",
                          "metcashStateCode": "sample string 10",
                          "metcashCustomerID": "sample string 11",
                          "metcashTradingPartnerID": "sample string 12",
                          "drakesCustomerNumber": 1,
                          "sparCustomerNumber": "sample string 13",
                          "sparOrderUsername": "sample string 14",
                          "sparOrderPassword": "sample string 15",
                          "sparOrderPasswordPlain": "sample string 16",
                          "pharmXSiteID": 1,
                          "ibaZoneID": 1,
                          "ibaState": "sample string 17",
                          "foodlandStoreCode": "sample string 18",
                          "ilgMemberNumber": "sample string 19",
                          "ilgOutletLocation": 1,
                          "ilgBaseCost": 1,
                          "ilgApplyNonAdvertisedPromos": true,
                          "ilgExemptFromFreight": true,
                          "ilgOrderDealReview": true,
                          "ilgFinanceFee": 1,
                          "secondPassword": "sample string 23",
                          "secondPasswordPlain": "sample string 24",
                          "secondServerAddress": "sample string 25",
                          "processPromotions": true,
                          "hostProvider": 0,
                          "host": {
                            "$id": "22",
                            "identifier": "8junh0ZvDUOKbMeKVHjgqQ==",
                            "identifierGuid": "87a73bf2-6f46-430d-8a6c-c78a5478e0a9",
                            "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": "EHTTKSVYjUmPDIS4sue06w==",
                            "hostSupplierIdentifierGuid": "29d37410-5825-498d-8f0c-84b8b2e7b4eb",
                            "loyaltyPriceLevelIdentifier": "SPcjQ/25uUWCvH86KhTibg==",
                            "loyaltyPriceLevelIdentifierGuid": "4323f748-b9fd-45b9-82bc-7f3a2a14e26e",
                            "isGroup": true,
                            "description": "sample string 22",
                            "hostProvider": 23,
                            "hostTypeEnum": 24,
                            "hostType": "sample string 25",
                            "hostCode": "sample string 26",
                            "username": "sample string 27",
                            "password": "sample string 28",
                            "passwordPlain": "sample string 29",
                            "server": "sample string 30",
                            "url": "sample string 31",
                            "global": true,
                            "stateCode": "sample string 33",
                            "lastCollected": "2026-06-03T18:34:57.1945309",
                            "lastProcessed": "2026-06-03T18:34:57.1945309",
                            "hold": true,
                            "supplierName": "sample string 35",
                            "supplier": {
                              "$id": "23",
                              "identifier": "OiSKvOnY3EWaYnC/55QYRg==",
                              "identifierGuid": "bc8a243a-d8e9-45dc-9a62-70bfe7941846",
                              "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": "6Skdm5AwK0Ke5UmVobKJhg==",
                              "primaryContactID": "9b1d29e9-3090-422b-9ee5-4995a1b28986",
                              "storeID": 1,
                              "abn": "sample string 16",
                              "supplierGroupIdentifier": "0DWT5SjnWk+PFuWnajnYSA==",
                              "supplierGroupGuid": "e59335d0-e728-4f5a-8f16-e5a76a39d848",
                              "rebate": 1.0,
                              "rebateType": 1,
                              "rebateFrequency": 1,
                              "rebateSource": 1,
                              "rebateLastClaimed": "2026-06-03T18:34:57.1945309",
                              "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": "24",
                                "id": "0cdb35c3-48a4-4f21-baaa-e0cabf38646c",
                                "identifier": "pRBE8d6Id0qQOkFrELKtvg==",
                                "identifierGuid": "f14410a5-88de-4a77-903a-416b10b2adbe",
                                "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": "25",
                                  "supplierIdentifier": "cgiRG2GVHEiw/ySiYH9DOw==",
                                  "supplierIdentifierGuid": "1b910872-9561-481c-b0ff-24a2607f433b",
                                  "contactGuid": "LH4A1JcvMUmiyw4PQ2gYlg==",
                                  "contactID": "d4007e2c-2f97-4931-a2cb-0e0f43681896",
                                  "contact": {
                                    "$ref": "24"
                                  },
                                  "supplier": {
                                    "$ref": "23"
                                  }
                                },
                                {
                                  "$ref": "25"
                                }
                              ],
                              "products": [
                                {
                                  "$id": "26",
                                  "pluG_UID": "kiYgXoCzLkuPgFgbOvBEiQ==",
                                  "pluGuid": "5e202692-b380-4b2e-8f80-581b3af04489",
                                  "supplierIdentifier": "CwhCzshgm06md6wyJ/jh3Q==",
                                  "supplierIdentifierGuid": "ce42080b-60c8-4e9b-a677-ac3227f8e1dd",
                                  "cartonQuantity": 1,
                                  "cartonQuantityChanged": true,
                                  "productSize": "sample string 3",
                                  "cigarettesPerSleeve": 1,
                                  "randomWeight": true,
                                  "piecesPerUnit": 5,
                                  "averagePackSize": 6,
                                  "effectiveDate": "2026-06-03T18:34:57.1945309",
                                  "pricedByWeight": true,
                                  "landedUnitCostEx": 9,
                                  "landedUnitCostInc": 10,
                                  "landedCartonCostInc": 12,
                                  "landedCartonCostEx": 13,
                                  "standardCost": 14,
                                  "deliveryFee": 1,
                                  "deliveryFeeBasis": "sample string 15",
                                  "pickAndPackFee": 1,
                                  "pickAndPackFeeBasis": "sample string 16",
                                  "financeFee": 1,
                                  "financeFeeBasis": "sample string 17",
                                  "cartonLength": 1,
                                  "cartonWidth": 1,
                                  "cartonHeight": 1,
                                  "palletLayerQuantity": 1,
                                  "palletLayers": 1,
                                  "itemCode": "sample string 18",
                                  "invoiceCode": "sample string 19",
                                  "invoiceDesc": "sample string 20",
                                  "orderDirect": true,
                                  "useCost": true,
                                  "minimumQuantity": 21,
                                  "hostType": 22,
                                  "fromHost": 23,
                                  "minimumReorder": 1,
                                  "maximumReorder": 1,
                                  "orderMultiple": 24.1,
                                  "sellMultiple": 25.1,
                                  "baseMultiple": 26.1,
                                  "hostStandardCost": 27,
                                  "hostTotalCost": 28,
                                  "hostRetail": 29,
                                  "hostLandedUnitCostEx": 30,
                                  "hostLandedUnitCostInc": 31,
                                  "hostDesc": "sample string 32",
                                  "directIndicator": "sample string 33",
                                  "availableToOrder": true,
                                  "hostRangeIndicator": "sample string 35",
                                  "hostProductType": "sample string 36",
                                  "hostProductGrade": "sample string 37",
                                  "hostProductGroup": "sample string 38",
                                  "hostSlowMoving": true,
                                  "hostGeneralMerchandise": true,
                                  "hostPillar": "sample string 41",
                                  "hostLastUpdated": "2026-06-03T18:34:57.1945309",
                                  "rebate": 1.0,
                                  "rebateExclude": true,
                                  "invoiceCodes": [
                                    {
                                      "$id": "27",
                                      "pluG_UID": "oZCvBYK4RUKL7Oaa56fvFg==",
                                      "pluGuid": "05af90a1-b882-4245-8bec-e69ae7a7ef16",
                                      "supplierIdentifier": "3iFbKTsrOk2KpsTVHpLuxA==",
                                      "supplierIdentifierGuid": "295b21de-2b3b-4d3a-8aa6-c4d51e92eec4",
                                      "invoiceCode": "sample string 1",
                                      "storeIDs": [
                                        1,
                                        2
                                      ]
                                    },
                                    {
                                      "$ref": "27"
                                    }
                                  ],
                                  "storeIDs": [
                                    1,
                                    2
                                  ],
                                  "preferredSupplier": true,
                                  "preferredRebateSupplier": true,
                                  "supplierName": "sample string 42",
                                  "salesMode": 43,
                                  "orderPacked": true,
                                  "active": true,
                                  "price": 1,
                                  "costGstPercent": 45,
                                  "parentPluG_UID": "kUGzRWiR/0GYuxDf6BwBtQ==",
                                  "parentPluGuid": "45b34191-9168-41ff-98bb-10dfe81c01b5",
                                  "freight": 46.0,
                                  "freightType": 1,
                                  "product": {
                                    "$id": "28",
                                    "plu": 1,
                                    "storeID": 1,
                                    "masterPluG_UID": "QEA=",
                                    "storeIDs": [
                                      1,
                                      2
                                    ],
                                    "g_UId": "TIKMpvGrGkGUbBeIsFyjvQ==",
                                    "guid": "a68c824c-abf1-411a-946c-1788b05ca3bd",
                                    "apn": "sample string 1",
                                    "apnChanged": true,
                                    "apnSwitched": true,
                                    "barcode": "sample string 4",
                                    "itemNumber": "sample string 5",
                                    "itemNumberChanged": true,
                                    "priceGroupG_UID": "dutGWVi94UuUPI7+3w3CNw==",
                                    "priceGroupGuid": "5946eb76-bd58-4be1-943c-8efedf0dc237",
                                    "blueprintID": 1,
                                    "lastCountedDate": "2026-06-03T18:34:57.1945309",
                                    "externalID": "sample string 7",
                                    "active": true,
                                    "activated": "2026-06-03T18:34:57.1945309",
                                    "pluCreated": "2026-06-03T18:34:57.1945309",
                                    "createdByUser": "sample string 9",
                                    "name": "sample string 10",
                                    "nameChanged": true,
                                    "secondDescription": "sample string 12",
                                    "hostDescription": "sample string 13",
                                    "keepCartonQty": true,
                                    "keepDescription": true,
                                    "keepDepartments": true,
                                    "keepSuppliers": true,
                                    "markdownDescription": "sample string 18",
                                    "altDescription": "sample string 19",
                                    "bestOrExpire": 20,
                                    "lastUpdate": "2026-06-03T18:34:57.1945309",
                                    "lastManualUpdate": "2026-06-03T18:34:57.1945309",
                                    "imageName": "sample string 23",
                                    "showImageOnFlipCharts": true,
                                    "showTextOnFlipCharts": true,
                                    "overrideFlipChartText": true,
                                    "flipChartText": "sample string 27",
                                    "salesMode": 1,
                                    "eftCode": 1,
                                    "price": 1,
                                    "priceChanged": true,
                                    "rrp": 1,
                                    "gstPercent": 28,
                                    "gstPercentChanged": true,
                                    "costGSTPercent": 29,
                                    "costGSTPercentChanged": true,
                                    "wetPercent": 1,
                                    "priceOverride": 1,
                                    "cost": 1,
                                    "currentCost": 1,
                                    "currentCostDecimals": 1,
                                    "grossProfit": 1.0,
                                    "currentCostDesc": "sample string 30",
                                    "currentCostEnd": "2026-06-03T18:34:57.1945309",
                                    "currentCostUpdated": "2026-06-03T18:34:57.1945309",
                                    "costDecimals": 31,
                                    "costChanged": true,
                                    "dealCostIdentifier": "QEA=",
                                    "excludeFromRebate": true,
                                    "rebateOverride": 1,
                                    "costCalcMethod": 32,
                                    "costCalcMethodChanged": true,
                                    "costEffectiveDate": "2026-06-03T18:34:57.1945309",
                                    "defaultGP": 1,
                                    "breakTargetMode": 33,
                                    "break1": 1,
                                    "price1": 1,
                                    "target1": 34,
                                    "break2": 1,
                                    "price2": 1,
                                    "target2": 35,
                                    "break3": 1,
                                    "price3": 1,
                                    "target3": 36,
                                    "break1Changed": true,
                                    "price1Changed": true,
                                    "target1Changed": true,
                                    "break2Changed": true,
                                    "price2Changed": true,
                                    "target2Changed": true,
                                    "break3Changed": true,
                                    "price3Changed": true,
                                    "target3Changed": true,
                                    "breakTargetModeChanged": true,
                                    "margin": 1.1,
                                    "marginChanged": true,
                                    "marginRanged": true,
                                    "marginRangedChanged": true,
                                    "minimumMargin": 1.1,
                                    "minimumMarginChanged": true,
                                    "maximumMargin": 1.1,
                                    "maximumMarginChanged": true,
                                    "overrideHostWarehouseIndicator": true,
                                    "overrideHostWarehouseIndicatorChanged": true,
                                    "overrideHostPrice": true,
                                    "overrideHostPriceChanged": true,
                                    "overrideHostCost": true,
                                    "overrideHostCostChanged": true,
                                    "overrideHostMargin": true,
                                    "overrideHostMarginChanged": true,
                                    "alwaysApplyMargin": true,
                                    "alwaysApplyMarginChanged": true,
                                    "aws": 1.0,
                                    "paws": 1.0,
                                    "awsUpdated": "2026-06-03T18:34:57.1945309",
                                    "posTare": 1,
                                    "altPrice": 1.0,
                                    "altPriceChanged": true,
                                    "altPriceMode": 53,
                                    "altPriceModeChanged": true,
                                    "altPLUG_UID": "X4kIZxheR0SrtZcO9k2LdA==",
                                    "altPLUGuid": "6708895f-5e18-4447-abb5-970ef64d8b74",
                                    "altPLUGuidChanged": true,
                                    "altPriceDescription1": "sample string 54",
                                    "altPriceDescription2": "sample string 55",
                                    "cartonQuantity": 56,
                                    "cartonQuantityChanged": true,
                                    "trayID": 1,
                                    "promptID": 1,
                                    "tare": 1,
                                    "packQty": 1,
                                    "fixedWeight": 1,
                                    "extraMesg": 1,
                                    "text1": "sample string 58",
                                    "text2": "sample string 59",
                                    "text3": "sample string 60",
                                    "labelText": "sample string 61",
                                    "labelTextChanged": true,
                                    "sendToScale": true,
                                    "nonScaleWeigh": true,
                                    "labelFormat": "sample string 65",
                                    "barcodeFormat": "sample string 66",
                                    "austMade": 1,
                                    "coolCode": 67,
                                    "countryOfOrigin": "sample string 68",
                                    "percentContent": 69.1,
                                    "departmentID": 1,
                                    "subDepartmentID": 1,
                                    "minorDepartmentID": 1,
                                    "lesserDepartmentID": 1,
                                    "deptCode": "sample string 70",
                                    "subDeptCode": "sample string 71",
                                    "minorDeptCode": "sample string 72",
                                    "lesserDeptCode": "sample string 73",
                                    "deptName": "sample string 74",
                                    "subDeptName": "sample string 75",
                                    "minorDeptName": "sample string 76",
                                    "lesserDeptName": "sample string 77",
                                    "departmentChanged": true,
                                    "subCategoryID": 1,
                                    "expiry": 1,
                                    "showDays": 1,
                                    "datePrint": 1,
                                    "labelRequired": true,
                                    "labelShelfQty": 80,
                                    "labelShelfChanged": true,
                                    "labelTalkerQty": 82,
                                    "labelSmall": true,
                                    "labelLastPrinted": "2026-06-03T18:34:57.1945309",
                                    "labelLastPrice": 1,
                                    "shelfPageLayoutG_UID": "cru20QkFU0aNSa9dpyi5/A==",
                                    "shelfPageLayoutGuid": "d1b6bb72-0509-4653-8d49-af5da728b9fc",
                                    "talkerPageLayoutG_UID": "3zJbT5C9eES5P/PkWyaDZg==",
                                    "talkerPageLayoutGuid": "4f5b32df-bd90-4478-b93f-f3e45b268366",
                                    "unitMeasure": 1.1,
                                    "unitMeasureChanged": true,
                                    "unitMeasureKind": 85,
                                    "unitMeasureKindChanged": true,
                                    "signIQData": "sample string 87",
                                    "refresh": true,
                                    "earnLoyaltyPoints": true,
                                    "earnLoyaltyPointsChanged": true,
                                    "quantityOverride": true,
                                    "quantityOverrideChanged": true,
                                    "quantityRequired": true,
                                    "quantityRequiredChanged": true,
                                    "allowDiscounts": true,
                                    "allowDiscountsChanged": true,
                                    "discountDiscounts": true,
                                    "discountDiscountsChanged": true,
                                    "itemRecalled": true,
                                    "itemRecalledChanged": true,
                                    "noRefund": true,
                                    "noRefundChanged": true,
                                    "allowMarkdown": true,
                                    "allowMarkdownChanged": true,
                                    "priceRequired": true,
                                    "priceRequiredChanged": true,
                                    "fuelItem": true,
                                    "fuelItemChanged": true,
                                    "liabilityItem": true,
                                    "trackSerial": true,
                                    "trackSerialChanged": true,
                                    "allowZeroPrice": true,
                                    "allowZeroPriceChanged": true,
                                    "notForSale": 92,
                                    "notForSaleChanged": true,
                                    "excludeFromDeals": true,
                                    "excludeFromVoucher": true,
                                    "minimumAge": 95,
                                    "minimumAgeChanged": true,
                                    "buyingLimit": 1,
                                    "buyingLimitChanged": true,
                                    "buyingLimitIndependent": true,
                                    "buyingLimitIndependentChanged": true,
                                    "inventoryGuid": "qKslqDkWF0Ki81N6+yTmgQ==",
                                    "inventoryIdentifier": "a825aba8-1639-4217-a2f3-537afb24e681",
                                    "inventoryAccuracy": 1,
                                    "baseUnits": 99,
                                    "orderPacked": 1,
                                    "isManufactured": true,
                                    "isIngredient": true,
                                    "isModifier": true,
                                    "isModifierChanged": true,
                                    "hasModifiers": 100,
                                    "defaultPrinter": "sample string 101",
                                    "defaultPrinterGroup": "sample string 102",
                                    "ingredientsOnManufacture": true,
                                    "manufactureUnitMeasure": 1,
                                    "mpl": 1,
                                    "maxShelfQty": 103,
                                    "allowAutoOrder": true,
                                    "warrantyPeriod": 1,
                                    "parentPluG_UId": "ngLEATE9cEuUB3d9o9m/4g==",
                                    "parentPluGuid": "01c4029e-3d31-4b70-9407-777da3d9bfe2",
                                    "preferredHostVendor": 105,
                                    "preferredHostChanged": true,
                                    "code": "sample string 107",
                                    "supplierIdentifier": "etRvrytMRUiKjNf+HwKfZQ==",
                                    "supplierIdentifierGuid": "af6fd47a-4c2b-4845-8a8c-d7fe1f029f65",
                                    "supplierChanged": true,
                                    "rebateSupplierIdentifier": "Ylg9u5fr7kK+ZVn02wsVoQ==",
                                    "rebateSupplierIdentifierGuid": "bb3d5862-eb97-42ee-be65-59f4db0b15a1",
                                    "rebateSupplierChanged": true,
                                    "availableForOrder": true,
                                    "warehouseDirectIndicator": "sample string 109",
                                    "warehouseDirectIndicatorChanged": true,
                                    "productGrade": "sample string 111",
                                    "productType": "sample string 112",
                                    "productGroup": "sample string 113",
                                    "complianceIndicator": "sample string 114",
                                    "inhouseBrand": "sample string 115",
                                    "slowMoving": true,
                                    "generalMerchandise": true,
                                    "comment": "sample string 118",
                                    "lastUpdatedByUser": "sample string 119",
                                    "lastManualUpdatedByUser": "sample string 120",
                                    "lastUpdatedByUserOverride": true,
                                    "lastUpdatedByHost": "2026-06-03T18:34:57.1945309",
                                    "commodity": "sample string 122",
                                    "businessPillar": "sample string 123",
                                    "mscCommodity": "sample string 124",
                                    "hostIdentifier": "XiBMSxZQ10mWByPiAUNmww==",
                                    "hostIdentifierGuid": "4b4c205e-5016-49d7-9607-23e2014366c3",
                                    "serviceFeeID": 1,
                                    "serviceFeeIDChanged": true,
                                    "providerName": "sample string 126",
                                    "aisleEnds": "sample string 127",
                                    "deleted": true,
                                    "deletedChanged": true,
                                    "hidden": true,
                                    "doNotRange": true,
                                    "doNotRangeChanged": true,
                                    "doNotOrder": true,
                                    "doNotOrderChanged": true,
                                    "locked": true,
                                    "excludeFromWebUpdate": true,
                                    "excludeFromWebUpdateChanged": true,
                                    "webPriceBasedOn": 138,
                                    "webPriceRounding": true,
                                    "webMarkup": 140,
                                    "webPriceMode": 141,
                                    "altDepartmentID": 1,
                                    "altSubDepartmentID": 1,
                                    "altMinorDepartmentID": 1,
                                    "altLesserDepartmentID": 1,
                                    "altDeptCode": "sample string 142",
                                    "altSubDeptCode": "sample string 143",
                                    "altMinorDeptCode": "sample string 144",
                                    "altLesserDeptCode": "sample string 145",
                                    "altDepartmentChanged": true,
                                    "storeProducts": [
                                      {
                                        "$ref": "28"
                                      },
                                      {
                                        "$ref": "28"
                                      }
                                    ],
                                    "store": {
                                      "$ref": "17"
                                    },
                                    "storePrices": [
                                      {
                                        "$id": "29",
                                        "pluG_UID": "k8qnWTmb3kKb7fpBWFdKEA==",
                                        "pluGuid": "59a7ca93-9b39-42de-9bed-fa4158574a10",
                                        "plu": 1,
                                        "storeID": 1,
                                        "zoneID": 2,
                                        "zoneName": "sample string 3",
                                        "store": "sample string 4",
                                        "isElectedMasterStore": true,
                                        "isZoneMasterStore": true,
                                        "priceNow": 7,
                                        "costNow": 8,
                                        "costNowDecimals": 9,
                                        "normalPrice": 10,
                                        "priceNext": 1,
                                        "costNext": 1,
                                        "costNextDecimals": 11,
                                        "nextCampaignName": "sample string 12",
                                        "gstPercent": 13,
                                        "normalCost": 14,
                                        "normalCostDecimals": 15,
                                        "costGstPercent": 16,
                                        "costCalcMethod": 1,
                                        "currentCost": 17,
                                        "currentCostDecimals": 18,
                                        "break1": 19,
                                        "price1": 20,
                                        "break2": 21,
                                        "price2": 22,
                                        "break3": 23,
                                        "price3": 24,
                                        "fuelItem": 25,
                                        "fixedWeight": 26,
                                        "active": true,
                                        "complianceIndicator": "sample string 27",
                                        "doNotOrder": true,
                                        "doNotRange": true,
                                        "isNormalPriceChangesCampaign": true,
                                        "updated": "2026-06-03T18:34:57.1945309"
                                      },
                                      {
                                        "$ref": "29"
                                      }
                                    ],
                                    "currentPrices": {
                                      "$id": "30",
                                      "pluPrices": {
                                        "$id": "31",
                                        "plu": 1,
                                        "pluG_UID": "QEA=",
                                        "stores": [
                                          1,
                                          2
                                        ],
                                        "normalPrice": 1,
                                        "cost": 2,
                                        "break1": 3,
                                        "price1": 4,
                                        "break2": 5,
                                        "price2": 6,
                                        "break3": 7,
                                        "price3": 8,
                                        "discountPrice": 9,
                                        "memberDiscountPrice": 10,
                                        "acceptedUtc": "2026-06-03T18:34:57.1945309",
                                        "priceChangeType": 0,
                                        "costDecimals": 11,
                                        "costCalcMethod": 12,
                                        "targetCampaignPriceGtOrEquNormal": true
                                      },
                                      "normalPluPrices": {
                                        "$ref": "31"
                                      },
                                      "winningCampaign": 1,
                                      "winner": {
                                        "$id": "32",
                                        "campaignName": "sample string 1",
                                        "campaignDescription": "sample string 2",
                                        "talkerText": "sample string 3",
                                        "disableWasSave": true,
                                        "startDate": "2026-06-03T18:34:57.1945309",
                                        "startTime": 5,
                                        "endDate": "2026-06-03T18:34:57.1945309",
                                        "endTime": 6,
                                        "newPrice": 7,
                                        "newCost": 8,
                                        "newCostDecimals": 9,
                                        "pctDiscount": 10,
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 11",
                                        "hostType": 12,
                                        "hostIdentifier": "oZJ0X4eK0kGS6GV4CXqAMA==",
                                        "hostIdentifierGuid": "5f7492a1-8a87-41d2-92e8-6578097a8030",
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ]
                                      },
                                      "details": [
                                        {
                                          "$ref": "32"
                                        },
                                        {
                                          "$ref": "32"
                                        }
                                      ]
                                    },
                                    "tray": {
                                      "$id": "33",
                                      "g_UId": "FApnLpmpqU6PaMqmib3a+w==",
                                      "guid": "2e670a14-a999-4ea9-8f68-caa689bddafb",
                                      "name": "sample string 1",
                                      "number": 1,
                                      "tare": 1
                                    },
                                    "priceGroup": {
                                      "$id": "34",
                                      "priceGroupG_UID": "RKzZq/tfBEiGdLA2Tfzlcg==",
                                      "priceGroupGuid": "abd9ac44-5ffb-4804-8674-b0364dfce572",
                                      "name": "sample string 2",
                                      "code": 1,
                                      "modified": true,
                                      "updated": "2026-06-03T18:34:57.1945309",
                                      "buyingLimit": 1,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitType": 0,
                                      "number": 1,
                                      "products": [
                                        {
                                          "$ref": "28"
                                        },
                                        {
                                          "$ref": "28"
                                        }
                                      ],
                                      "productCount": 1
                                    },
                                    "priceGroupName": "sample string 147",
                                    "nutrifacts": {
                                      "$id": "35",
                                      "pluG_UID": "fwZ9A2tdPUeZht6sEtQyLA==",
                                      "pluGuid": "037d067f-5d6b-473d-9986-deac12d4322c",
                                      "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": "36",
                                      "pluGuid": "a8a151c5-f588-4057-bb14-0ab4395a94d3",
                                      "created": "2026-06-03T18:34:57.1945309",
                                      "createdByUser": "sample string 1",
                                      "activated": "2026-06-03T18:34:57.1945309",
                                      "activatedByUser": "sample string 2",
                                      "deactivated": "2026-06-03T18:34:57.1945309",
                                      "deactivatedByUser": "sample string 3",
                                      "lastOrdered": "2026-06-03T18:34:57.1945309",
                                      "lastOrderedQty": 4.0,
                                      "lastReceived": "2026-06-03T18:34:57.1945309",
                                      "lastReceivedQty": 5.0,
                                      "lastInvoiceStatus": 1,
                                      "lastCounted": "2026-06-03T18:34:57.1945309",
                                      "lastSold": "2026-06-03T18:34:57.1945309",
                                      "firstSold": "2026-06-03T18:34:57.1945309",
                                      "awsUpdated": "2026-06-03T18:34:57.1945309",
                                      "lastManualUpdate": "2026-06-03T18:34:57.1945309",
                                      "lastManualUpdatedByUser": "sample string 7",
                                      "lastUpdated": "2026-06-03T18:34:57.1945309",
                                      "lastUpdatedByUser": "sample string 9",
                                      "lastUpdatedByHost": "2026-06-03T18:34:57.1945309",
                                      "doNotRangeUpdated": "2026-06-03T18:34:57.1945309",
                                      "doNotOrderUpdated": "2026-06-03T18:34:57.1945309",
                                      "tracked": "2026-06-03T18:34:57.1945309"
                                    },
                                    "allergens": [
                                      {
                                        "$id": "37",
                                        "primaryKey": {
                                          "$id": "38",
                                          "pluGuid": "556e39de-4925-42fe-8575-c335a6792964",
                                          "contains": 2
                                        },
                                        "allergenID": 1,
                                        "pluG_UID": "3jluVSVJ/kKFdcM1pnkpZA==",
                                        "pluGuid": "556e39de-4925-42fe-8575-c335a6792964",
                                        "contains": 2,
                                        "allergenName": "sample string 3",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "37"
                                      }
                                    ],
                                    "costs": {
                                      "$id": "39",
                                      "pluG_UID": "UKa4QYBkXEGhw6SyYLV6lQ==",
                                      "pluGuid": "41b8a650-6480-415c-a1c3-a4b260b57a95",
                                      "enteredCost": 1,
                                      "weightedAvgCost": 1,
                                      "lastCost": 1,
                                      "rawEnteredCost": 2,
                                      "rawWeightedAvgCost": 3,
                                      "rawLastCost": 4,
                                      "freight": 5.0,
                                      "freightType": 6,
                                      "costDecimals": 7,
                                      "fifoCost": 1,
                                      "updated": "2026-06-03T18:34:57.1945309",
                                      "normalCost": 1,
                                      "currentCost": 1
                                    },
                                    "sales": [
                                      {
                                        "$id": "40",
                                        "saleHeaderID": 1,
                                        "created": "2026-06-03T18:34:57.1945309",
                                        "createdLocal": "2026-06-03T18:34:57.1945309",
                                        "storeID": 3,
                                        "storeName": "sample string 4",
                                        "operatorG_Uid": "JSgSY/J180uMuyDREXhbMA==",
                                        "operatorGuid": "63122825-75f2-4bf3-8cbb-20d111785b30",
                                        "operatorName": "sample string 5",
                                        "tranType": 1,
                                        "plu": 1,
                                        "pluG_UId": "ms537Z5kAkOiksuLAczQYQ==",
                                        "pluGuid": "ed77ce9a-649e-4302-a292-cb8b01ccd061",
                                        "normalPrice": 1,
                                        "totalCents": 1,
                                        "cost": 1,
                                        "grossProfit": 1,
                                        "quantity": 1,
                                        "operator": {
                                          "$ref": "15"
                                        }
                                      },
                                      {
                                        "$ref": "40"
                                      }
                                    ],
                                    "apns": [
                                      {
                                        "$id": "41",
                                        "pluID": 1,
                                        "pluG_UID": "dhTfXZ9UXUGUlIRyLiqZng==",
                                        "pluGuid": "5ddf1476-549f-415d-9494-84722e2a999e",
                                        "apn": "sample string 1",
                                        "deleted": true,
                                        "storeID": 1,
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "41"
                                      }
                                    ],
                                    "tuns": [
                                      {
                                        "$id": "42",
                                        "pluG_UId": "oP/dEuL4FUaBUH6iEbwoxw==",
                                        "pluGuid": "12ddffa0-f8e2-4615-8150-7ea211bc28c7",
                                        "apn": "sample string 1",
                                        "tun": "sample string 2",
                                        "cartonQuantity": 3,
                                        "product": {
                                          "$ref": "28"
                                        },
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "42"
                                      }
                                    ],
                                    "competitionPricing": [
                                      {
                                        "$id": "43",
                                        "identifier": "2gHTjxiDz0+EdKSpBWKY8A==",
                                        "identifierGuid": "8fd301da-8318-4fcf-8474-a4a9056298f0",
                                        "pluG_UID": "tmwdeZ/7Y0+oUmIpqQGdDA==",
                                        "pluGuid": "791d6cb6-fb9f-4f63-a852-6229a9019d0c",
                                        "competitionID": 1,
                                        "name": "sample string 2",
                                        "sellMultiple": 3,
                                        "retailPrice": 4,
                                        "storeName": "sample string 5"
                                      },
                                      {
                                        "$ref": "43"
                                      }
                                    ],
                                    "supplier": {
                                      "$ref": "23"
                                    },
                                    "supplierName": "sample string 148",
                                    "children": [
                                      {
                                        "$ref": "28"
                                      },
                                      {
                                        "$ref": "28"
                                      }
                                    ],
                                    "ordering": {
                                      "$ref": "26"
                                    },
                                    "flipChartPages": [
                                      {
                                        "$id": "44",
                                        "identifier": "EEKh4d2ZSEqzJX23ssG2kw==",
                                        "groupName": "sample string 1",
                                        "identifierGuid": "e1a14210-99dd-4a48-b325-7db7b2c1b693",
                                        "exists": true,
                                        "flipChartIdentifier": "4SfXGStrcUSkM2bWFNS4aA==",
                                        "flipChartIdentifierGuid": "19d727e1-6b2b-4471-a433-66d614d4b868",
                                        "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": "Wy15G3fILk2gPQvXQ7xLZQ==",
                                        "groupIdentifierGuid": "1b792d5b-c877-4d2e-a03d-0bd743bc4b65",
                                        "flipChart": {
                                          "$id": "45",
                                          "identifier": "UygMUmc+K0SR5aL6fAtTpQ==",
                                          "identifierGuid": "520c2853-3e67-442b-91e5-a2fa7c0b53a5",
                                          "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": "46",
                                            "identifier": "uo0Uow83cUaO6S3g7asdHQ==",
                                            "identifierGuid": "a3148dba-370f-4671-8ee9-2de0edab1d1d",
                                            "name": "sample string 2",
                                            "formType": "sample string 3",
                                            "forms": [
                                              {
                                                "$id": "47",
                                                "id": 1,
                                                "g_UID": "LWhMqqfk3kaSgwaVc5pF1w==",
                                                "guid": "aa4c682d-e4a7-46de-9283-0695739a45d7",
                                                "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": "lPR6ijpRv0OuwV3bPR7o6w==",
                                                "previousFormGuid": "8a7af494-513a-43bf-aec1-5ddb3d1ee8eb",
                                                "nextForm": 1,
                                                "nextFormG_UID": "UBENQCATA0uEGMC5zzpIjg==",
                                                "nextFormGuid": "400d1150-1320-4b03-8418-c0b9cf3a488e",
                                                "attributes": "sample string 10",
                                                "updated": "2026-06-03T18:34:57.1945309",
                                                "positioning": 1,
                                                "contentPanel": "sample string 11",
                                                "selectionMode": 1,
                                                "maximumSelections": 1,
                                                "alteredInStore": true,
                                                "deleted": true,
                                                "blueprintID": 1,
                                                "preserveLayout": true,
                                                "mainCheckoutFormName": "sample string 13",
                                                "nextCheckoutForm": {
                                                  "$ref": "47"
                                                },
                                                "previousCheckoutForm": {
                                                  "$ref": "47"
                                                },
                                                "buttons": [
                                                  {
                                                    "$id": "48",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "gIt6zCkIH0S079q0wd9atw==",
                                                    "checkoutFormGuid": "cc7a8b80-0829-441f-b4ef-dab4c1df5ab7",
                                                    "identifier": "4UYXtXJ2PEml4HmS+5tbCA==",
                                                    "identifierGuid": "b51746e1-7672-493c-a5e0-7992fb9b5b08",
                                                    "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": "eTn1QAe1Bkq/StdM692Etg==",
                                                    "valueGuid": "40f53979-b507-4a06-bf4a-d74cebdd84b6",
                                                    "buttonText": "sample string 10",
                                                    "valueText": "sample string 11",
                                                    "drawImageAndButton": true,
                                                    "updated": "2026-06-03T18:34:57.1945309",
                                                    "action": "sample string 12",
                                                    "valueForm": {
                                                      "$ref": "47"
                                                    },
                                                    "image": {
                                                      "$id": "49",
                                                      "name": "sample string 3.sample string 4",
                                                      "imageID": 2,
                                                      "imageName": "sample string 3",
                                                      "imageExtension": "sample string 4",
                                                      "lastUpdate": "2026-06-03T18:34:57.1945309",
                                                      "imageData": "QEA=",
                                                      "readOnly": true
                                                    }
                                                  },
                                                  {
                                                    "$ref": "48"
                                                  }
                                                ],
                                                "panels": [
                                                  {
                                                    "$id": "50",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "dbgdVVQwIUehwhQnB/rWwA==",
                                                    "checkoutFormGuid": "551db875-3054-4721-a1c2-142707fad6c0",
                                                    "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": "50"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "47"
                                              }
                                            ],
                                            "panels": [
                                              {
                                                "$ref": "50"
                                              },
                                              {
                                                "$ref": "50"
                                              }
                                            ]
                                          },
                                          "pages": [
                                            {
                                              "$ref": "44"
                                            },
                                            {
                                              "$ref": "44"
                                            }
                                          ]
                                        },
                                        "contentPanel": {
                                          "$ref": "50"
                                        },
                                        "products": [
                                          {
                                            "$id": "51",
                                            "flipChartPageIdentifier": "dlUuIqzz80yKsZ+9KD0EGQ==",
                                            "flipChartPageIdentifierGuid": "222e5576-f3ac-4cf3-8ab1-9fbd283d0419",
                                            "pluG_UID": "b0nWY4nR2kGqcDK09y7KXA==",
                                            "pluGuid": "63d6496f-d189-41da-aa70-32b4f72eca5c",
                                            "sortOrder": 3,
                                            "sent": true,
                                            "productChanged": true,
                                            "productImageName": "sample string 6",
                                            "productShowImageOnFlipCharts": true,
                                            "productShowTextOnFlipCharts": true,
                                            "productOverrideFlipChartText": true,
                                            "productFlipChartText": "sample string 10",
                                            "product": {
                                              "$ref": "28"
                                            },
                                            "departmentSortOrder": 11,
                                            "subDepartmentName": "sample string 12"
                                          },
                                          {
                                            "$ref": "51"
                                          }
                                        ],
                                        "productCount": 27,
                                        "pages": [
                                          {
                                            "$ref": "44"
                                          },
                                          {
                                            "$ref": "44"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "44"
                                      }
                                    ],
                                    "priceHistory": [
                                      {
                                        "$id": "52",
                                        "pluG_UID": "1Bko/FWRhEOtChR6hgY3bQ==",
                                        "pluGuid": "fc2819d4-9155-4384-ad0a-147a8606376d",
                                        "price": 1,
                                        "costCalcMethod": 1,
                                        "cost": 2,
                                        "weightedAvgCost": 3,
                                        "lastCost": 4,
                                        "rawCost": 5,
                                        "rawWeightedAvgCost": 6,
                                        "rawLastCost": 7,
                                        "costDecimals": 8,
                                        "serviceFeeID": 9,
                                        "freight": 10.0,
                                        "freightType": 11,
                                        "process": "sample string 12",
                                        "user": "sample string 13",
                                        "updated": "2026-06-03T18:34:57.1945309",
                                        "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": "52"
                                      }
                                    ],
                                    "ingredients": [
                                      {
                                        "$id": "53",
                                        "pluG_UID": "t5IOdwdUN0uAsedb05kQug==",
                                        "ingredientGuid": "aSWV6KA7A0uRpfytkEyWdA==",
                                        "ingredientIdentifier": "e8952569-3ba0-4b03-91a5-fcad904c9674",
                                        "quantity": 1.0,
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "ingredientText": "sample string 1",
                                        "ingredient": {
                                          "$ref": "28"
                                        }
                                      },
                                      {
                                        "$ref": "53"
                                      }
                                    ],
                                    "bins": [
                                      {
                                        "$id": "54",
                                        "pluG_UID": "qBci0rTMjUCXxXyOddFCOw==",
                                        "pluGuid": "d22217a8-ccb4-408d-97c5-7c8e75d1423b",
                                        "shelfLocationIdentifier": "qKLM7g/3IkuW3Q2iCFy0ZA==",
                                        "shelfLocationGuid": "eecca2a8-f70f-4b22-96dd-0da2085cb464",
                                        "labelShelfDefault": 1,
                                        "labelTalkerDefault": 1,
                                        "labelSmall": true,
                                        "labelPageLayoutG_UID": "xkJOBfgdg0SB2ANvKfRDmw==",
                                        "labelPageLayoutGuid": "054e42c6-1df8-4483-81d8-036f29f4439b",
                                        "updated": "2026-06-03T18:34:57.1945309",
                                        "electronicShelfLabelIdentifier": "sample string 5",
                                        "electronicshelfLabelsConfigurationID": 6,
                                        "labelShelfChanged": true,
                                        "productName": "sample string 8",
                                        "locationText": "sample string 9",
                                        "product": {
                                          "$ref": "28"
                                        },
                                        "location": {
                                          "$id": "55",
                                          "identifier": "HERkNr/oNUChkPDLjv5l3w==",
                                          "storeID": 1,
                                          "identifierGuid": "3664441c-e8bf-4035-a190-f0cb8efe65df",
                                          "name": "sample string 2",
                                          "haccp": true,
                                          "blueprintID": 1,
                                          "updated": "2026-06-03T18:34:57.1945309",
                                          "minTemp": 1,
                                          "maxTemp": 1,
                                          "checkFrequency": 1,
                                          "storeCaseConfiguration": 5,
                                          "storeName": "sample string 6",
                                          "bins": [
                                            {
                                              "$ref": "54"
                                            },
                                            {
                                              "$ref": "54"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "$ref": "54"
                                      }
                                    ],
                                    "bin": {
                                      "$ref": "54"
                                    },
                                    "scaleLocations": [
                                      {
                                        "$id": "56",
                                        "plu": 1,
                                        "pluG_UID": "ePqgy2JtKk69koWxVd28gw==",
                                        "pluGuid": "cba0fa78-6d62-4e2a-bd92-85b155ddbc83",
                                        "deptNo": 1,
                                        "product": {
                                          "$ref": "28"
                                        },
                                        "scaleLocation": {
                                          "$id": "57",
                                          "id": 1,
                                          "deptNo": 1,
                                          "deptCode": "sample string 2",
                                          "name": "sample string 3",
                                          "enabled": true,
                                          "updated": "2026-06-03T18:34:57.1945309",
                                          "department": {
                                            "$id": "58",
                                            "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": "57"
                                            },
                                            "subDepartments": [
                                              {
                                                "$id": "59",
                                                "id": 1,
                                                "departmentID": 2,
                                                "name": "sample string 3",
                                                "code": "sample string 4",
                                                "departmentCode": "sample string 5",
                                                "externalSales": true,
                                                "minorDepartments": [
                                                  {
                                                    "$id": "60",
                                                    "id": 1,
                                                    "subDepartmentID": 2,
                                                    "departmentID": 3,
                                                    "name": "sample string 4",
                                                    "subDepartmentCode": "sample string 5",
                                                    "departmentCode": "sample string 6",
                                                    "code": "sample string 7",
                                                    "lesserDepartments": [
                                                      {
                                                        "$id": "61",
                                                        "id": 1,
                                                        "departmentID": 2,
                                                        "subDepartmentID": 3,
                                                        "minorDepartmentID": 4,
                                                        "name": "sample string 5",
                                                        "code": "sample string 6",
                                                        "departmentCode": "sample string 7",
                                                        "subDepartmentCode": "sample string 8",
                                                        "minorDepartmentCode": "sample string 9",
                                                        "updated": "2026-06-03T18:34:57.1945309",
                                                        "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": "twZJkuTigUqDQp7Bzw5/Cg==",
                                                        "labelPageLayoutGuid": "924906b7-e2e4-4a81-8342-9ec1cf0e7f0a",
                                                        "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": "62",
                                                          "dept": 1,
                                                          "category": 2,
                                                          "name": "sample string 3",
                                                          "active": true,
                                                          "mscCommodities": [
                                                            {
                                                              "$id": "63",
                                                              "dept": 1,
                                                              "category": 2,
                                                              "commodity": 3,
                                                              "name": "sample string 4",
                                                              "active": true,
                                                              "mscSubCommodities": [
                                                                {
                                                                  "$id": "64",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "commodity": 3,
                                                                  "subCommodity": 4,
                                                                  "name": "sample string 5",
                                                                  "active": true,
                                                                  "subCommodityCode": "sample string 7"
                                                                },
                                                                {
                                                                  "$ref": "64"
                                                                }
                                                              ],
                                                              "commodityCode": "sample string 6"
                                                            },
                                                            {
                                                              "$ref": "63"
                                                            }
                                                          ],
                                                          "categoryCode": "sample string 5"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "63"
                                                        },
                                                        "mscDep": {
                                                          "$id": "65",
                                                          "dept": 1,
                                                          "name": "sample string 2",
                                                          "active": true,
                                                          "mscCategories": [
                                                            {
                                                              "$ref": "62"
                                                            },
                                                            {
                                                              "$ref": "62"
                                                            }
                                                          ],
                                                          "deptCode": "sample string 4"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "64"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "61"
                                                      }
                                                    ],
                                                    "updated": "2026-06-03T18:34:57.1945309",
                                                    "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": "qPVYF98cdUajjlZ0hn57dQ==",
                                                    "labelPageLayoutGuid": "1758f5a8-1cdf-4675-a38e-5674867e7b75",
                                                    "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": "62"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "63"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "65"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "64"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "60"
                                                  }
                                                ],
                                                "investmentBuyOverride": true,
                                                "updated": "2026-06-03T18:34:57.1945309",
                                                "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": "Hsg7cJwa5UOqLRjCAOQuBg==",
                                                "labelPageLayoutGuid": "703bc81e-1a9c-43e5-aa2d-18c200e42e06",
                                                "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": "62"
                                                },
                                                "mscCom": {
                                                  "$ref": "63"
                                                },
                                                "mscDep": {
                                                  "$ref": "65"
                                                },
                                                "mscSubCom": {
                                                  "$ref": "64"
                                                }
                                              },
                                              {
                                                "$ref": "59"
                                              }
                                            ],
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "investmentBuyOverride": true,
                                            "updated": "2026-06-03T18:34:57.1945309",
                                            "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": "39nEyLQPTkGpY78jvlc1nA==",
                                            "labelPageLayoutGuid": "c8c4d9df-0fb4-414e-a963-bf23be57359c",
                                            "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": "62"
                                            },
                                            "mscCom": {
                                              "$ref": "63"
                                            },
                                            "mscDep": {
                                              "$ref": "65"
                                            },
                                            "mscSubCom": {
                                              "$ref": "64"
                                            }
                                          }
                                        }
                                      },
                                      {
                                        "$ref": "56"
                                      }
                                    ],
                                    "nextPrice": {
                                      "$id": "66",
                                      "id": 1,
                                      "campaignID": 2,
                                      "campaignName": "sample string 3",
                                      "plu": 1,
                                      "hostOfferID": 1,
                                      "metcashPromotionID": "sample string 4",
                                      "metcashPromotionPlacement": "sample string 5",
                                      "pluG_UID": "7cAWCgKffE2ZDukx9EKI2Q==",
                                      "pluGuid": "0a16c0ed-9f02-4d7c-990e-e931f44288d9",
                                      "newPrice": 1,
                                      "pctDiscount": 1,
                                      "newCost": 1,
                                      "newCostDecimals": 6,
                                      "dealCostIdentifier": "7jFEosRqykOCQqfwhFzT3w==",
                                      "dealCostGuid": "a24431ee-6ac4-43ca-8242-a7f0845cd3df",
                                      "pluName": "sample string 7",
                                      "apn": "sample string 8",
                                      "fuelItem": true,
                                      "priceGroupG_UID": "gRjTfVeKz0earkaDUOf1Aw==",
                                      "priceGroupGuid": "7dd31881-8a57-47cf-9aae-468350e7f503",
                                      "itemNumber": "sample string 10",
                                      "cri": "sample string 11",
                                      "pluPrice": 12,
                                      "costCalcMethod": 13,
                                      "pluCost": 14,
                                      "pluCostIndicator": "sample string 15",
                                      "pluPriceGstPercent": 16,
                                      "pluCostGstPercent": 17,
                                      "pluActive": true,
                                      "cartonQty": 1.1,
                                      "baseUnits": 19.1,
                                      "salesMode": 1,
                                      "orderPacked": 20,
                                      "pluNormalCost": 21,
                                      "pluaws": 22.0,
                                      "directNumber": "sample string 23",
                                      "departmentName": "sample string 24",
                                      "subDepartmentName": "sample string 25",
                                      "priceGroupName": "sample string 26",
                                      "supplierName": "sample string 27",
                                      "stockOnHand": 1.1,
                                      "stockOnOrder": 1.1,
                                      "lastReceived": "2026-06-03T18:34:57.1945309",
                                      "rrp": 28,
                                      "campaignDescription": "sample string 29",
                                      "hostCampaign": true,
                                      "hostIdentifier": "QEA=",
                                      "hostIdentifierGuid": "d18c145c-6302-477c-8044-df47e10e131a",
                                      "campaignComboPriceGroupG_UID": "K8yj4YD2ZE+wnc+3QlpSfg==",
                                      "campaignComboPriceGroupIdentifier": "e1a3cc2b-f680-4f64-b09d-cfb7425a527e",
                                      "promotionPlacementDescription": "sample string 31",
                                      "storeAcceptances": [
                                        {
                                          "$id": "67",
                                          "plu": 1,
                                          "pluG_UId": "QEA=",
                                          "campaignID": 1,
                                          "campaignName": "sample string 2",
                                          "storeID": 3,
                                          "acceptedUtc": "2026-06-03T18:34:57.1945309",
                                          "operatorG_UID": "UWxTm7BIDkGdPeQ4djYUww==",
                                          "operatorGuid": "9b536c51-48b0-410e-9d3d-e438763614c3",
                                          "machineID": 1,
                                          "processed": true,
                                          "appliedUtc": "2026-06-03T18:34:57.1945309",
                                          "signIqTicketFileMovedUtc": "2026-06-03T18:34:57.1945309",
                                          "user": "sample string 6",
                                          "campaignDescription": "sample string 7",
                                          "productDesc": "sample string 8",
                                          "storeName": "sample string 9",
                                          "effectiveUtc": "2026-06-03T18:34:57.1945309",
                                          "priceChangeType": 0,
                                          "operatorName": "sample string 10",
                                          "hostCampaign": true,
                                          "hostIdentifier": "QEA=",
                                          "hostIdentifierGuid": "715ee8d4-0e1e-4622-8116-f69dcf0647d7",
                                          "product": {
                                            "$ref": "28"
                                          },
                                          "campaignPlu": {
                                            "$ref": "66"
                                          },
                                          "fuelItem": true
                                        },
                                        {
                                          "$ref": "67"
                                        }
                                      ],
                                      "campaign": {
                                        "$id": "68",
                                        "id": 1,
                                        "storeID": 2,
                                        "name": "58307f30-1c02-441b-aad2-39674052b588",
                                        "nameGuid": "58307f30-1c02-441b-aad2-39674052b588",
                                        "description": "sample string 4",
                                        "showDiscounts": true,
                                        "showTotals": true,
                                        "onlyEvaluateOnSubtotal": true,
                                        "useDescription": true,
                                        "campaignType": 1,
                                        "startDate": "2026-06-03T18:34:57.1945309",
                                        "startTime": 1,
                                        "endDate": "2026-06-03T18:34:57.1945309",
                                        "endTime": 1,
                                        "recurrence": 1,
                                        "recurrenceType": 1,
                                        "monthType": 1,
                                        "weekDays": 1,
                                        "months": 1,
                                        "monthWeeks": 1,
                                        "monthDays": "sample string 7",
                                        "printed": true,
                                        "talkerText": "sample string 8",
                                        "rangeDescription": "sample string 9",
                                        "dealDescription": "sample string 10",
                                        "labelQuantity": 11,
                                        "active": 1,
                                        "deactivated": "2026-06-03T18:34:57.1945309",
                                        "system": true,
                                        "created": "2026-06-03T18:34:57.1945309",
                                        "updated": "2026-06-03T18:34:57.1945309",
                                        "priceChangeNotifiedUtc": "2026-06-03T18:34:57.1945309",
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 13",
                                        "hostIdentifier": "60vI1IBsZEWWorJ4PeTnBg==",
                                        "hostIdentifierGuid": "d4c84beb-6c80-4564-96a2-b2783de4e706",
                                        "hostType": 14,
                                        "createdByUser": "sample string 15",
                                        "fromHost": true,
                                        "deleted": true,
                                        "campaignDeleted": "2026-06-03T18:34:57.1945309",
                                        "updatedByUser": "sample string 18",
                                        "offerID": 1,
                                        "isPriceChangeCampaign": true,
                                        "stores": [
                                          1,
                                          2
                                        ],
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ],
                                        "campaignPlus": [
                                          {
                                            "$ref": "66"
                                          },
                                          {
                                            "$ref": "66"
                                          }
                                        ],
                                        "campaignPools": [
                                          {
                                            "$id": "69",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "plu": 4,
                                            "pluG_UID": "gCrqGNQE2kSI/b0C/XAMwA==",
                                            "pluGuid": "18ea2a80-04d4-44da-88fd-bd02fd700cc0",
                                            "hostOfferID": 1,
                                            "priceGroupG_UID": "KHevlTVsd0u+FULHAjqpeg==",
                                            "priceGroupGuid": "95af7728-6c35-4b77-be15-42c7023aa97a",
                                            "fuelItem": true,
                                            "pluName": "sample string 6",
                                            "apn": "sample string 7",
                                            "pluActive": true,
                                            "cartonQty": 1,
                                            "baseUnits": 9.1,
                                            "cri": "sample string 10",
                                            "salesMode": 1,
                                            "orderPacked": 11,
                                            "pluaws": 12.0,
                                            "directNumber": "sample string 13",
                                            "departmentName": "sample string 14",
                                            "subDepartmentName": "sample string 15",
                                            "priceGroupName": "sample string 16",
                                            "supplierName": "sample string 17",
                                            "stockOnHand": 1.1,
                                            "stockOnOrder": 1.1,
                                            "lastReceived": "2026-06-03T18:34:57.1945309",
                                            "rrp": 18,
                                            "campaignDescription": "sample string 19",
                                            "product": {
                                              "$ref": "28"
                                            },
                                            "campaign": {
                                              "$ref": "68"
                                            }
                                          },
                                          {
                                            "$ref": "69"
                                          }
                                        ],
                                        "sellingRules": [
                                          {
                                            "$id": "70",
                                            "id": 1,
                                            "identifier": "MWupqIY4A0aDqvoy931n3Q==",
                                            "identifierStr": "MWupqIY4A0aDqvoy931n3Q==",
                                            "identifierGuid": "a8a96b31-3886-4603-83aa-fa32f77d67dd",
                                            "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": "68"
                                            }
                                          },
                                          {
                                            "$ref": "70"
                                          }
                                        ],
                                        "customers": [
                                          {
                                            "$id": "71",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "customerID": "wYDJrvAcMUSzcTfm46EmVw==",
                                            "customerIDGuid": "aec980c1-1cf0-4431-b371-37e6e3a12657",
                                            "campaign": {
                                              "$ref": "68"
                                            },
                                            "customer": {
                                              "$ref": "6"
                                            }
                                          },
                                          {
                                            "$ref": "71"
                                          }
                                        ],
                                        "customerGroups": [
                                          {
                                            "$id": "72",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "groupID": "ptdcactFD0a49nzIEfiEHw==",
                                            "groupIDGuid": "695cd7a6-45cb-460f-b8f6-7cc811f8841f",
                                            "campaign": {
                                              "$ref": "68"
                                            },
                                            "group": {
                                              "$ref": "10"
                                            }
                                          },
                                          {
                                            "$ref": "72"
                                          }
                                        ],
                                        "signIqTickets": [
                                          {
                                            "$id": "73",
                                            "identifier": "Pibcjr+NgEaj+UE5LejZig==",
                                            "identifierGuid": "8edc263e-8dbf-4680-a3f9-41392de8d98a",
                                            "campaignName": "sample string 2",
                                            "message": "sample string 3",
                                            "ticketFileSource": "sample string 4",
                                            "ticketFileDestination": "sample string 5",
                                            "storeID": 1
                                          },
                                          {
                                            "$ref": "73"
                                          }
                                        ],
                                        "comboPriceGroups": [
                                          {
                                            "$id": "74",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "g_UID": "fMYP0aWoGkumS2ewBrJhpw==",
                                            "guid": "d10fc67c-a8a5-4b1a-a64b-67b006b261a7",
                                            "description": "sample string 5",
                                            "newPrice": 1,
                                            "rangeDescription": "sample string 6",
                                            "dealDescription": "sample string 7",
                                            "labelQuantity": 8,
                                            "hostProductCategoryID": 1,
                                            "offerID": 1,
                                            "dontUpdatePricePlus": true,
                                            "campaign": {
                                              "$ref": "68"
                                            },
                                            "comboPricePlus": [
                                              {
                                                "$id": "75",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "groupG_UID": "jXZvcVTcAUivYdHvkqLXlA==",
                                                "groupGuid": "716f768d-dc54-4801-af61-d1ef92a2d794",
                                                "comboPriceType": 5,
                                                "priceType": 5,
                                                "pluG_UID": "9qzOCUCOGkC1B6qxgDcqpg==",
                                                "pluGuid": "09ceacf6-8e40-401a-b507-aab180372aa6",
                                                "priceGroupG_UID": "OM4BTZQ9sE6z4N2u4h8Wpg==",
                                                "priceGroupGuid": "4d01ce38-3d94-4eb0-b3e0-ddaee21f16a6",
                                                "campaignPoolID": "sample string 7",
                                                "quantity": 1,
                                                "campaign": {
                                                  "$ref": "68"
                                                },
                                                "product": {
                                                  "$ref": "28"
                                                },
                                                "priceGroup": {
                                                  "$ref": "34"
                                                },
                                                "campaignPool": {
                                                  "$ref": "68"
                                                }
                                              },
                                              {
                                                "$ref": "75"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "74"
                                          }
                                        ],
                                        "priceLevels": [
                                          {
                                            "$id": "76",
                                            "id": 1,
                                            "priceLevelIdentifier": "MzaFRnPgaUePMVhpBuP1fQ==",
                                            "priceLevelIdentifierGuid": "46853633-e073-4769-8f31-586906e3f57d",
                                            "campaignName": "sample string 3",
                                            "priceLevelName": "sample string 4"
                                          },
                                          {
                                            "$ref": "76"
                                          }
                                        ],
                                        "promotionType": {
                                          "$id": "77",
                                          "identifier": "RBViWk5pZE2e3goJFnOiwA==",
                                          "identifierGuid": "5a621544-694e-4d64-9ede-0a091673a2c0",
                                          "hostType": 2,
                                          "code": "sample string 3",
                                          "description": "sample string 4",
                                          "isLiquor": true,
                                          "isAdvertised": true,
                                          "disableWasSave": true,
                                          "excludeFromPromoSales": true,
                                          "labelPageLayoutG_UID": "uoHinCe81EGPxCDwaTsG0A==",
                                          "labelPageLayoutGuid": "9ce281ba-bc27-41d4-8fc4-20f0693b06d0",
                                          "priceLevelIdentifier": "k3R4AKIu60qu+zEApD+gxw==",
                                          "priceLevelIdentifierGuid": "00787493-2ea2-4aeb-aefb-3100a43fa0c7",
                                          "active": true,
                                          "updated": "2026-06-03T18:34:57.1945309",
                                          "hostName": "sample string 11"
                                        }
                                      },
                                      "product": {
                                        "$ref": "28"
                                      },
                                      "dealCost": {
                                        "$id": "78",
                                        "headerIdentifier": "yae0bJBhPkmyECaxPUhHfg==",
                                        "headerIdentifierGuid": "6cb4a7c9-6190-493e-b210-26b13d48477e",
                                        "identifier": "yueUfgz7OUSJCk9Vq/MMGg==",
                                        "identifierGuid": "7e94e7ca-fb0c-4439-890a-4f55abf30c1a",
                                        "supplierIdentifier": "e6AExWzm802K9xjq2BXOlQ==",
                                        "supplierGuid": "c504a07b-e66c-4df3-8af7-18ead815ce95",
                                        "pluG_UID": "iqNUJ9EoH0Cnvmcu2ICxyg==",
                                        "pluGuid": "2754a38a-28d1-401f-a7be-672ed880b1ca",
                                        "campaignName": "e875013e-9add-40d7-92ad-829891f117b1",
                                        "description": "sample string 4",
                                        "cost": 5,
                                        "costDecimals": 6,
                                        "start": "2026-06-03T18:34:57.1945309",
                                        "end": "2026-06-03T18:34:57.1945309",
                                        "type": 9,
                                        "promoType": 10,
                                        "bonusItemPLUG_UID": "MPQxuzwiSk+FbTHk7XnN5A==",
                                        "bonusItemPluGuid": "bb31f430-223c-4f4a-856d-31e4ed79cde4",
                                        "bonusPurchaseUnits": 11,
                                        "bonusReceiveUnits": 12,
                                        "updated": "2026-06-03T18:34:57.1945309",
                                        "metcashPromotionID": "sample string 14",
                                        "fromHost": 15,
                                        "storeNames": "sample string 16",
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "supplierName": "sample string 17",
                                        "campaignDescription": "sample string 18",
                                        "newPrice": 1,
                                        "campaignMetcashPromotionID": "sample string 19",
                                        "campaignActive": true,
                                        "campaignStartDate": "2026-06-03T18:34:57.1945309",
                                        "campaignEndDate": "2026-06-03T18:34:57.1945309",
                                        "masterPLUG_UID": "cgaExACaHECl6tagi+AxZA==",
                                        "masterID": "c4840672-9a00-401c-a5ea-d6a08be03164",
                                        "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": "sH96ISeR2U6uVWRa5xxbDg==",
                                        "bonusMasterID": "217a7fb0-9127-4ed9-ae55-645ae71c5b0e",
                                        "bonusProductName": "sample string 34",
                                        "bonusProductAPN": "sample string 35",
                                        "bonusOrderCode": "sample string 36",
                                        "bonusNormalSell": 37,
                                        "bonusNormalCost": 38,
                                        "bonusNormalCostDecimals": 39,
                                        "bonusCartonQuantity": 40,
                                        "bonusSalesMode": 41,
                                        "bonusOrderPacked": 42,
                                        "bonusFuelItem": true,
                                        "bonusActive": true
                                      }
                                    },
                                    "currentCostStart": "2026-06-03T18:34:57.1945309",
                                    "dealCosts": [
                                      {
                                        "$ref": "78"
                                      },
                                      {
                                        "$ref": "78"
                                      }
                                    ],
                                    "tags": [
                                      {
                                        "$id": "79",
                                        "pluG_UID": "q8mM8+2UlUOIE9GR33TuiA==",
                                        "pluGuid": "f38cc9ab-94ed-4395-8813-d191df74ee88",
                                        "tagID": 1,
                                        "description": "sample string 1",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "79"
                                      }
                                    ],
                                    "alternateProductG_UID": "kwRt7qgH6Uak4rut46dOUQ==",
                                    "alternateProduct": "ee6d0493-07a8-46e9-a4e2-bbade3a74e51",
                                    "altProduct": {
                                      "$ref": "28"
                                    },
                                    "productHostCode": {
                                      "$id": "80",
                                      "id": 1,
                                      "pluG_UID": "jWW3xk0gUEmwCnCUMA/vpw==",
                                      "pluGuid": "c6b7658d-204d-4950-b00a-7094300fefa7",
                                      "ibaCode": "sample string 2"
                                    },
                                    "mscCat": {
                                      "$ref": "62"
                                    },
                                    "mscCom": {
                                      "$ref": "63"
                                    },
                                    "mscDep": {
                                      "$ref": "65"
                                    },
                                    "mscSubCom": {
                                      "$ref": "64"
                                    },
                                    "isUserUpdate": true,
                                    "ignoreMasterProduct": true,
                                    "priceGroupLabelRequested": true,
                                    "firstSold": "2026-06-03T18:34:57.1945309",
                                    "inventoryTracked": "2026-06-03T18:34:57.1945309",
                                    "isNormalPriceChangesCampaign": true,
                                    "baseProductFuel": {
                                      "$id": "81",
                                      "pluG_UID": "5HHbEIFsK0ihzissYkoDsA==",
                                      "pluGuid": "10db71e4-6c81-482b-a1ce-2b2c624a03b0",
                                      "fuelPluG_UID": "D4eMeR7rPk2Wyz2LEC5Njw==",
                                      "fuelPluGuid": "798c870f-eb1e-4d3e-96cb-3d8b102e4d8f",
                                      "price": 3,
                                      "productDescription": "sample string 4",
                                      "productBarcode": "sample string 5",
                                      "fuelProductDescription": "sample string 6",
                                      "fuelProductBarcode": "sample string 7",
                                      "fuelProductPrice": 8
                                    },
                                    "productFuelLinks": [
                                      {
                                        "$ref": "81"
                                      },
                                      {
                                        "$ref": "81"
                                      }
                                    ]
                                  },
                                  "supplier": {
                                    "$ref": "23"
                                  },
                                  "serviceFee": {
                                    "$id": "82",
                                    "id": 1,
                                    "description": "sample string 1",
                                    "fee": 1
                                  },
                                  "isPrimaryHost": true,
                                  "hostVendor": 48
                                },
                                {
                                  "$ref": "26"
                                }
                              ],
                              "orderCycleHeaders": [
                                {
                                  "$id": "83",
                                  "storeID": 1,
                                  "supplierIdentifier": "980NUdL/dkmZeYxDlNwD/g==",
                                  "supplierGuid": "510dcdf7-ffd2-4976-9979-8c4394dc03fe",
                                  "departmentCode": "sample string 2",
                                  "warehouseDirectIndicator": "sample string 3",
                                  "type": 4,
                                  "storeName": "sample string 5",
                                  "departmentName": "sample string 6",
                                  "orderDays": 7
                                },
                                {
                                  "$ref": "83"
                                }
                              ],
                              "cycles": [
                                {
                                  "$id": "84",
                                  "storeID": 1,
                                  "supplierIdentifier": "G7bycWGvXEixhalLV83l4g==",
                                  "supplierGuid": "71f2b61b-af61-485c-b185-a94b57cde5e2",
                                  "departmentCode": "sample string 2",
                                  "warehouseDirectIndicator": "sample string 3",
                                  "type": 4,
                                  "cutOffWeek": 5,
                                  "cutOffDay": 6,
                                  "cutOffTime": "00:00:00.1234567",
                                  "leadTime": 7,
                                  "daysBuffer": 8,
                                  "supplierName": "sample string 9",
                                  "cutOffDate": "2026-06-03T18:34:57.1945309",
                                  "deliveryDate": "2026-06-03T18:34:57.1945309",
                                  "nextCutOffDate": "2026-06-03T18:34:57.1945309",
                                  "nextDeliveryDate": "2026-06-03T18:34:57.1945309",
                                  "nextDaysBuffer": 10
                                },
                                {
                                  "$ref": "84"
                                }
                              ],
                              "store": {
                                "$ref": "17"
                              },
                              "updated": "2026-06-03T18:34:57.1945309",
                              "isHost": true
                            },
                            "files": [
                              {
                                "$id": "85",
                                "id": "sample string 1",
                                "fileName": "sample string 2",
                                "extension": "sample string 3",
                                "provider": 0,
                                "type": 0,
                                "hostType": "sample string 4",
                                "createdUtc": "2026-06-03T18:34:57.1945309",
                                "processed": "2026-06-03T18:34:57.1945309",
                                "isProcessing": true,
                                "processedCount": 6,
                                "processingTime": 1,
                                "collectedUtc": "2026-06-03T18:34:57.1945309",
                                "size": 1,
                                "sizeFormat": "sample string 7",
                                "isArchive": true,
                                "customerNumber": "sample string 9",
                                "businessPillar": "sample string 10",
                                "fileType": "sample string 11",
                                "version": "sample string 12",
                                "reference": "sample string 13",
                                "digest": "sample string 14",
                                "contentType": "sample string 15",
                                "host": {
                                  "$ref": "22"
                                },
                                "metcashHeader": {
                                  "$id": "86",
                                  "customerNumber": "sample string 1",
                                  "creationDate": "2026-06-03T18:34:57.1945309",
                                  "businessPillar": "sample string 3",
                                  "fileType": "sample string 4"
                                }
                              },
                              {
                                "$ref": "85"
                              }
                            ],
                            "zoneMatrix": [
                              {
                                "$id": "87",
                                "id": 1,
                                "hostIdentifier": "ZnFXCuqdUUKc/79J3nRBHw==",
                                "hostIdentifierGuid": "0a577166-9dea-4251-9cff-bf49de74411f",
                                "storeID": 1,
                                "departmentCode": "sample string 2",
                                "hostGuids": [
                                  "69fd2da2-1f22-4898-8d66-4cba79741a38",
                                  "de5b9f3a-a212-498e-842d-3438ad497132"
                                ]
                              },
                              {
                                "$ref": "87"
                              }
                            ],
                            "hostFileStoreSetting": {
                              "$ref": "21"
                            },
                            "hostStoreSettings": [
                              {
                                "$ref": "21"
                              },
                              {
                                "$ref": "21"
                              }
                            ],
                            "promotionPlacements": [
                              {
                                "$id": "88",
                                "identifier": "TCYNyxmlE0m+N/3Ejj8q7g==",
                                "identifierGuid": "cb0d264c-a519-4913-be37-fdc48e3f2aee",
                                "code": "sample string 2",
                                "description": "sample string 3",
                                "isAdvertised": true
                              },
                              {
                                "$ref": "88"
                              }
                            ],
                            "promoTypeGuids": [
                              "5f5dded5-6e42-4274-af45-d1f7879a65d7",
                              "4146672b-b5c4-4856-b324-5603e073c865"
                            ],
                            "isPromotionOnly": false,
                            "isOrderable": false,
                            "vendor": 0
                          },
                          "groupIDs": [
                            1,
                            2
                          ],
                          "hostDescription": "sample string 27"
                        },
                        {
                          "$ref": "21"
                        }
                      ],
                      "accounts": [
                        {
                          "$id": "89",
                          "id": 1,
                          "storeID": 1,
                          "accountName": "sample string 2",
                          "bsb": "sample string 3",
                          "accountNumber": "sample string 4",
                          "accountDesignated": true
                        },
                        {
                          "$ref": "89"
                        }
                      ],
                      "sales": [
                        {
                          "$id": "90",
                          "id": 1,
                          "storeID": 1,
                          "externalSalesType": 2,
                          "ftpSiteID": 1,
                          "lastSaleProcessed": "2026-06-03T18:34:57.1945309",
                          "ftpSite": {
                            "$id": "91",
                            "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": "90"
                        }
                      ],
                      "suppliedStores": [
                        1,
                        2
                      ],
                      "zoneMatrix": [
                        {
                          "$ref": "87"
                        },
                        {
                          "$ref": "87"
                        }
                      ],
                      "cashManagements": [
                        {
                          "$id": "92",
                          "id": 1,
                          "storeID": 1,
                          "cashManagementType": 2,
                          "apiID": 1,
                          "organisationID": "sample string 3",
                          "siteName": "sample string 4",
                          "thirdPartyAPI": {
                            "$id": "93",
                            "id": 1,
                            "description": "sample string 2",
                            "address": "sample string 3",
                            "username": "sample string 4",
                            "password": "sample string 5",
                            "passwordPlain": "sample string 6",
                            "token": "sample string 7",
                            "apiType": 8,
                            "apiSubType": 9,
                            "config": "sample string 10"
                          }
                        },
                        {
                          "$ref": "92"
                        }
                      ],
                      "updateStoreID": "f7fe4066-ab44-4244-bb9f-5c193f20c4a9",
                      "updateStore": {
                        "$id": "94",
                        "id": "a1f6414f-2949-4696-a1d3-e50999dbeca9",
                        "name": "sample string 1",
                        "lastActivity": "2026-06-03T18:34:57.1945309",
                        "zone": "sample string 2",
                        "timeZoneOffset": 0.0,
                        "businessHoursStart": "00:00:00.1234567",
                        "businessHoursEnd": "00:00:00.1234567",
                        "master": true,
                        "lastIP": "sample string 10",
                        "lastHostName": "sample string 11",
                        "ping": 1,
                        "pingStatus": "sample string 12",
                        "lastUpdateCompleted": "2026-06-03T18:34:57.1945309"
                      },
                      "timeZoneId": "sample string 54",
                      "securityOptions": {
                        "$id": "95",
                        "loginMode": 1,
                        "allowSelfVerification": true,
                        "verifierEmail": "sample string 3",
                        "source": "sample string 4",
                        "loginModeInherited": 5,
                        "loginModeSource": "sample string 6",
                        "selfVerifyInherited": true,
                        "selfVerifySource": "sample string 8",
                        "verifyEmailInherited": "sample string 9",
                        "verifyEmailSource": "sample string 10"
                      }
                    }
                  },
                  {
                    "$ref": "16"
                  }
                ]
              },
              "customer": {
                "$ref": "6"
              },
              "communityOrganisation": {
                "$id": "96",
                "id": 1,
                "identifier": "WeXwEiI5QkC7kBE9PVZycw==",
                "identifierGuid": "12f0e559-3922-4042-bb90-113d3d567273",
                "name": "sample string 3",
                "lookupIdentifier": "sample string 4",
                "externalID": "sample string 5",
                "phone": "sample string 6",
                "fax": "sample string 7",
                "email": "sample string 8",
                "address1": "sample string 9",
                "address2": "sample string 10",
                "city": "sample string 11",
                "postCode": "sample string 12",
                "state": "sample string 13",
                "country": "sample string 14",
                "abn": "sample string 15",
                "promoPeriodStart": "2026-06-03T18:34:57.1945309",
                "promoPeriodEnd": "2026-06-03T18:34:57.1945309",
                "allowDonations": true,
                "logoImageName": "sample string 17",
                "totalAmountAwarded": 18.1,
                "updated": "2026-06-03T18:34:57.1945309",
                "deleted": true
              },
              "details": [
                {
                  "$id": "97",
                  "saleItemID": 1,
                  "identifier": "eM2nNRM3ukqiPwTJo6IxHA==",
                  "identifierGuid": "35a7cd78-3713-4aba-a23f-04c9a3a2311c",
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "/GGHr1fIFUiX09ieKy129A==",
                  "pluGuid": "af8761fc-c857-4815-97d3-d89e2b2d76f4",
                  "accountID": "LdsvjIxSVU6CifLzSyt/3g==",
                  "accountIDGuid": "8c2fdb2d-528c-4e55-8289-f2f34b2b7fde",
                  "normalPrice": 3,
                  "originalSellingPrice": 4,
                  "discountPrice": 5,
                  "unit": 1,
                  "quantity": 6,
                  "totalCents": 7,
                  "fixedPrice": 1,
                  "tranType": 1,
                  "discountType": 1,
                  "cost": 1,
                  "costDecimals": 8,
                  "markdown": 1,
                  "manualQuantity": 1,
                  "manualPrice": 1,
                  "manualMode": 1,
                  "active": 1,
                  "offline": true,
                  "barcode": "sample string 9",
                  "keyedSale": 1,
                  "discountedID": 1,
                  "fuelID": 1,
                  "serialNumber": "sample string 10",
                  "bestOrExpire": "2026-06-03T18:34:57.1945309",
                  "bestOrExpireType": 1,
                  "providerName": "sample string 11",
                  "refundG_UID": "yFG+3MTwV0+qfNtqrgXDQg==",
                  "refundGuid": "dcbe51c8-f0c4-4f57-aa7c-db6aae05c342",
                  "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": "9+XxjXnKv0uyBAnJEvPa3w==",
                  "idempotentVoidGuid": "8df1e5f7-ca79-4bbf-b204-09c912f3dadf",
                  "priceLevelIdentifier": "MUi37wNuokyUIhY0ujpRoQ==",
                  "priceLevelIdentifierGuid": "efb74831-6e03-4ca2-9422-1634ba3a51a1",
                  "communityIdentifier": "4n9A5XBQiUqdahUxhGL1qA==",
                  "communityIdentifierGuid": "e5407fe2-5070-4a89-9d6a-15318462f5a8",
                  "productName": "sample string 23",
                  "apn": "sample string 24",
                  "unknownScans": [
                    {
                      "$id": "98",
                      "id": 1,
                      "saleDetailID": 2,
                      "storeID": 1,
                      "scanned": "2026-06-03T18:34:57.1945309",
                      "operatorG_UID": "QEA=",
                      "barcode": "sample string 4",
                      "processed": 1
                    },
                    {
                      "$ref": "98"
                    }
                  ],
                  "refund": {
                    "$id": "99",
                    "id": 1,
                    "g_UID": "v7aZd5OsOkir3xMhBMB/Qw==",
                    "guid": "7799b6bf-ac93-483a-abdf-132104c07f43",
                    "description": "sample string 1",
                    "dumped": true,
                    "inventoryReasonID": 1,
                    "sortOrder": 1,
                    "updated": "2026-06-03T18:34:57.1945309"
                  },
                  "modifier": {
                    "$id": "100",
                    "id": 1,
                    "setG_UID": "75HfKzoNtUyIS6uzWN/5ng==",
                    "modifierSetGuid": "2bdf91ef-0d3a-4cb5-884b-abb358dff99e",
                    "name": "sample string 2",
                    "price": 1,
                    "quantity": 1,
                    "modifierType": 1,
                    "groupNumber": 1,
                    "pageNumber": 1,
                    "controlOrder": 1,
                    "printToStation": true,
                    "pluG_UID": "1NYPAGEdkEC3CvzSQ7hPNA==",
                    "pluGuid": "000fd6d4-1d61-4090-b70a-fcd243b84f34",
                    "deleted": true,
                    "g_UID": "Mp5/1DLxGkSkonZ5r2+8iQ==",
                    "guid": "d47f9e32-f132-441a-a4a2-7679af6fbc89",
                    "product": {
                      "$ref": "28"
                    }
                  },
                  "priceLevelName": "sample string 25",
                  "pumpNumber": 1,
                  "hoseNumber": 1
                },
                {
                  "$ref": "97"
                }
              ],
              "eftReceipts": [
                {
                  "$id": "101",
                  "id": 1,
                  "storeID": 1,
                  "saleHeaderID": 2,
                  "storeSaleHeader": {
                    "$ref": "13"
                  },
                  "receipt": "sample string 3",
                  "processed": 1
                },
                {
                  "$ref": "101"
                }
              ],
              "payments": [
                {
                  "$ref": "12"
                },
                {
                  "$ref": "12"
                }
              ],
              "cards": [
                {
                  "$id": "102",
                  "id": 1,
                  "saleHeaderID": 1,
                  "identifier": "sample string 2",
                  "cardType": 3,
                  "providerName": "sample string 4"
                },
                {
                  "$ref": "102"
                }
              ],
              "campaignHits": [
                {
                  "$id": "103",
                  "id": 1,
                  "saleHeaderID": 2,
                  "campaign": "sample string 3",
                  "name": "sample string 4",
                  "processed": 1,
                  "campaignDescription": "sample string 5"
                },
                {
                  "$ref": "103"
                }
              ],
              "fuel": [
                {
                  "$id": "104",
                  "id": 1,
                  "plu": 1,
                  "pluG_UID": "77qWvOjdNEC1t0K4v+kYjg==",
                  "pluGuid": "bc96baef-dde8-4034-b5b7-42b8bfe9188e",
                  "saleHeaderID": 2,
                  "totalCents": 3,
                  "grade": 1,
                  "gradeDescription": "sample string 4",
                  "dispenser": 1,
                  "hose": 1,
                  "quantity": 1,
                  "cost": 1,
                  "acquirerNum": 1,
                  "attendant": 1,
                  "ePurseBalance": 1.0,
                  "cardSignature": "sample string 5",
                  "compartmentNumber": 1,
                  "contractNumber": 1,
                  "discountCardPAN": "sample string 6",
                  "discountID": 1,
                  "discountName": "sample string 7",
                  "discountNetValue": 1.0,
                  "discountType": 1,
                  "discountValue": 1.0,
                  "discretionaryData": "sample string 8",
                  "driverID": "sample string 9",
                  "eftBatchNumber": 1,
                  "eftResponseCode": "sample string 10",
                  "endDateTime": "2026-06-03T18:34:57.1945309",
                  "engineHours": 1.1,
                  "fposNumber": 1,
                  "loyaltyCardPAN": "sample string 11",
                  "miscData1": 1,
                  "miscData2": "sample string 12",
                  "miscFlags": 1,
                  "mop": 1,
                  "odometer": 1,
                  "panNumber": "sample string 13",
                  "saleRefund": true,
                  "saleStatus": 1,
                  "sequenceNumber": 1,
                  "stan": 1,
                  "startDateTime": "2026-06-03T18:34:57.1945309",
                  "tagNumber": "sample string 15",
                  "trackTwoRem": "sample string 16",
                  "transCode": 1,
                  "transType": 1,
                  "unitPrice": 1.0,
                  "vehicleReg": "sample string 17",
                  "offline": true,
                  "processed": 1
                },
                {
                  "$ref": "104"
                }
              ],
              "fuelResells": [
                {
                  "$id": "105",
                  "saleItemID": 1,
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "mK91gXSVmE+0PwJOWBQaKA==",
                  "pluGuid": "8175af98-9574-4f98-b43f-024e58141a28",
                  "accountID": "0pnEh05Ef0WuiSDxtyPArg==",
                  "accountIDGuid": "87c499d2-444e-457f-ae89-20f1b723c0ae",
                  "normalPrice": 3,
                  "originalSellingPrice": 4,
                  "discountPrice": 5,
                  "unit": 1,
                  "quantity": 6,
                  "totalCents": 7,
                  "fixedPrice": 1,
                  "tranType": 1,
                  "processed": 1,
                  "discountType": 1,
                  "cost": 1,
                  "costDecimals": 1,
                  "markdown": 1,
                  "manualQuantity": 1,
                  "manualPrice": 1,
                  "manualMode": 1,
                  "active": 1,
                  "barcode": "sample string 8",
                  "offline": 1,
                  "keyedSale": 1,
                  "discountedID": 1,
                  "fuelID": 1,
                  "serialNumber": "sample string 9",
                  "bestOrExpire": "2026-06-03T18:34:57.1945309",
                  "bestOrExpireType": 1,
                  "refundG_UID": "LGqOmhpU80SAUH6M/CdMog==",
                  "refundGuid": "9a8e6a2c-541a-44f3-8050-7e8cfc274ca2",
                  "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": "105"
                }
              ],
              "customerOrder": [
                {
                  "$id": "106",
                  "identifier": "sQLLwAFLhkqwq4cDyf5H/w==",
                  "identifierGuid": "c0cb02b1-4b01-4a86-b0ab-8703c9fe47ff",
                  "id": 1,
                  "orderNo": 2,
                  "externalSaleIdentifier": "sample string 3",
                  "storeID": 4,
                  "zoneID": 5,
                  "deptNo": 6,
                  "customerIdentifier": "ywnSTCmcoEuMONdu2O1JBA==",
                  "customerIdentifierGuid": "4cd209cb-9c29-4ba0-8c38-d76ed8ed4904",
                  "operatorNo": 1,
                  "operatorG_UID": "D2kDs1pRXEuQpNlIUZESww==",
                  "operatorGuid": "b303690f-515a-4b5c-90a4-d948519112c3",
                  "created": "2026-06-03T18:34:57.1945309",
                  "ordered": "2026-06-03T18:34:57.1945309",
                  "started": "2026-06-03T18:34:57.1945309",
                  "completed": "2026-06-03T18:34:57.1945309",
                  "supplied": "2026-06-03T18:34:57.1945309",
                  "quickTicket": 1,
                  "deleted": true,
                  "walkAway": true,
                  "approxWait": 1,
                  "actualWait": 1,
                  "deliveryMethod": 8,
                  "externalSaleType": 9,
                  "customer": {
                    "$ref": "6"
                  },
                  "operator": {
                    "$ref": "15"
                  },
                  "details": [
                    {
                      "$id": "107",
                      "headerID": 1,
                      "plu": 1,
                      "pluG_UId": "djrwpx8bQEiPhnoaaqzeHA==",
                      "pluGuid": "a7f03a76-1b1f-4840-8f86-7a1a6aacde1c",
                      "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": "xHVdMeTOGE6jxet/2bK/cA==",
                      "headerIdentifierGuid": "315d75c4-cee4-4e18-a3c5-eb7fd9b2bf70",
                      "product": {
                        "$ref": "28"
                      }
                    },
                    {
                      "$ref": "107"
                    }
                  ],
                  "storeName": "sample string 11",
                  "customerName": "sample string 12",
                  "storeReplyTo": "sample string 13",
                  "storeSubjectLine": "sample string 14",
                  "storeSaleHeader": {
                    "$ref": "13"
                  }
                },
                {
                  "$ref": "106"
                }
              ],
              "surveyResponses": [
                {
                  "$id": "108",
                  "surveyG_UID": "hkYMTIofzECiLRwTsnRnug==",
                  "surveyGuid": "4c0c4686-1f8a-40cc-a22d-1c13b27467ba",
                  "saleHeaderGuid": "Q8VX6PUcxUOmSxyQLSdWjw==",
                  "saleGuid": "e857c543-1cf5-43c5-a64b-1c902d27568f",
                  "textResponse": "sample string 1",
                  "integerResponse": 1,
                  "g_UIDResponse": "s39Ld39z9U2v6ZGgzPkx7g==",
                  "guidResponse": "774b7fb3-737f-4df5-afe9-91a0ccf931ee",
                  "whoAnswered": 2,
                  "answeredAtUTC": "2026-06-03T18:34:57.1945309",
                  "sale": {
                    "$ref": "13"
                  },
                  "survey": {
                    "$id": "109",
                    "g_UID": "yET4c13110esN7r8TlXqXA==",
                    "guid": "73f844c8-f55d-47d7-ac37-bafc4e55ea5c",
                    "name": "sample string 1",
                    "storeID": 2,
                    "zoneID": 1,
                    "checkoutFormG_UID": "AVV45aoDg0qsEjfA/HCCJg==",
                    "checkoutFormGuid": "e5785501-03aa-4a83-ac12-37c0fc708226",
                    "displayToWho": 3,
                    "displayWhen": 4,
                    "start": "2026-06-03T18:34:57.1945309",
                    "end": "2026-06-03T18:34:57.1945309",
                    "deleted": true,
                    "updated": "2026-06-03T18:34:57.1945309",
                    "possibleIntegerResponses": [
                      1,
                      2
                    ],
                    "possibleTextResponses": [
                      "sample string 1",
                      "sample string 2"
                    ],
                    "possibleGuidResponses": [
                      "d0719b7a-1b29-4ac4-9603-746ebbaf2cdb",
                      "b08f4e5c-6bf6-4e3e-9fbc-efd0c2c6f396"
                    ],
                    "allowsAllTextResponses": true,
                    "surveyForm": {
                      "$ref": "47"
                    }
                  },
                  "ingressId": "sample string 4"
                },
                {
                  "$ref": "108"
                }
              ],
              "storeName": "sample string 39",
              "terminalNumber": 40,
              "machineName": "sample string 41",
              "operatorName": "sample string 42",
              "direction": 1,
              "reason": "sample string 43",
              "accountG_UID": "Bu7oifm4JkSJZ1SJR6oLWg==",
              "accountIdentifier": "89e8ee06-b8f9-4426-8967-548947aa0b5a",
              "accountName": "sample string 44",
              "customerOrderIdentifier": "kxD8W6NqA0ur3gh9MoC1PA==",
              "customerOrderIdentifierGuid": "5bfc1093-6aa3-4b03-abde-087d3280b53c",
              "priceLevelName": "sample string 45",
              "revision": 46,
              "ingressId": "sample string 47"
            },
            "metadata": {
              "$id": "110",
              "id": 1,
              "paymentID": 2,
              "paymentIdentifier": "H+umZvtEk0y3zFQ+ZmszNA==",
              "paymentIdentifierGuid": "66a6eb1f-44fb-4c93-b7cc-543e666b3334",
              "identifier": "gWWJLHaeLUWrfe9bVuq+rQ==",
              "identifierGuid": "2c896581-9e76-452d-ab7d-ef5b56eabead",
              "metadata": "sample string 3",
              "signatureImage": "QEA=",
              "itemIdentifier": "6xiAxYlY/U2CyLmtEi0VBw==",
              "itemIdentifierGuid": "c58018eb-5889-4dfd-82c8-b9ad122d1507"
            }
          },
          {
            "$ref": "12"
          }
        ]
      },
      {
        "$ref": "7"
      }
    ],
    "customerGroupMembers": [
      {
        "$ref": "11"
      },
      {
        "$ref": "11"
      }
    ],
    "customerGroups": [
      {
        "$ref": "10"
      },
      {
        "$ref": "10"
      }
    ],
    "accounts": [
      {
        "$ref": "8"
      },
      {
        "$ref": "8"
      }
    ],
    "account": {
      "$ref": "8"
    },
    "vouchers": [
      {
        "$id": "111",
        "customerIdentifier": "i8F61+HpDE2pXvCWeOzONg==",
        "customerIdentifierGuid": "d77ac18b-e9e1-4d0c-a95e-f09678ecce36",
        "voucherName": "sample string 2",
        "count": 3,
        "storeID": 4,
        "barcode": "sample string 5",
        "redeemCount": 6,
        "issueCount": 7,
        "storeSalePaymentID": 1,
        "idempotentID": "9v2Yd2b9QU6w7mCqToSA2w==",
        "idempotentGuid": "7798fdf6-fd66-4e41-b0ee-60aa4e8480db",
        "offline": true,
        "voucher": {
          "$ref": "3"
        },
        "customer": {
          "$ref": "6"
        }
      },
      {
        "$ref": "111"
      }
    ]
  },
  "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:
PK\��\ޑ�G�5xl/workbook.xml �(�����0��&�C��H*)��x�ྲྀ[i�?ik��-%�x�3;������i�>z4��
�ct5!���Y8X&����$��X)���IY�0���	�r/�X�y`"�Q�J3ep��!D�fS�2k��Dd	��Ͱ�"+d��w,2��s
>b�k�������RB������`����/PK\��\����	�[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
\��\괃�''_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="R5734ff2e3aa8412a" /></Relationships>PK\��\���oxl/worksheets/sheet1.xml �(��XmW�L�+�|����I�V����V�~��S!�$j~���0�C,~P�{g�;wnV��,�{Oi^,��0�1�z�j�M��a�X���ѫ��9��4-{_'�0����I�_L��r\��C���fY���6��g��b��e��e�*���������V�|�PD�j/�U<��xZ]��~Sj9^���`�������l%�$����
*��"}.�{�[��e��o.�ÈU�~|^u��{�t6~�/���tq7/Q%Uq&�}Q}�-k��r��������a�b.�DO�2[�n~�={Ã-v<nc&���88w�/�|���3���r%�a���eݟ�Z��L���a���U͗�QL2.����a����?�f�<sd_��ۚ�uR�p����n�w͹Y
��8w�CwμaX��րti������r��b��Z�������s1(Ø0Vr�LGo?��9Sx�*)]��7 ��I8��6R;c���-ȏ� �&�������/�B���͑~�ސ�{
ޒ�Y�'�y�=	{�4g 0���ӄ] ž��H��fVw%xOB�Iб�V9����I�=	cIhp�H�t�^��$�f.��L9���#W�{��$xOBÓ:fR*c���l�I��
Ut�b��vT�w�����`G� �'E�I!c�	�Ð�������-)�`����Ť먰{Jז�C�j|^4e������-)e������w
�-)ԿU�oN:ձ�l\�G�<{����X�*��Eu���Q�Dz����-�u���m�#����x�F�}�y��o����h#�>ⲍ���wm��G�P���>!�~@�����{�e? D���h�%!�~
@���n#�� D�����=!��@��?�nXB �&�5�oZD"pXE 
'�eD�$���h�R���J
�rXJQ���P�%��[R �^C� �iBfr��@�,@'�:?p�ot2ɋ&F���~�����ځN��h����V�C"��> �ѧ�x�*!c��rѮ��n	@��}y�od�	t"n�=@��=��� 4^���K`�贓ӗ떜��)W�}T��yC�*�����EC��\�l"��8����4�ϳ�L��h�����/PK\��\I�M��Pxl/_rels/workbook.xml.rels �(���Kn� @��f_�v'�l�Mr�m�Hۜ-��W(J�֑��&�����4�y�Xoߧ��b��w-�A��\��9٧���G��D�9���b}J�3�Q�8�X�]�X&�r::+}RҒ�
K�3��2����A����.��o>�b���U�0��S��x��@^L{۔vel]2c$V}�ZL���w���B*n��a#d%�Cez�Rȗ^:-����Lj!��k)���ѻ��|PK\��\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK\��\m�$f}xl/sharedStrings.xml �(��W�n�6}/����u��Y�Y�ƈ��}��QL�n%�4n��i;O��9�3��������ހq�ԣ��wz�Y���u�{������sR65�z+�=���%��¥5�B���P�oZ�)V���u�[$�Q��q�AEhݳ�fY�Q/{ֲ�-��À!�ե��]���@~�-�K.�
�8�ZЂ;�������Sfz��A*8�f�a���!9Ӽ�b��R��1���#5�,����y*���0%�
�턻Tm#>�a�k/�|��R����C����l%I2"��:ȸ�3�h�o����9N�����S��>&�7^&.6�I2�T�͑x-�jpc�gH�#I�<r]�]�����h�RZqU�f%�?A�Ʈ7�l������0�� ���N�������-����Y�i8<
LJpF�!��gv;�B�*��BF¨8\3g�r���]����3����!~솾�~��ǎ�&�k;$c?Ͳ�M��y�x��F��?tBj�
�?A�.y�~r�W����z�������5��/�K������V�+�9��a�h�8�H���G
%�=0sT���6����#����V�I�#����������KhsC�~�P#K6�:��m���-���]�R�e���ϺYх\��5�l���
f-�a�eY���lefǸI�;߁�;&;��}9.ٓ�/{�^�h�y�R.P3<߷����!��8�T>�������+c��6x�oPaU�'���.�SQ�*�zԸ�L,��c��j�	�y΀sWC��3w���[�fW��L��{�9k��T�*�D�
���gWy�d�c��9��.p\�qE�I��G7Z�UU8�����1�uM�	����R��$6�PQ����Ҍ��o
�l��bu�q�k��o�si����d(�X�l?n����Y�R���������͸��2M��0���:e4�Gx��4O&���0t2Df
v�]�$EnC�8E�>>��\���R9�,Y<�U�U�'%������J1G��ՍO�	9�=������df2�a��8�E�r�~{�T�Po	˹���<�*ݗ�=x��`ڱ|Fo�o���y_D�����x�?PK-\��\ޑ�G�5xl/workbook.xmlPK-\��\����	��[Content_Types].xmlPK-
\��\괃�''U_rels/.relsPK-\��\���o�xl/worksheets/sheet1.xmlPK-\��\I�M��P�xl/_rels/workbook.xml.relsPK-\��\Ѓc'2E
�	xl/styles.xmlPK-\��\m�$f}Axl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK\��\1�5xl/workbook.xml �(�����0D�&�C���"N\�z𾴋4Ж�5���H�yۙ�};�l��3���+lE{蓼1�{T�NfBv��
|���L�I���o�ڳ�|Θ��4��rrt���r�E�G�j\Q
����@H�4{J�]����.&ak�����/�"V��D�.*z��2�4��<m. K�IGw�+����PK\��\����	�[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
\��\yF=�''_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="Rdf52486630784e65" /></Relationships>PK\��\���oxl/worksheets/sheet1.xml �(��XmW�L�+�|����I�V����V�~��S!�$j~���0�C,~P�{g�;wnV��,�{Oi^,��0�1�z�j�M��a�X���ѫ��9��4-{_'�0����I�_L��r\��C���fY���6��g��b��e��e�*���������V�|�PD�j/�U<��xZ]��~Sj9^���`�������l%�$����
*��"}.�{�[��e��o.�ÈU�~|^u��{�t6~�/���tq7/Q%Uq&�}Q}�-k��r��������a�b.�DO�2[�n~�={Ã-v<nc&���88w�/�|���3���r%�a���eݟ�Z��L���a���U͗�QL2.����a����?�f�<sd_��ۚ�uR�p����n�w͹Y
��8w�CwμaX��րti������r��b��Z�������s1(Ø0Vr�LGo?��9Sx�*)]��7 ��I8��6R;c���-ȏ� �&�������/�B���͑~�ސ�{
ޒ�Y�'�y�=	{�4g 0���ӄ] ž��H��fVw%xOB�Iб�V9����I�=	cIhp�H�t�^��$�f.��L9���#W�{��$xOBÓ:fR*c���l�I��
Ut�b��vT�w�����`G� �'E�I!c�	�Ð�������-)�`����Ť먰{Jז�C�j|^4e������-)e������w
�-)ԿU�oN:ձ�l\�G�<{����X�*��Eu���Q�Dz����-�u���m�#����x�F�}�y��o����h#�>ⲍ���wm��G�P���>!�~@�����{�e? D���h�%!�~
@���n#�� D�����=!��@��?�nXB �&�5�oZD"pXE 
'�eD�$���h�R���J
�rXJQ���P�%��[R �^C� �iBfr��@�,@'�:?p�ot2ɋ&F���~�����ځN��h����V�C"��> �ѧ�x�*!c��rѮ��n	@��}y�od�	t"n�=@��=��� 4^���K`�贓ӗ떜��)W�}T��yC�*�����EC��\�l"��8����4�ϳ�L��h�����/PK\��\~`/�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8u����ݰa[z�'Q۲]�gc���V� �X��j4��'�|�lvo�D^0���VE	�rz�}�d��a���q�)O�a��[R��F5�,c�<��1.�2�4��Ku�=RV�5
K\3����?Dg̨�ѩӌ6���.〘�d�1��S��VE�y�-�h:�u'���� �fj1�'��^��B��y��1� �k��Tf��s
��K�ey��Ԣ+
���jn*}Q�W��PK\��\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK\��\m�$f}xl/sharedStrings.xml �(��W�n�6}/����u��Y�Y�ƈ��}��QL�n%�4n��i;O��9�3��������ހq�ԣ��wz�Y���u�{������sR65�z+�=���%��¥5�B���P�oZ�)V���u�[$�Q��q�AEhݳ�fY�Q/{ֲ�-��À!�ե��]���@~�-�K.�
�8�ZЂ;�������Sfz��A*8�f�a���!9Ӽ�b��R��1���#5�,����y*���0%�
�턻Tm#>�a�k/�|��R����C����l%I2"��:ȸ�3�h�o����9N�����S��>&�7^&.6�I2�T�͑x-�jpc�gH�#I�<r]�]�����h�RZqU�f%�?A�Ʈ7�l������0�� ���N�������-����Y�i8<
LJpF�!��gv;�B�*��BF¨8\3g�r���]����3����!~솾�~��ǎ�&�k;$c?Ͳ�M��y�x��F��?tBj�
�?A�.y�~r�W����z�������5��/�K������V�+�9��a�h�8�H���G
%�=0sT���6����#����V�I�#����������KhsC�~�P#K6�:��m���-���]�R�e���ϺYх\��5�l���
f-�a�eY���lefǸI�;߁�;&;��}9.ٓ�/{�^�h�y�R.P3<߷����!��8�T>�������+c��6x�oPaU�'���.�SQ�*�zԸ�L,��c��j�	�y΀sWC��3w���[�fW��L��{�9k��T�*�D�
���gWy�d�c��9��.p\�qE�I��G7Z�UU8�����1�uM�	����R��$6�PQ����Ҍ��o
�l��bu�q�k��o�si����d(�X�l?n����Y�R���������͸��2M��0���:e4�Gx��4O&���0t2Df
v�]�$EnC�8E�>>��\���R9�,Y<�U�U�'%������J1G��ՍO�	9�=������df2�a��8�E�r�~{�T�Po	˹���<�*ݗ�=x��`ڱ|Fo�o���y_D�����x�?PK-\��\1�5xl/workbook.xmlPK-\��\����	�[Content_Types].xmlPK-
\��\yF=�''V_rels/.relsPK-\��\���o�xl/worksheets/sheet1.xmlPK-\��\~`/�P�xl/_rels/workbook.xml.relsPK-\��\Ѓc'2E
�	xl/styles.xmlPK-\��\m�$f}Cxl/sharedStrings.xmlPK��