GET api/order/{id}?relations={relations}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

relations

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

OrderHeader
NameDescriptionTypeAdditional information
OrderID

integer

None.

OrderGuid

Collection of byte

None.

OrderIdentifier

globally unique identifier

None.

BackToBack

integer

None.

B2bGuid

Collection of byte

None.

B2bIdentifier

globally unique identifier

None.

Status

OrderStatus

None.

Created

date

None.

CreatedLocal

date

None.

CreatedByUser

string

String length: inclusive between 0 and 191

StoreID

integer

None.

TransferGuid

Collection of byte

None.

TransferIdentifier

globally unique identifier

None.

TransferInvoiceIdentifier

Collection of byte

None.

TransferInvoiceGuid

globally unique identifier

None.

AttachedToInvoice

integer

None.

TransferType

TransferType

None.

SupplierIdentifier

Collection of byte

None.

SupplierIdentifierGuid

globally unique identifier

None.

Description

string

None.

Rows

integer

None.

Cartons

integer

None.

Units

integer

None.

SentCount

integer

None.

Sent

date

None.

SentLocal

date

None.

SentByUser

string

String length: inclusive between 0 and 191

LastSentStatus

integer

None.

Cancelled

date

None.

CancelledLocal

date

None.

CancelledByUser

string

String length: inclusive between 0 and 191

Shipped

date

None.

ShippedLocal

date

None.

ShippedByUser

string

String length: inclusive between 0 and 191

StockReceived

date

None.

StockReceivedLocal

date

None.

StockReceivedByUser

string

String length: inclusive between 0 and 191

Received

date

None.

ReceivedLocal

date

None.

Completed

date

None.

CompletedLocal

date

None.

Updated

date

None.

UpdatedLocal

date

None.

DueDate

date

None.

WarehouseNote

string

None.

WarehouseRef

string

None.

PdeSerialNumber

string

None.

TradingPartner

OrderTradingPartner

None.

OrderType

string

String length: inclusive between 0 and 20

OrderTypeDescription

string

String length: inclusive between 0 and 255

StateCode

The state code of the store ordering for metcash

string

Deprecated. Prefer the HostStoreSetting.MetcashStateCode instead.

String length: inclusive between 0 and 20

MailCarbonCopy

When Placing an order via email, send a Blind Carbon Copy to the current User

boolean

None.

MailTo

string

None.

MailBcc

string

None.

MailReplyTo

string

None.

Liquor

boolean

None.

Summary

string

Data type: MultilineText

Notes

string

Data type: MultilineText

SupplierNotes

string

Data type: MultilineText

ReceiptEmailSent

boolean

None.

ReceiptEmailSentId

string

String length: inclusive between 0 and 100

ReceiptEmailSentStatus

string

String length: inclusive between 0 and 20

TransportCompanyGuid

Collection of byte

None.

TransportCompanyIdentifier

globally unique identifier

None.

AutoOrder

integer

None.

HostIdentifier

Collection of byte

None.

HostIdentifierGuid

globally unique identifier

None.

DefaultOrderDocumentId

integer

None.

DefaultStockReceiveDocumentId

integer

None.

Temperature

Temperature recorded of order on receive. Null indicates no temperature recorded

decimal number

None.

TemperatureScale

Temperature scale that temperature is recorded in

TemperatureScale

None.

Rating

Quality rating of the order

integer

None.

LastOrderEmailSentId

string

None.

LastOrderEmailSentStatus

string

None.

Deleted

date

None.

DeletedByUser

string

None.

AutoOrderGuid

Collection of byte

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

AutoOrderIdentifier

globally unique identifier

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

AutoOrderHeader

AutoOrderHeader

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

SupplierName

string

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

SupplierStoreID

integer

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

SupplierCartonsOnly

boolean

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

SupplierEnforceMinimumQuantity

boolean

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

SupplierMinimumOrderValue

integer

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

StoreName

string

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

OrderCode

OrderCode

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

Store

Store

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

Supplier

Supplier

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

TotalCostInc

Summarised total cost inc tax, based on system costs

decimal number

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

TotalPickedCostInc

Summarised total picked cost inc tax, based on system costs, for store transfer orders

decimal number

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

TotalReceivedCostInc

Summarised total received cost in tax, based on system costs

decimal number

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

Total

Totals aggregates

OrderSubTotal

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

Details

Collection of OrderDetail

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

UnknownScans

Collection of OrderUnknownScan

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

TransportCompany

TransportCompany

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

TimeZoneInfo

For sending orders

TimeZoneInfo

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

IsMetcashSorted

boolean

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

BackupOrderType

string

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

BackupOrderTypeDescription

string

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

BackupTradingPartner

integer

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

BackupHostIdentifier

globally unique identifier

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

Response Formats

application/json, text/json

Sample:
{
  "orderID": 1,
  "orderGuid": "/IvhYSbgtEKU0E+5XwZ3og==",
  "orderIdentifier": "61e18bfc-e026-42b4-94d0-4fb95f0677a2",
  "backToBack": 1,
  "b2bGuid": "gTOJDauDbkixDlEaEAASOQ==",
  "b2bIdentifier": "0d893381-83ab-486e-b10e-511a10001239",
  "status": 2,
  "created": "2025-10-04T23:59:15.1252034",
  "createdLocal": "2025-10-04T23:59:15.1252034",
  "createdByUser": "sample string 3",
  "storeID": 1,
  "transferGuid": "QHAbaM8AG0CkeHTLVlOnqQ==",
  "transferIdentifier": "681b7040-00cf-401b-a478-74cb5653a7a9",
  "transferInvoiceIdentifier": "e/vjHmdS20KwT8j4dTHzew==",
  "transferInvoiceGuid": "1ee3fb7b-5267-42db-b04f-c8f87531f37b",
  "attachedToInvoice": 4,
  "transferType": 1,
  "supplierIdentifier": "ra4YD79lAkWHSLZ2xf6/rQ==",
  "supplierIdentifierGuid": "0f18aead-65bf-4502-8748-b676c5febfad",
  "description": "sample string 5",
  "rows": 1,
  "cartons": 1,
  "units": 1,
  "sentCount": 1,
  "sent": "2025-10-04T23:59:15.1252034",
  "sentLocal": "2025-10-04T23:59:15.1252034",
  "sentByUser": "sample string 6",
  "lastSentStatus": 1,
  "cancelled": "2025-10-04T23:59:15.1252034",
  "cancelledLocal": "2025-10-04T23:59:15.1252034",
  "cancelledByUser": "sample string 7",
  "shipped": "2025-10-04T23:59:15.1252034",
  "shippedLocal": "2025-10-04T23:59:15.1252034",
  "shippedByUser": "sample string 8",
  "stockReceived": "2025-10-04T23:59:15.1252034",
  "stockReceivedLocal": "2025-10-04T23:59:15.1252034",
  "stockReceivedByUser": "sample string 9",
  "received": "2025-10-04T23:59:15.1252034",
  "receivedLocal": "2025-10-04T23:59:15.1252034",
  "completed": "2025-10-04T23:59:15.1252034",
  "completedLocal": "2025-10-04T23:59:15.1252034",
  "updated": "2025-10-04T23:59:15.1252034",
  "updatedLocal": "2025-10-04T23:59:15.1252034",
  "dueDate": "2025-10-04T23:59:15.1252034",
  "warehouseNote": "sample string 10",
  "warehouseRef": "sample string 11",
  "pdeSerialNumber": "sample string 12",
  "tradingPartner": 1,
  "orderType": "sample string 1",
  "orderTypeDescription": "sample string 2",
  "stateCode": "sample string 15",
  "mailCarbonCopy": true,
  "mailTo": "sample string 17",
  "mailBcc": "sample string 18",
  "mailReplyTo": "sample string 19",
  "liquor": true,
  "summary": "sample string 21",
  "notes": "sample string 22",
  "supplierNotes": "sample string 23",
  "receiptEmailSent": true,
  "receiptEmailSentId": "sample string 25",
  "receiptEmailSentStatus": "sample string 26",
  "transportCompanyGuid": "ij+AnaTG2EaKlL8YLg4RGQ==",
  "transportCompanyIdentifier": "9d803f8a-c6a4-46d8-8a94-bf182e0e1119",
  "autoOrder": 27,
  "hostIdentifier": "wjf+d4Xp6Uer55Vuf+ZftQ==",
  "hostIdentifierGuid": "77fe37c2-e985-47e9-abe7-956e7fe65fb5",
  "defaultOrderDocumentId": 1,
  "defaultStockReceiveDocumentId": 1,
  "temperature": 1.1,
  "temperatureScale": 28,
  "rating": 29,
  "lastOrderEmailSentId": "sample string 30",
  "lastOrderEmailSentStatus": "sample string 31",
  "deleted": "2025-10-04T23:59:15.1252034",
  "deletedByUser": "sample string 32",
  "autoOrderGuid": "HCI1bHDjtU+6H7ZGA3B2LA==",
  "autoOrderIdentifier": "6c35221c-e370-4fb5-ba1f-b6460370762c",
  "autoOrderHeader": {
    "$id": "2",
    "autoOrderGuid": "g9lf0DXAKUiAW8D2Rhtdug==",
    "autoOrderIdentifier": "d05fd983-c035-4829-805b-c0f6461b5dba",
    "orderGuid": "W7wnYpVpd0axtdf7HtL0KQ==",
    "orderIdentifier": "6227bc5b-6995-4677-b1b5-d7fb1ed2f429",
    "created": "2025-10-04T23:59:15.1252034",
    "orderID": 1,
    "storeID": 1,
    "orderDate": "2025-10-04T23:59:15.1252034",
    "supplierIdentifier": "pWST5q6O60SvAcaSkssalg==",
    "supplierIdentifierGuid": "e69364a5-8eae-44eb-af01-c69292cb1a96",
    "orderStatus": 1,
    "tradingPartner": 1,
    "simpleAWS": 2,
    "defaultMPL": 3,
    "investmentBuy": true,
    "storeName": "sample string 5",
    "supplierName": "sample string 6",
    "description": "sample string 7",
    "orderType": "sample string 8",
    "mailTo": "sample string 9",
    "mailBcc": "sample string 10",
    "notes": "sample string 11",
    "transportCompanyGuid": "ER2is4bxBESX5wLKMnJqQQ==",
    "transportCompanyIdentifier": "b3a21d11-f186-4404-97e7-02ca32726a41",
    "store": {
      "$id": "3",
      "id": 1,
      "isMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2025-10-04T23:59:15.1408231",
      "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": "ntaz6iabyE6oszk+b8zgcw==",
      "hostIdentifierGuid": "eab3d69e-9b26-4ec8-a8b3-393e6fcce073",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2025-10-04T23:59:15.1408231",
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "4",
        "storeID": 1,
        "addressType": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "country": "sample string 5",
        "postCode": "sample string 6"
      },
      "billingAddress": {
        "$ref": "4"
      },
      "hostStoreSettings": [
        {
          "$id": "5",
          "id": 1,
          "hostIdentifier": "TvNv4aXKYESpBaqRWwNugg==",
          "hostIdentifierGuid": "e16ff34e-caa5-4460-a905-aa915b036e82",
          "storeID": 2,
          "username": "sample string 3",
          "password": "sample string 4",
          "passwordPlain": "sample string 5",
          "serverAddress": "sample string 6",
          "serverPort": 1,
          "excludeFromLeadInOut": true,
          "useForHostFile": true,
          "metcashPillarID": "sample string 9",
          "metcashStateCode": "sample string 10",
          "metcashCustomerID": "sample string 11",
          "metcashTradingPartnerID": "sample string 12",
          "drakesCustomerNumber": 1,
          "sparCustomerNumber": "sample string 13",
          "sparOrderUsername": "sample string 14",
          "sparOrderPassword": "sample string 15",
          "sparOrderPasswordPlain": "sample string 16",
          "pharmXSiteID": 1,
          "ibaZoneID": 1,
          "ibaState": "sample string 17",
          "foodlandStoreCode": "sample string 18",
          "ilgMemberNumber": "sample string 19",
          "ilgOutletLocation": 1,
          "ilgBaseCost": 1,
          "ilgApplyNonAdvertisedPromos": true,
          "ilgExemptFromFreight": true,
          "ilgOrderDealReview": true,
          "ilgFinanceFee": 1,
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "6",
            "identifier": "9HWgbTrG+kGddE9XKC0vVw==",
            "identifierGuid": "6da075f4-c63a-41fa-9d74-4f57282d2f57",
            "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": "e8U/58fEfkqmuvA4opABeg==",
            "hostSupplierIdentifierGuid": "e73fc57b-c4c7-4a7e-a6ba-f038a290017a",
            "loyaltyPriceLevelIdentifier": "CErA/mw0RUOhPVWbLkH+hQ==",
            "loyaltyPriceLevelIdentifierGuid": "fec04a08-346c-4345-a13d-559b2e41fe85",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2025-10-04T23:59:15.1408231",
            "lastProcessed": "2025-10-04T23:59:15.1408231",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "7",
              "identifier": "o+n3qpd/kUeMa3d2MsKKwQ==",
              "identifierGuid": "aaf7e9a3-7f97-4791-8c6b-777632c28ac1",
              "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": "XuiGtc9AyEq1p5jF7iNM+A==",
              "primaryContactID": "b586e85e-40cf-4ac8-b5a7-98c5ee234cf8",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "zSR/asZ3bUiHpDMkFW9Qpg==",
              "supplierGroupGuid": "6a7f24cd-77c6-486d-87a4-3324156f50a6",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2025-10-04T23:59:15.1408231",
              "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": "8",
                "id": "22b214f8-b3ce-464a-a09f-682f4992bd91",
                "identifier": "gp+NBhrHnEeMUeWbH9zQxg==",
                "identifierGuid": "068d9f82-c71a-479c-8c51-e59b1fdcd0c6",
                "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": "9",
                  "supplierIdentifier": "qFDy0mZRX0ezRCsTRJ4f+A==",
                  "supplierIdentifierGuid": "d2f250a8-5166-475f-b344-2b13449e1ff8",
                  "contactGuid": "7klgC7pVa0mWE01l2KJuXA==",
                  "contactID": "0b6049ee-55ba-496b-9613-4d65d8a26e5c",
                  "contact": {
                    "$ref": "8"
                  },
                  "supplier": {
                    "$ref": "7"
                  }
                },
                {
                  "$ref": "9"
                }
              ],
              "products": [
                {
                  "$id": "10",
                  "pluG_UID": "5N3htPu5lUatpJzLEXii8Q==",
                  "pluGuid": "b4e1dde4-b9fb-4695-ada4-9ccb1178a2f1",
                  "supplierIdentifier": "+6hyQ6GRBU6NVVQWWXzZ1Q==",
                  "supplierIdentifierGuid": "4372a8fb-91a1-4e05-8d55-5416597cd9d5",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 3",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 5,
                  "averagePackSize": 6,
                  "effectiveDate": "2025-10-04T23:59:15.1408231",
                  "pricedByWeight": true,
                  "landedUnitCostEx": 9,
                  "landedUnitCostInc": 10,
                  "landedCartonCostInc": 11,
                  "landedCartonCostEx": 12,
                  "standardCost": 13,
                  "deliveryFee": 1,
                  "deliveryFeeBasis": "sample string 14",
                  "pickAndPackFee": 1,
                  "pickAndPackFeeBasis": "sample string 15",
                  "financeFee": 1,
                  "financeFeeBasis": "sample string 16",
                  "cartonLength": 1,
                  "cartonWidth": 1,
                  "cartonHeight": 1,
                  "palletLayerQuantity": 1,
                  "palletLayers": 1,
                  "itemCode": "sample string 17",
                  "invoiceCode": "sample string 18",
                  "invoiceDesc": "sample string 19",
                  "orderDirect": true,
                  "useCost": true,
                  "minimumQuantity": 20,
                  "hostType": 21,
                  "fromHost": 22,
                  "minimumReorder": 1,
                  "maximumReorder": 1,
                  "orderMultiple": 23.1,
                  "sellMultiple": 24.1,
                  "baseMultiple": 25.1,
                  "hostStandardCost": 26,
                  "hostTotalCost": 27,
                  "hostRetail": 28,
                  "hostLandedUnitCostEx": 29,
                  "hostLandedUnitCostInc": 30,
                  "hostDesc": "sample string 31",
                  "directIndicator": "sample string 32",
                  "availableToOrder": true,
                  "hostRangeIndicator": "sample string 34",
                  "hostProductType": "sample string 35",
                  "hostProductGrade": "sample string 36",
                  "hostProductGroup": "sample string 37",
                  "hostSlowMoving": true,
                  "hostGeneralMerchandise": true,
                  "hostPillar": "sample string 40",
                  "hostLastUpdated": "2025-10-04T23:59:15.1408231",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "11",
                      "pluG_UID": "8OyTpdoAxUCCJ7TqJ5lv7A==",
                      "pluGuid": "a593ecf0-00da-40c5-8227-b4ea27996fec",
                      "supplierIdentifier": "o06by8n2OUKIlFHZQU+kbg==",
                      "supplierIdentifierGuid": "cb9b4ea3-f6c9-4239-8894-51d9414fa46e",
                      "invoiceCode": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "storeIDs": [
                    1,
                    2
                  ],
                  "preferredSupplier": true,
                  "preferredRebateSupplier": true,
                  "supplierName": "sample string 41",
                  "salesMode": 42,
                  "orderPacked": true,
                  "active": true,
                  "price": 1,
                  "costGstPercent": 44,
                  "parentPluG_UID": "94NZF2gbjE+xqvJ1hc5bmg==",
                  "parentPluGuid": "175983f7-1b68-4f8c-b1aa-f27585ce5b9a",
                  "freight": 45.0,
                  "freightType": 1,
                  "product": {
                    "$id": "12",
                    "plu": 1,
                    "storeID": 1,
                    "masterPluG_UID": "QEA=",
                    "storeIDs": [
                      1,
                      2
                    ],
                    "g_UId": "CZk1Rk4WBEu501OJufeJDQ==",
                    "guid": "46359909-164e-4b04-b9d3-5389b9f7890d",
                    "apn": "sample string 1",
                    "apnChanged": true,
                    "apnSwitched": true,
                    "barcode": "sample string 4",
                    "itemNumber": "sample string 5",
                    "itemNumberChanged": true,
                    "priceGroupG_UID": "hyVfVxp2iUWagdup4XaMEQ==",
                    "priceGroupGuid": "575f2587-761a-4589-9a81-dba9e1768c11",
                    "blueprintID": 1,
                    "lastCountedDate": "2025-10-04T23:59:15.1408231",
                    "externalID": "sample string 7",
                    "active": true,
                    "activated": "2025-10-04T23:59:15.1408231",
                    "pluCreated": "2025-10-04T23:59:15.1408231",
                    "createdByUser": "sample string 9",
                    "name": "sample string 10",
                    "nameChanged": true,
                    "secondDescription": "sample string 12",
                    "hostDescription": "sample string 13",
                    "keepCartonQty": true,
                    "keepDescription": true,
                    "keepDepartments": true,
                    "keepSuppliers": true,
                    "markdownDescription": "sample string 18",
                    "altDescription": "sample string 19",
                    "bestOrExpire": 20,
                    "lastUpdate": "2025-10-04T23:59:15.1408231",
                    "lastManualUpdate": "2025-10-04T23:59:15.1408231",
                    "imageName": "sample string 23",
                    "showImageOnFlipCharts": true,
                    "showTextOnFlipCharts": true,
                    "overrideFlipChartText": true,
                    "flipChartText": "sample string 27",
                    "salesMode": 1,
                    "eftCode": 1,
                    "price": 1,
                    "priceChanged": true,
                    "rrp": 1,
                    "gstPercent": 28,
                    "gstPercentChanged": true,
                    "costGSTPercent": 29,
                    "costGSTPercentChanged": true,
                    "wetPercent": 1,
                    "priceOverride": 1,
                    "cost": 1,
                    "currentCost": 1,
                    "currentCostDecimals": 1,
                    "grossProfit": 1.0,
                    "currentCostDesc": "sample string 30",
                    "currentCostEnd": "2025-10-04T23:59:15.1408231",
                    "currentCostUpdated": "2025-10-04T23:59:15.1408231",
                    "costDecimals": 31,
                    "costChanged": true,
                    "dealCostIdentifier": "QEA=",
                    "excludeFromRebate": true,
                    "rebateOverride": 1,
                    "costCalcMethod": 32,
                    "costCalcMethodChanged": true,
                    "costEffectiveDate": "2025-10-04T23:59:15.1408231",
                    "defaultGP": 1,
                    "breakTargetMode": 33,
                    "break1": 1,
                    "price1": 1,
                    "target1": 34,
                    "break2": 1,
                    "price2": 1,
                    "target2": 35,
                    "break3": 1,
                    "price3": 1,
                    "target3": 36,
                    "break1Changed": true,
                    "price1Changed": true,
                    "target1Changed": true,
                    "break2Changed": true,
                    "price2Changed": true,
                    "target2Changed": true,
                    "break3Changed": true,
                    "price3Changed": true,
                    "target3Changed": true,
                    "breakTargetModeChanged": true,
                    "margin": 1.1,
                    "marginChanged": true,
                    "marginRanged": true,
                    "marginRangedChanged": true,
                    "minimumMargin": 1.1,
                    "minimumMarginChanged": true,
                    "maximumMargin": 1.1,
                    "maximumMarginChanged": true,
                    "overrideHostWarehouseIndicator": true,
                    "overrideHostWarehouseIndicatorChanged": true,
                    "overrideHostPrice": true,
                    "overrideHostPriceChanged": true,
                    "overrideHostCost": true,
                    "overrideHostCostChanged": true,
                    "overrideHostMargin": true,
                    "overrideHostMarginChanged": true,
                    "alwaysApplyMargin": true,
                    "alwaysApplyMarginChanged": true,
                    "aws": 1.0,
                    "paws": 1.0,
                    "awsUpdated": "2025-10-04T23:59:15.1408231",
                    "posTare": 1,
                    "altPrice": 1.0,
                    "altPriceChanged": true,
                    "altPriceMode": 53,
                    "altPriceModeChanged": true,
                    "altPLUG_UID": "5eqyAnodrEibtqRbMwp9Bg==",
                    "altPLUGuid": "02b2eae5-1d7a-48ac-9bb6-a45b330a7d06",
                    "altPLUGuidChanged": true,
                    "altPriceDescription1": "sample string 54",
                    "altPriceDescription2": "sample string 55",
                    "cartonQuantity": 56,
                    "cartonQuantityChanged": true,
                    "trayID": 1,
                    "promptID": 1,
                    "tare": 1,
                    "packQty": 1,
                    "fixedWeight": 1,
                    "extraMesg": 1,
                    "text1": "sample string 58",
                    "text2": "sample string 59",
                    "text3": "sample string 60",
                    "labelText": "sample string 61",
                    "labelTextChanged": true,
                    "sendToScale": true,
                    "nonScaleWeigh": true,
                    "labelFormat": "sample string 65",
                    "barcodeFormat": "sample string 66",
                    "austMade": 1,
                    "coolCode": 67,
                    "countryOfOrigin": "sample string 68",
                    "percentContent": 69.1,
                    "departmentID": 1,
                    "subDepartmentID": 1,
                    "minorDepartmentID": 1,
                    "lesserDepartmentID": 1,
                    "deptCode": "sample string 70",
                    "subDeptCode": "sample string 71",
                    "minorDeptCode": "sample string 72",
                    "lesserDeptCode": "sample string 73",
                    "deptName": "sample string 74",
                    "subDeptName": "sample string 75",
                    "minorDeptName": "sample string 76",
                    "lesserDeptName": "sample string 77",
                    "departmentChanged": true,
                    "subCategoryID": 1,
                    "expiry": 1,
                    "showDays": 1,
                    "datePrint": 1,
                    "labelRequired": true,
                    "labelShelfQty": 80,
                    "labelShelfChanged": true,
                    "labelTalkerQty": 82,
                    "labelSmall": true,
                    "labelLastPrinted": "2025-10-04T23:59:15.1408231",
                    "labelLastPrice": 1,
                    "shelfPageLayoutG_UID": "0jMnfo8kKEqtimM5cG+CLQ==",
                    "shelfPageLayoutGuid": "7e2733d2-248f-4a28-ad8a-6339706f822d",
                    "talkerPageLayoutG_UID": "jl7aDfH2yU6ldyZFLWOFnw==",
                    "talkerPageLayoutGuid": "0dda5e8e-f6f1-4ec9-a577-26452d63859f",
                    "unitMeasure": 1.1,
                    "unitMeasureChanged": true,
                    "unitMeasureKind": 85,
                    "unitMeasureKindChanged": true,
                    "signIQData": "sample string 87",
                    "refresh": true,
                    "earnLoyaltyPoints": true,
                    "earnLoyaltyPointsChanged": true,
                    "quantityOverride": true,
                    "quantityOverrideChanged": true,
                    "quantityRequired": true,
                    "quantityRequiredChanged": true,
                    "allowDiscounts": true,
                    "allowDiscountsChanged": true,
                    "discountDiscounts": true,
                    "discountDiscountsChanged": true,
                    "itemRecalled": true,
                    "itemRecalledChanged": true,
                    "noRefund": true,
                    "noRefundChanged": true,
                    "allowMarkdown": true,
                    "allowMarkdownChanged": true,
                    "priceRequired": true,
                    "priceRequiredChanged": true,
                    "fuelItem": true,
                    "fuelItemChanged": true,
                    "trackSerial": true,
                    "trackSerialChanged": true,
                    "allowZeroPrice": true,
                    "allowZeroPriceChanged": true,
                    "notForSale": 91,
                    "notForSaleChanged": true,
                    "excludeFromDeals": true,
                    "excludeFromVoucher": true,
                    "minimumAge": 94,
                    "minimumAgeChanged": true,
                    "buyingLimit": 1,
                    "buyingLimitChanged": true,
                    "buyingLimitIndependent": true,
                    "buyingLimitIndependentChanged": true,
                    "inventoryGuid": "+bIN/WOh/EuLzPAFuhOlQQ==",
                    "inventoryIdentifier": "fd0db2f9-a163-4bfc-8bcc-f005ba13a541",
                    "inventoryAccuracy": 1,
                    "baseUnits": 98,
                    "orderPacked": 1,
                    "isManufactured": true,
                    "isIngredient": true,
                    "isModifier": true,
                    "isModifierChanged": true,
                    "hasModifiers": 99,
                    "defaultPrinter": "sample string 100",
                    "defaultPrinterGroup": "sample string 101",
                    "ingredientsOnManufacture": true,
                    "manufactureUnitMeasure": 1,
                    "mpl": 1,
                    "maxShelfQty": 102,
                    "allowAutoOrder": true,
                    "warrantyPeriod": 1,
                    "parentPluG_UId": "Bxbhae+Dj0qdI+VQzGarEw==",
                    "parentPluGuid": "69e11607-83ef-4a8f-9d23-e550cc66ab13",
                    "preferredHostVendor": 104,
                    "preferredHostChanged": true,
                    "code": "sample string 106",
                    "supplierIdentifier": "rZd72aTLg0OK50Qyrr7HCw==",
                    "supplierIdentifierGuid": "d97b97ad-cba4-4383-8ae7-4432aebec70b",
                    "supplierChanged": true,
                    "rebateSupplierIdentifier": "mri4lmsSkEapdQxh1YXcow==",
                    "rebateSupplierIdentifierGuid": "96b8b89a-126b-4690-a975-0c61d585dca3",
                    "rebateSupplierChanged": true,
                    "availableForOrder": true,
                    "warehouseDirectIndicator": "sample string 108",
                    "warehouseDirectIndicatorChanged": true,
                    "productGrade": "sample string 110",
                    "productType": "sample string 111",
                    "productGroup": "sample string 112",
                    "complianceIndicator": "sample string 113",
                    "inhouseBrand": "sample string 114",
                    "slowMoving": true,
                    "generalMerchandise": true,
                    "comment": "sample string 117",
                    "lastUpdatedByUser": "sample string 118",
                    "lastManualUpdatedByUser": "sample string 119",
                    "lastUpdatedByUserOverride": true,
                    "lastUpdatedByHost": "2025-10-04T23:59:15.1408231",
                    "commodity": "sample string 121",
                    "businessPillar": "sample string 122",
                    "mscCommodity": "sample string 123",
                    "hostIdentifier": "feL7TKgfNkyrlgl72bVpfg==",
                    "hostIdentifierGuid": "4cfbe27d-1fa8-4c36-ab96-097bd9b5697e",
                    "serviceFeeID": 1,
                    "serviceFeeIDChanged": true,
                    "providerName": "sample string 125",
                    "aisleEnds": "sample string 126",
                    "deleted": true,
                    "deletedChanged": true,
                    "hidden": true,
                    "doNotRange": true,
                    "doNotRangeChanged": true,
                    "doNotOrder": true,
                    "doNotOrderChanged": true,
                    "locked": true,
                    "excludeFromWebUpdate": true,
                    "excludeFromWebUpdateChanged": true,
                    "webPriceBasedOn": 137,
                    "webPriceRounding": true,
                    "webMarkup": 139,
                    "webPriceMode": 140,
                    "altDepartmentID": 1,
                    "altSubDepartmentID": 1,
                    "altMinorDepartmentID": 1,
                    "altLesserDepartmentID": 1,
                    "altDeptCode": "sample string 141",
                    "altSubDeptCode": "sample string 142",
                    "altMinorDeptCode": "sample string 143",
                    "altLesserDeptCode": "sample string 144",
                    "altDepartmentChanged": true,
                    "storeProducts": [
                      {
                        "$ref": "12"
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "store": {
                      "$ref": "3"
                    },
                    "storePrices": [
                      {
                        "$id": "13",
                        "pluG_UID": "WtHeXOb6gkqwY9rnvYhsxw==",
                        "pluGuid": "5cded15a-fae6-4a82-b063-dae7bd886cc7",
                        "plu": 1,
                        "storeID": 1,
                        "zoneID": 2,
                        "zoneName": "sample string 3",
                        "store": "sample string 4",
                        "priceNow": 5,
                        "costNow": 6,
                        "costNowDecimals": 7,
                        "normalPrice": 8,
                        "priceNext": 1,
                        "costNext": 1,
                        "costNextDecimals": 9,
                        "nextCampaignName": "sample string 10",
                        "gstPercent": 11,
                        "normalCost": 12,
                        "normalCostDecimals": 13,
                        "costGstPercent": 14,
                        "costCalcMethod": 1,
                        "currentCost": 15,
                        "currentCostDecimals": 16,
                        "break1": 17,
                        "price1": 18,
                        "break2": 19,
                        "price2": 20,
                        "break3": 21,
                        "price3": 22,
                        "fuelItem": 23,
                        "fixedWeight": 24,
                        "active": true,
                        "complianceIndicator": "sample string 25",
                        "doNotOrder": true,
                        "doNotRange": true,
                        "isNormalPriceChangesCampaign": true,
                        "updated": "2025-10-04T23:59:15.1408231"
                      },
                      {
                        "$ref": "13"
                      }
                    ],
                    "currentPrices": {
                      "$id": "14",
                      "pluPrices": {
                        "$id": "15",
                        "plu": 1,
                        "pluG_UID": "QEA=",
                        "stores": [
                          1,
                          2
                        ],
                        "normalPrice": 1,
                        "cost": 2,
                        "break1": 3,
                        "price1": 4,
                        "break2": 5,
                        "price2": 6,
                        "break3": 7,
                        "price3": 8,
                        "discountPrice": 9,
                        "acceptedUtc": "2025-10-04T23:59:15.1408231",
                        "priceChangeType": 0,
                        "costDecimals": 10
                      },
                      "normalPluPrices": {
                        "$ref": "15"
                      },
                      "winningCampaign": 1,
                      "winner": {
                        "$id": "16",
                        "campaignName": "sample string 1",
                        "campaignDescription": "sample string 2",
                        "startDate": "2025-10-04T23:59:15.1408231",
                        "startTime": 3,
                        "endDate": "2025-10-04T23:59:15.1408231",
                        "endTime": 4,
                        "newPrice": 5,
                        "newCost": 6,
                        "newCostDecimals": 7,
                        "pctDiscount": 8,
                        "promoType": 1,
                        "promotionTypeCode": "sample string 9",
                        "hostType": 10,
                        "hostIdentifier": "AbdPKGhRF0yPUvfbdaV9GA==",
                        "hostIdentifierGuid": "284fb701-5168-4c17-8f52-f7db75a57d18",
                        "storeNames": [
                          "sample string 1",
                          "sample string 2"
                        ]
                      },
                      "details": [
                        {
                          "$ref": "16"
                        },
                        {
                          "$ref": "16"
                        }
                      ]
                    },
                    "tray": {
                      "$id": "17",
                      "g_UId": "UeZCYhJ53UWov5CqtGrJvw==",
                      "guid": "6242e651-7912-45dd-a8bf-90aab46ac9bf",
                      "name": "sample string 1",
                      "number": 1,
                      "tare": 1
                    },
                    "priceGroup": {
                      "$id": "18",
                      "priceGroupG_UID": "7NEi+v3XzUqD9HAIaLVtqg==",
                      "priceGroupGuid": "fa22d1ec-d7fd-4acd-83f4-700868b56daa",
                      "name": "sample string 2",
                      "code": 1,
                      "modified": true,
                      "updated": "2025-10-04T23:59:15.1408231",
                      "buyingLimit": 1,
                      "buyingLimitIndependent": true,
                      "buyingLimitType": 0,
                      "number": 1,
                      "products": [
                        {
                          "$ref": "12"
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "productCount": 1
                    },
                    "priceGroupName": "sample string 146",
                    "nutrifacts": {
                      "$id": "19",
                      "pluG_UID": "u4w+syTxyU6s4MzCbyNlsA==",
                      "pluGuid": "b33e8cbb-f124-4ec9-ace0-ccc26f2365b0",
                      "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": "20",
                      "pluGuid": "a79fe603-818f-4e0d-b2a5-19612ccf91e2",
                      "created": "2025-10-04T23:59:15.1408231",
                      "createdByUser": "sample string 1",
                      "activated": "2025-10-04T23:59:15.1408231",
                      "deactivated": "2025-10-04T23:59:15.1408231",
                      "lastOrdered": "2025-10-04T23:59:15.1408231",
                      "lastOrderedQty": 2.0,
                      "lastReceived": "2025-10-04T23:59:15.1408231",
                      "lastReceivedQty": 3.0,
                      "lastInvoiceStatus": 1,
                      "lastCounted": "2025-10-04T23:59:15.1408231",
                      "lastSold": "2025-10-04T23:59:15.1408231",
                      "firstSold": "2025-10-04T23:59:15.1408231",
                      "awsUpdated": "2025-10-04T23:59:15.1408231",
                      "lastManualUpdate": "2025-10-04T23:59:15.1408231",
                      "lastManualUpdatedByUser": "sample string 5",
                      "lastUpdated": "2025-10-04T23:59:15.1408231",
                      "lastUpdatedByUser": "sample string 7",
                      "lastUpdatedByHost": "2025-10-04T23:59:15.1408231",
                      "doNotRangeUpdated": "2025-10-04T23:59:15.1408231",
                      "doNotOrderUpdated": "2025-10-04T23:59:15.1408231",
                      "tracked": "2025-10-04T23:59:15.1408231"
                    },
                    "allergens": [
                      {
                        "$id": "21",
                        "allergenID": 1,
                        "pluG_UID": "46eNd+3z6EOz0QTP0b1h+A==",
                        "pluGuid": "778da7e3-f3ed-43e8-b3d1-04cfd1bd61f8",
                        "contains": 2,
                        "allergenName": "sample string 3",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "21"
                      }
                    ],
                    "costs": {
                      "$id": "22",
                      "pluG_UID": "IpnNkH2xuU21rgR7v7i79g==",
                      "pluGuid": "90cd9922-b17d-4db9-b5ae-047bbfb8bbf6",
                      "enteredCost": 1,
                      "weightedAvgCost": 1,
                      "lastCost": 1,
                      "rawEnteredCost": 2,
                      "rawWeightedAvgCost": 3,
                      "rawLastCost": 4,
                      "freight": 5.0,
                      "freightType": 6,
                      "costDecimals": 7,
                      "fifoCost": 1,
                      "updated": "2025-10-04T23:59:15.1408231",
                      "normalCost": 1,
                      "currentCost": 1
                    },
                    "sales": [
                      {
                        "$id": "23",
                        "saleHeaderID": 1,
                        "created": "2025-10-04T23:59:15.1408231",
                        "createdLocal": "2025-10-04T23:59:15.1408231",
                        "storeID": 3,
                        "storeName": "sample string 4",
                        "operatorG_Uid": "HTChvQM4j0qT527KJ7sQAA==",
                        "operatorGuid": "bda1301d-3803-4a8f-93e7-6eca27bb1000",
                        "operatorName": "sample string 5",
                        "tranType": 1,
                        "plu": 1,
                        "pluG_UId": "474xUW4kA0an7thsGsjGfA==",
                        "pluGuid": "5131bee3-246e-4603-a7ee-d86c1ac8c67c",
                        "normalPrice": 1,
                        "totalCents": 1,
                        "cost": 1,
                        "grossProfit": 1,
                        "quantity": 1,
                        "operator": {
                          "$id": "24",
                          "id": 1,
                          "g_Uid": "/txlsI2+BUmAaSUfqlDwpw==",
                          "guid": "b065dcfe-be8d-4905-8069-251faa50f0a7",
                          "operatorNumber": 1,
                          "shortName": "sample string 2",
                          "firstName": "sample string 3",
                          "lastName": "sample string 4",
                          "password": "sample string 5",
                          "hasPassword": true,
                          "passwordText": "sample string 6",
                          "rfidTagID": "sample string 7",
                          "blueprintID": 1,
                          "groupID": 1,
                          "groupName": "sample string 8",
                          "managerGroupID": 1,
                          "managerGroupName": "sample string 9",
                          "zoneID": 1,
                          "zoneName": "sample string 10",
                          "loggedIn": 1,
                          "lastUsedIP": "sample string 11",
                          "deleted": true,
                          "locked": true,
                          "allowOpenTill": true,
                          "webEmail": "sample string 14",
                          "simpleOperatorType": 0,
                          "webRole": "sample string 15",
                          "updated": "2025-10-04T23:59:15.1408231",
                          "passwordResetRequired": true,
                          "alteredInStore": true,
                          "startShift": "2025-10-04T23:59:15.1408231",
                          "endShift": "2025-10-04T23:59:15.1408231",
                          "machineName": "sample string 20",
                          "drawerID": 1,
                          "stores": [
                            {
                              "$id": "25",
                              "operatorG_UID": "9lef0/ydWEmJAuc5fXQE/w==",
                              "operatorGuid": "d39f57f6-9dfc-4958-8902-e7397d7404ff",
                              "storeID": 2,
                              "operator": {
                                "$ref": "24"
                              },
                              "store": {
                                "$ref": "3"
                              }
                            },
                            {
                              "$ref": "25"
                            }
                          ]
                        }
                      },
                      {
                        "$ref": "23"
                      }
                    ],
                    "apns": [
                      {
                        "$id": "26",
                        "pluID": 1,
                        "pluG_UID": "+GPMaoFPj0SFWWy13B4R3w==",
                        "pluGuid": "6acc63f8-4f81-448f-8559-6cb5dc1e11df",
                        "apn": "sample string 1",
                        "deleted": true,
                        "storeID": 1,
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "26"
                      }
                    ],
                    "tuns": [
                      {
                        "$id": "27",
                        "pluG_UId": "d64eD/slRkCss5bkvglMrw==",
                        "pluGuid": "0f1eae77-25fb-4046-acb3-96e4be094caf",
                        "apn": "sample string 1",
                        "tun": "sample string 2",
                        "cartonQuantity": 3,
                        "product": {
                          "$ref": "12"
                        },
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "27"
                      }
                    ],
                    "competitionPricing": [
                      {
                        "$id": "28",
                        "identifier": "nIfaq5fBuEm/hw2kgQIVKw==",
                        "identifierGuid": "abda879c-c197-49b8-bf87-0da48102152b",
                        "pluG_UID": "GEmRvy+AUE26qQNstyeVwg==",
                        "pluGuid": "bf914918-802f-4d50-baa9-036cb72795c2",
                        "competitionID": 1,
                        "name": "sample string 2",
                        "sellMultiple": 3,
                        "retailPrice": 4,
                        "storeName": "sample string 5"
                      },
                      {
                        "$ref": "28"
                      }
                    ],
                    "supplier": {
                      "$ref": "7"
                    },
                    "supplierName": "sample string 147",
                    "children": [
                      {
                        "$ref": "12"
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "ordering": {
                      "$ref": "10"
                    },
                    "flipChartPages": [
                      {
                        "$id": "29",
                        "identifier": "2sgfs+sAnEq7j4AW065N4A==",
                        "groupName": "sample string 1",
                        "identifierGuid": "b31fc8da-00eb-4a9c-bb8f-8016d3ae4de0",
                        "exists": true,
                        "flipChartIdentifier": "PvVJ3SQAc0e2QIFglhfihg==",
                        "flipChartIdentifierGuid": "dd49f53e-0024-4773-b640-81609617e286",
                        "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": "AJDvK8H2jUWlM6oh8HNhbQ==",
                        "groupIdentifierGuid": "2bef9000-f6c1-458d-a533-aa21f073616d",
                        "flipChart": {
                          "$id": "30",
                          "identifier": "zLvwz92bBkqDG+t6j/rQAg==",
                          "identifierGuid": "cff0bbcc-9bdd-4a06-831b-eb7a8ffad002",
                          "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": "31",
                            "identifier": "xnElfMrIH0+e4EX8ZXxDkA==",
                            "identifierGuid": "7c2571c6-c8ca-4f1f-9ee0-45fc657c4390",
                            "name": "sample string 2",
                            "formType": "sample string 3",
                            "forms": [
                              {
                                "$id": "32",
                                "id": 1,
                                "g_UID": "0scLw9v+IkuMWqERfeDnsQ==",
                                "guid": "c30bc7d2-fedb-4b22-8c5a-a1117de0e7b1",
                                "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": "hV0CDiSCbkO5HIcvYOTHLw==",
                                "previousFormGuid": "0e025d85-8224-436e-b91c-872f60e4c72f",
                                "nextForm": 1,
                                "nextFormG_UID": "oWqtSPWl4UuYRktJKEqxrg==",
                                "nextFormGuid": "48ad6aa1-a5f5-4be1-9846-4b49284ab1ae",
                                "attributes": "sample string 10",
                                "updated": "2025-10-04T23:59:15.1408231",
                                "positioning": 1,
                                "contentPanel": "sample string 11",
                                "selectionMode": 1,
                                "maximumSelections": 1,
                                "alteredInStore": true,
                                "deleted": true,
                                "blueprintID": 1,
                                "preserveLayout": true,
                                "mainCheckoutFormName": "sample string 13",
                                "nextCheckoutForm": {
                                  "$ref": "32"
                                },
                                "previousCheckoutForm": {
                                  "$ref": "32"
                                },
                                "buttons": [
                                  {
                                    "$id": "33",
                                    "id": 1,
                                    "checkoutFormID": 2,
                                    "checkoutFormG_UID": "lF6iTiyf10SwKzyDwx5BYg==",
                                    "checkoutFormGuid": "4ea25e94-9f2c-44d7-b02b-3c83c31e4162",
                                    "identifier": "lQUDKxFQnE+hlcDANA/bQg==",
                                    "identifierGuid": "2b030595-5011-4f9c-a195-c0c0340fdb42",
                                    "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": "GI7/mDvatESae8iLTx6edw==",
                                    "valueGuid": "98ff8e18-da3b-44b4-9a7b-c88b4f1e9e77",
                                    "buttonText": "sample string 10",
                                    "valueText": "sample string 11",
                                    "drawImageAndButton": true,
                                    "updated": "2025-10-04T23:59:15.1408231",
                                    "action": "sample string 12",
                                    "valueForm": {
                                      "$ref": "32"
                                    },
                                    "image": {
                                      "$id": "34",
                                      "name": "sample string 3.sample string 4",
                                      "imageID": 2,
                                      "imageName": "sample string 3",
                                      "imageExtension": "sample string 4",
                                      "lastUpdate": "2025-10-04T23:59:15.1408231",
                                      "imageData": "QEA=",
                                      "readOnly": true
                                    }
                                  },
                                  {
                                    "$ref": "33"
                                  }
                                ],
                                "panels": [
                                  {
                                    "$id": "35",
                                    "id": 1,
                                    "checkoutFormID": 2,
                                    "checkoutFormG_UID": "r8Qman6R9EarinbpWJ/EaQ==",
                                    "checkoutFormGuid": "6a26c4af-917e-46f4-ab8a-76e9589fc469",
                                    "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": "35"
                                  }
                                ]
                              },
                              {
                                "$ref": "32"
                              }
                            ],
                            "panels": [
                              {
                                "$ref": "35"
                              },
                              {
                                "$ref": "35"
                              }
                            ]
                          },
                          "pages": [
                            {
                              "$ref": "29"
                            },
                            {
                              "$ref": "29"
                            }
                          ]
                        },
                        "contentPanel": {
                          "$ref": "35"
                        },
                        "products": [
                          {
                            "$id": "36",
                            "flipChartPageIdentifier": "g0mv4qVL7EqZzh4hNhZvTw==",
                            "flipChartPageIdentifierGuid": "e2af4983-4ba5-4aec-99ce-1e2136166f4f",
                            "pluG_UID": "2myZRurlCUCqvkh+IkoAmA==",
                            "pluGuid": "46996cda-e5ea-4009-aabe-487e224a0098",
                            "sortOrder": 3,
                            "sent": true,
                            "productChanged": true,
                            "productImageName": "sample string 6",
                            "productShowImageOnFlipCharts": true,
                            "productShowTextOnFlipCharts": true,
                            "productOverrideFlipChartText": true,
                            "productFlipChartText": "sample string 10",
                            "product": {
                              "$ref": "12"
                            },
                            "departmentSortOrder": 11,
                            "subDepartmentName": "sample string 12"
                          },
                          {
                            "$ref": "36"
                          }
                        ],
                        "productCount": 27,
                        "pages": [
                          {
                            "$ref": "29"
                          },
                          {
                            "$ref": "29"
                          }
                        ]
                      },
                      {
                        "$ref": "29"
                      }
                    ],
                    "priceHistory": [
                      {
                        "$id": "37",
                        "pluG_UID": "1TTOo7fgbkaVL2oruuBpOg==",
                        "pluGuid": "a3ce34d5-e0b7-466e-952f-6a2bbae0693a",
                        "price": 1,
                        "costCalcMethod": 1,
                        "cost": 2,
                        "weightedAvgCost": 3,
                        "lastCost": 4,
                        "rawCost": 5,
                        "rawWeightedAvgCost": 6,
                        "rawLastCost": 7,
                        "costDecimals": 8,
                        "serviceFeeID": 9,
                        "freight": 10.0,
                        "freightType": 11,
                        "process": "sample string 12",
                        "user": "sample string 13",
                        "updated": "2025-10-04T23:59:15.1408231",
                        "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": "37"
                      }
                    ],
                    "ingredients": [
                      {
                        "$id": "38",
                        "pluG_UID": "+l7X/Cpt9EyTITzyA8LvSg==",
                        "ingredientGuid": "vexwSc7K0UaJBfQgACDeEg==",
                        "ingredientIdentifier": "4970ecbd-cace-46d1-8905-f4200020de12",
                        "quantity": 1.0,
                        "storeIDs": [
                          1,
                          2
                        ],
                        "ingredientText": "sample string 1",
                        "ingredient": {
                          "$ref": "12"
                        }
                      },
                      {
                        "$ref": "38"
                      }
                    ],
                    "bins": [
                      {
                        "$id": "39",
                        "pluG_UID": "fBaNxS+sDUKVdUR5+gYPUA==",
                        "pluGuid": "c58d167c-ac2f-420d-9575-4479fa060f50",
                        "shelfLocationIdentifier": "brwuBgpjR0Wc+HYDktFzGA==",
                        "shelfLocationGuid": "062ebc6e-630a-4547-9cf8-760392d17318",
                        "labelShelfDefault": 1,
                        "labelTalkerDefault": 1,
                        "labelSmall": true,
                        "labelPageLayoutG_UID": "5q5zanoHGESwXbjiAGxS1Q==",
                        "labelPageLayoutGuid": "6a73aee6-077a-4418-b05d-b8e2006c52d5",
                        "updated": "2025-10-04T23:59:15.1408231",
                        "electronicShelfLabelIdentifier": "sample string 5",
                        "electronicshelfLabelsConfigurationID": 6,
                        "labelShelfChanged": true,
                        "productName": "sample string 8",
                        "locationText": "sample string 9",
                        "product": {
                          "$ref": "12"
                        },
                        "location": {
                          "$id": "40",
                          "identifier": "MjvzgiQ2RUS1e665tQVPoQ==",
                          "storeID": 1,
                          "identifierGuid": "82f33b32-3624-4445-b57b-aeb9b5054fa1",
                          "name": "sample string 2",
                          "haccp": true,
                          "blueprintID": 1,
                          "updated": "2025-10-04T23:59:15.1408231",
                          "minTemp": 1,
                          "maxTemp": 1,
                          "checkFrequency": 1,
                          "storeCaseConfiguration": 5,
                          "storeName": "sample string 6",
                          "bins": [
                            {
                              "$ref": "39"
                            },
                            {
                              "$ref": "39"
                            }
                          ]
                        }
                      },
                      {
                        "$ref": "39"
                      }
                    ],
                    "bin": {
                      "$ref": "39"
                    },
                    "scaleLocations": [
                      {
                        "$id": "41",
                        "plu": 1,
                        "pluG_UID": "K7oM388hBESk+f+ttXAoJA==",
                        "pluGuid": "df0cba2b-21cf-4404-a4f9-ffadb5702824",
                        "deptNo": 1,
                        "product": {
                          "$ref": "12"
                        },
                        "scaleLocation": {
                          "$id": "42",
                          "id": 1,
                          "deptNo": 1,
                          "deptCode": "sample string 2",
                          "name": "sample string 3",
                          "enabled": true,
                          "updated": "2025-10-04T23:59:15.1408231",
                          "department": {
                            "$id": "43",
                            "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": "42"
                            },
                            "subDepartments": [
                              {
                                "$id": "44",
                                "id": 1,
                                "departmentID": 2,
                                "name": "sample string 3",
                                "code": "sample string 4",
                                "departmentCode": "sample string 5",
                                "externalSales": true,
                                "minorDepartments": [
                                  {
                                    "$id": "45",
                                    "id": 1,
                                    "subDepartmentID": 2,
                                    "departmentID": 3,
                                    "name": "sample string 4",
                                    "subDepartmentCode": "sample string 5",
                                    "departmentCode": "sample string 6",
                                    "code": "sample string 7",
                                    "lesserDepartments": [
                                      {
                                        "$id": "46",
                                        "id": 1,
                                        "departmentID": 2,
                                        "subDepartmentID": 3,
                                        "minorDepartmentID": 4,
                                        "name": "sample string 5",
                                        "code": "sample string 6",
                                        "departmentCode": "sample string 7",
                                        "subDepartmentCode": "sample string 8",
                                        "minorDepartmentCode": "sample string 9",
                                        "updated": "2025-10-04T23:59:15.1408231",
                                        "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": "J1JrNMbnYE2+7Rlj4v/UkA==",
                                        "labelPageLayoutGuid": "346b5227-e7c6-4d60-beed-1963e2ffd490",
                                        "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": "47",
                                          "dept": 1,
                                          "category": 2,
                                          "name": "sample string 3",
                                          "active": true,
                                          "mscCommodities": [
                                            {
                                              "$id": "48",
                                              "dept": 1,
                                              "category": 2,
                                              "commodity": 3,
                                              "name": "sample string 4",
                                              "active": true,
                                              "mscSubCommodities": [
                                                {
                                                  "$id": "49",
                                                  "dept": 1,
                                                  "category": 2,
                                                  "commodity": 3,
                                                  "subCommodity": 4,
                                                  "name": "sample string 5",
                                                  "active": true,
                                                  "subCommodityCode": "sample string 7"
                                                },
                                                {
                                                  "$ref": "49"
                                                }
                                              ],
                                              "commodityCode": "sample string 6"
                                            },
                                            {
                                              "$ref": "48"
                                            }
                                          ],
                                          "categoryCode": "sample string 5"
                                        },
                                        "mscCom": {
                                          "$ref": "48"
                                        },
                                        "mscDep": {
                                          "$id": "50",
                                          "dept": 1,
                                          "name": "sample string 2",
                                          "active": true,
                                          "mscCategories": [
                                            {
                                              "$ref": "47"
                                            },
                                            {
                                              "$ref": "47"
                                            }
                                          ],
                                          "deptCode": "sample string 4"
                                        },
                                        "mscSubCom": {
                                          "$ref": "49"
                                        }
                                      },
                                      {
                                        "$ref": "46"
                                      }
                                    ],
                                    "updated": "2025-10-04T23:59:15.1408231",
                                    "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": "mIHydWMkoUy85rHguQ8CJg==",
                                    "labelPageLayoutGuid": "75f28198-2463-4ca1-bce6-b1e0b90f0226",
                                    "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": "47"
                                    },
                                    "mscCom": {
                                      "$ref": "48"
                                    },
                                    "mscDep": {
                                      "$ref": "50"
                                    },
                                    "mscSubCom": {
                                      "$ref": "49"
                                    }
                                  },
                                  {
                                    "$ref": "45"
                                  }
                                ],
                                "investmentBuyOverride": true,
                                "updated": "2025-10-04T23:59:15.1408231",
                                "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": "/mZnzO0wJUSoEshtA/858A==",
                                "labelPageLayoutGuid": "cc6766fe-30ed-4425-a812-c86d03ff39f0",
                                "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": "47"
                                },
                                "mscCom": {
                                  "$ref": "48"
                                },
                                "mscDep": {
                                  "$ref": "50"
                                },
                                "mscSubCom": {
                                  "$ref": "49"
                                }
                              },
                              {
                                "$ref": "44"
                              }
                            ],
                            "stores": [
                              1,
                              2
                            ],
                            "investmentBuyOverride": true,
                            "updated": "2025-10-04T23:59:15.1408231",
                            "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": "TS7suglGKk6FoXmp6Q4Qiw==",
                            "labelPageLayoutGuid": "baec2e4d-4609-4e2a-85a1-79a9e90e108b",
                            "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": "47"
                            },
                            "mscCom": {
                              "$ref": "48"
                            },
                            "mscDep": {
                              "$ref": "50"
                            },
                            "mscSubCom": {
                              "$ref": "49"
                            }
                          }
                        }
                      },
                      {
                        "$ref": "41"
                      }
                    ],
                    "nextPrice": {
                      "$id": "51",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "plu": 1,
                      "hostOfferID": 1,
                      "metcashPromotionID": "sample string 4",
                      "metcashPromotionPlacement": "sample string 5",
                      "pluG_UID": "W3VwuJtngUOzJA/2oPPajA==",
                      "pluGuid": "b870755b-679b-4381-b324-0ff6a0f3da8c",
                      "newPrice": 1,
                      "pctDiscount": 1,
                      "newCost": 1,
                      "newCostDecimals": 6,
                      "dealCostIdentifier": "oRC4k0VJ+ESYXm7OTt1Pcw==",
                      "dealCostGuid": "93b810a1-4945-44f8-985e-6ece4edd4f73",
                      "pluName": "sample string 7",
                      "apn": "sample string 8",
                      "fuelItem": true,
                      "priceGroupG_UID": "HQSb5funCUyE/xLFJQWm2g==",
                      "priceGroupGuid": "e59b041d-a7fb-4c09-84ff-12c52505a6da",
                      "itemNumber": "sample string 10",
                      "cri": "sample string 11",
                      "pluPrice": 12,
                      "pluCost": 13,
                      "pluCostIndicator": "sample string 14",
                      "pluPriceGstPercent": 15,
                      "pluCostGstPercent": 16,
                      "pluActive": true,
                      "cartonQty": 1.1,
                      "baseUnits": 18.1,
                      "salesMode": 1,
                      "pluNormalCost": 19,
                      "pluaws": 20.0,
                      "directNumber": "sample string 21",
                      "departmentName": "sample string 22",
                      "subDepartmentName": "sample string 23",
                      "priceGroupName": "sample string 24",
                      "supplierName": "sample string 25",
                      "stockOnHand": 1.1,
                      "stockOnOrder": 1.1,
                      "lastReceived": "2025-10-04T23:59:15.1408231",
                      "rrp": 26,
                      "campaignDescription": "sample string 27",
                      "campaignComboPriceGroupG_UID": "verp1p8LrECpMF8ub8O3VQ==",
                      "campaignComboPriceGroupIdentifier": "d6e9eabd-0b9f-40ac-a930-5f2e6fc3b755",
                      "promotionPlacementDescription": "sample string 28",
                      "storeAcceptances": [
                        {
                          "$id": "52",
                          "plu": 1,
                          "pluG_UId": "QEA=",
                          "campaignID": 1,
                          "campaignName": "sample string 2",
                          "storeID": 3,
                          "acceptedUtc": "2025-10-04T23:59:15.1408231",
                          "operatorG_UID": "3hQ5xqAUQkS9GR76b436lw==",
                          "operatorGuid": "c63914de-14a0-4442-bd19-1efa6f8dfa97",
                          "machineID": 1,
                          "processed": true,
                          "appliedUtc": "2025-10-04T23:59:15.1408231",
                          "signIqTicketFileMovedUtc": "2025-10-04T23:59:15.1408231",
                          "user": "sample string 6",
                          "campaignDescription": "sample string 7",
                          "productDesc": "sample string 8",
                          "storeName": "sample string 9",
                          "effectiveUtc": "2025-10-04T23:59:15.1408231",
                          "priceChangeType": 0,
                          "operatorName": "sample string 10",
                          "hostCampaign": true,
                          "product": {
                            "$ref": "12"
                          },
                          "campaignPlu": {
                            "$ref": "51"
                          }
                        },
                        {
                          "$ref": "52"
                        }
                      ],
                      "campaign": {
                        "$id": "53",
                        "id": 1,
                        "storeID": 2,
                        "name": "a7ae88c3-e540-4ddb-9af2-be53138c51fb",
                        "nameGuid": "a7ae88c3-e540-4ddb-9af2-be53138c51fb",
                        "description": "sample string 4",
                        "showDiscounts": true,
                        "showTotals": true,
                        "onlyEvaluateOnSubtotal": true,
                        "useDescription": true,
                        "campaignType": 1,
                        "startDate": "2025-10-04T23:59:15.1408231",
                        "startTime": 1,
                        "endDate": "2025-10-04T23:59:15.1408231",
                        "endTime": 1,
                        "recurrence": 1,
                        "recurrenceType": 1,
                        "monthType": 1,
                        "weekDays": 1,
                        "months": 1,
                        "monthWeeks": 1,
                        "monthDays": "sample string 7",
                        "printed": true,
                        "talkerText": "sample string 8",
                        "rangeDescription": "sample string 9",
                        "dealDescription": "sample string 10",
                        "labelQuantity": 11,
                        "active": 1,
                        "deactivated": "2025-10-04T23:59:15.1408231",
                        "system": true,
                        "created": "2025-10-04T23:59:15.1408231",
                        "updated": "2025-10-04T23:59:15.1408231",
                        "priceChangeNotifiedUtc": "2025-10-04T23:59:15.1408231",
                        "promoType": 1,
                        "promotionTypeCode": "sample string 13",
                        "hostIdentifier": "LmV+tiZymEm2N04z1bKBvQ==",
                        "hostIdentifierGuid": "b67e652e-7226-4998-b637-4e33d5b281bd",
                        "hostType": 14,
                        "createdByUser": "sample string 15",
                        "fromHost": true,
                        "deleted": true,
                        "campaignDeleted": "2025-10-04T23:59:15.1408231",
                        "updatedByUser": "sample string 18",
                        "offerID": 1,
                        "isPriceChangeCampaign": true,
                        "stores": [
                          1,
                          2
                        ],
                        "storeNames": [
                          "sample string 1",
                          "sample string 2"
                        ],
                        "campaignPlus": [
                          {
                            "$ref": "51"
                          },
                          {
                            "$ref": "51"
                          }
                        ],
                        "campaignPools": [
                          {
                            "$id": "54",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "plu": 4,
                            "pluG_UID": "XVMpo0I0DUOAVh6DUX245w==",
                            "pluGuid": "a329535d-3442-430d-8056-1e83517db8e7",
                            "hostOfferID": 1,
                            "priceGroupG_UID": "FZygFLp7XkyG225SGauAUQ==",
                            "priceGroupGuid": "14a09c15-7bba-4c5e-86db-6e5219ab8051",
                            "fuelItem": true,
                            "pluName": "sample string 6",
                            "apn": "sample string 7",
                            "pluActive": true,
                            "cartonQty": 1,
                            "baseUnits": 9.1,
                            "cri": "sample string 10",
                            "salesMode": 1,
                            "pluaws": 11.0,
                            "directNumber": "sample string 12",
                            "departmentName": "sample string 13",
                            "subDepartmentName": "sample string 14",
                            "priceGroupName": "sample string 15",
                            "supplierName": "sample string 16",
                            "stockOnHand": 1.1,
                            "stockOnOrder": 1.1,
                            "lastReceived": "2025-10-04T23:59:15.1408231",
                            "rrp": 17,
                            "campaignDescription": "sample string 18",
                            "product": {
                              "$ref": "12"
                            },
                            "campaign": {
                              "$ref": "53"
                            }
                          },
                          {
                            "$ref": "54"
                          }
                        ],
                        "sellingRules": [
                          {
                            "$id": "55",
                            "id": 1,
                            "identifier": "jxms1AoD8E+qINnO+Qi5tA==",
                            "identifierStr": "jxms1AoD8E+qINnO+Qi5tA==",
                            "identifierGuid": "d4ac198f-030a-4ff0-aa20-d9cef908b9b4",
                            "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": "53"
                            }
                          },
                          {
                            "$ref": "55"
                          }
                        ],
                        "customers": [
                          {
                            "$id": "56",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "customerID": "E7W/ivPk+EOfPTLlRotcMQ==",
                            "customerIDGuid": "8abfb513-e4f3-43f8-9f3d-32e5468b5c31",
                            "campaign": {
                              "$ref": "53"
                            },
                            "customer": {
                              "$id": "57",
                              "identifier": "+3yahS/YHUq2M0UNeTX6tg==",
                              "identifierGuid": "859a7cfb-d82f-4a1d-b633-450d7935fab6",
                              "code": "sample string 2",
                              "familyName": "sample string 3",
                              "givenName": "sample string 4",
                              "otherName": "sample string 5",
                              "title": "sample string 6",
                              "dateOfBirth": "2025-10-04T23:59:15.1408231",
                              "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": "pi03dd0iRUCfXsPmogaCBw==",
                              "communityIdentifierGuid": "75372da6-22dd-4045-9f5e-c3e6a2068207",
                              "joined": "2025-10-04T23:59:15.1408231",
                              "updated": "2025-10-04T23:59:15.1408231",
                              "active": true,
                              "reasonInactive": 1,
                              "groupCustomer": true,
                              "loyaltyPoints": 1,
                              "homeStoreID": 1,
                              "availableSpend": 1,
                              "priceLevelIdentifier": "fQhxr6krEkSlG8j4ztKUFQ==",
                              "priceLevelIdentifierGuid": "af71087d-2ba9-4412-a51b-c8f8ced29415",
                              "marketingID": "sample string 18",
                              "hidden": true,
                              "registered": true,
                              "registeredOn": "2025-10-04T23:59:15.1408231",
                              "emailMarketing": true,
                              "smsMarketing": true,
                              "deleted": true,
                              "deletedUser": "sample string 24",
                              "homeStoreName": "sample string 25",
                              "customerCards": [
                                {
                                  "$id": "58",
                                  "cardType": 2,
                                  "issueDate": "2025-10-04T23:59:15.1408231",
                                  "expiry": "2025-10-04T23:59:15.1408231",
                                  "customerID": "QnuiHMUi4kGuL7AJXub8kw==",
                                  "customerIDGuid": "1ca27b42-22c5-41e2-ae2f-b0095ee6fc93",
                                  "initialValue": 1,
                                  "currentValue": 1,
                                  "maxLimit": 1,
                                  "minTransaction": 1,
                                  "maxTransaction": 1,
                                  "multiplier": 1.1,
                                  "active": true,
                                  "reasonInactive": 1,
                                  "idRequired": true,
                                  "idType": 1,
                                  "idValue": "sample string 5",
                                  "updated": "2025-10-04T23:59:15.1408231",
                                  "linkedAccount": "foeT0Mc8zkCW7ARpbGlB7w==",
                                  "linkedAccountGuid": "d093877e-3cc7-40ce-96ec-04696c6941ef",
                                  "currentValueChanged": true,
                                  "limitsChanged": true,
                                  "customer": {
                                    "$ref": "57"
                                  },
                                  "account": {
                                    "$id": "59",
                                    "id": 1,
                                    "identifier": "UUhFmNLOBE2L1mblM+frGg==",
                                    "identifierGuid": "98454851-ced2-4d04-8bd6-66e533e7eb1a",
                                    "referenceNo": "sample string 3",
                                    "name": "sample string 4",
                                    "created": "2025-10-04T23:59:15.1408231",
                                    "owner": "PDWbbEIseU+L7jPpaofUOQ==",
                                    "ownerGuid": "6c9b353c-2c42-4f79-8bee-33e96a87d439",
                                    "accountStoreGroupIdentifier": "6sjuVrYAl0Slg+QS1M6MoA==",
                                    "accountStoreGroupGuid": "56eec8ea-00b6-4497-a583-e412d4ce8ca0",
                                    "accountType": 1,
                                    "currentBalance": 1,
                                    "externalID": "sample string 7",
                                    "maximumLimit": 1,
                                    "accruePoints": true,
                                    "loyaltyPoints": 1,
                                    "termsOfTrade": 1,
                                    "signatureRequired": true,
                                    "referenceRequired": true,
                                    "statementSendType": 10,
                                    "ageingPeriod": 1,
                                    "monthlyAgeingPeriod": true,
                                    "explodedInvoice": true,
                                    "isFifoAllocation": true,
                                    "lastStatementSent": "2025-10-04T23:59:15.1408231",
                                    "active": true,
                                    "updated": "2025-10-04T23:59:15.1408231",
                                    "deleted": true,
                                    "deletedUser": "sample string 16",
                                    "currentBalanceChanged": true,
                                    "maximumLimitChanged": true,
                                    "loyaltyPointsChanged": true,
                                    "projectedBalance": 17,
                                    "accountStoreGroupStoreIDs": [
                                      1,
                                      2
                                    ],
                                    "customerEmail": "sample string 18",
                                    "ownerCustomer": {
                                      "$ref": "57"
                                    },
                                    "card": {
                                      "$ref": "58"
                                    },
                                    "members": {
                                      "$id": "60",
                                      "sample string 1": [
                                        {
                                          "$ref": "57"
                                        },
                                        {
                                          "$ref": "57"
                                        }
                                      ],
                                      "sample string 2": [
                                        {
                                          "$ref": "57"
                                        },
                                        {
                                          "$ref": "57"
                                        }
                                      ]
                                    },
                                    "customerGroups": [
                                      {
                                        "$id": "61",
                                        "identifier": "GOrUPcYtjUm18fAm29tk9g==",
                                        "identifierGuid": "3dd4ea18-2dc6-498d-b5f1-f026dbdb64f6",
                                        "name": "sample string 2",
                                        "primaryContact": "RbUrIMVf+UewMPQ3RLf/vA==",
                                        "primaryContactGuid": "202bb545-5fc5-47f9-b030-f43744b7ffbc",
                                        "accountID": "3hVWpQhGSEqArNqpvmDIoQ==",
                                        "accountIDGuid": "a55615de-4608-4a48-80ac-daa9be60c8a1",
                                        "special": true,
                                        "updated": "2025-10-04T23:59:15.1408231",
                                        "active": true,
                                        "reasonInactive": 1,
                                        "priceLevelIdentifier": "SXXYOTl5gEK6X+4iRY5UwA==",
                                        "priceLevelIdentifierGuid": "39d87549-7939-4280-ba5f-ee22458e54c0",
                                        "deleted": true,
                                        "account": {
                                          "$ref": "59"
                                        },
                                        "primaryContactCustomer": {
                                          "$ref": "57"
                                        },
                                        "customerGroupMembers": [
                                          {
                                            "$id": "62",
                                            "id": 1,
                                            "groupID": "mKve9x+bdky/QIdWr5RWYQ==",
                                            "groupIDGuid": "f7deab98-9b1f-4c76-bf40-8756af945661",
                                            "customerID": "nKwQ5MIQbEWRmcKsHmNwSw==",
                                            "customerIDGuid": "e410ac9c-10c2-456c-9199-c2ac1e63704b",
                                            "card": "sample string 4",
                                            "linkedAccount": "zJLRTS85yEih2YWUgLDkew==",
                                            "linkedAccountGuid": "4dd192cc-392f-48c8-a1d9-859480b0e47b",
                                            "customer": {
                                              "$ref": "57"
                                            },
                                            "group": {
                                              "$ref": "61"
                                            },
                                            "customerCard": {
                                              "$ref": "58"
                                            }
                                          },
                                          {
                                            "$ref": "62"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "61"
                                      }
                                    ]
                                  },
                                  "payments": [
                                    {
                                      "$id": "63",
                                      "id": 1,
                                      "identifier": "mPHBb+pZpEW/QO/fwM+LWQ==",
                                      "identifierGuid": "6fc1f198-59ea-45a4-bf40-efdfc0cf8b59",
                                      "storeID": 2,
                                      "operatorName": "sample string 3",
                                      "saleHeaderID": 4,
                                      "paymentType": 5,
                                      "amount": 6,
                                      "account": "sample string 7",
                                      "accountID": "5dHiOqRfwEWlf9bEYc2cNg==",
                                      "accountIDGuid": "3ae2d1e5-5fa4-45c0-a57f-d6c461cd9c36",
                                      "customerAccount": {
                                        "$ref": "59"
                                      },
                                      "customerCard": {
                                        "$ref": "58"
                                      },
                                      "accountType": 1,
                                      "cardName": "sample string 8",
                                      "authorisationNumber": "sample string 9",
                                      "bankReference": "sample string 10",
                                      "merchantID": "sample string 11",
                                      "terminalID": "sample string 12",
                                      "cardNumber": "sample string 13",
                                      "paymentDate": "2025-10-04T23:59:15.1408231",
                                      "invRocNo": "sample string 14",
                                      "responseCode": "sample string 15",
                                      "cashout": 1,
                                      "tip": 16,
                                      "idempotentVoid": "zztLle6ze0eAc31fy5thmA==",
                                      "idempotentVoidGuid": "954b3bcf-b3ee-477b-8073-7d5fcb9b6198",
                                      "offline": true,
                                      "processed": 1,
                                      "storeSaleHeader": {
                                        "$id": "64",
                                        "saleHeaderID": 1,
                                        "saleHeaderGuid": "XMZmZRS/DUOCWdM45/CeKA==",
                                        "saleHeaderIdentifierGuid": "6566c65c-bf14-430d-8259-d338e7f09e28",
                                        "created": "2025-10-04T23:59:15.1408231",
                                        "createdLocal": "2025-10-04T23:59:15.1408231",
                                        "createdText": "sample string 4",
                                        "itemCount": 5,
                                        "totalAmount": 6,
                                        "cashTender": 1,
                                        "cardTender": 1,
                                        "cheqTender": 1,
                                        "acctTender": 1,
                                        "voucherTender": 1,
                                        "loyaltyPoints": 1,
                                        "cashout": 1,
                                        "changeAmount": 1,
                                        "rounding": 1,
                                        "gstAmount": 1,
                                        "transactionDiscountTender": 1,
                                        "totalTip": 7,
                                        "tranType": 1,
                                        "processed": 1,
                                        "imported": "2025-10-04T23:59:15.1408231",
                                        "storeID": 1,
                                        "operatorG_Uid": "hMC6KgEH1EW6j4+dgQ/iRw==",
                                        "operatorGuid": "2abac084-0701-45d4-ba8f-8f9d810fe247",
                                        "customerG_Uid": "g7vmu8biMkOvceJBYGjgxA==",
                                        "customerGuid": "bbe6bb83-e2c6-4332-af71-e2416068e0c4",
                                        "communityIdentifier": "a3YmUKA9jkC9HZI1bxbpdw==",
                                        "communityIdentifierGuid": "5026766b-3da0-408e-bd1d-92356f16e977",
                                        "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": "O6RBGbz0o0iM0Ix/NEwNQQ==",
                                        "priceLevelIdentifierGuid": "1941a43b-f4bc-48a3-8cd0-8c7f344c0d41",
                                        "locked": 36,
                                        "relationChecksum": "sample string 37",
                                        "loyaltyTender": 1,
                                        "giftCardTender": 1,
                                        "operator": {
                                          "$ref": "24"
                                        },
                                        "customer": {
                                          "$ref": "57"
                                        },
                                        "communityOrganisation": {
                                          "$id": "65",
                                          "id": 1,
                                          "identifier": "ppCd2nD6eEGZFUMAYst67w==",
                                          "identifierGuid": "da9d90a6-fa70-4178-9915-430062cb7aef",
                                          "name": "sample string 3",
                                          "lookupIdentifier": "sample string 4",
                                          "externalID": "sample string 5",
                                          "phone": "sample string 6",
                                          "fax": "sample string 7",
                                          "email": "sample string 8",
                                          "address1": "sample string 9",
                                          "address2": "sample string 10",
                                          "city": "sample string 11",
                                          "postCode": "sample string 12",
                                          "state": "sample string 13",
                                          "country": "sample string 14",
                                          "totalAmountAwarded": 15.1,
                                          "updated": "2025-10-04T23:59:15.1408231",
                                          "deleted": true
                                        },
                                        "details": [
                                          {
                                            "$id": "66",
                                            "saleItemID": 1,
                                            "identifier": "rU4mSWX3pUiv8leWztFqlQ==",
                                            "identifierGuid": "49264ead-f765-48a5-aff2-5796ced16a95",
                                            "saleHeaderID": 2,
                                            "plu": 1,
                                            "pluG_UId": "9C7X21V1x0S5KpWTqiZUKQ==",
                                            "pluGuid": "dbd72ef4-7555-44c7-b92a-9593aa265429",
                                            "accountID": "kRMgUSaGzkqQGD5yfl6tZw==",
                                            "accountIDGuid": "51201391-8626-4ace-9018-3e727e5ead67",
                                            "normalPrice": 3,
                                            "originalSellingPrice": 4,
                                            "discountPrice": 5,
                                            "unit": 1,
                                            "quantity": 6,
                                            "totalCents": 7,
                                            "fixedPrice": 1,
                                            "tranType": 1,
                                            "discountType": 1,
                                            "cost": 1,
                                            "costDecimals": 8,
                                            "markdown": 1,
                                            "manualQuantity": 1,
                                            "manualPrice": 1,
                                            "manualMode": 1,
                                            "active": 1,
                                            "offline": true,
                                            "barcode": "sample string 9",
                                            "keyedSale": 1,
                                            "discountedID": 1,
                                            "fuelID": 1,
                                            "serialNumber": "sample string 10",
                                            "bestOrExpire": "2025-10-04T23:59:15.1408231",
                                            "bestOrExpireType": 1,
                                            "providerName": "sample string 11",
                                            "refundG_UID": "Du6U8i3APUeb98BYVCcvVg==",
                                            "refundGuid": "f294ee0e-c02d-473d-9bf7-c05854272f56",
                                            "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": "VkHWYNURvkSlJ10OG+zu7A==",
                                            "idempotentVoidGuid": "60d64156-11d5-44be-a527-5d0e1beceeec",
                                            "priceLevelIdentifier": "bqvftRXvuUeIHVUwAF+RdQ==",
                                            "priceLevelIdentifierGuid": "b5dfab6e-ef15-47b9-881d-5530005f9175",
                                            "productName": "sample string 23",
                                            "apn": "sample string 24",
                                            "unknownScans": [
                                              {
                                                "$id": "67",
                                                "id": 1,
                                                "saleDetailID": 2,
                                                "storeID": 1,
                                                "scanned": "2025-10-04T23:59:15.1408231",
                                                "operatorG_UID": "QEA=",
                                                "barcode": "sample string 4",
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "67"
                                              }
                                            ],
                                            "refund": {
                                              "$id": "68",
                                              "id": 1,
                                              "g_UID": "aj27fMiBh0KzxmBok6v2/w==",
                                              "guid": "7cbb3d6a-81c8-4287-b3c6-606893abf6ff",
                                              "description": "sample string 1",
                                              "dumped": true,
                                              "inventoryReasonID": 1,
                                              "sortOrder": 1,
                                              "updated": "2025-10-04T23:59:15.1408231"
                                            },
                                            "modifier": {
                                              "$id": "69",
                                              "id": 1,
                                              "setG_UID": "Ks/uetl5e06cnHkAcVCIqw==",
                                              "modifierSetGuid": "7aeecf2a-79d9-4e7b-9c9c-7900715088ab",
                                              "name": "sample string 2",
                                              "price": 1,
                                              "quantity": 1,
                                              "modifierType": 1,
                                              "groupNumber": 1,
                                              "pageNumber": 1,
                                              "controlOrder": 1,
                                              "printToStation": true,
                                              "pluG_UID": "jIPkd1kVvEyYwpNKCiEVWg==",
                                              "pluGuid": "77e4838c-1559-4cbc-98c2-934a0a21155a",
                                              "deleted": true,
                                              "g_UID": "4kTkH+GobEygnG3UHmhIcQ==",
                                              "guid": "1fe444e2-a8e1-4c6c-a09c-6dd41e684871",
                                              "product": {
                                                "$ref": "12"
                                              }
                                            },
                                            "priceLevelName": "sample string 25",
                                            "pumpNumber": 1,
                                            "hoseNumber": 1
                                          },
                                          {
                                            "$ref": "66"
                                          }
                                        ],
                                        "eftReceipts": [
                                          {
                                            "$id": "70",
                                            "id": 1,
                                            "storeID": 1,
                                            "saleHeaderID": 2,
                                            "storeSaleHeader": {
                                              "$ref": "64"
                                            },
                                            "receipt": "sample string 3",
                                            "processed": 1
                                          },
                                          {
                                            "$ref": "70"
                                          }
                                        ],
                                        "payments": [
                                          {
                                            "$ref": "63"
                                          },
                                          {
                                            "$ref": "63"
                                          }
                                        ],
                                        "cards": [
                                          {
                                            "$id": "71",
                                            "id": 1,
                                            "saleHeaderID": 1,
                                            "identifier": "sample string 2",
                                            "cardType": 3,
                                            "providerName": "sample string 4"
                                          },
                                          {
                                            "$ref": "71"
                                          }
                                        ],
                                        "campaignHits": [
                                          {
                                            "$id": "72",
                                            "id": 1,
                                            "saleHeaderID": 2,
                                            "campaign": "sample string 3",
                                            "name": "sample string 4",
                                            "processed": 1,
                                            "campaignDescription": "sample string 5"
                                          },
                                          {
                                            "$ref": "72"
                                          }
                                        ],
                                        "fuel": [
                                          {
                                            "$id": "73",
                                            "id": 1,
                                            "plu": 1,
                                            "pluG_UID": "iuU/ewECG0KWOnQnX8hdvA==",
                                            "pluGuid": "7b3fe58a-0201-421b-963a-74275fc85dbc",
                                            "saleHeaderID": 2,
                                            "totalCents": 3,
                                            "grade": 1,
                                            "gradeDescription": "sample string 4",
                                            "dispenser": 1,
                                            "hose": 1,
                                            "quantity": 1,
                                            "cost": 1,
                                            "acquirerNum": 1,
                                            "attendant": 1,
                                            "ePurseBalance": 1.0,
                                            "cardSignature": "sample string 5",
                                            "compartmentNumber": 1,
                                            "contractNumber": 1,
                                            "discountCardPAN": "sample string 6",
                                            "discountID": 1,
                                            "discountName": "sample string 7",
                                            "discountNetValue": 1.0,
                                            "discountType": 1,
                                            "discountValue": 1.0,
                                            "discretionaryData": "sample string 8",
                                            "driverID": "sample string 9",
                                            "eftBatchNumber": 1,
                                            "eftResponseCode": "sample string 10",
                                            "endDateTime": "2025-10-04T23:59:15.1408231",
                                            "engineHours": 1.1,
                                            "fposNumber": 1,
                                            "loyaltyCardPAN": "sample string 11",
                                            "miscData1": 1,
                                            "miscData2": "sample string 12",
                                            "miscFlags": 1,
                                            "mop": 1,
                                            "odometer": 1,
                                            "panNumber": "sample string 13",
                                            "saleRefund": true,
                                            "saleStatus": 1,
                                            "sequenceNumber": 1,
                                            "stan": 1,
                                            "startDateTime": "2025-10-04T23:59:15.1408231",
                                            "tagNumber": "sample string 15",
                                            "trackTwoRem": "sample string 16",
                                            "transCode": 1,
                                            "transType": 1,
                                            "unitPrice": 1.0,
                                            "vehicleReg": "sample string 17",
                                            "offline": true,
                                            "processed": 1
                                          },
                                          {
                                            "$ref": "73"
                                          }
                                        ],
                                        "fuelResells": [
                                          {
                                            "$id": "74",
                                            "saleItemID": 1,
                                            "saleHeaderID": 2,
                                            "plu": 1,
                                            "pluG_UId": "a1RvjsxK0UeOeWdHz5x5NQ==",
                                            "pluGuid": "8e6f546b-4acc-47d1-8e79-6747cf9c7935",
                                            "accountID": "3G2fofLldUOGh9REOIYB/Q==",
                                            "accountIDGuid": "a19f6ddc-e5f2-4375-8687-d444388601fd",
                                            "normalPrice": 3,
                                            "originalSellingPrice": 4,
                                            "discountPrice": 5,
                                            "unit": 1,
                                            "quantity": 6,
                                            "totalCents": 7,
                                            "fixedPrice": 1,
                                            "tranType": 1,
                                            "processed": 1,
                                            "discountType": 1,
                                            "cost": 1,
                                            "costDecimals": 1,
                                            "markdown": 1,
                                            "manualQuantity": 1,
                                            "manualPrice": 1,
                                            "manualMode": 1,
                                            "active": 1,
                                            "barcode": "sample string 8",
                                            "offline": 1,
                                            "keyedSale": 1,
                                            "discountedID": 1,
                                            "fuelID": 1,
                                            "serialNumber": "sample string 9",
                                            "bestOrExpire": "2025-10-04T23:59:15.1408231",
                                            "bestOrExpireType": 1,
                                            "refundG_UID": "y2FhfS9HOEiuAL7+vYp0IA==",
                                            "refundGuid": "7d6161cb-472f-4838-ae00-befebd8a7420",
                                            "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": "74"
                                          }
                                        ],
                                        "customerOrder": [
                                          {
                                            "$id": "75",
                                            "identifier": "JVtynbMP2Uy9klNid8VYAw==",
                                            "identifierGuid": "9d725b25-0fb3-4cd9-bd92-536277c55803",
                                            "id": 1,
                                            "orderNo": 2,
                                            "externalSaleIdentifier": "sample string 3",
                                            "storeID": 4,
                                            "zoneID": 5,
                                            "deptNo": 6,
                                            "customerIdentifier": "tDZrPVVOHE6WGGhHVcrcmA==",
                                            "customerIdentifierGuid": "3d6b36b4-4e55-4e1c-9618-684755cadc98",
                                            "operatorNo": 1,
                                            "operatorG_UID": "CkZCXq+2x0yR2ziN8cAkyg==",
                                            "operatorGuid": "5e42460a-b6af-4cc7-91db-388df1c024ca",
                                            "created": "2025-10-04T23:59:15.1408231",
                                            "ordered": "2025-10-04T23:59:15.1408231",
                                            "started": "2025-10-04T23:59:15.1408231",
                                            "completed": "2025-10-04T23:59:15.1408231",
                                            "supplied": "2025-10-04T23:59:15.1408231",
                                            "quickTicket": 1,
                                            "deleted": true,
                                            "walkAway": true,
                                            "approxWait": 1,
                                            "actualWait": 1,
                                            "deliveryMethod": 8,
                                            "externalSaleType": 9,
                                            "customer": {
                                              "$ref": "57"
                                            },
                                            "operator": {
                                              "$ref": "24"
                                            },
                                            "details": [
                                              {
                                                "$id": "76",
                                                "headerID": 1,
                                                "plu": 1,
                                                "pluG_UId": "RK+TR17byUamR/P4xDnlOQ==",
                                                "pluGuid": "4793af44-db5e-46c9-a647-f3f8c439e539",
                                                "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": "r6PG79lI9UqjJurYSwR2Tw==",
                                                "headerIdentifierGuid": "efc6a3af-48d9-4af5-a326-ead84b04764f",
                                                "product": {
                                                  "$ref": "12"
                                                }
                                              },
                                              {
                                                "$ref": "76"
                                              }
                                            ],
                                            "storeName": "sample string 11",
                                            "customerName": "sample string 12",
                                            "storeReplyTo": "sample string 13",
                                            "storeSubjectLine": "sample string 14",
                                            "storeSaleHeader": {
                                              "$ref": "64"
                                            }
                                          },
                                          {
                                            "$ref": "75"
                                          }
                                        ],
                                        "surveyResponses": [
                                          {
                                            "$id": "77",
                                            "surveyG_UID": "Ai4rrMMmCUWUshNGgzQ0AA==",
                                            "surveyGuid": "ac2b2e02-26c3-4509-94b2-134683343400",
                                            "saleHeaderGuid": "Xzhus3B/l065MVQa1irqXw==",
                                            "saleGuid": "b36e385f-7f70-4e97-b931-541ad62aea5f",
                                            "textResponse": "sample string 1",
                                            "integerResponse": 1,
                                            "g_UIDResponse": "m0kcorUdG0ahTT20a95O0Q==",
                                            "guidResponse": "a21c499b-1db5-461b-a14d-3db46bde4ed1",
                                            "whoAnswered": 2,
                                            "answeredAtUTC": "2025-10-04T23:59:15.1408231",
                                            "sale": {
                                              "$ref": "64"
                                            },
                                            "survey": {
                                              "$id": "78",
                                              "g_UID": "epclQKL2ekaY64Ak6Eu9Ig==",
                                              "guid": "4025977a-f6a2-467a-98eb-8024e84bbd22",
                                              "name": "sample string 1",
                                              "storeID": 2,
                                              "zoneID": 1,
                                              "checkoutFormG_UID": "GbUHmz732EK4fiz3Sx9sKw==",
                                              "checkoutFormGuid": "9b07b519-f73e-42d8-b87e-2cf74b1f6c2b",
                                              "displayToWho": 3,
                                              "displayWhen": 4,
                                              "start": "2025-10-04T23:59:15.1408231",
                                              "end": "2025-10-04T23:59:15.1408231",
                                              "deleted": true,
                                              "updated": "2025-10-04T23:59:15.1408231",
                                              "possibleIntegerResponses": [
                                                1,
                                                2
                                              ],
                                              "possibleTextResponses": [
                                                "sample string 1",
                                                "sample string 2"
                                              ],
                                              "possibleGuidResponses": [
                                                "35de18de-d595-453f-a470-eaba2366d8eb",
                                                "418b5b62-6509-478b-ab28-22bf4a81e29b"
                                              ],
                                              "allowsAllTextResponses": true,
                                              "surveyForm": {
                                                "$ref": "32"
                                              }
                                            },
                                            "ingressId": "sample string 4"
                                          },
                                          {
                                            "$ref": "77"
                                          }
                                        ],
                                        "storeName": "sample string 38",
                                        "machineName": "sample string 39",
                                        "operatorName": "sample string 40",
                                        "direction": 1,
                                        "reason": "sample string 41",
                                        "accountG_UID": "nYthnk56w0mljySQVGapcg==",
                                        "accountIdentifier": "9e618b9d-7a4e-49c3-a58f-24905466a972",
                                        "accountName": "sample string 42",
                                        "customerOrderIdentifier": "5hi2toBK/kaU+RNvS4aKiQ==",
                                        "customerOrderIdentifierGuid": "b6b618e6-4a80-46fe-94f9-136f4b868a89",
                                        "priceLevelName": "sample string 43",
                                        "revision": 44,
                                        "ingressId": "sample string 45"
                                      },
                                      "metadata": {
                                        "$id": "79",
                                        "id": 1,
                                        "paymentID": 2,
                                        "paymentIdentifier": "usVH9W8F3ky2j9dCc19RpA==",
                                        "paymentIdentifierGuid": "f547c5ba-056f-4cde-b68f-d742735f51a4",
                                        "identifier": "ilEMjZARGU6/nPaEJi70uA==",
                                        "identifierGuid": "8d0c518a-1190-4e19-bf9c-f684262ef4b8",
                                        "metadata": "sample string 3",
                                        "signatureImage": "QEA=",
                                        "itemIdentifier": "mGB636OJFUSgGYyrXWgZlg==",
                                        "itemIdentifierGuid": "df7a6098-89a3-4415-a019-8cab5d681996"
                                      }
                                    },
                                    {
                                      "$ref": "63"
                                    }
                                  ]
                                },
                                {
                                  "$ref": "58"
                                }
                              ],
                              "customerGroupMembers": [
                                {
                                  "$ref": "62"
                                },
                                {
                                  "$ref": "62"
                                }
                              ],
                              "customerGroups": [
                                {
                                  "$ref": "61"
                                },
                                {
                                  "$ref": "61"
                                }
                              ],
                              "accounts": [
                                {
                                  "$ref": "59"
                                },
                                {
                                  "$ref": "59"
                                }
                              ],
                              "account": {
                                "$ref": "59"
                              },
                              "vouchers": [
                                {
                                  "$id": "80",
                                  "customerIdentifier": "/GWx7ZNB+kG2u9RLIHgoQA==",
                                  "customerIdentifierGuid": "edb165fc-4193-41fa-b6bb-d44b20782840",
                                  "voucherName": "sample string 2",
                                  "count": 3,
                                  "storeID": 4,
                                  "barcode": "sample string 5",
                                  "redeemCount": 6,
                                  "issueCount": 7,
                                  "storeSalePaymentID": 1,
                                  "idempotentID": "54VuvWwuREmXp6DUMQCvfQ==",
                                  "idempotentGuid": "bd6e85e7-2e6c-4944-97a7-a0d43100af7d",
                                  "offline": true,
                                  "voucher": {
                                    "$id": "81",
                                    "id": 1,
                                    "name": "sample string 2",
                                    "description": "sample string 3",
                                    "shortDescription": "sample string 4",
                                    "url": "sample string 5",
                                    "barcodeTemplateID": 1,
                                    "expiry": 0,
                                    "voucherType": 6,
                                    "limitPerTransaction": 7,
                                    "customerTracking": true,
                                    "discountAccount": "sample string 9",
                                    "endDate": "2025-10-04T23:59:15.1408231",
                                    "barcodeTemplate": {
                                      "$id": "82",
                                      "templateID": 1,
                                      "template": "sample string 1",
                                      "bcFunction": "sample string 2",
                                      "sortOrder": 3
                                    },
                                    "scaleLabel": {
                                      "$id": "83",
                                      "id": 1,
                                      "uid": "sample string 2",
                                      "name": "sample string 3",
                                      "width": 1.1,
                                      "height": 1.1,
                                      "showBorder": true,
                                      "borderWidth": 1.1,
                                      "borderStyle": 1,
                                      "borderColour": "sample string 5",
                                      "updated": "2025-10-04T23:59:15.1408231",
                                      "labelPageLayout": "+l0fg+abI06tmkgtPyOIwg==",
                                      "pageLayoutGuid": "831f5dfa-9be6-4e23-ad9a-482d3f2388c2",
                                      "labelType": 6,
                                      "oldName": "sample string 7",
                                      "voucher": {
                                        "$ref": "81"
                                      },
                                      "elements": [
                                        {
                                          "$id": "84",
                                          "id": 1,
                                          "scaleLabelID": 2,
                                          "showPercentDI": true,
                                          "showAvgPerHundred": true,
                                          "showAvgPerServe": true,
                                          "name": "sample string 6",
                                          "x": 1.1,
                                          "y": 1.1,
                                          "width": 1.1,
                                          "height": 1.1,
                                          "type": 1,
                                          "rotation": 1,
                                          "text": "sample string 7",
                                          "fontFamily": "sample string 8",
                                          "align": 1,
                                          "bold": true,
                                          "italic": true,
                                          "underline": true,
                                          "strikeout": true,
                                          "reverse": true,
                                          "textColour": "sample string 9",
                                          "fontSize": 1.1,
                                          "picture": "QEA=",
                                          "borderWidth": 10,
                                          "sortOrder": 11,
                                          "printOptions": 12,
                                          "superScriptTextFontSize": 1.1,
                                          "lineStyle": 1,
                                          "spacingStyle": 1,
                                          "interCharacterSpacing": 1.1,
                                          "superScriptOffset": 1.1,
                                          "lineSpacing": 1.1,
                                          "dateFormat": "sample string 13",
                                          "autoGrow": true,
                                          "fontAutoResize": true,
                                          "updated": "2025-10-04T23:59:15.1408231"
                                        },
                                        {
                                          "$ref": "84"
                                        }
                                      ]
                                    },
                                    "customerVouchers": [
                                      {
                                        "$id": "85",
                                        "id": 1,
                                        "customerIdentifier": "KsQbK6cBxECILnDAA4i3Ug==",
                                        "customerIdentifierGuid": "2b1bc42a-01a7-40c4-882e-70c00388b752",
                                        "voucherID": 3,
                                        "voucherName": "sample string 4",
                                        "storeID": 1,
                                        "barcode": "sample string 5",
                                        "dateOfIssue": "2025-10-04T23:59:15.1408231",
                                        "issuedSaleHeaderID": 1,
                                        "issuedSaleIdentifier": "sample string 7",
                                        "issuedOfflinePaymentID": 1,
                                        "issuedIdempotentID": "Zp2xOin22kawU1QPKyOkUQ==",
                                        "issuedIdempotentGuid": "3ab19d66-f629-46da-b053-540f2b23a451",
                                        "issuedOffline": true,
                                        "issuedUser": "sample string 9",
                                        "issuedNotes": "sample string 10",
                                        "expiryDate": "2025-10-04T23:59:15.1408231",
                                        "expiredUser": "sample string 11",
                                        "expiredNotes": "sample string 12",
                                        "redeemed": "2025-10-04T23:59:15.1408231",
                                        "redeemedSaleHeaderID": 1,
                                        "redeemedSaleIdentifier": "sample string 13",
                                        "redeemedOfflinePaymentID": 1,
                                        "redeemedIdempotentID": "SXe8mqwSZUmzRL6wCXON6Q==",
                                        "redeemedIdempotentGuid": "9abc7749-12ac-4965-b344-beb009738de9",
                                        "redeemedUser": "sample string 14",
                                        "redeemedNotes": "sample string 15",
                                        "redeemedOffline": true,
                                        "updated": "2025-10-04T23:59:15.1408231",
                                        "storeName": "sample string 17",
                                        "scaleLabel": {
                                          "$ref": "83"
                                        },
                                        "voucher": {
                                          "$ref": "81"
                                        },
                                        "customer": {
                                          "$ref": "57"
                                        },
                                        "issuedOfflinePayment": {
                                          "$ref": "63"
                                        },
                                        "redeemedOfflinePayment": {
                                          "$ref": "63"
                                        }
                                      },
                                      {
                                        "$ref": "85"
                                      }
                                    ]
                                  },
                                  "customer": {
                                    "$ref": "57"
                                  }
                                },
                                {
                                  "$ref": "80"
                                }
                              ]
                            }
                          },
                          {
                            "$ref": "56"
                          }
                        ],
                        "customerGroups": [
                          {
                            "$id": "86",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "groupID": "E/NLQP6lfUyXmerOD7cEFg==",
                            "groupIDGuid": "404bf313-a5fe-4c7d-9799-eace0fb70416",
                            "campaign": {
                              "$ref": "53"
                            },
                            "group": {
                              "$ref": "61"
                            }
                          },
                          {
                            "$ref": "86"
                          }
                        ],
                        "signIqTickets": [
                          {
                            "$id": "87",
                            "identifier": "5rL3mBDnkEmf4QesBMS8qA==",
                            "identifierGuid": "98f7b2e6-e710-4990-9fe1-07ac04c4bca8",
                            "campaignName": "sample string 2",
                            "message": "sample string 3",
                            "ticketFileSource": "sample string 4",
                            "ticketFileDestination": "sample string 5",
                            "storeID": 1
                          },
                          {
                            "$ref": "87"
                          }
                        ],
                        "comboPriceGroups": [
                          {
                            "$id": "88",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "g_UID": "xy0R8hp8I0GP/ueQSYvhmA==",
                            "guid": "f2112dc7-7c1a-4123-8ffe-e790498be198",
                            "description": "sample string 5",
                            "newPrice": 1,
                            "rangeDescription": "sample string 6",
                            "dealDescription": "sample string 7",
                            "labelQuantity": 8,
                            "hostProductCategoryID": 1,
                            "offerID": 1,
                            "dontUpdatePricePlus": true,
                            "campaign": {
                              "$ref": "53"
                            },
                            "comboPricePlus": [
                              {
                                "$id": "89",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "groupG_UID": "bxW62xVfok+DIDnYdkolcA==",
                                "groupGuid": "dbba156f-5f15-4fa2-8320-39d8764a2570",
                                "comboPriceType": 5,
                                "priceType": 5,
                                "pluG_UID": "wwcuKHCYXEW8Qit41EumUw==",
                                "pluGuid": "282e07c3-9870-455c-bc42-2b78d44ba653",
                                "priceGroupG_UID": "YqzCn1D1Sk+TfA8fQd+5xw==",
                                "priceGroupGuid": "9fc2ac62-f550-4f4a-937c-0f1f41dfb9c7",
                                "campaignPoolID": "sample string 7",
                                "quantity": 1,
                                "campaign": {
                                  "$ref": "53"
                                },
                                "product": {
                                  "$ref": "12"
                                },
                                "priceGroup": {
                                  "$ref": "18"
                                },
                                "campaignPool": {
                                  "$ref": "53"
                                }
                              },
                              {
                                "$ref": "89"
                              }
                            ]
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "priceLevels": [
                          {
                            "$id": "90",
                            "id": 1,
                            "priceLevelIdentifier": "ijQbozVbZ0632iq5mWrbaA==",
                            "priceLevelIdentifierGuid": "a31b348a-5b35-4e67-b7da-2ab9996adb68",
                            "campaignName": "sample string 3",
                            "priceLevelName": "sample string 4"
                          },
                          {
                            "$ref": "90"
                          }
                        ]
                      },
                      "product": {
                        "$ref": "12"
                      },
                      "dealCost": {
                        "$id": "91",
                        "headerIdentifier": "NpHaDbFCAkeA0LPzaYEjCw==",
                        "headerIdentifierGuid": "0dda9136-42b1-4702-80d0-b3f36981230b",
                        "identifier": "4WgKmWH0IEybKR9yrSQ+vw==",
                        "identifierGuid": "990a68e1-f461-4c20-9b29-1f72ad243ebf",
                        "supplierIdentifier": "Fq4ck11Eg0O29kNjNfS5RQ==",
                        "supplierGuid": "931cae16-445d-4383-b6f6-436335f4b945",
                        "pluG_UID": "1io9+SH56E2zpQYn8fK4YQ==",
                        "pluGuid": "f93d2ad6-f921-4de8-b3a5-0627f1f2b861",
                        "campaignName": "b9bdc10b-70a1-42b7-b607-20d8be50a238",
                        "description": "sample string 4",
                        "cost": 5,
                        "costDecimals": 6,
                        "start": "2025-10-04T23:59:15.1408231",
                        "end": "2025-10-04T23:59:15.1408231",
                        "type": 9,
                        "promoType": 10,
                        "bonusItemPLUG_UID": "Y66FIVeR1kyOjDVFI7BdIg==",
                        "bonusItemPluGuid": "2185ae63-9157-4cd6-8e8c-354523b05d22",
                        "bonusPurchaseUnits": 11,
                        "bonusReceiveUnits": 12,
                        "updated": "2025-10-04T23:59:15.1408231",
                        "metcashPromotionID": "sample string 14",
                        "fromHost": 15,
                        "storeNames": "sample string 16",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "supplierName": "sample string 17",
                        "campaignDescription": "sample string 18",
                        "newPrice": 1,
                        "campaignMetcashPromotionID": "sample string 19",
                        "campaignActive": true,
                        "campaignStartDate": "2025-10-04T23:59:15.1408231",
                        "campaignEndDate": "2025-10-04T23:59:15.1408231",
                        "masterPLUG_UID": "Snp8+Ox2f02DrcCCAuIK3A==",
                        "masterID": "f87c7a4a-76ec-4d7f-83ad-c08202e20adc",
                        "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": "mdqGUmxg20K8nOwDUsWmQQ==",
                        "bonusMasterID": "5286da99-606c-42db-bc9c-ec0352c5a641",
                        "bonusProductName": "sample string 34",
                        "bonusProductAPN": "sample string 35",
                        "bonusOrderCode": "sample string 36",
                        "bonusNormalSell": 37,
                        "bonusNormalCost": 38,
                        "bonusNormalCostDecimals": 39,
                        "bonusCartonQuantity": 40,
                        "bonusSalesMode": 41,
                        "bonusOrderPacked": 42,
                        "bonusFuelItem": true,
                        "bonusActive": true
                      }
                    },
                    "currentCostStart": "2025-10-04T23:59:15.1408231",
                    "dealCosts": [
                      {
                        "$ref": "91"
                      },
                      {
                        "$ref": "91"
                      }
                    ],
                    "tags": [
                      {
                        "$id": "92",
                        "pluG_UID": "GUKCJRF1mUqP0m9uHK5lIA==",
                        "pluGuid": "25824219-7511-4a99-8fd2-6f6e1cae6520",
                        "tagID": 1,
                        "description": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "92"
                      }
                    ],
                    "alternateProductG_UID": "vebS2Xv9cUGCBOU6U0Ksqg==",
                    "alternateProduct": "d9d2e6bd-fd7b-4171-8204-e53a5342acaa",
                    "productHostCode": {
                      "$id": "93",
                      "id": 1,
                      "pluG_UID": "lopt2Qx5R0aoIeQFMyPSuQ==",
                      "pluGuid": "d96d8a96-790c-4647-a821-e4053323d2b9",
                      "ibaCode": "sample string 2"
                    },
                    "mscCat": {
                      "$ref": "47"
                    },
                    "mscCom": {
                      "$ref": "48"
                    },
                    "mscDep": {
                      "$ref": "50"
                    },
                    "mscSubCom": {
                      "$ref": "49"
                    },
                    "isUserUpdate": true,
                    "ignoreMasterProduct": true,
                    "priceGroupLabelRequested": true,
                    "firstSold": "2025-10-04T23:59:15.1408231",
                    "inventoryTracked": "2025-10-04T23:59:15.1408231",
                    "isNormalPriceChangesCampaign": true
                  },
                  "supplier": {
                    "$ref": "7"
                  },
                  "serviceFee": {
                    "$id": "94",
                    "id": 1,
                    "description": "sample string 1",
                    "fee": 1
                  },
                  "isPrimaryHost": true,
                  "hostVendor": 47
                },
                {
                  "$ref": "10"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "95",
                  "storeID": 1,
                  "supplierIdentifier": "dqfXDNrk+0SHcMpSLXqzQA==",
                  "supplierGuid": "0cd7a776-e4da-44fb-8770-ca522d7ab340",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "95"
                }
              ],
              "cycles": [
                {
                  "$id": "96",
                  "storeID": 1,
                  "supplierIdentifier": "laknFyse9E61soks+IgbhQ==",
                  "supplierGuid": "1727a995-1e2b-4ef4-b5b2-892cf8881b85",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2025-10-04T23:59:15.1408231",
                  "deliveryDate": "2025-10-04T23:59:15.1408231",
                  "nextCutOffDate": "2025-10-04T23:59:15.1408231",
                  "nextDeliveryDate": "2025-10-04T23:59:15.1408231",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "96"
                }
              ],
              "store": {
                "$ref": "3"
              },
              "updated": "2025-10-04T23:59:15.1408231",
              "isHost": true
            },
            "files": [
              {
                "$id": "97",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2025-10-04T23:59:15.1408231",
                "processed": "2025-10-04T23:59:15.1408231",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2025-10-04T23:59:15.1408231",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "version": "sample string 9",
                "reference": "sample string 10",
                "digest": "sample string 11",
                "contentType": "sample string 12",
                "host": {
                  "$ref": "6"
                },
                "metcashHeader": {
                  "$id": "98",
                  "customerNumber": "sample string 1",
                  "creationDate": "2025-10-04T23:59:15.1408231",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "97"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "99",
                "id": 1,
                "hostIdentifier": "RAf/NMsZxUiTUFpUwW+4Jg==",
                "hostIdentifierGuid": "34ff0744-19cb-48c5-9350-5a54c16fb826",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "6e135700-3d1c-4588-b0b3-d97c79c1d7e7",
                  "0ad6ae3a-b1d0-41db-9d6d-c3478d2d46e7"
                ]
              },
              {
                "$ref": "99"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "5"
            },
            "hostStoreSettings": [
              {
                "$ref": "5"
              },
              {
                "$ref": "5"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "100",
                "identifier": "jWdiwQ0yIke0/LkHbWm6ZA==",
                "identifierGuid": "c162678d-320d-4722-b4fc-b9076d69ba64",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "100"
              }
            ],
            "promoTypeGuids": [
              "7191ccbb-0f34-4170-ad69-5c6c4b5feccd",
              "235e71ed-6567-4fac-b55f-8c280868fd25"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 24"
        },
        {
          "$ref": "5"
        }
      ],
      "accounts": [
        {
          "$id": "101",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "101"
        }
      ],
      "sales": [
        {
          "$id": "102",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2025-10-04T23:59:15.1408231",
          "ftpSite": {
            "$id": "103",
            "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": "102"
        }
      ],
      "zoneMatrix": [
        {
          "$ref": "99"
        },
        {
          "$ref": "99"
        }
      ],
      "cashManagements": [
        {
          "$id": "104",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "105",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "passwordPlain": "sample string 6",
            "token": "sample string 7",
            "apiType": 8,
            "apiSubType": 9
          }
        },
        {
          "$ref": "104"
        }
      ],
      "updateStoreID": "7bfa5964-b28b-4944-9f75-3410e1a1d4fa",
      "updateStore": {
        "$id": "106",
        "id": "87108824-f310-49cd-881c-902f9f458646",
        "name": "sample string 1",
        "lastActivity": "2025-10-04T23:59:15.1408231",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2025-10-04T23:59:15.1408231"
      },
      "timeZoneId": "sample string 53",
      "securityOptions": {
        "$id": "107",
        "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"
      }
    },
    "supplier": {
      "$ref": "7"
    },
    "orderCycle": {
      "$id": "108",
      "id": 1,
      "autoOrderGuid": "GD7khVTGekyzIIAXmKW83A==",
      "autoOrderIdentifier": "85e43e18-c654-4c7a-b320-801798a5bcdc",
      "cutOffDate": "2025-10-04T23:59:15.1408231",
      "deliveryDate": "2025-10-04T23:59:15.1408231",
      "daysBuffer": 3,
      "nextCutOffDate": "2025-10-04T23:59:15.1408231",
      "nextDeliveryDate": "2025-10-04T23:59:15.1408231",
      "nextDaysBuffer": 5
    },
    "details": [
      {
        "$id": "109",
        "autoOrderGuid": "x/SnKRSgUkCi8Ti2yagetw==",
        "autoOrderIdentifier": "29a7f4c7-a014-4052-a2f1-38b6c9a81eb7",
        "pluG_UID": "5b4YIxHElUeP0EZzYOCLEA==",
        "pluGuid": "2318bee5-c411-4795-8fd0-467360e08b10",
        "orderCartons": 1,
        "orderUnits": 1,
        "orderWeight": 1,
        "processedCartons": 1,
        "processedUnits": 1,
        "processedWeight": 1,
        "cartons": 1,
        "units": 1,
        "weight": 1,
        "status": 1,
        "bestDealCartonCost": 1.1,
        "bestDealDays": 1,
        "lastDealDays": 1,
        "normalCartonCost": 1.1,
        "currentDealCartonCost": 1.1,
        "investmentCartons": 1,
        "investmentUnits": 1,
        "investmentWeight": 1,
        "investmentSavedAmt": 1.1,
        "investmentBuyEndDate": "2025-10-04T23:59:15.1408231",
        "investmentBuyStatus": 2,
        "processed": "2025-10-04T23:59:15.1408231",
        "product": {
          "$ref": "12"
        },
        "orderCode": "sample string 3",
        "directIndicator": "sample string 4",
        "cycle": {
          "$ref": "96"
        },
        "dayWeighting": {
          "$id": "110",
          "sunday": 1.1
        },
        "inventory": {
          "$id": "111",
          "inventoryGuid": "XQ3+U3B4BkiaVyI2yAVtrQ==",
          "inventoryIdentifier": "53fe0d5d-7870-4806-9a57-2236c8056dad",
          "created": "2025-10-04T23:59:15.1408231",
          "createdLocal": "2025-10-04T23:59:15.1408231",
          "onHand": 4,
          "onHandPacks": 5,
          "onOrder": 6,
          "onOrderPacks": 7,
          "accuracy": 8,
          "updated": "2025-10-04T23:59:15.1408231",
          "history": [
            {
              "$id": "112",
              "inventoryGuid": "SG06UIr9lEuknKlPW7eyxA==",
              "inventoryIdentifier": "503a6d48-fd8a-4b94-a49c-a94f5bb7b2c4",
              "pluG_UID": "6fugQfq9TUCfk+hs9VmgFA==",
              "pluIdentifier": "41a0fbe9-bdfa-404d-9f93-e86cf559a014",
              "inventoryReason": 3,
              "inventoryInvoiceGuid": "hCSdMPhY0kum6rBfoQz+aQ==",
              "invoiceIdentifier": "309d2484-58f8-4bd2-a6ea-b05fa10cfe69",
              "operatorGuid": "pu6cop6yp0CVnRZE8mW/Lg==",
              "operatorIdentifier": "a29ceea6-b29e-40a7-959d-1644f265bf2e",
              "stocktakeGuid": "LS3CO8k4BUqV/3mlUgR1kQ==",
              "stocktakeIdentifier": "3bc22d2d-38c9-4a05-95ff-79a552047591",
              "orderGuid": "/sZTRFVhpE27oDhfFqoXSQ==",
              "orderIdentifier": "4453c6fe-6155-4da4-bba0-385f16aa1749",
              "saleHeaderGuid": "3H/SQU3mD0u1j7sO8vb3Qg==",
              "saleHeaderGuidIdentifier": "41d27fdc-e64d-4b0f-b58f-bb0ef2f6f742",
              "dumpStockID": 1,
              "fuelDeliveryID": 1,
              "creditNoteIdentifier": "ZPn4pKaE90qnDrAzrm2uNw==",
              "creditNoteGuid": "a4f8f964-84a6-4af7-a70e-b033ae6dae37",
              "inventorySourceGuid": "Oa2gJyyA80OGvjKwVo6CUQ==",
              "inventorySourceIdentifier": "27a0ad39-802c-43f3-86be-32b0568e8251",
              "createdLocal": "2025-10-04T23:59:15.1408231",
              "baseUnits": 4,
              "unitsPerCarton": 5,
              "unitsPerCartonWeighted": true,
              "counted": 7,
              "countedPacks": 8,
              "open": 1,
              "movementQty": 9,
              "close": 1,
              "openPacks": 1,
              "movementQtyPacks": 10,
              "closePacks": 1,
              "accuracy": 1,
              "manual": 11,
              "user": "sample string 12",
              "updated": "2025-10-04T23:59:15.1408231",
              "createdLocalTime": "2025-10-04T23:59:15.1408231",
              "storeID": 14,
              "barcode": "sample string 15",
              "directCode": "sample string 16",
              "productName": "sample string 17",
              "salesMode": 18,
              "orderPacked": 19,
              "invoice": {
                "$id": "113",
                "inventoryInvoiceGuid": "hdqp1D44xkyrZFFYK5XohA==",
                "invoiceIdentifier": "d4a9da85-383e-4cc6-ab64-51582b95e884",
                "inventoryGuid": "Tl0ta0bV8Emk7K5FUJsjcQ==",
                "inventoryIdentifier": "6b2d5d4e-d546-49f0-a4ec-ae45509b2371",
                "supplierIdentifier": "42lHtEEfQkO7TJzEIBiXig==",
                "supplierGuid": "b44769e3-1f41-4342-bb4c-9cc42018978a",
                "orderGuid": "wBRXRNIBwEe9VwbwRqcipA==",
                "orderIdentifier": "445714c0-01d2-47c0-bd57-06f046a722a4",
                "invoiceHeaderIdentifier": "ff1tkCEbpkqCh39/HB1Bvg==",
                "invoiceHeaderGuid": "906dfd7d-1b21-4aa6-8287-7f7f1c1d41be",
                "created": "2025-10-04T23:59:15.1408231",
                "ordered": "2025-10-04T23:59:15.1408231",
                "storeID": 1,
                "bestOrExpire": "2025-10-04T23:59:15.1408231",
                "bestOrExpireType": 1,
                "units": 1,
                "weight": 1,
                "received": "2025-10-04T23:59:15.1408231",
                "cost": 1,
                "totalCost": 1,
                "freightCost": 1,
                "inStock": 1,
                "pluG_UID": "2daJPwL6AEeHHN0188tX5w==",
                "pluGuid": "3f89d6d9-fa02-4700-871c-dd35f3cb57e7",
                "orderInventoryGuid": "UiCzDDse/E2KTWOG4IyNww==",
                "orderInventoryIdentifier": "0cb32052-1e3b-4dfc-8a4d-6386e08c8dc3",
                "supplier": {
                  "$ref": "7"
                },
                "inventoryUnits": [
                  {
                    "$id": "114",
                    "invoiceItemNo": 1,
                    "inventoryInvoiceGuid": "1KaO5WxjE0+fHGh7BVZu1Q==",
                    "invoiceIdentifier": "e58ea6d4-636c-4f13-9f1c-687b05566ed5",
                    "inventoryGuid": "Nw6lg7HFwkiX0GsOhaFIhg==",
                    "inventoryIdentifier": "83a50e37-c5b1-48c2-97d0-6b0e85a14886",
                    "serialNumber": "sample string 3",
                    "sold": "2025-10-04T23:59:15.1408231",
                    "saleItemID": 1,
                    "storeID": 1,
                    "returned": "2025-10-04T23:59:15.1408231",
                    "dumped": 1,
                    "saleHeaderID": 1
                  },
                  {
                    "$ref": "114"
                  }
                ]
              },
              "invoiceHeaderIdentifier": "sGs7/dVjvUex2HJaBhtKCA==",
              "invoiceHeaderGuid": "fd3b6bb0-63d5-47bd-b1d8-725a061b4a08",
              "invoiceNumber": "sample string 20",
              "invoiceCost": 1,
              "invoiceCostDecimals": 1,
              "orderNumber": 1,
              "orderReceivingStoreName": "sample string 21",
              "orderSendingStoreName": "sample string 22",
              "creditNoteID": 1,
              "reason": {
                "$id": "115",
                "id": 1,
                "name": "sample string 1",
                "allowRF": 2,
                "dumpStock": 3,
                "creditRequest": 4,
                "excludeFromLoss": 5,
                "reserved": 6,
                "updated": "2025-10-04T23:59:15.1408231"
              },
              "reasonName": "sample string 23",
              "operatorName": "sample string 24",
              "operatorNumber": "sample string 25",
              "stocktakeName": "sample string 26",
              "saleIdentifier": "sample string 27",
              "saleHeaderID": 1,
              "inventoryAfterCounted": true,
              "inventorySetStock": true
            },
            {
              "$ref": "112"
            }
          ],
          "products": [
            {
              "$ref": "12"
            },
            {
              "$ref": "12"
            }
          ],
          "lastInvoiceCost": 1
        },
        "aws": 5.0,
        "explanations": [
          {
            "$id": "116",
            "pluG_UID": "QDHbN/bX8kiMBx3WxFl0WQ==",
            "pluGuid": "37db3140-d7f6-48f2-8c07-1dd6c4597459",
            "consolidatedSales": {
              "$id": "117",
              "1": {
                "$id": "118",
                "discountPercentage": 1,
                "days": 2,
                "quantity": 3.1,
                "aws": 3.1,
                "cartonQuantity": 4.1,
                "lowQuality": true
              },
              "2": {
                "$ref": "118"
              }
            },
            "dailyPrices": {
              "$id": "119",
              "2025-10-04T23:59:15.1408231": {
                "$id": "120",
                "date": "2025-10-04T23:59:15.1408231",
                "salePrice": 1,
                "campaign": "sample string 2",
                "campaignDescription": "sample string 3",
                "combo": true,
                "comboPriceGroupG_UID": "UQGGlC0MkEy2iACGi0xzag==",
                "comboPriceGroupGuid": "94860151-0c2d-4c90-b688-00868b4c736a"
              }
            },
            "onHandPredictions": [
              {
                "$id": "121",
                "autoOrderGuid": "QvJm2ZCli06FYmEO5NcGWA==",
                "autoOrderIdentifier": "d966f242-a590-4e8b-8562-610ee4d70658",
                "pluG_UID": "mNn1hPFo60miGq2p4Sl/9g==",
                "pluGuid": "84f5d998-68f1-49eb-a21a-ada9e1297ff6",
                "childPLUG_UID": "tV2I26KCxUaIs3u0dcYGWA==",
                "childPluGuid": "db885db5-82a2-46c5-88b3-7bb475c60658",
                "date": "2025-10-04T23:59:15.1408231",
                "normalPrice": 2.0,
                "salePrice": 3.0,
                "discountPercentage": 4,
                "discountPercentageActual": -50,
                "predictedQuantity": 5.1,
                "campaign": "sample string 6",
                "campaignDescription": "sample string 7",
                "lowQuality": true,
                "investmentBuy": true,
                "buffer": 10,
                "boostDays": 11
              },
              {
                "$ref": "121"
              }
            ],
            "predictions": [
              {
                "$ref": "121"
              },
              {
                "$ref": "121"
              }
            ],
            "product": {
              "$ref": "12"
            }
          },
          {
            "$ref": "116"
          }
        ],
        "supplierOrderingDetail": {
          "$ref": "10"
        },
        "manufacturerSupplier": "5149a822-8f07-49f5-b788-246659655d80",
        "cartonQuantity": 1,
        "sellPrice": 1,
        "cost": 1,
        "costDecimals": 1,
        "bufferDays": 6,
        "boostDays": 7
      },
      {
        "$ref": "109"
      }
    ],
    "boosts": [
      {
        "$id": "122",
        "autoOrderGuid": "/A2zQex+SkS3moVmH2JEsg==",
        "autoOrderIdentifier": "41b30dfc-7eec-444a-b79a-85661f6244b2",
        "date": "2025-10-04T23:59:15.1408231",
        "boost": 2
      },
      {
        "$ref": "122"
      }
    ]
  },
  "supplierName": "sample string 33",
  "supplierStoreID": 1,
  "supplierCartonsOnly": true,
  "supplierEnforceMinimumQuantity": true,
  "supplierMinimumOrderValue": 1,
  "storeName": "sample string 36",
  "orderCode": {
    "$id": "123",
    "code": "sample string 1",
    "description": "sample string 2"
  },
  "store": {
    "$ref": "3"
  },
  "supplier": {
    "$ref": "7"
  },
  "totalCostInc": 37.0,
  "totalPickedCostInc": 38.0,
  "totalReceivedCostInc": 39.0,
  "total": {
    "$id": "124",
    "orderGuid": "NT1bgAFH00Cr6+e40nxfig==",
    "orderIdentifier": "805b3d35-4701-40d3-abeb-e7b8d27c5f8a",
    "supplierIdentifier": "0rXiiLi2BUiY+5FCfT1Ttg==",
    "supplierGuid": "88e2b5d2-b6b8-4805-98fb-91427d3d53b6",
    "records": 1,
    "cartons": 2.1,
    "cartonQuantity": 3,
    "weight": 4,
    "costInc": 5,
    "sellInc": 6,
    "costGST": 7,
    "sellGST": 8,
    "pickedCostInc": 9,
    "pickedSellInc": 10,
    "receivedRecords": 11,
    "receivedWeight": 1,
    "receivedCartons": 1,
    "receivedCartonQuantity": 1,
    "receivedUnits": 1,
    "receivedSellInc": 12,
    "receivedCostInc": 13,
    "receivedCostGST": 14,
    "receivedSellGST": 15,
    "investmentBuyRecords": 16,
    "investmentBuyCartons": 17.1,
    "investmentBuyCartonQuantity": 18,
    "investmentBuyWeight": 19,
    "investmentBuyCostInc": 20,
    "investmentBuySellInc": 21,
    "investmentBuyCostGST": 22,
    "investmentBuySellGST": 23,
    "investmentBuySavedAmount": 24.1
  },
  "details": [
    {
      "$id": "125",
      "id": 1,
      "orderGuid": "k5b1O1kr+kqcTqRSBmZqqA==",
      "orderIdentifier": "3bf59693-2b59-4afa-9c4e-a45206666aa8",
      "pluG_UID": "VNSxsGbjY0i+pY/vpH3QdA==",
      "pluGuid": "b0b1d454-e366-4863-bea5-8fefa47dd074",
      "created": "2025-10-04T23:59:15.1408231",
      "apn": "sample string 1",
      "itemNumber": "sample string 2",
      "directNumber": "sample string 3",
      "directIndicator": "sample string 4",
      "salesMode": 1,
      "orderByWeight": true,
      "sellPrice": 1,
      "inventoryFixed": true,
      "hasInventory": true,
      "inventoryAccuracy": 8,
      "onOrder": 1,
      "onOrderPacks": 1,
      "onHand": 1,
      "onHandPacks": 1,
      "cost": 1,
      "costDecimals": 1,
      "pickedCost": 1,
      "pickedCostDecimals": 1,
      "averagePackSize": 9.0,
      "cartonQuantity": 1,
      "cartons": 1,
      "units": 1,
      "weight": 1,
      "pickedCartons": 1,
      "pickedUnits": 1,
      "pickedWeight": 1,
      "shippedCartons": 1,
      "shippedUnits": 1,
      "shippedWeight": 1,
      "receivedCartons": 1,
      "receivedCartonQuantity": 1,
      "receivedTun": "sample string 10",
      "receivedUnits": 1,
      "receivedWeight": 1,
      "received": 1,
      "status": 11,
      "substituteG_UID": "bPuvtdx0oEWlukjZ+0tMVw==",
      "substituteGuid": "b5affb6c-74dc-45a0-a5ba-48d9fb4b4c57",
      "warehousePLUG_UID": "QLW7qPTkMkm8vKSOptXiAQ==",
      "warehousePluGuid": "a8bbb540-e4f4-4932-bcbc-a48ea6d5e201",
      "updated": "2025-10-04T23:59:15.1564733",
      "increment": true,
      "description": "sample string 13",
      "product": {
        "$ref": "12"
      },
      "unknownScan": {
        "$id": "126",
        "pluG_UID": "Gk89nKJKa0KTmNqRbEu9IQ==",
        "pluGuid": "9c3d4f1a-4aa2-426b-9398-da916c4bbd21",
        "orderGuid": "b0cO18r61U2SKM+wP/djRg==",
        "orderIdentifier": "d70e476f-faca-4dd5-9228-cfb03ff76346",
        "barcode": "sample string 3",
        "created": "2025-10-04T23:59:15.1564733",
        "assigned": true
      },
      "unknownScanItem": true,
      "substitute": {
        "$ref": "12"
      },
      "warehouseProduct": {
        "$ref": "12"
      },
      "lookup": {
        "$id": "127",
        "pluG_UID": "IONRWBh5O0mhf5FI4/iz7A==",
        "pluGuid": "5851e320-7918-493b-a17f-9148e3f8b3ec",
        "inventoryGuid": "5/hFvXvDR0+C1TWNDSurgg==",
        "inventoryIdentifier": "bd45f8e7-c37b-4f47-82d5-358d0d2bab82",
        "averageWeeklySales": 1.0,
        "promotionalAverageWeeklySales": 1.0,
        "inventoryAverageWeeklySales": 1.0,
        "inventoryPromotionalAverageWeeklySales": 1.0,
        "onHand": 1,
        "onHandPacks": 1,
        "onOrder": 1,
        "onOrderPacks": 1,
        "accuracy": 1,
        "lastOrdered": "2025-10-04T23:59:15.1564733",
        "lastOrderQuantity": 1.1,
        "lastReceived": "2025-10-04T23:59:15.1564733",
        "lastReceivedQuantity": 1.1,
        "lastInvoiceStatus": 1
      },
      "productOrderingDetail": {
        "$ref": "10"
      },
      "dealCost": {
        "$ref": "91"
      },
      "nextCost": {
        "$ref": "91"
      },
      "lastChance": true,
      "holdOff": 16,
      "holdOffDate": "2025-10-04T23:59:15.1564733",
      "orderHeader": {
        "$ref": "1"
      },
      "invoiceDetail": {
        "$id": "128",
        "identifier": "4ImzsYh2okeQn/gxtHZQPg==",
        "identifierGuid": "b1b389e0-7688-47a2-909f-f831b476503e",
        "headerIdentifier": "4L1GiGVfJEy//a6DX3lzNA==",
        "headerIdentifierGuid": "8846bde0-5f65-4c24-bffd-ae835f797334",
        "pluG_UID": "dDpKkzJQy0aLywIPgQK3yQ==",
        "pluGuid": "934a3a74-5032-46cb-8bcb-020f8102b7c9",
        "pageNo": 1,
        "lineNo": 1,
        "itemOrdered": "sample string 1",
        "itemShipped": "sample string 2",
        "apn": "sample string 3",
        "barcode": "sample string 4",
        "prodStatus": 0,
        "dateAvailable": "2025-10-04T23:59:15.1564733",
        "commodity": "sample string 5",
        "supplier": "sample string 6",
        "itemDesc": "sample string 7",
        "itemType": 48,
        "investmentBuyInd": "A",
        "orderType": "sample string 8",
        "cartonQty": 1,
        "cartonQuantitySpecified": true,
        "soldByWeight": true,
        "orderByWeight": true,
        "unitsOrdered": 1,
        "unitsSupplied": 1,
        "unitsReceived": 1,
        "weightOrdered": 1,
        "weightShipped": 1,
        "weightReceived": 1,
        "unitSpecified": 11,
        "wholesalePrice": 1,
        "extWholesalePrice": 1,
        "normalPrice": 1,
        "retailPrice": 1,
        "pricingUnit": "sample string 12",
        "claimFlag": "A",
        "gstRate": 1,
        "gstAmount": 1,
        "extGstAmount": 1,
        "deliWeight": 1,
        "marginAmount": 1,
        "extMarginAmount": 1,
        "costAmount": 1,
        "orderedCostAmount": 1,
        "extCostAmount": 1,
        "costIncSpecified": true,
        "freightAmount": 14,
        "freightGstAmount": 15,
        "extFreightAmount": 16,
        "extFreightGstAmount": 17,
        "costDecimals": 18,
        "wetRate": 1,
        "containerDeposit": 1,
        "basePrice": 1,
        "wetValue": 1,
        "deliveryFee": 1,
        "casePrice": 1,
        "wholesaleExt": 1,
        "wetExt": 1,
        "totalLitres": 1,
        "tun": "sample string 19",
        "applyDetails": true,
        "applySell": true,
        "applyCost": true,
        "applyOr": true,
        "applyQty": true,
        "itemNumber": "sample string 20",
        "directNumber": "sample string 21",
        "itemSize": "sample string 22",
        "costGst": 1,
        "sellGst": 1,
        "costOr": 1,
        "sellOr": 1,
        "marginOr": 1,
        "grossProfit": 1.0,
        "sell": 1,
        "cartonCost": 1,
        "currentCost": 1,
        "costID": "A",
        "costStart": "2025-10-04T23:59:15.1564733",
        "costEnd": "2025-10-04T23:59:15.1564733",
        "createdFromUnknownScan": true,
        "orderGuid": "Cc55I1MRDUe4qmEaFfAxUw==",
        "orderIdentifierGuid": "2379ce09-1153-470d-b8aa-611a15f03153",
        "processed": true,
        "received": true,
        "inventoried": true,
        "fromElectronicInvoice": true,
        "allowDelete": true,
        "updated": "2025-10-04T23:59:15.1564733",
        "invoiceNo": "sample string 28",
        "hasInventory": true,
        "existingCost": 30.1,
        "existingSell": 31.1,
        "futureCost": 1.1,
        "futureSell": 1.1,
        "nextSell": 1.1,
        "nextSellCampaignName": "sample string 32",
        "nextSellCampaignDescription": "sample string 33",
        "unknownScan": {
          "$id": "129",
          "pluG_UID": "kxTfJ4upwkmtPnGKOXiMnQ==",
          "pluGuid": "27df1493-a98b-49c2-ad3e-718a39788c9d",
          "invoiceIdentifier": "57vXi1uqoE+0xVqIM/PRsA==",
          "invoiceGuid": "8bd7bbe7-aa5b-4fa0-b4c5-5a8833f3d1b0",
          "barcode": "sample string 3",
          "itemNumber": "sample string 4",
          "created": "2025-10-04T23:59:15.1564733"
        },
        "productActive": true,
        "productSalesMode": 35,
        "productGSTPercent": 36,
        "productCostCalcMethod": 37,
        "productAlwaysApplyMargin": true,
        "productMarginRanged": true,
        "productMargin": 1.1,
        "productMinimumMargin": 1.1,
        "productMaximumMargin": 1.1,
        "priceGroupG_UID": "F8TMqZda7kirdETHfi9qkw==",
        "priceGroupGuid": "a9ccc417-5a97-48ee-ab74-44c77e2f6a93",
        "priceGroupName": "sample string 40",
        "priceGroupCode": "sample string 41",
        "product": {
          "$ref": "12"
        },
        "incrementCount": true,
        "minimumQuantity": 1,
        "randomWeight": true,
        "salesMode": 43,
        "cartons": 1,
        "weight": 1,
        "units": 1,
        "autoOrderStatus": 1,
        "invoiceDetailReceive": true
      },
      "autoOrderDetail": {
        "$ref": "109"
      },
      "doNotRange": true,
      "doNotOrder": true,
      "costGSTPercent": 1,
      "orderDetailReceive": true,
      "isBackedUp": true,
      "backupWarehouseIndicator": "sample string 21",
      "backupOrderCode": "sample string 22"
    },
    {
      "$ref": "125"
    }
  ],
  "unknownScans": [
    {
      "$ref": "126"
    },
    {
      "$ref": "126"
    }
  ],
  "transportCompany": {
    "$id": "130",
    "identifier": "vZ784TJpDUOq0XILXhFkEQ==",
    "identifierGuid": "e1fc9ebd-6932-430d-aad1-720b5e116411",
    "companyName": "sample string 1",
    "abn": "sample string 2",
    "address1": "sample string 3",
    "address2": "sample string 4",
    "telephone": "sample string 5",
    "primaryContactGuid": "ddrf3Kgs6UiYRWhN/Fzyig==",
    "primaryContactID": "dcdfda75-2ca8-48e9-9845-684dfc5cf28a",
    "primaryContact": {
      "$ref": "8"
    }
  },
  "isMetcashSorted": true,
  "backupOrderType": "sample string 41",
  "backupOrderTypeDescription": "sample string 42",
  "backupTradingPartner": 1,
  "backupHostIdentifier": "997ac31f-5eef-434c-8887-44416ccb1508"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKg�D[
9!�5xl/workbook.xml �(�����0��&�C���
)��x����6П�5���H�yۙ��v�l��4fD5i_��lM��(�OƂ���8�B��E�0�:ӿ�@�,����i��z���ay�q/��V�bR��x@�.�f�d4�����"�)�`�ERH3
�X`%���c�j�;����%+*��k{�Q��n�PKg�D[����	�[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
g�D[�/��''_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="Ra35ec0a5cb534ee6" /></Relationships>PKg�D[�	�
�7xl/worksheets/sheet1.xml �(����RI�_E��m�9+���|���wZF1��l��7%(uw*W��1��:�����E���n���l~<ԅ�������������𯓣�����t�P�����xx�Z�z6-/o�w�e1�5��o����dE]�ͯ�g��������jd�
���v����7�_��co]�Z�ZL'W�)��>vu7��O��f��z�����x8�Ϫ3�N�6�_gӇe���z)����Y�����PmbG;�g���������������t��fE*�M����r����l��pp7�w����jus<�B;E_�^��w��[�֏��S;�m�m�
�9����O����"���7`�q{������"*�.��`����?��=��ڇz�X(m���63><��u�O�b=oSDt�c�̴ǧ�س�V	U��
��)�0����-r�2�t�/u:a���B�C`���fzH��<cB�h�G�z�7ٷ�z�CtQ��	>]ӧ��>8�E�0�C�OC�2D�FE.�CQǾ{�P���Ak�	�.g�I,��,�Ģ9�����Ж�Acm��3�SOA;M�XDoC��Ğ�=�o{&��!�g��%�Ll��7��� �g��6�g[��
����@>&�l���6�<:�����*�Yض��4��\�(i����L����ك
�,Z� Bj���
$c�=��c�#�&$m��Q���c	I�71�Ĥ���(�k�GP.��KL:�s.1�L���5��#�搘t}�t�Ig[����
�CP��WC�w
	I�2D�k(7j���!!�B��������[�U$$]l�AkQ�	�&;�CB�aOs�����4� [�+�:c,�����>!�MSI���ZY��CB�۾sHLz�<`��}P�������`�ˤOL���n��X��w�Ģ�}{H,z��CH,�r�v�50�\�Š���"P�
�C���P�hL�R����3wސX�9�:����/dv3$C�"ݻ�h�!Kx�����"W����\��9�����d��*�@��������f�*��SvP21]�718��B.eCbZ)-��v${���$4�$��R�z 52���$Z�@Bl�Ps�h�tsD�r�O(B�X���uT��N�O(B߂��7U��-�UР�J�X��Dg�iH(Bl���>�H�̱	E�Q�P(2�ӊL�mf/bB1��:��bl�jM�i!�kGf1��g�n@ńdl��h:W(Ѯ���B"26��u%�Pq����Dd웨c"2�D�����C-����1k"=�:g���Ѩ,
�wƚH狠�밈��r�HD�V�M���S��뀉HT�T�4�թB�D$��	et�RE��Ä$�H:[�����I�T����B;���X3	��q�R����fLH�of::4y��"l����v�����24��dHHb���@�4Ѩ
`N��$�f��T�!�2P������t�FC����B�m��U)��4��j��t�wJ)�|D�������_�l~�s:YMN���b�FX�4����������џu4��n�Q�F�vD�a������n�kG��F�v��݈Ўx�툗���j7��Ř�o���[!���Na��B���BS��¤�(�0m?	!L��BS��@S���ԽB��߄��w!���Ca�&�X��a��%#2�ǂ
Sx,��2�ǂ-�x,�2�ǂ%-Sy,��2�ǂ--�Y0��:δ\g����,x�r�s:���N�u��΂?�Y0��:u\g����,x�q��:���R�ul�΂O=ӹ|�Υ�S�t.�z�s)��3�K����\Ji��\
>�L�R�g:��O�M>
\g����,�4p�������u|�΂O�Y�i�:>
\g���u|
\g���u|
\g���u|
\g���u|
L�J�)0�+���t��F�s%�4������t��F�s%�42�+����\I�\�s%����*����>�|/�F��O���S�{!��^>E��O���S�{!��^>E���S�:>�Z���
���yj$T~�مD�]�bX?�{����gR����1ط�oΣu"����͗�C_I�b�޳�7V�V�a�xס��Rc���tV!�Y����b�>K1�_����o{�}���{w~t����o�g^���N���/�gt�������ie|�Cǯ�}-
�es@�o�}w@��b���p@��b%�󧮱d~��5�"�����^�~��x��]
��)���a�_�J)�w�R���e�<�2'��h����Z�\
�Ճh|>��RO�Ɛ�2l+%��UJ�?ɕ-��|풙K)5�g��|���\�����Sk|�ϭ��IɎ;A_� ��X^t?NJɝ�i��ܹ���N��YI��/���N>�ڳMUWV�+w���
#����V��Cj%����V��Sjպ#�t�ʸ;m[����保 ����:����� Γt[�/���2�ڥ���s+ɣ�A�ڗ2+)e6�{��Q㗐7���tq6����ͯ)�����PKg�D[��b�Pxl/_rels/workbook.xml.rels �(���Mn� F��f_��*$�n�Ms�g�, ms�.z�^�(�ZGꢛ��|OO3|�lvo��^0��;e!��3�\���N�n���S��0G������4�s��I����r�|�t�e����Q��+!V<,p�d���!z���7�	]��_}8F���t�1)��"�e���;{ĺ-�ժ�ٔ����b:���녌�kAmS���y��2V�Rț^:-����&�6DM%ۋ���/PKg�D[Ѓ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��PKg�D[��8�xl/sharedStrings.xml �(��Ymo����?�\�z	�;�3`'i�\�
���X�,�D*�\���!%;�H����b��gf8�wj���+�7R���{jMRb��������֌&�LQAKr1� lb�ry�7@�d�-���l����Ҋ��d��!?��j�R�%�cY�l��rb`ڔ��‰є�
�R���_�5����3~y>��z_�����X���y��r��>Q�185�$�*7�
�s�3'�yyE1*F��g�;��d���jT�L�=6n���|�9&?̨;�s9�>юiL��G�`���
�o;��e����:�8$�z��jhP�i���˜+�
�+�R�h��
@�b\�#I�JL�B�F{@�H{t$��yU�:;��-6�����`��i��A��>���1�G���*����V�Ju�ۑ�"��,���j��
#w��H�!���
�sT�{�h�Fy\j`M}ɮh�8R,"	�����TMB�9�>��
t� �N5����RZ~��ajUԤ*t�
F���Պ5��jw}�Т2�*.����_��ǡ/g�+ZsC� *�>ސ�NeP�����q�����f�)�Խ���i��q�Kw����*R�Cju&|B(,D2]�4��G"���c� �ё����|�܃?�_a/zwh7:(Gց=܍���Prl�rSŽ��:/�]��[��X>�ݱI�CE�&�Y,EtMEJ(	A9*�"KK��r�J�c��p�G
7�,Ѭ�%}/!5�uaX�
���?`i^���ؒ�	Ljm7 �&�XE�J:N����rv��A?.Z��mc��8�M�?8���C0��%6����$�{�ezY���!r�2VŮ�f������mӷmd[�e;n<�aH�mx��b�������g���3ӳ��D^���?�]"E�M��%ab�N��ib&���8ʢ�w��
��̎ԭ�	��[��^d&A`?#I���~5�?���8�OxնN��	\��?��V<�T��h s�_�	��'<机҉;9J"���(����f2q�<��ȌP�	$�C,b���0#n��đoz!�M��Ќ���Yr��D�'��*~
��;�
}�
e7����X@
Gi�7�kT�RO�0r
6�Yϧ�U��a�������N��UB���,9y�E�4k�����h������¸0쿊�5�4��^"�i���!�.�6	��q�����I�������@��n�w�n�C(�U�ք1[A��(�m	x�
�ȧ��9RL��k��t�L>���E�	)-��.f��߮؞��ݕu�[Z��6/yZS�-b����������{�8�)��Cv\a~�� �$V` ����5�f����3?>�}�a��S/������N�3>��L�M���`��5)�!���i��/M[
��t�}'�u��|�����/eόo�l%_A�*Xm�yE_�z��a�N��$��#�uI�/{��!��EP�AL�8�����5��%A�1�Bw/�����U�jP���RW�N�gy@����\e�۔�E��ۚ�V�ey��~��TdM��6_]�+4f��|���ug���L4�Onm��6�4��Ͽ�:�ń�m�jH�^k��M]Ӻ�D{�mvM!�i���.OâF�rN�w����L���#�X�ܺ͋�h{�
�&.���cA���կ�c@�N��3�g
��a�Z�*[�,3�6X'��-�8<.�~�uR雨'Uʷ¢�9�B?"+������n��kf���ؕR��!c���G�9���g�i��{�5�C�ʓ�n��c��q8Ax��[\a���{D�v���go=�}��{�����	nj���-�W���~"���U��I�&��S1��2��rmP�a�4(@��O�cH�-e!P�"㌜�<�.�������͆9-
�۽OήOW9���?���,�����{�6��$��\�����z_	�7���}�;��D��s��	�7��a3�"x�{�`�ؾՋ��1~�?PK-g�D[
9!�5xl/workbook.xmlPK-g�D[����	��[Content_Types].xmlPK-
g�D[�/��''U_rels/.relsPK-g�D[�	�
�7�xl/worksheets/sheet1.xmlPK-g�D[��b�Pxl/_rels/workbook.xml.relsPK-g�D[Ѓc'2E
\xl/styles.xmlPK-g�D[��8��xl/sharedStrings.xmlPK�#

application/vnd.ms-excel

Sample:
PKg�D[U����5xl/workbook.xml �(�����0��J}�(�B��K��
�&��(IE�!�n�|����qSg�D>j־r5!؊1�T�/Ƣ���8!J�bfe����
u`E�]���4�i=�h���u��A�J�Դ9��k����'���j���o�'�q�Ѡ��-�$9���9%��qxdP��
�Ȼ����>`���/PKg�D[����	�[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
g�D[�#��''_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="R010910d28ea349a0" /></Relationships>PKg�D[�	�
�7xl/worksheets/sheet1.xml �(����RI�_E��m�9+���|���wZF1��l��7%(uw*W��1��:�����E���n���l~<ԅ�������������𯓣�����t�P�����xx�Z�z6-/o�w�e1�5��o����dE]�ͯ�g��������jd�
���v����7�_��co]�Z�ZL'W�)��>vu7��O��f��z�����x8�Ϫ3�N�6�_gӇe���z)����Y�����PmbG;�g���������������t��fE*�M����r����l��pp7�w����jus<�B;E_�^��w��[�֏��S;�m�m�
�9����O����"���7`�q{������"*�.��`����?��=��ڇz�X(m���63><��u�O�b=oSDt�c�̴ǧ�س�V	U��
��)�0����-r�2�t�/u:a���B�C`���fzH��<cB�h�G�z�7ٷ�z�CtQ��	>]ӧ��>8�E�0�C�OC�2D�FE.�CQǾ{�P���Ak�	�.g�I,��,�Ģ9�����Ж�Acm��3�SOA;M�XDoC��Ğ�=�o{&��!�g��%�Ll��7��� �g��6�g[��
����@>&�l���6�<:�����*�Yض��4��\�(i����L����ك
�,Z� Bj���
$c�=��c�#�&$m��Q���c	I�71�Ĥ���(�k�GP.��KL:�s.1�L���5��#�搘t}�t�Ig[����
�CP��WC�w
	I�2D�k(7j���!!�B��������[�U$$]l�AkQ�	�&;�CB�aOs�����4� [�+�:c,�����>!�MSI���ZY��CB�۾sHLz�<`��}P�������`�ˤOL���n��X��w�Ģ�}{H,z��CH,�r�v�50�\�Š���"P�
�C���P�hL�R����3wސX�9�:����/dv3$C�"ݻ�h�!Kx�����"W����\��9�����d��*�@��������f�*��SvP21]�718��B.eCbZ)-��v${���$4�$��R�z 52���$Z�@Bl�Ps�h�tsD�r�O(B�X���uT��N�O(B߂��7U��-�UР�J�X��Dg�iH(Bl���>�H�̱	E�Q�P(2�ӊL�mf/bB1��:��bl�jM�i!�kGf1��g�n@ńdl��h:W(Ѯ���B"26��u%�Pq����Dd웨c"2�D�����C-����1k"=�:g���Ѩ,
�wƚH狠�밈��r�HD�V�M���S��뀉HT�T�4�թB�D$��	et�RE��Ä$�H:[�����I�T����B;���X3	��q�R����fLH�of::4y��"l����v�����24��dHHb���@�4Ѩ
`N��$�f��T�!�2P������t�FC����B�m��U)��4��j��t�wJ)�|D�������_�l~�s:YMN���b�FX�4����������џu4��n�Q�F�vD�a������n�kG��F�v��݈Ўx�툗���j7��Ř�o���[!���Na��B���BS��¤�(�0m?	!L��BS��@S���ԽB��߄��w!���Ca�&�X��a��%#2�ǂ
Sx,��2�ǂ-�x,�2�ǂ%-Sy,��2�ǂ--�Y0��:δ\g����,x�r�s:���N�u��΂?�Y0��:u\g����,x�q��:���R�ul�΂O=ӹ|�Υ�S�t.�z�s)��3�K����\Ji��\
>�L�R�g:��O�M>
\g����,�4p�������u|�΂O�Y�i�:>
\g���u|
\g���u|
\g���u|
\g���u|
L�J�)0�+���t��F�s%�4������t��F�s%�42�+����\I�\�s%����*����>�|/�F��O���S�{!��^>E��O���S�{!��^>E���S�:>�Z���
���yj$T~�مD�]�bX?�{����gR����1ط�oΣu"����͗�C_I�b�޳�7V�V�a�xס��Rc���tV!�Y����b�>K1�_����o{�}���{w~t����o�g^���N���/�gt�������ie|�Cǯ�}-
�es@�o�}w@��b���p@��b%�󧮱d~��5�"�����^�~��x��]
��)���a�_�J)�w�R���e�<�2'��h����Z�\
�Ճh|>��RO�Ɛ�2l+%��UJ�?ɕ-��|풙K)5�g��|���\�����Sk|�ϭ��IɎ;A_� ��X^t?NJɝ�i��ܹ���N��YI��/���N>�ڳMUWV�+w���
#����V��Cj%����V��Sjպ#�t�ʸ;m[����保 ����:����� Γt[�/���2�ڥ���s+ɣ�A�ڗ2+)e6�{��Q㗐7���tq6����ͯ)�����PKg�D[��[��Pxl/_rels/workbook.xml.rels �(���An� E��f_cJ�*N6�t��c<�Vl����ٺ�z��Fj��E7Y�����?|����id����l
�(��ծlW�)��
����F��F�9��Ć��'΃�i�P��l��'����Q�#.�r�}΀[&;\f��3hzv�4��������E`��~Z��HT`/m
����R4�–�񻩅x)�z]�L�Z4M%	�ZH����L���}�iӹS��s�ʈJ�j�J�kN��_l�PKg�D[Ѓ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��PKg�D[��8�xl/sharedStrings.xml �(��Ymo����?�\�z	�;�3`'i�\�
���X�,�D*�\���!%;�H����b��gf8�wj���+�7R���{jMRb��������֌&�LQAKr1� lb�ry�7@�d�-���l����Ҋ��d��!?��j�R�%�cY�l��rb`ڔ��‰є�
�R���_�5����3~y>��z_�����X���y��r��>Q�185�$�*7�
�s�3'�yyE1*F��g�;��d���jT�L�=6n���|�9&?̨;�s9�>юiL��G�`���
�o;��e����:�8$�z��jhP�i���˜+�
�+�R�h��
@�b\�#I�JL�B�F{@�H{t$��yU�:;��-6�����`��i��A��>���1�G���*����V�Ju�ۑ�"��,���j��
#w��H�!���
�sT�{�h�Fy\j`M}ɮh�8R,"	�����TMB�9�>��
t� �N5����RZ~��ajUԤ*t�
F���Պ5��jw}�Т2�*.����_��ǡ/g�+ZsC� *�>ސ�NeP�����q�����f�)�Խ���i��q�Kw����*R�Cju&|B(,D2]�4��G"���c� �ё����|�܃?�_a/zwh7:(Gց=܍���Prl�rSŽ��:/�]��[��X>�ݱI�CE�&�Y,EtMEJ(	A9*�"KK��r�J�c��p�G
7�,Ѭ�%}/!5�uaX�
���?`i^���ؒ�	Ljm7 �&�XE�J:N����rv��A?.Z��mc��8�M�?8���C0��%6����$�{�ezY���!r�2VŮ�f������mӷmd[�e;n<�aH�mx��b�������g���3ӳ��D^���?�]"E�M��%ab�N��ib&���8ʢ�w��
��̎ԭ�	��[��^d&A`?#I���~5�?���8�OxնN��	\��?��V<�T��h s�_�	��'<机҉;9J"���(����f2q�<��ȌP�	$�C,b���0#n��đoz!�M��Ќ���Yr��D�'��*~
��;�
}�
e7����X@
Gi�7�kT�RO�0r
6�Yϧ�U��a�������N��UB���,9y�E�4k�����h������¸0쿊�5�4��^"�i���!�.�6	��q�����I�������@��n�w�n�C(�U�ք1[A��(�m	x�
�ȧ��9RL��k��t�L>���E�	)-��.f��߮؞��ݕu�[Z��6/yZS�-b����������{�8�)��Cv\a~�� �$V` ����5�f����3?>�}�a��S/������N�3>��L�M���`��5)�!���i��/M[
��t�}'�u��|�����/eόo�l%_A�*Xm�yE_�z��a�N��$��#�uI�/{��!��EP�AL�8�����5��%A�1�Bw/�����U�jP���RW�N�gy@����\e�۔�E��ۚ�V�ey��~��TdM��6_]�+4f��|���ug���L4�Onm��6�4��Ͽ�:�ń�m�jH�^k��M]Ӻ�D{�mvM!�i���.OâF�rN�w����L���#�X�ܺ͋�h{�
�&.���cA���կ�c@�N��3�g
��a�Z�*[�,3�6X'��-�8<.�~�uR雨'Uʷ¢�9�B?"+������n��kf���ؕR��!c���G�9���g�i��{�5�C�ʓ�n��c��q8Ax��[\a���{D�v���go=�}��{�����	nj���-�W���~"���U��I�&��S1��2��rmP�a�4(@��O�cH�-e!P�"㌜�<�.�������͆9-
�۽OήOW9���?���,�����{�6��$��\�����z_	�7���}�;��D��s��	�7��a3�"x�{�`�ؾՋ��1~�?PK-g�D[U����5xl/workbook.xmlPK-g�D[����	��[Content_Types].xmlPK-
g�D[�#��''T_rels/.relsPK-g�D[�	�
�7�xl/worksheets/sheet1.xmlPK-g�D[��[��Pxl/_rels/workbook.xml.relsPK-g�D[Ѓc'2E
[xl/styles.xmlPK-g�D[��8��xl/sharedStrings.xmlPK�"