POST api/vouchers

Save/Update voucher

Request Information

URI Parameters

None.

Body Parameters

Voucher model to be saved

Voucher
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

Required

String length: inclusive between 0 and 100

Description

Voucher description

string

None.

ShortDescription

Voucher short description

string

None.

URL

Voucher url

string

None.

BarcodeTemplateID

integer

None.

Expiry

When specified, this is the expiry days after voucher is assigned

integer

None.

VoucherType

VoucherTypes

None.

LimitPerTransaction

Limit of vouchers that can be issued per transaction

integer

None.

CustomerTracking

Indicates whether this voucher should be tracked against the user or not

boolean

None.

DiscountAccount

Text description to use in POS for Voucher (allows grouping)

string

None.

EndDate

End date of a competition voucher

date

None.

ExpiryTimeSpan

Relational field representing time span of expiry

time interval

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

BarcodeTemplate

Barcode template object

BarcodeTemplate

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

ScaleLabel

Voucher.Name REFERENCES ScaleLabel ( Name ) When ScaleLabel.IsVoucher>0

Label

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

CustomerVouchers

List of customer vouchers

Collection of CustomerVoucher

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

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "description": "sample string 3",
  "shortDescription": "sample string 4",
  "url": "sample string 5",
  "barcodeTemplateID": 1,
  "expiry": 0,
  "voucherType": 6,
  "limitPerTransaction": 7,
  "customerTracking": true,
  "discountAccount": "sample string 9",
  "endDate": "2025-06-14T07:42:13.1152733",
  "barcodeTemplate": {
    "$id": "2",
    "templateID": 1,
    "template": "sample string 1",
    "bcFunction": "sample string 2",
    "sortOrder": 3
  },
  "scaleLabel": {
    "$id": "3",
    "id": 1,
    "uid": "sample string 2",
    "name": "sample string 3",
    "width": 1.1,
    "height": 1.1,
    "showBorder": true,
    "borderWidth": 1.1,
    "borderStyle": 1,
    "borderColour": "sample string 5",
    "updated": "2025-06-14T07:42:13.1152733",
    "labelPageLayout": "pjpwCSCUdUiH4diKxA9k+A==",
    "pageLayoutGuid": "09703aa6-9420-4875-87e1-d88ac40f64f8",
    "labelType": 6,
    "oldName": "sample string 7",
    "voucher": {
      "$ref": "1"
    },
    "elements": [
      {
        "$id": "4",
        "id": 1,
        "scaleLabelID": 2,
        "showPercentDI": true,
        "showAvgPerHundred": true,
        "showAvgPerServe": true,
        "name": "sample string 6",
        "x": 1.1,
        "y": 1.1,
        "width": 1.1,
        "height": 1.1,
        "type": 1,
        "rotation": 1,
        "text": "sample string 7",
        "fontFamily": "sample string 8",
        "align": 1,
        "bold": true,
        "italic": true,
        "underline": true,
        "strikeout": true,
        "reverse": true,
        "textColour": "sample string 9",
        "fontSize": 1.1,
        "picture": "QEA=",
        "borderWidth": 10,
        "sortOrder": 11,
        "printOptions": 12,
        "superScriptTextFontSize": 1.1,
        "lineStyle": 1,
        "spacingStyle": 1,
        "interCharacterSpacing": 1.1,
        "superScriptOffset": 1.1,
        "lineSpacing": 1.1,
        "dateFormat": "sample string 13",
        "autoGrow": true,
        "fontAutoResize": true,
        "updated": "2025-06-14T07:42:13.1152733"
      },
      {
        "$ref": "4"
      }
    ]
  },
  "customerVouchers": [
    {
      "$id": "5",
      "id": 1,
      "customerIdentifier": "Mf9KliOyEEGQYxmI59MHMA==",
      "customerIdentifierGuid": "964aff31-b223-4110-9063-1988e7d30730",
      "voucherID": 3,
      "voucherName": "sample string 4",
      "storeID": 1,
      "barcode": "sample string 5",
      "dateOfIssue": "2025-06-14T07:42:13.1152733",
      "issuedSaleHeaderID": 1,
      "issuedSaleIdentifier": "sample string 7",
      "issuedOfflinePaymentID": 1,
      "issuedIdempotentID": "VhjmVghIAEOHW0aq2xZbdg==",
      "issuedIdempotentGuid": "56e61856-4808-4300-875b-46aadb165b76",
      "issuedOffline": true,
      "issuedUser": "sample string 9",
      "issuedNotes": "sample string 10",
      "expiryDate": "2025-06-14T07:42:13.1152733",
      "expiredUser": "sample string 11",
      "expiredNotes": "sample string 12",
      "redeemed": "2025-06-14T07:42:13.1152733",
      "redeemedSaleHeaderID": 1,
      "redeemedSaleIdentifier": "sample string 13",
      "redeemedOfflinePaymentID": 1,
      "redeemedIdempotentID": "SH8E9oWpOE+LbY148Dvn2Q==",
      "redeemedIdempotentGuid": "f6047f48-a985-4f38-8b6d-8d78f03be7d9",
      "redeemedUser": "sample string 14",
      "redeemedNotes": "sample string 15",
      "redeemedOffline": true,
      "updated": "2025-06-14T07:42:13.1152733",
      "storeName": "sample string 17",
      "scaleLabel": {
        "$ref": "3"
      },
      "voucher": {
        "$ref": "1"
      },
      "customer": {
        "$id": "6",
        "identifier": "xA+K7KneEkudNpmvTPB6wg==",
        "identifierGuid": "ec8a0fc4-dea9-4b12-9d36-99af4cf07ac2",
        "code": "sample string 2",
        "familyName": "sample string 3",
        "givenName": "sample string 4",
        "otherName": "sample string 5",
        "title": "sample string 6",
        "dateOfBirth": "2025-06-14T07:42:13.1152733",
        "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": "Jw0RpHF4P0eXhiAPYqLfBg==",
        "communityIdentifierGuid": "a4110d27-7871-473f-9786-200f62a2df06",
        "joined": "2025-06-14T07:42:13.1152733",
        "updated": "2025-06-14T07:42:13.1152733",
        "active": true,
        "reasonInactive": 1,
        "groupCustomer": true,
        "loyaltyPoints": 1,
        "homeStoreID": 1,
        "availableSpend": 1,
        "priceLevelIdentifier": "Q1CAV0fZx0meu3MvATIqIg==",
        "priceLevelIdentifierGuid": "57805043-d947-49c7-9ebb-732f01322a22",
        "marketingID": "sample string 18",
        "hidden": true,
        "registered": true,
        "registeredOn": "2025-06-14T07:42:13.1152733",
        "emailMarketing": true,
        "smsMarketing": true,
        "deleted": true,
        "deletedUser": "sample string 24",
        "homeStoreName": "sample string 25",
        "customerCards": [
          {
            "$id": "7",
            "cardType": 2,
            "issueDate": "2025-06-14T07:42:13.1152733",
            "expiry": "2025-06-14T07:42:13.1152733",
            "customerID": "u9A8IveYGkGatQ2ieQ5z5w==",
            "customerIDGuid": "223cd0bb-98f7-411a-9ab5-0da2790e73e7",
            "initialValue": 1,
            "currentValue": 1,
            "maxLimit": 1,
            "minTransaction": 1,
            "maxTransaction": 1,
            "multiplier": 1.1,
            "active": true,
            "reasonInactive": 1,
            "idRequired": true,
            "idType": 1,
            "idValue": "sample string 5",
            "updated": "2025-06-14T07:42:13.1152733",
            "linkedAccount": "jGC3HYt9okKoQ2omfGEOtA==",
            "linkedAccountGuid": "1db7608c-7d8b-42a2-a843-6a267c610eb4",
            "currentValueChanged": true,
            "limitsChanged": true,
            "customer": {
              "$ref": "6"
            },
            "account": {
              "$id": "8",
              "id": 1,
              "identifier": "wVA/0vbEP02ZXjvxfohn5w==",
              "identifierGuid": "d23f50c1-c4f6-4d3f-995e-3bf17e8867e7",
              "referenceNo": "sample string 3",
              "name": "sample string 4",
              "created": "2025-06-14T07:42:13.1152733",
              "owner": "I1X5G4HqrUSmDojhCY5HpQ==",
              "ownerGuid": "1bf95523-ea81-44ad-a60e-88e1098e47a5",
              "accountStoreGroupIdentifier": "v2O7bMih+0ebAy0QU3kCrQ==",
              "accountStoreGroupGuid": "6cbb63bf-a1c8-47fb-9b03-2d10537902ad",
              "accountType": 1,
              "currentBalance": 1,
              "externalID": "sample string 7",
              "maximumLimit": 1,
              "accruePoints": true,
              "loyaltyPoints": 1,
              "termsOfTrade": 1,
              "signatureRequired": true,
              "referenceRequired": true,
              "statementSendType": 10,
              "ageingPeriod": 1,
              "monthlyAgeingPeriod": true,
              "explodedInvoice": true,
              "isFifoAllocation": true,
              "lastStatementSent": "2025-06-14T07:42:13.1152733",
              "active": true,
              "updated": "2025-06-14T07:42:13.1152733",
              "deleted": true,
              "deletedUser": "sample string 16",
              "currentBalanceChanged": true,
              "maximumLimitChanged": true,
              "loyaltyPointsChanged": true,
              "projectedBalance": 17,
              "accountStoreGroupStoreIDs": [
                1,
                2
              ],
              "customerEmail": "sample string 18",
              "ownerCustomer": {
                "$ref": "6"
              },
              "card": {
                "$ref": "7"
              },
              "members": {
                "$id": "9",
                "sample string 1": [
                  {
                    "$ref": "6"
                  },
                  {
                    "$ref": "6"
                  }
                ],
                "sample string 2": [
                  {
                    "$ref": "6"
                  },
                  {
                    "$ref": "6"
                  }
                ]
              },
              "customerGroups": [
                {
                  "$id": "10",
                  "identifier": "f5be8d8NqU6n8BOY4yK51A==",
                  "identifierGuid": "f1de967f-0ddf-4ea9-a7f0-1398e322b9d4",
                  "name": "sample string 2",
                  "primaryContact": "hMLQE/tiI0Sk1EEeOqrydQ==",
                  "primaryContactGuid": "13d0c284-62fb-4423-a4d4-411e3aaaf275",
                  "accountID": "+KJGGQ2DIUyXHAP5FLXYsQ==",
                  "accountIDGuid": "1946a2f8-830d-4c21-971c-03f914b5d8b1",
                  "special": true,
                  "updated": "2025-06-14T07:42:13.1152733",
                  "active": true,
                  "reasonInactive": 1,
                  "priceLevelIdentifier": "xfBjni/ybkKAAON2YArR4w==",
                  "priceLevelIdentifierGuid": "9e63f0c5-f22f-426e-8000-e376600ad1e3",
                  "deleted": true,
                  "account": {
                    "$ref": "8"
                  },
                  "primaryContactCustomer": {
                    "$ref": "6"
                  },
                  "customerGroupMembers": [
                    {
                      "$id": "11",
                      "id": 1,
                      "groupID": "+bP61gyWWUqiYM8nHWUQIg==",
                      "groupIDGuid": "d6fab3f9-960c-4a59-a260-cf271d651022",
                      "customerID": "tEkbmkKgDE+kRvq8qeRVOg==",
                      "customerIDGuid": "9a1b49b4-a042-4f0c-a446-fabca9e4553a",
                      "card": "sample string 4",
                      "linkedAccount": "3gupVu0dEk27oMZiJzlD6A==",
                      "linkedAccountGuid": "56a90bde-1ded-4d12-bba0-c662273943e8",
                      "customer": {
                        "$ref": "6"
                      },
                      "group": {
                        "$ref": "10"
                      },
                      "customerCard": {
                        "$ref": "7"
                      }
                    },
                    {
                      "$ref": "11"
                    }
                  ]
                },
                {
                  "$ref": "10"
                }
              ]
            },
            "payments": [
              {
                "$id": "12",
                "id": 1,
                "identifier": "JTtIdSaa+E2o03aCgXaehg==",
                "identifierGuid": "75483b25-9a26-4df8-a8d3-768281769e86",
                "storeID": 2,
                "operatorName": "sample string 3",
                "saleHeaderID": 4,
                "paymentType": 5,
                "amount": 6,
                "account": "sample string 7",
                "accountID": "EErkMGUfgUWSYR6mVQozqQ==",
                "accountIDGuid": "30e44a10-1f65-4581-9261-1ea6550a33a9",
                "customerAccount": {
                  "$ref": "8"
                },
                "customerCard": {
                  "$ref": "7"
                },
                "accountType": 1,
                "cardName": "sample string 8",
                "authorisationNumber": "sample string 9",
                "bankReference": "sample string 10",
                "merchantID": "sample string 11",
                "terminalID": "sample string 12",
                "cardNumber": "sample string 13",
                "paymentDate": "2025-06-14T07:42:13.1152733",
                "invRocNo": "sample string 14",
                "responseCode": "sample string 15",
                "cashout": 1,
                "tip": 16,
                "idempotentVoid": "guQl++NIh0+O+nPKYSACfQ==",
                "idempotentVoidGuid": "fb25e482-48e3-4f87-8efa-73ca6120027d",
                "offline": true,
                "processed": 1,
                "storeSaleHeader": {
                  "$id": "13",
                  "saleHeaderID": 1,
                  "saleHeaderGuid": "w0QhvRGubUuw37WQ8/juYA==",
                  "saleHeaderIdentifierGuid": "bd2144c3-ae11-4b6d-b0df-b590f3f8ee60",
                  "created": "2025-06-14T07:42:13.1152733",
                  "createdLocal": "2025-06-14T07:42:13.1152733",
                  "createdText": "sample string 4",
                  "itemCount": 5,
                  "totalAmount": 6,
                  "cashTender": 1,
                  "cardTender": 1,
                  "cheqTender": 1,
                  "acctTender": 1,
                  "voucherTender": 1,
                  "loyaltyPoints": 1,
                  "cashout": 1,
                  "changeAmount": 1,
                  "rounding": 1,
                  "gstAmount": 1,
                  "transactionDiscountTender": 1,
                  "totalTip": 7,
                  "tranType": 1,
                  "processed": 1,
                  "imported": "2025-06-14T07:42:13.1152733",
                  "storeID": 1,
                  "operatorG_Uid": "4BGazD7hQUyOzdN6Q5MjGQ==",
                  "operatorGuid": "cc9a11e0-e13e-4c41-8ecd-d37a43932319",
                  "customerG_Uid": "4WG8CdXCa0yyCU2DjdLNVg==",
                  "customerGuid": "09bc61e1-c2d5-4c6b-b209-4d838dd2cd56",
                  "communityIdentifier": "FDIvqc7KqU+H/4EPjt0CsA==",
                  "communityIdentifierGuid": "a92f3214-cace-4fa9-87ff-810f8edd02b0",
                  "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": "DfjR/jF23kWv3yReGVLEHg==",
                  "priceLevelIdentifierGuid": "fed1f80d-7631-45de-afdf-245e1952c41e",
                  "locked": 36,
                  "relationChecksum": "sample string 37",
                  "loyaltyTender": 1,
                  "giftCardTender": 1,
                  "operator": {
                    "$id": "14",
                    "id": 1,
                    "g_Uid": "VpZCB8GMjUuAgKVBqDsNuw==",
                    "guid": "07429656-8cc1-4b8d-8080-a541a83b0dbb",
                    "operatorNumber": 1,
                    "shortName": "sample string 2",
                    "firstName": "sample string 3",
                    "lastName": "sample string 4",
                    "password": "sample string 5",
                    "hasPassword": true,
                    "passwordText": "sample string 6",
                    "rfidTagID": "sample string 7",
                    "blueprintID": 1,
                    "groupID": 1,
                    "groupName": "sample string 8",
                    "managerGroupID": 1,
                    "managerGroupName": "sample string 9",
                    "zoneID": 1,
                    "zoneName": "sample string 10",
                    "loggedIn": 1,
                    "lastUsedIP": "sample string 11",
                    "deleted": true,
                    "locked": true,
                    "allowOpenTill": true,
                    "webEmail": "sample string 14",
                    "simpleOperatorType": 0,
                    "webRole": "sample string 15",
                    "updated": "2025-06-14T07:42:13.1152733",
                    "passwordResetRequired": true,
                    "alteredInStore": true,
                    "startShift": "2025-06-14T07:42:13.1152733",
                    "endShift": "2025-06-14T07:42:13.1152733",
                    "machineName": "sample string 20",
                    "drawerID": 1,
                    "stores": [
                      {
                        "$id": "15",
                        "operatorG_UID": "45ejfF1mDkShT9MooR7IlA==",
                        "operatorGuid": "7ca397e3-665d-440e-a14f-d328a11ec894",
                        "storeID": 2,
                        "operator": {
                          "$ref": "14"
                        },
                        "store": {
                          "$id": "16",
                          "id": 1,
                          "isMaster": true,
                          "shortName": "sample string 3",
                          "url": "sample string 4",
                          "sortOrder": 1,
                          "name": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "state": "sample string 12",
                          "country": "sample string 13",
                          "postCode": "sample string 14",
                          "delivery": 1,
                          "exportAccounts": 1,
                          "salesAccountFolder": "sample string 15",
                          "purchaseAccountFolder": "sample string 16",
                          "initLoad": 1,
                          "initIDs": 1,
                          "zoneID": 1,
                          "actAsMaster": 1,
                          "lastActiveUtc": "2025-06-14T07:42:13.1152733",
                          "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": "N2eM0jgd+kes377d4ie4ZQ==",
                          "hostIdentifierGuid": "d28c6737-1d38-47fa-acdf-bedde227b865",
                          "hostName": 1,
                          "hostAddress": "sample string 27",
                          "hostUsername": "sample string 28",
                          "hostPassword": "sample string 29",
                          "excludeFromLeadInOut": true,
                          "accountingProvider": 31,
                          "accountingAddress": "sample string 32",
                          "accountingUsername": "sample string 33",
                          "accountingPassword": "sample string 34",
                          "storeAccountingCode": "sample string 35",
                          "softwareVariance": 36,
                          "fuelWarningVariance": 37.0,
                          "fuelErrorVariance": 38.0,
                          "fuelAccumulatedWarningVariance": 39.0,
                          "fuelAccumulatedErrorVariance": 40.0,
                          "drawManagment": 41,
                          "endOfDayManagment": true,
                          "autoFillCashBalancing": true,
                          "fuelDayVariance": 44,
                          "accountingTradingTime": "00:00:00.1234567",
                          "stockActivateProduct": 46,
                          "giftCardSalesAccountingDeptCode": "sample string 47",
                          "transactionDiscountAccountingDeptCode": "sample string 48",
                          "size": 49,
                          "updated": "2025-06-14T07:42:13.1152733",
                          "priceZoneName": "sample string 51",
                          "storeFuelConfigured": true,
                          "shippingAddressCopied": true,
                          "shippingAddress": {
                            "$id": "17",
                            "storeID": 1,
                            "addressType": 1,
                            "address1": "sample string 1",
                            "address2": "sample string 2",
                            "city": "sample string 3",
                            "state": "sample string 4",
                            "country": "sample string 5",
                            "postCode": "sample string 6"
                          },
                          "billingAddress": {
                            "$ref": "17"
                          },
                          "hostStoreSettings": [
                            {
                              "$id": "18",
                              "id": 1,
                              "hostIdentifier": "n2cfjbe52kKpqsu87N1Lfg==",
                              "hostIdentifierGuid": "8d1f679f-b9b7-42da-a9aa-cbbcecdd4b7e",
                              "storeID": 2,
                              "username": "sample string 3",
                              "password": "sample string 4",
                              "passwordPlain": "sample string 5",
                              "serverAddress": "sample string 6",
                              "serverPort": 1,
                              "excludeFromLeadInOut": true,
                              "useForHostFile": true,
                              "metcashPillarID": "sample string 9",
                              "metcashStateCode": "sample string 10",
                              "metcashCustomerID": "sample string 11",
                              "metcashTradingPartnerID": "sample string 12",
                              "drakesCustomerNumber": 1,
                              "sparCustomerNumber": "sample string 13",
                              "sparOrderUsername": "sample string 14",
                              "sparOrderPassword": "sample string 15",
                              "sparOrderPasswordPlain": "sample string 16",
                              "pharmXSiteID": 1,
                              "ibaZoneID": 1,
                              "ibaState": "sample string 17",
                              "foodlandStoreCode": "sample string 18",
                              "ilgMemberNumber": "sample string 19",
                              "ilgOutletLocation": 1,
                              "ilgBaseCost": 1,
                              "ilgApplyNonAdvertisedPromos": true,
                              "ilgExemptFromFreight": true,
                              "ilgOrderDealReview": true,
                              "ilgFinanceFee": 1,
                              "processPromotions": true,
                              "hostProvider": 0,
                              "host": {
                                "$id": "19",
                                "identifier": "yQ8ajeSjbE2pQ/bhQDDlMA==",
                                "identifierGuid": "8d1a0fc9-a3e4-4d6c-a943-f6e14030e530",
                                "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": "rSFaDIBO+UOCHFswbaGo9Q==",
                                "hostSupplierIdentifierGuid": "0c5a21ad-4e80-43f9-821c-5b306da1a8f5",
                                "loyaltyPriceLevelIdentifier": "3FEjQbsOvkmzkHzMSSn3Tw==",
                                "loyaltyPriceLevelIdentifierGuid": "412351dc-0ebb-49be-b390-7ccc4929f74f",
                                "isGroup": true,
                                "description": "sample string 22",
                                "hostProvider": 23,
                                "hostTypeEnum": 24,
                                "hostType": "sample string 25",
                                "hostCode": "sample string 26",
                                "username": "sample string 27",
                                "password": "sample string 28",
                                "passwordPlain": "sample string 29",
                                "server": "sample string 30",
                                "url": "sample string 31",
                                "global": true,
                                "stateCode": "sample string 33",
                                "lastCollected": "2025-06-14T07:42:13.1152733",
                                "lastProcessed": "2025-06-14T07:42:13.1152733",
                                "hold": true,
                                "supplierName": "sample string 35",
                                "supplier": {
                                  "$id": "20",
                                  "identifier": "qqIGUIKUS0GsqGU1WSboUg==",
                                  "identifierGuid": "5006a2aa-9482-414b-aca8-65355926e852",
                                  "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": "5d0DaZ72PEGQNPgOIlR8Sw==",
                                  "primaryContactID": "6903dde5-f69e-413c-9034-f80e22547c4b",
                                  "storeID": 1,
                                  "abn": "sample string 16",
                                  "supplierGroupIdentifier": "5PxdabSL1EqCteNCRDIrvQ==",
                                  "supplierGroupGuid": "695dfce4-8bb4-4ad4-82b5-e34244322bbd",
                                  "rebate": 1.0,
                                  "rebateType": 1,
                                  "rebateFrequency": 1,
                                  "rebateSource": 1,
                                  "rebateLastClaimed": "2025-06-14T07:42:13.1152733",
                                  "rebateLastClaimedAmount": 1.0,
                                  "cartonsOnly": true,
                                  "minimumOrderValue": 1,
                                  "enforceMinimumQuantity": true,
                                  "freight": 19.0,
                                  "freightType": 20,
                                  "deleted": true,
                                  "deletedUser": "sample string 22",
                                  "storeName": "sample string 23",
                                  "primaryContact": {
                                    "$id": "21",
                                    "id": "fc315d87-f519-4315-8cee-57dc671696da",
                                    "identifier": "xLzCEJUfGUu8TiJGux+q5w==",
                                    "identifierGuid": "10c2bcc4-1f95-4b19-bc4e-2246bb1faae7",
                                    "familyName": "sample string 1",
                                    "givenNames": "sample string 2",
                                    "otherNames": "sample string 3",
                                    "title": "sample string 4",
                                    "dateOfBirth": "sample string 5",
                                    "sex": "sample string 6",
                                    "address": "sample string 7",
                                    "address1": "sample string 8",
                                    "address2": "sample string 9",
                                    "town": "sample string 10",
                                    "state": "sample string 11",
                                    "country": "sample string 12",
                                    "postalCode": "sample string 13",
                                    "telephone": "sample string 14",
                                    "mobile": "sample string 15",
                                    "email": "sample string 16",
                                    "fax": "sample string 17",
                                    "primary": true
                                  },
                                  "contacts": [
                                    {
                                      "$id": "22",
                                      "supplierIdentifier": "NINN4mbd00OiCTbqVHKFLw==",
                                      "supplierIdentifierGuid": "e24d8334-dd66-43d3-a209-36ea5472852f",
                                      "contactGuid": "FcqXW+tCLE+8tTlO0mgk6g==",
                                      "contactID": "5b97ca15-42eb-4f2c-bcb5-394ed26824ea",
                                      "contact": {
                                        "$ref": "21"
                                      },
                                      "supplier": {
                                        "$ref": "20"
                                      }
                                    },
                                    {
                                      "$ref": "22"
                                    }
                                  ],
                                  "products": [
                                    {
                                      "$id": "23",
                                      "pluG_UID": "7cUu5u3+O0SoZHqmrH/uJA==",
                                      "pluGuid": "e62ec5ed-feed-443b-a864-7aa6ac7fee24",
                                      "supplierIdentifier": "9SIySztgvE6BL9QP49V59A==",
                                      "supplierIdentifierGuid": "4b3222f5-603b-4ebc-812f-d40fe3d579f4",
                                      "cartonQuantity": 1,
                                      "cartonQuantityChanged": true,
                                      "productSize": "sample string 2",
                                      "cigarettesPerSleeve": 1,
                                      "randomWeight": true,
                                      "piecesPerUnit": 4,
                                      "averagePackSize": 5,
                                      "effectiveDate": "2025-06-14T07:42:13.1152733",
                                      "pricedByWeight": true,
                                      "landedUnitCostEx": 8,
                                      "landedUnitCostInc": 9,
                                      "landedCartonCostInc": 10,
                                      "landedCartonCostEx": 11,
                                      "standardCost": 12,
                                      "deliveryFee": 1,
                                      "deliveryFeeBasis": "sample string 13",
                                      "pickAndPackFee": 1,
                                      "pickAndPackFeeBasis": "sample string 14",
                                      "financeFee": 1,
                                      "financeFeeBasis": "sample string 15",
                                      "cartonLength": 1,
                                      "cartonWidth": 1,
                                      "cartonHeight": 1,
                                      "palletLayerQuantity": 1,
                                      "palletLayers": 1,
                                      "itemCode": "sample string 16",
                                      "invoiceCode": "sample string 17",
                                      "invoiceDesc": "sample string 18",
                                      "orderDirect": true,
                                      "useCost": true,
                                      "minimumQuantity": 19,
                                      "hostType": 20,
                                      "fromHost": 21,
                                      "minimumReorder": 1,
                                      "maximumReorder": 1,
                                      "orderMultiple": 22.1,
                                      "sellMultiple": 23.1,
                                      "baseMultiple": 24.1,
                                      "hostStandardCost": 25,
                                      "hostTotalCost": 26,
                                      "hostRetail": 27,
                                      "hostLandedUnitCostEx": 28,
                                      "hostLandedUnitCostInc": 29,
                                      "hostDesc": "sample string 30",
                                      "directIndicator": "sample string 31",
                                      "availableToOrder": true,
                                      "hostRangeIndicator": "sample string 33",
                                      "hostProductType": "sample string 34",
                                      "hostProductGrade": "sample string 35",
                                      "hostProductGroup": "sample string 36",
                                      "hostSlowMoving": true,
                                      "hostGeneralMerchandise": true,
                                      "hostPillar": "sample string 39",
                                      "hostLastUpdated": "2025-06-14T07:42:13.1152733",
                                      "rebate": 1.0,
                                      "rebateExclude": true,
                                      "invoiceCodes": [
                                        {
                                          "$id": "24",
                                          "pluG_UID": "4wO5F51dtkKw92ReXAXiLg==",
                                          "pluGuid": "17b903e3-5d9d-42b6-b0f7-645e5c05e22e",
                                          "supplierIdentifier": "Xq1zgpIyfEi1cldsc3kB2A==",
                                          "supplierIdentifierGuid": "8273ad5e-3292-487c-b572-576c737901d8",
                                          "invoiceCode": "sample string 1",
                                          "storeIDs": [
                                            1,
                                            2
                                          ]
                                        },
                                        {
                                          "$ref": "24"
                                        }
                                      ],
                                      "storeIDs": [
                                        1,
                                        2
                                      ],
                                      "preferredSupplier": true,
                                      "preferredRebateSupplier": true,
                                      "supplierName": "sample string 40",
                                      "salesMode": 41,
                                      "orderPacked": true,
                                      "active": true,
                                      "price": 1,
                                      "costGstPercent": 43,
                                      "parentPluG_UID": "Jut/kMURmUCqewqlJJwk2Q==",
                                      "parentPluGuid": "907feb26-11c5-4099-aa7b-0aa5249c24d9",
                                      "freight": 44.0,
                                      "freightType": 1,
                                      "product": {
                                        "$id": "25",
                                        "plu": 1,
                                        "storeID": 1,
                                        "masterPluG_UID": "QEA=",
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "g_UId": "V0YtlAFQ406jTOocdN/esg==",
                                        "guid": "942d4657-5001-4ee3-a34c-ea1c74dfdeb2",
                                        "apn": "sample string 1",
                                        "apnChanged": true,
                                        "apnSwitched": true,
                                        "barcode": "sample string 4",
                                        "itemNumber": "sample string 5",
                                        "itemNumberChanged": true,
                                        "priceGroupG_UID": "m/7Wjkno7UG32YlrWo7Qtw==",
                                        "priceGroupGuid": "8ed6fe9b-e849-41ed-b7d9-896b5a8ed0b7",
                                        "blueprintID": 1,
                                        "lastCountedDate": "2025-06-14T07:42:13.1152733",
                                        "externalID": "sample string 7",
                                        "active": true,
                                        "activated": "2025-06-14T07:42:13.1152733",
                                        "pluCreated": "2025-06-14T07:42:13.1152733",
                                        "createdByUser": "sample string 9",
                                        "name": "sample string 10",
                                        "nameChanged": true,
                                        "secondDescription": "sample string 12",
                                        "hostDescription": "sample string 13",
                                        "keepCartonQty": true,
                                        "keepDescription": true,
                                        "keepDepartments": true,
                                        "keepSuppliers": true,
                                        "markdownDescription": "sample string 18",
                                        "altDescription": "sample string 19",
                                        "bestOrExpire": 20,
                                        "lastUpdate": "2025-06-14T07:42:13.1152733",
                                        "lastManualUpdate": "2025-06-14T07:42:13.1152733",
                                        "imageName": "sample string 23",
                                        "showImageOnFlipCharts": true,
                                        "showTextOnFlipCharts": true,
                                        "overrideFlipChartText": true,
                                        "flipChartText": "sample string 27",
                                        "salesMode": 1,
                                        "eftCode": 1,
                                        "price": 1,
                                        "priceChanged": true,
                                        "rrp": 1,
                                        "gstPercent": 28,
                                        "gstPercentChanged": true,
                                        "costGSTPercent": 29,
                                        "costGSTPercentChanged": true,
                                        "wetPercent": 1,
                                        "priceOverride": 1,
                                        "cost": 1,
                                        "currentCost": 1,
                                        "currentCostDecimals": 1,
                                        "grossProfit": 1.0,
                                        "currentCostDesc": "sample string 30",
                                        "currentCostEnd": "2025-06-14T07:42:13.1152733",
                                        "currentCostUpdated": "2025-06-14T07:42:13.1152733",
                                        "costDecimals": 31,
                                        "costChanged": true,
                                        "dealCostIdentifier": "QEA=",
                                        "excludeFromRebate": true,
                                        "rebateOverride": 1,
                                        "costCalcMethod": 1,
                                        "costCalcMethodChanged": true,
                                        "costEffectiveDate": "2025-06-14T07:42:13.1152733",
                                        "defaultGP": 1,
                                        "breakTargetMode": 32,
                                        "break1": 1,
                                        "price1": 1,
                                        "target1": 33,
                                        "break2": 1,
                                        "price2": 1,
                                        "target2": 34,
                                        "break3": 1,
                                        "price3": 1,
                                        "target3": 35,
                                        "break1Changed": true,
                                        "price1Changed": true,
                                        "target1Changed": true,
                                        "break2Changed": true,
                                        "price2Changed": true,
                                        "target2Changed": true,
                                        "break3Changed": true,
                                        "price3Changed": true,
                                        "target3Changed": true,
                                        "breakTargetModeChanged": true,
                                        "margin": 1.1,
                                        "marginChanged": true,
                                        "marginRanged": true,
                                        "marginRangedChanged": true,
                                        "minimumMargin": 1.1,
                                        "minimumMarginChanged": true,
                                        "maximumMargin": 1.1,
                                        "maximumMarginChanged": true,
                                        "overrideHostWarehouseIndicator": true,
                                        "overrideHostWarehouseIndicatorChanged": true,
                                        "overrideHostPrice": true,
                                        "overrideHostPriceChanged": true,
                                        "overrideHostCost": true,
                                        "overrideHostCostChanged": true,
                                        "overrideHostMargin": true,
                                        "overrideHostMarginChanged": true,
                                        "alwaysApplyMargin": true,
                                        "alwaysApplyMarginChanged": true,
                                        "aws": 1.0,
                                        "awsUpdated": "2025-06-14T07:42:13.1152733",
                                        "posTare": 1,
                                        "altPrice": 1.0,
                                        "altPriceChanged": true,
                                        "altPriceMode": 52,
                                        "altPriceModeChanged": true,
                                        "altPLUG_UID": "QDa2ccGGxUepA+J+zlaAaA==",
                                        "altPLUGuid": "71b63640-86c1-47c5-a903-e27ece568068",
                                        "altPLUGuidChanged": true,
                                        "altPriceDescription1": "sample string 53",
                                        "altPriceDescription2": "sample string 54",
                                        "cartonQuantity": 55,
                                        "cartonQuantityChanged": true,
                                        "trayID": 1,
                                        "promptID": 1,
                                        "tare": 1,
                                        "packQty": 1,
                                        "fixedWeight": 1,
                                        "extraMesg": 1,
                                        "text1": "sample string 57",
                                        "text2": "sample string 58",
                                        "text3": "sample string 59",
                                        "labelText": "sample string 60",
                                        "labelTextChanged": true,
                                        "sendToScale": true,
                                        "nonScaleWeigh": true,
                                        "labelFormat": "sample string 64",
                                        "barcodeFormat": "sample string 65",
                                        "austMade": 1,
                                        "coolCode": 66,
                                        "countryOfOrigin": "sample string 67",
                                        "percentContent": 68.1,
                                        "departmentID": 1,
                                        "subDepartmentID": 1,
                                        "minorDepartmentID": 1,
                                        "lesserDepartmentID": 1,
                                        "deptCode": "sample string 69",
                                        "subDeptCode": "sample string 70",
                                        "minorDeptCode": "sample string 71",
                                        "lesserDeptCode": "sample string 72",
                                        "deptName": "sample string 73",
                                        "subDeptName": "sample string 74",
                                        "minorDeptName": "sample string 75",
                                        "lesserDeptName": "sample string 76",
                                        "departmentChanged": true,
                                        "subCategoryID": 1,
                                        "expiry": 1,
                                        "showDays": 1,
                                        "datePrint": 1,
                                        "labelRequired": true,
                                        "labelShelfQty": 79,
                                        "labelShelfChanged": true,
                                        "labelTalkerQty": 81,
                                        "labelSmall": true,
                                        "labelLastPrinted": "2025-06-14T07:42:13.1152733",
                                        "labelLastPrice": 1,
                                        "shelfPageLayoutG_UID": "TWxAj8/RskSs3O69GlsJFQ==",
                                        "shelfPageLayoutGuid": "8f406c4d-d1cf-44b2-acdc-eebd1a5b0915",
                                        "talkerPageLayoutG_UID": "Pbe4mOPL6U6+yf/ZuP3n1Q==",
                                        "talkerPageLayoutGuid": "98b8b73d-cbe3-4ee9-bec9-ffd9b8fde7d5",
                                        "unitMeasure": 1.1,
                                        "unitMeasureChanged": true,
                                        "unitMeasureKind": 84,
                                        "unitMeasureKindChanged": true,
                                        "signIQData": "sample string 86",
                                        "refresh": true,
                                        "earnLoyaltyPoints": true,
                                        "earnLoyaltyPointsChanged": true,
                                        "quantityOverride": true,
                                        "quantityOverrideChanged": true,
                                        "quantityRequired": true,
                                        "quantityRequiredChanged": true,
                                        "allowDiscounts": true,
                                        "allowDiscountsChanged": true,
                                        "discountDiscounts": true,
                                        "discountDiscountsChanged": true,
                                        "itemRecalled": true,
                                        "itemRecalledChanged": true,
                                        "noRefund": true,
                                        "noRefundChanged": true,
                                        "allowMarkdown": true,
                                        "allowMarkdownChanged": true,
                                        "priceRequired": true,
                                        "priceRequiredChanged": true,
                                        "fuelItem": true,
                                        "fuelItemChanged": true,
                                        "trackSerial": true,
                                        "trackSerialChanged": true,
                                        "allowZeroPrice": true,
                                        "allowZeroPriceChanged": true,
                                        "notForSale": 90,
                                        "notForSaleChanged": true,
                                        "excludeFromDeals": true,
                                        "excludeFromVoucher": true,
                                        "minimumAge": 93,
                                        "minimumAgeChanged": true,
                                        "buyingLimit": 1,
                                        "buyingLimitChanged": true,
                                        "buyingLimitIndependent": true,
                                        "buyingLimitIndependentChanged": true,
                                        "inventoryGuid": "6AzTfIMZjEqoXFYbrSIN1A==",
                                        "inventoryIdentifier": "7cd30ce8-1983-4a8c-a85c-561bad220dd4",
                                        "inventoryAccuracy": 1,
                                        "baseUnits": 97,
                                        "orderPacked": 1,
                                        "isManufactured": true,
                                        "isIngredient": true,
                                        "isModifier": true,
                                        "isModifierChanged": true,
                                        "hasModifiers": 98,
                                        "defaultPrinter": "sample string 99",
                                        "defaultPrinterGroup": "sample string 100",
                                        "ingredientsOnManufacture": true,
                                        "manufactureUnitMeasure": 1,
                                        "mpl": 1,
                                        "maxShelfQty": 101,
                                        "allowAutoOrder": true,
                                        "warrantyPeriod": 1,
                                        "parentPluG_UId": "M0Vnaktj/E+TCpwgalNZfQ==",
                                        "parentPluGuid": "6a674533-634b-4ffc-930a-9c206a53597d",
                                        "preferredHostVendor": 103,
                                        "preferredHostChanged": true,
                                        "code": "sample string 105",
                                        "supplierIdentifier": "lnYTnQQHJEOyInYLFu5pVw==",
                                        "supplierIdentifierGuid": "9d137696-0704-4324-b222-760b16ee6957",
                                        "supplierChanged": true,
                                        "rebateSupplierIdentifier": "yI+r2vJdl0iSbiFoXMmwXA==",
                                        "rebateSupplierIdentifierGuid": "daab8fc8-5df2-4897-926e-21685cc9b05c",
                                        "rebateSupplierChanged": true,
                                        "availableForOrder": true,
                                        "warehouseDirectIndicator": "sample string 107",
                                        "warehouseDirectIndicatorChanged": true,
                                        "productGrade": "sample string 109",
                                        "productType": "sample string 110",
                                        "productGroup": "sample string 111",
                                        "complianceIndicator": "sample string 112",
                                        "inhouseBrand": "sample string 113",
                                        "slowMoving": true,
                                        "generalMerchandise": true,
                                        "comment": "sample string 116",
                                        "lastUpdatedByUser": "sample string 117",
                                        "lastManualUpdatedByUser": "sample string 118",
                                        "lastUpdatedByUserOverride": true,
                                        "lastUpdatedByHost": "2025-06-14T07:42:13.1152733",
                                        "commodity": "sample string 120",
                                        "businessPillar": "sample string 121",
                                        "mscCommodity": "sample string 122",
                                        "hostIdentifier": "LxaE05BFhkOFofoz6t8qsQ==",
                                        "hostIdentifierGuid": "d384162f-4590-4386-85a1-fa33eadf2ab1",
                                        "serviceFeeID": 1,
                                        "serviceFeeIDChanged": true,
                                        "providerName": "sample string 124",
                                        "aisleEnds": "sample string 125",
                                        "deleted": true,
                                        "deletedChanged": true,
                                        "hidden": true,
                                        "doNotRange": true,
                                        "doNotRangeChanged": true,
                                        "doNotOrder": true,
                                        "doNotOrderChanged": true,
                                        "locked": true,
                                        "excludeFromWebUpdate": true,
                                        "excludeFromWebUpdateChanged": true,
                                        "webPriceBasedOn": 136,
                                        "webPriceRounding": true,
                                        "webMarkup": 138,
                                        "webPriceMode": 139,
                                        "altDepartmentID": 1,
                                        "altSubDepartmentID": 1,
                                        "altMinorDepartmentID": 1,
                                        "altLesserDepartmentID": 1,
                                        "altDeptCode": "sample string 140",
                                        "altSubDeptCode": "sample string 141",
                                        "altMinorDeptCode": "sample string 142",
                                        "altLesserDeptCode": "sample string 143",
                                        "altDepartmentChanged": true,
                                        "storeProducts": [
                                          {
                                            "$ref": "25"
                                          },
                                          {
                                            "$ref": "25"
                                          }
                                        ],
                                        "store": {
                                          "$ref": "16"
                                        },
                                        "storePrices": [
                                          {
                                            "$id": "26",
                                            "pluG_UID": "dKaluxZVokeWm+2eASvRXQ==",
                                            "pluGuid": "bba5a674-5516-47a2-969b-ed9e012bd15d",
                                            "plu": 1,
                                            "storeID": 1,
                                            "zoneID": 2,
                                            "zoneName": "sample string 3",
                                            "store": "sample string 4",
                                            "priceNow": 5,
                                            "costNow": 6,
                                            "costNowDecimals": 7,
                                            "normalPrice": 8,
                                            "gstPercent": 9,
                                            "normalCost": 10,
                                            "normalCostDecimals": 11,
                                            "costGstPercent": 12,
                                            "costCalcMethod": 1,
                                            "currentCost": 13,
                                            "currentCostDecimals": 14,
                                            "break1": 15,
                                            "price1": 16,
                                            "break2": 17,
                                            "price2": 18,
                                            "break3": 19,
                                            "price3": 20,
                                            "fuelItem": 21,
                                            "fixedWeight": 22,
                                            "active": true,
                                            "complianceIndicator": "sample string 23",
                                            "doNotOrder": true,
                                            "doNotRange": true,
                                            "isNormalPriceChangesCampaign": true,
                                            "updated": "2025-06-14T07:42:13.1152733"
                                          },
                                          {
                                            "$ref": "26"
                                          }
                                        ],
                                        "currentPrices": {
                                          "$id": "27",
                                          "pluPrices": {
                                            "$id": "28",
                                            "plu": 1,
                                            "pluG_UID": "QEA=",
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "normalPrice": 1,
                                            "cost": 2,
                                            "break1": 3,
                                            "price1": 4,
                                            "break2": 5,
                                            "price2": 6,
                                            "break3": 7,
                                            "price3": 8,
                                            "discountPrice": 9,
                                            "acceptedUtc": "2025-06-14T07:42:13.1152733",
                                            "priceChangeType": 0,
                                            "costDecimals": 10
                                          },
                                          "normalPluPrices": {
                                            "$ref": "28"
                                          },
                                          "winningCampaign": 1,
                                          "winner": {
                                            "$id": "29",
                                            "campaignName": "sample string 1",
                                            "campaignDescription": "sample string 2",
                                            "startDate": "2025-06-14T07:42:13.1152733",
                                            "startTime": 3,
                                            "endDate": "2025-06-14T07:42:13.1152733",
                                            "endTime": 4,
                                            "newPrice": 5,
                                            "newCost": 6,
                                            "newCostDecimals": 7,
                                            "pctDiscount": 8,
                                            "promoType": 1,
                                            "promotionTypeCode": "sample string 9",
                                            "hostType": 10,
                                            "hostIdentifier": "355gkRHoVEKYUKvPdSSJ6Q==",
                                            "hostIdentifierGuid": "91609edf-e811-4254-9850-abcf752489e9",
                                            "storeNames": [
                                              "sample string 1",
                                              "sample string 2"
                                            ]
                                          },
                                          "details": [
                                            {
                                              "$ref": "29"
                                            },
                                            {
                                              "$ref": "29"
                                            }
                                          ]
                                        },
                                        "tray": {
                                          "$id": "30",
                                          "g_UId": "EaUVKhm6nkWJeYZegFcTQA==",
                                          "guid": "2a15a511-ba19-459e-8979-865e80571340",
                                          "name": "sample string 1",
                                          "number": 1,
                                          "tare": 1
                                        },
                                        "priceGroup": {
                                          "$id": "31",
                                          "priceGroupG_UID": "CCePBefWXkaiy+LQKPniDw==",
                                          "priceGroupGuid": "058f2708-d6e7-465e-a2cb-e2d028f9e20f",
                                          "name": "sample string 2",
                                          "code": 1,
                                          "modified": true,
                                          "updated": "2025-06-14T07:42:13.1152733",
                                          "buyingLimit": 1,
                                          "buyingLimitIndependent": true,
                                          "buyingLimitType": 0,
                                          "number": 1,
                                          "products": [
                                            {
                                              "$ref": "25"
                                            },
                                            {
                                              "$ref": "25"
                                            }
                                          ],
                                          "productCount": 1
                                        },
                                        "priceGroupName": "sample string 145",
                                        "nutrifacts": {
                                          "$id": "32",
                                          "pluG_UID": "fo4rWEFQRkGJ0uAKqjzkEA==",
                                          "pluGuid": "582b8e7e-5041-4146-89d2-e00aaa3ce410",
                                          "plu": 1,
                                          "servingsPerPack": 1,
                                          "servingSize": 1,
                                          "showAllergens": 1,
                                          "energy": 1,
                                          "protein": 1,
                                          "fat": 1,
                                          "saturated": 1,
                                          "carbo": 1,
                                          "sugars": 1,
                                          "sodium": 1,
                                          "potasium": 1,
                                          "calcium": 1,
                                          "fibre": 1,
                                          "soya": 1,
                                          "nutsSeeds": 1,
                                          "shells": 1,
                                          "eggs": 1,
                                          "dairy": 1,
                                          "gluten": 1,
                                          "sulphites": 1,
                                          "peanuts": 1,
                                          "sesame": 1,
                                          "fish": 1,
                                          "lupins": 1
                                        },
                                        "dates": {
                                          "$id": "33",
                                          "pluGuid": "101e6dd1-e14b-4783-b10d-da61fd0678ac",
                                          "created": "2025-06-14T07:42:13.1152733",
                                          "createdByUser": "sample string 1",
                                          "activated": "2025-06-14T07:42:13.1152733",
                                          "deactivated": "2025-06-14T07:42:13.1152733",
                                          "lastOrdered": "2025-06-14T07:42:13.1152733",
                                          "lastOrderedQty": 2.0,
                                          "lastReceived": "2025-06-14T07:42:13.1152733",
                                          "lastReceivedQty": 3.0,
                                          "lastInvoiceStatus": 1,
                                          "lastCounted": "2025-06-14T07:42:13.1152733",
                                          "lastSold": "2025-06-14T07:42:13.1152733",
                                          "firstSold": "2025-06-14T07:42:13.1152733",
                                          "awsUpdated": "2025-06-14T07:42:13.1152733",
                                          "lastManualUpdate": "2025-06-14T07:42:13.1152733",
                                          "lastManualUpdatedByUser": "sample string 5",
                                          "lastUpdated": "2025-06-14T07:42:13.1152733",
                                          "lastUpdatedByUser": "sample string 7",
                                          "lastUpdatedByHost": "2025-06-14T07:42:13.1152733",
                                          "doNotRangeUpdated": "2025-06-14T07:42:13.1152733",
                                          "doNotOrderUpdated": "2025-06-14T07:42:13.1308987",
                                          "tracked": "2025-06-14T07:42:13.1308987"
                                        },
                                        "allergens": [
                                          {
                                            "$id": "34",
                                            "allergenID": 1,
                                            "pluG_UID": "QD0RblZ2dUCWo7pBbcIKdg==",
                                            "pluGuid": "6e113d40-7656-4075-96a3-ba416dc20a76",
                                            "contains": 2,
                                            "allergenName": "sample string 3",
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "34"
                                          }
                                        ],
                                        "costs": {
                                          "$id": "35",
                                          "pluG_UID": "YEKHh2IvmECnQvF/7n2kSw==",
                                          "pluGuid": "87874260-2f62-4098-a742-f17fee7da44b",
                                          "enteredCost": 1,
                                          "weightedAvgCost": 1,
                                          "lastCost": 1,
                                          "rawEnteredCost": 2,
                                          "rawWeightedAvgCost": 3,
                                          "rawLastCost": 4,
                                          "freight": 5.0,
                                          "freightType": 6,
                                          "costDecimals": 7,
                                          "fifoCost": 1,
                                          "updated": "2025-06-14T07:42:13.1308987",
                                          "normalCost": 1,
                                          "currentCost": 1
                                        },
                                        "sales": [
                                          {
                                            "$id": "36",
                                            "saleHeaderID": 1,
                                            "created": "2025-06-14T07:42:13.1308987",
                                            "createdLocal": "2025-06-14T07:42:13.1308987",
                                            "storeID": 3,
                                            "storeName": "sample string 4",
                                            "operatorG_Uid": "QZ6CjYpgsEC8iIpK21QUMA==",
                                            "operatorGuid": "8d829e41-608a-40b0-bc88-8a4adb541430",
                                            "operatorName": "sample string 5",
                                            "tranType": 1,
                                            "plu": 1,
                                            "pluG_UId": "bOe6pkU60kCXDclLIe7sAg==",
                                            "pluGuid": "a6bae76c-3a45-40d2-970d-c94b21eeec02",
                                            "normalPrice": 1,
                                            "totalCents": 1,
                                            "cost": 1,
                                            "grossProfit": 1,
                                            "quantity": 1,
                                            "operator": {
                                              "$ref": "14"
                                            }
                                          },
                                          {
                                            "$ref": "36"
                                          }
                                        ],
                                        "apns": [
                                          {
                                            "$id": "37",
                                            "pluID": 1,
                                            "pluG_UID": "rIxJ2WgCLEORbT5evIbMCQ==",
                                            "pluGuid": "d9498cac-0268-432c-916d-3e5ebc86cc09",
                                            "apn": "sample string 1",
                                            "deleted": true,
                                            "storeID": 1,
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "37"
                                          }
                                        ],
                                        "tuns": [
                                          {
                                            "$id": "38",
                                            "pluG_UId": "e/0OJ4kRf0ykEXq3373G2Q==",
                                            "pluGuid": "270efd7b-1189-4c7f-a411-7ab7dfbdc6d9",
                                            "apn": "sample string 1",
                                            "tun": "sample string 2",
                                            "cartonQuantity": 3,
                                            "product": {
                                              "$ref": "25"
                                            },
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "38"
                                          }
                                        ],
                                        "competitionPricing": [
                                          {
                                            "$id": "39",
                                            "identifier": "xiKseNlZ50K/s2ruunPd+g==",
                                            "identifierGuid": "78ac22c6-59d9-42e7-bfb3-6aeeba73ddfa",
                                            "pluG_UID": "LA0PRgtdcUeiEyb56GEk+w==",
                                            "pluGuid": "460f0d2c-5d0b-4771-a213-26f9e86124fb",
                                            "competitionID": 1,
                                            "name": "sample string 2",
                                            "sellMultiple": 3,
                                            "retailPrice": 4,
                                            "storeName": "sample string 5"
                                          },
                                          {
                                            "$ref": "39"
                                          }
                                        ],
                                        "supplier": {
                                          "$ref": "20"
                                        },
                                        "supplierName": "sample string 146",
                                        "children": [
                                          {
                                            "$ref": "25"
                                          },
                                          {
                                            "$ref": "25"
                                          }
                                        ],
                                        "ordering": {
                                          "$ref": "23"
                                        },
                                        "flipChartPages": [
                                          {
                                            "$id": "40",
                                            "identifier": "Cn6Pn6DbxkKut8mIE8RLlw==",
                                            "groupName": "sample string 1",
                                            "identifierGuid": "9f8f7e0a-dba0-42c6-aeb7-c98813c44b97",
                                            "exists": true,
                                            "flipChartIdentifier": "vjDWeT4pRkGkaWPtaAWcMQ==",
                                            "flipChartIdentifierGuid": "79d630be-293e-4146-a469-63ed68059c31",
                                            "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": "xy3mk5L0skmMg9ytQxilXw==",
                                            "groupIdentifierGuid": "93e62dc7-f492-49b2-8c83-dcad4318a55f",
                                            "flipChart": {
                                              "$id": "41",
                                              "identifier": "jAeed73ueE6otLIYOoN5Rw==",
                                              "identifierGuid": "779e078c-eebd-4e78-a8b4-b2183a837947",
                                              "displayName": "sample string 2",
                                              "sortOrder": 3,
                                              "productsPerRow": 4,
                                              "rowsPerPage": 5,
                                              "buttonMarginX": 6,
                                              "buttonMarginY": 7,
                                              "beginButtonsX": 8,
                                              "beginButtonsY": 9,
                                              "autoSizeButtons": true,
                                              "autoSizeGrid": true,
                                              "showButtonText": true,
                                              "showButtonImage": true,
                                              "formLocationX": 1,
                                              "formLocationY": 1,
                                              "formWidth": 14,
                                              "formHeight": 15,
                                              "formMaximised": true,
                                              "formResizable": true,
                                              "formBackgroundImage": "sample string 16",
                                              "formBackgroundColourA": 1,
                                              "formBackgroundColourR": 1,
                                              "formBackgroundColourG": 1,
                                              "formBackgroundColourB": 1,
                                              "formFontFamily": "sample string 17",
                                              "formFontSize": 1.1,
                                              "formFontStyle": 1,
                                              "formAttributes": "sample string 18",
                                              "buttonWidth": 19,
                                              "buttonHeight": 20,
                                              "buttonAnchor": 21,
                                              "buttonBackgroundImage": "sample string 22",
                                              "buttonTopColour": 1,
                                              "buttonTextColour": 1,
                                              "buttonBottomColour": 1,
                                              "buttonBorderColour": 1,
                                              "buttonBorderWidth": 1,
                                              "buttonRadius": 1,
                                              "buttonGradientMode": 1,
                                              "buttonDropShadow": true,
                                              "buttonShadowWidth": 1,
                                              "buttonHighLightOnPush": true,
                                              "buttonFontFamily": "sample string 23",
                                              "buttonFontSize": 1.1,
                                              "buttonFontStyle": 1,
                                              "buttonTextAlign": 1,
                                              "buttonWordBreak": true,
                                              "buttonDrawImageAndButton": true,
                                              "buttonVerticalText": true,
                                              "buttonImageAlign": 1,
                                              "panelLocationX": 1,
                                              "panelLocationY": 1,
                                              "panelWidth": 1,
                                              "panelHeight": 1,
                                              "panelAnchor": 1,
                                              "panelFontFamily": "sample string 24",
                                              "panelFontSize": 1.1,
                                              "panelFontStyle": 1,
                                              "panelBackgroundColour": 1,
                                              "panelTextColour": 1,
                                              "panelAttributes": "sample string 25",
                                              "unsentCount": 26,
                                              "group": {
                                                "$id": "42",
                                                "identifier": "l12Ce14i6US3+9YteqYLaQ==",
                                                "identifierGuid": "7b825d97-225e-44e9-b7fb-d62d7aa60b69",
                                                "name": "sample string 2",
                                                "formType": "sample string 3",
                                                "forms": [
                                                  {
                                                    "$id": "43",
                                                    "id": 1,
                                                    "g_UID": "M7+6J/4tB0m8Cfy71NLgQA==",
                                                    "guid": "27babf33-2dfe-4907-bc09-fcbbd4d2e040",
                                                    "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": "hx6n/YryoUqgElANddyGbg==",
                                                    "previousFormGuid": "fda71e87-f28a-4aa1-a012-500d75dc866e",
                                                    "nextForm": 1,
                                                    "nextFormG_UID": "A8+xm5KHfE+hXLkZW0xwiA==",
                                                    "nextFormGuid": "9bb1cf03-8792-4f7c-a15c-b9195b4c7088",
                                                    "attributes": "sample string 10",
                                                    "updated": "2025-06-14T07:42:13.1308987",
                                                    "positioning": 1,
                                                    "contentPanel": "sample string 11",
                                                    "selectionMode": 1,
                                                    "maximumSelections": 1,
                                                    "alteredInStore": true,
                                                    "deleted": true,
                                                    "blueprintID": 1,
                                                    "preserveLayout": true,
                                                    "mainCheckoutFormName": "sample string 13",
                                                    "nextCheckoutForm": {
                                                      "$ref": "43"
                                                    },
                                                    "previousCheckoutForm": {
                                                      "$ref": "43"
                                                    },
                                                    "buttons": [
                                                      {
                                                        "$id": "44",
                                                        "id": 1,
                                                        "checkoutFormID": 2,
                                                        "checkoutFormG_UID": "q7mnR7uN5Uyu96aUAHQCfw==",
                                                        "checkoutFormGuid": "47a7b9ab-8dbb-4ce5-aef7-a6940074027f",
                                                        "identifier": "hRVml9ksr0OqdU9c8lz+0A==",
                                                        "identifierGuid": "97661585-2cd9-43af-aa75-4f5cf25cfed0",
                                                        "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": "GbqsT6X7/k2zZVZOEUATTA==",
                                                        "valueGuid": "4facba19-fba5-4dfe-b365-564e1140134c",
                                                        "buttonText": "sample string 10",
                                                        "valueText": "sample string 11",
                                                        "drawImageAndButton": true,
                                                        "updated": "2025-06-14T07:42:13.1308987",
                                                        "action": "sample string 12",
                                                        "valueForm": {
                                                          "$ref": "43"
                                                        },
                                                        "image": {
                                                          "$id": "45",
                                                          "name": "sample string 3.sample string 4",
                                                          "imageID": 2,
                                                          "imageName": "sample string 3",
                                                          "imageExtension": "sample string 4",
                                                          "lastUpdate": "2025-06-14T07:42:13.1308987",
                                                          "imageData": "QEA=",
                                                          "readOnly": true
                                                        }
                                                      },
                                                      {
                                                        "$ref": "44"
                                                      }
                                                    ],
                                                    "panels": [
                                                      {
                                                        "$id": "46",
                                                        "id": 1,
                                                        "checkoutFormID": 2,
                                                        "checkoutFormG_UID": "3hx3XOeIdUOWXFcdZt8Q0Q==",
                                                        "checkoutFormGuid": "5c771cde-88e7-4375-965c-571d66df10d1",
                                                        "panelType": "sample string 4",
                                                        "name": "sample string 5",
                                                        "locationX": 6,
                                                        "locationY": 7,
                                                        "width": 8,
                                                        "height": 9,
                                                        "anchor": 10,
                                                        "fontFamily": "sample string 11",
                                                        "fontSize": 12.1,
                                                        "fontStyle": 13,
                                                        "backgroundColour": 14,
                                                        "textColour": 15,
                                                        "attributes": "sample string 16"
                                                      },
                                                      {
                                                        "$ref": "46"
                                                      }
                                                    ]
                                                  },
                                                  {
                                                    "$ref": "43"
                                                  }
                                                ],
                                                "panels": [
                                                  {
                                                    "$ref": "46"
                                                  },
                                                  {
                                                    "$ref": "46"
                                                  }
                                                ]
                                              },
                                              "pages": [
                                                {
                                                  "$ref": "40"
                                                },
                                                {
                                                  "$ref": "40"
                                                }
                                              ]
                                            },
                                            "contentPanel": {
                                              "$ref": "46"
                                            },
                                            "products": [
                                              {
                                                "$id": "47",
                                                "flipChartPageIdentifier": "l1T197fM5UugC1TkhU+rUQ==",
                                                "flipChartPageIdentifierGuid": "f7f55497-ccb7-4be5-a00b-54e4854fab51",
                                                "pluG_UID": "h9zrFmsqtUWPGvMD2wcBtw==",
                                                "pluGuid": "16ebdc87-2a6b-45b5-8f1a-f303db0701b7",
                                                "sortOrder": 3,
                                                "sent": true,
                                                "productChanged": true,
                                                "productImageName": "sample string 6",
                                                "productShowImageOnFlipCharts": true,
                                                "productShowTextOnFlipCharts": true,
                                                "productOverrideFlipChartText": true,
                                                "productFlipChartText": "sample string 10",
                                                "product": {
                                                  "$ref": "25"
                                                },
                                                "departmentSortOrder": 11,
                                                "subDepartmentName": "sample string 12"
                                              },
                                              {
                                                "$ref": "47"
                                              }
                                            ],
                                            "productCount": 27,
                                            "pages": [
                                              {
                                                "$ref": "40"
                                              },
                                              {
                                                "$ref": "40"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "40"
                                          }
                                        ],
                                        "priceHistory": [
                                          {
                                            "$id": "48",
                                            "pluG_UID": "2et/itxkoEqJ3r31N3eSbg==",
                                            "pluGuid": "8a7febd9-64dc-4aa0-89de-bdf53777926e",
                                            "price": 1,
                                            "costCalcMethod": 1,
                                            "cost": 2,
                                            "weightedAvgCost": 3,
                                            "lastCost": 4,
                                            "rawCost": 5,
                                            "rawWeightedAvgCost": 6,
                                            "rawLastCost": 7,
                                            "costDecimals": 8,
                                            "serviceFeeID": 9,
                                            "freight": 10.0,
                                            "freightType": 11,
                                            "process": "sample string 12",
                                            "user": "sample string 13",
                                            "updated": "2025-06-14T07:42:13.1308987",
                                            "previousPrice": 1,
                                            "previousCostCalcMethod": 1,
                                            "previousCost": 1,
                                            "previousWeightedAvgCost": 1,
                                            "previousLastCost": 1,
                                            "previousRawCost": 15,
                                            "previousRawWeightedAvgCost": 16,
                                            "previousRawLastCost": 17,
                                            "previousCostDecimals": 1,
                                            "previousServiceFeeID": 18,
                                            "previousFreight": 19.0,
                                            "previousFreightType": 20,
                                            "storeID": 21,
                                            "storeName": "sample string 22",
                                            "serviceFeeDescription": "sample string 23",
                                            "previousServiceFeeDescription": "sample string 24"
                                          },
                                          {
                                            "$ref": "48"
                                          }
                                        ],
                                        "ingredients": [
                                          {
                                            "$id": "49",
                                            "pluG_UID": "UFmsUwOinkO8KQ1HzRu/Zw==",
                                            "ingredientGuid": "LcB5FU5Ep0OEsvNOQBRgew==",
                                            "ingredientIdentifier": "1579c02d-444e-43a7-84b2-f34e4014607b",
                                            "quantity": 1.0,
                                            "storeIDs": [
                                              1,
                                              2
                                            ],
                                            "ingredientText": "sample string 1",
                                            "ingredient": {
                                              "$ref": "25"
                                            }
                                          },
                                          {
                                            "$ref": "49"
                                          }
                                        ],
                                        "bins": [
                                          {
                                            "$id": "50",
                                            "pluG_UID": "kqA5ESRPekqztH0QlYISJA==",
                                            "pluGuid": "1139a092-4f24-4a7a-b3b4-7d1095821224",
                                            "shelfLocationIdentifier": "KEJElifrEkmJiXXQNcolsw==",
                                            "shelfLocationGuid": "96444228-eb27-4912-8989-75d035ca25b3",
                                            "labelShelfDefault": 1,
                                            "labelTalkerDefault": 1,
                                            "labelSmall": true,
                                            "labelPageLayoutG_UID": "BSqf7hXPpUqCE2GJPjWG0Q==",
                                            "labelPageLayoutGuid": "ee9f2a05-cf15-4aa5-8213-61893e3586d1",
                                            "updated": "2025-06-14T07:42:13.1308987",
                                            "electronicShelfLabelIdentifier": "sample string 5",
                                            "electronicshelfLabelsConfigurationID": 6,
                                            "labelShelfChanged": true,
                                            "productName": "sample string 8",
                                            "locationText": "sample string 9",
                                            "product": {
                                              "$ref": "25"
                                            },
                                            "location": {
                                              "$id": "51",
                                              "identifier": "DrSEkzyFbEK7iEkS0Djz7g==",
                                              "storeID": 1,
                                              "identifierGuid": "9384b40e-853c-426c-bb88-4912d038f3ee",
                                              "name": "sample string 2",
                                              "haccp": true,
                                              "blueprintID": 1,
                                              "updated": "2025-06-14T07:42:13.1308987",
                                              "minTemp": 1,
                                              "maxTemp": 1,
                                              "checkFrequency": 1,
                                              "storeCaseConfiguration": 5,
                                              "storeName": "sample string 6",
                                              "bins": [
                                                {
                                                  "$ref": "50"
                                                },
                                                {
                                                  "$ref": "50"
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "$ref": "50"
                                          }
                                        ],
                                        "bin": {
                                          "$ref": "50"
                                        },
                                        "scaleLocations": [
                                          {
                                            "$id": "52",
                                            "plu": 1,
                                            "pluG_UID": "OSwIT36fVEyuR68BV0uECA==",
                                            "pluGuid": "4f082c39-9f7e-4c54-ae47-af01574b8408",
                                            "deptNo": 1,
                                            "product": {
                                              "$ref": "25"
                                            },
                                            "scaleLocation": {
                                              "$id": "53",
                                              "id": 1,
                                              "deptNo": 1,
                                              "deptCode": "sample string 2",
                                              "name": "sample string 3",
                                              "enabled": true,
                                              "updated": "2025-06-14T07:42:13.1308987",
                                              "department": {
                                                "$id": "54",
                                                "id": 1,
                                                "name": "sample string 2",
                                                "code": "sample string 3",
                                                "sortOrder": 4,
                                                "isLiquor": true,
                                                "isTobacco": true,
                                                "excludeTalker": true,
                                                "externalSales": true,
                                                "saleGLCode": "sample string 9",
                                                "cogsglCode": "sample string 10",
                                                "accountingCategoryID": 11,
                                                "maximumMarkdownPercentage": 12.0,
                                                "accountingOnly": true,
                                                "generateExternalID": 1,
                                                "useNonReportableTaxCode": true,
                                                "minPLU": 15,
                                                "maxPLU": 16,
                                                "scaleLocation": {
                                                  "$ref": "53"
                                                },
                                                "subDepartments": [
                                                  {
                                                    "$id": "55",
                                                    "id": 1,
                                                    "departmentID": 2,
                                                    "name": "sample string 3",
                                                    "code": "sample string 4",
                                                    "departmentCode": "sample string 5",
                                                    "externalSales": true,
                                                    "minorDepartments": [
                                                      {
                                                        "$id": "56",
                                                        "id": 1,
                                                        "subDepartmentID": 2,
                                                        "departmentID": 3,
                                                        "name": "sample string 4",
                                                        "subDepartmentCode": "sample string 5",
                                                        "departmentCode": "sample string 6",
                                                        "code": "sample string 7",
                                                        "lesserDepartments": [
                                                          {
                                                            "$id": "57",
                                                            "id": 1,
                                                            "departmentID": 2,
                                                            "subDepartmentID": 3,
                                                            "minorDepartmentID": 4,
                                                            "name": "sample string 5",
                                                            "code": "sample string 6",
                                                            "departmentCode": "sample string 7",
                                                            "subDepartmentCode": "sample string 8",
                                                            "minorDepartmentCode": "sample string 9",
                                                            "updated": "2025-06-14T07:42:13.1308987",
                                                            "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": "vrlKVsnkDUicMwXOpm9zMA==",
                                                            "labelPageLayoutGuid": "564ab9be-e4c9-480d-9c33-05cea66f7330",
                                                            "minimumAge": 17,
                                                            "countryOfOrigin": "sample string 18",
                                                            "serviceFeeID": 1,
                                                            "eftCode": 19,
                                                            "defaultPrinter": "sample string 20",
                                                            "defaultPrinterGroup": "sample string 21",
                                                            "buyingLimit": 1,
                                                            "buyingLimitIndependent": true,
                                                            "buyingLimitType": 0,
                                                            "includeInDistinctLimit": true,
                                                            "defaultsEmpty": false,
                                                            "mscCat": {
                                                              "$id": "58",
                                                              "dept": 1,
                                                              "category": 2,
                                                              "name": "sample string 3",
                                                              "active": true,
                                                              "mscCommodities": [
                                                                {
                                                                  "$id": "59",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "commodity": 3,
                                                                  "name": "sample string 4",
                                                                  "active": true,
                                                                  "mscSubCommodities": [
                                                                    {
                                                                      "$id": "60",
                                                                      "dept": 1,
                                                                      "category": 2,
                                                                      "commodity": 3,
                                                                      "subCommodity": 4,
                                                                      "name": "sample string 5",
                                                                      "active": true,
                                                                      "subCommodityCode": "sample string 7"
                                                                    },
                                                                    {
                                                                      "$ref": "60"
                                                                    }
                                                                  ],
                                                                  "commodityCode": "sample string 6"
                                                                },
                                                                {
                                                                  "$ref": "59"
                                                                }
                                                              ],
                                                              "categoryCode": "sample string 5"
                                                            },
                                                            "mscCom": {
                                                              "$ref": "59"
                                                            },
                                                            "mscDep": {
                                                              "$id": "61",
                                                              "dept": 1,
                                                              "name": "sample string 2",
                                                              "active": true,
                                                              "mscCategories": [
                                                                {
                                                                  "$ref": "58"
                                                                },
                                                                {
                                                                  "$ref": "58"
                                                                }
                                                              ],
                                                              "deptCode": "sample string 4"
                                                            },
                                                            "mscSubCom": {
                                                              "$ref": "60"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "57"
                                                          }
                                                        ],
                                                        "updated": "2025-06-14T07:42:13.1308987",
                                                        "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": "AHZcvlemG0ecHxoVZDHy0Q==",
                                                        "labelPageLayoutGuid": "be5c7600-a657-471b-9c1f-1a156431f2d1",
                                                        "minimumAge": 15,
                                                        "countryOfOrigin": "sample string 16",
                                                        "serviceFeeID": 1,
                                                        "eftCode": 17,
                                                        "defaultPrinter": "sample string 18",
                                                        "defaultPrinterGroup": "sample string 19",
                                                        "buyingLimit": 1,
                                                        "buyingLimitIndependent": true,
                                                        "buyingLimitType": 0,
                                                        "includeInDistinctLimit": true,
                                                        "defaultsEmpty": false,
                                                        "mscCat": {
                                                          "$ref": "58"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "59"
                                                        },
                                                        "mscDep": {
                                                          "$ref": "61"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "60"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "56"
                                                      }
                                                    ],
                                                    "investmentBuyOverride": true,
                                                    "updated": "2025-06-14T07:42:13.1308987",
                                                    "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": "OoO0xV8FJUKew9NAXhkqRQ==",
                                                    "labelPageLayoutGuid": "c5b4833a-055f-4225-9ec3-d3405e192a45",
                                                    "minimumAge": 15,
                                                    "countryOfOrigin": "sample string 16",
                                                    "serviceFeeID": 1,
                                                    "eftCode": 17,
                                                    "defaultPrinter": "sample string 18",
                                                    "defaultPrinterGroup": "sample string 19",
                                                    "buyingLimit": 1,
                                                    "buyingLimitIndependent": true,
                                                    "buyingLimitType": 0,
                                                    "includeInDistinctLimit": true,
                                                    "defaultsEmpty": false,
                                                    "mscCat": {
                                                      "$ref": "58"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "59"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "61"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "60"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "55"
                                                  }
                                                ],
                                                "stores": [
                                                  1,
                                                  2
                                                ],
                                                "investmentBuyOverride": true,
                                                "updated": "2025-06-14T07:42:13.1308987",
                                                "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": "X1btq/WOKEqSi66rbh4b1w==",
                                                "labelPageLayoutGuid": "abed565f-8ef5-4a28-928b-aeab6e1e1bd7",
                                                "minimumAge": 25,
                                                "countryOfOrigin": "sample string 26",
                                                "serviceFeeID": 1,
                                                "eftCode": 27,
                                                "defaultPrinter": "sample string 28",
                                                "defaultPrinterGroup": "sample string 29",
                                                "buyingLimit": 1,
                                                "buyingLimitIndependent": true,
                                                "buyingLimitType": 0,
                                                "includeInDistinctLimit": true,
                                                "defaultsEmpty": false,
                                                "mscCat": {
                                                  "$ref": "58"
                                                },
                                                "mscCom": {
                                                  "$ref": "59"
                                                },
                                                "mscDep": {
                                                  "$ref": "61"
                                                },
                                                "mscSubCom": {
                                                  "$ref": "60"
                                                }
                                              }
                                            }
                                          },
                                          {
                                            "$ref": "52"
                                          }
                                        ],
                                        "nextPrice": {
                                          "$id": "62",
                                          "id": 1,
                                          "campaignID": 2,
                                          "campaignName": "sample string 3",
                                          "plu": 1,
                                          "hostOfferID": 1,
                                          "metcashPromotionID": "sample string 4",
                                          "metcashPromotionPlacement": "sample string 5",
                                          "pluG_UID": "Ou5Nr4hhAUWDP1LtGma23A==",
                                          "pluGuid": "af4dee3a-6188-4501-833f-52ed1a66b6dc",
                                          "newPrice": 1,
                                          "pctDiscount": 1,
                                          "newCost": 1,
                                          "newCostDecimals": 6,
                                          "dealCostIdentifier": "7zZKU4xjkEq3xUYPJZYo/A==",
                                          "dealCostGuid": "534a36ef-638c-4a90-b7c5-460f259628fc",
                                          "pluName": "sample string 7",
                                          "apn": "sample string 8",
                                          "fuelItem": true,
                                          "priceGroupG_UID": "kkffhyGOwUCBkDoKpvSfrw==",
                                          "priceGroupGuid": "87df4792-8e21-40c1-8190-3a0aa6f49faf",
                                          "itemNumber": "sample string 10",
                                          "cri": "sample string 11",
                                          "pluPrice": 12,
                                          "pluCost": 13,
                                          "pluCostIndicator": "sample string 14",
                                          "pluPriceGstPercent": 15,
                                          "pluCostGstPercent": 16,
                                          "pluActive": true,
                                          "cartonQty": 1.1,
                                          "baseUnits": 18.1,
                                          "salesMode": 1,
                                          "pluNormalCost": 19,
                                          "pluaws": 20.0,
                                          "directNumber": "sample string 21",
                                          "departmentName": "sample string 22",
                                          "subDepartmentName": "sample string 23",
                                          "priceGroupName": "sample string 24",
                                          "supplierName": "sample string 25",
                                          "stockOnHand": 1.1,
                                          "stockOnOrder": 1.1,
                                          "lastReceived": "2025-06-14T07:42:13.1308987",
                                          "rrp": 26,
                                          "campaignDescription": "sample string 27",
                                          "campaignComboPriceGroupG_UID": "vbSV0QSEg0aE2i0yem+drg==",
                                          "campaignComboPriceGroupIdentifier": "d195b4bd-8404-4683-84da-2d327a6f9dae",
                                          "promotionPlacementDescription": "sample string 28",
                                          "storeAcceptances": [
                                            {
                                              "$id": "63",
                                              "plu": 1,
                                              "pluG_UId": "QEA=",
                                              "campaignID": 1,
                                              "campaignName": "sample string 2",
                                              "storeID": 3,
                                              "acceptedUtc": "2025-06-14T07:42:13.1308987",
                                              "operatorG_UID": "+r90Lp9ZaUGMP5eVoRCftQ==",
                                              "operatorGuid": "2e74bffa-599f-4169-8c3f-9795a1109fb5",
                                              "machineID": 1,
                                              "processed": true,
                                              "appliedUtc": "2025-06-14T07:42:13.1308987",
                                              "signIqTicketFileMovedUtc": "2025-06-14T07:42:13.1308987",
                                              "user": "sample string 6",
                                              "campaignDescription": "sample string 7",
                                              "productDesc": "sample string 8",
                                              "storeName": "sample string 9",
                                              "effectiveUtc": "2025-06-14T07:42:13.1308987",
                                              "priceChangeType": 0,
                                              "operatorName": "sample string 10",
                                              "hostCampaign": true,
                                              "product": {
                                                "$ref": "25"
                                              },
                                              "campaignPlu": {
                                                "$ref": "62"
                                              }
                                            },
                                            {
                                              "$ref": "63"
                                            }
                                          ],
                                          "campaign": {
                                            "$id": "64",
                                            "id": 1,
                                            "storeID": 2,
                                            "name": "b7b7b1ce-9c8b-425f-b137-f6c658bcf2d1",
                                            "nameGuid": "b7b7b1ce-9c8b-425f-b137-f6c658bcf2d1",
                                            "description": "sample string 4",
                                            "showDiscounts": true,
                                            "showTotals": true,
                                            "onlyEvaluateOnSubtotal": true,
                                            "useDescription": true,
                                            "campaignType": 1,
                                            "startDate": "2025-06-14T07:42:13.1308987",
                                            "startTime": 1,
                                            "endDate": "2025-06-14T07:42:13.1308987",
                                            "endTime": 1,
                                            "recurrence": 1,
                                            "recurrenceType": 1,
                                            "monthType": 1,
                                            "weekDays": 1,
                                            "months": 1,
                                            "monthWeeks": 1,
                                            "monthDays": "sample string 7",
                                            "printed": true,
                                            "talkerText": "sample string 8",
                                            "rangeDescription": "sample string 9",
                                            "dealDescription": "sample string 10",
                                            "labelQuantity": 11,
                                            "active": 1,
                                            "deactivated": "2025-06-14T07:42:13.1308987",
                                            "system": true,
                                            "created": "2025-06-14T07:42:13.1308987",
                                            "updated": "2025-06-14T07:42:13.1308987",
                                            "priceChangeNotifiedUtc": "2025-06-14T07:42:13.1308987",
                                            "promoType": 1,
                                            "promotionTypeCode": "sample string 13",
                                            "hostIdentifier": "fkgNB1CBmEyFRRRAmj4n+Q==",
                                            "hostIdentifierGuid": "070d487e-8150-4c98-8545-14409a3e27f9",
                                            "hostType": 14,
                                            "createdByUser": "sample string 15",
                                            "fromHost": true,
                                            "deleted": true,
                                            "campaignDeleted": "2025-06-14T07:42:13.1308987",
                                            "updatedByUser": "sample string 18",
                                            "offerID": 1,
                                            "isPriceChangeCampaign": true,
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "storeNames": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "campaignPlus": [
                                              {
                                                "$ref": "62"
                                              },
                                              {
                                                "$ref": "62"
                                              }
                                            ],
                                            "campaignPools": [
                                              {
                                                "$id": "65",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "plu": 4,
                                                "pluG_UID": "2/OrHSlClk+Y2kB2kDnJ4w==",
                                                "pluGuid": "1dabf3db-4229-4f96-98da-40769039c9e3",
                                                "hostOfferID": 1,
                                                "priceGroupG_UID": "guubIT2WIEGRqB6hLUYOig==",
                                                "priceGroupGuid": "219beb82-963d-4120-91a8-1ea12d460e8a",
                                                "fuelItem": true,
                                                "pluName": "sample string 6",
                                                "apn": "sample string 7",
                                                "pluActive": true,
                                                "cartonQty": 1,
                                                "baseUnits": 9.1,
                                                "cri": "sample string 10",
                                                "salesMode": 1,
                                                "pluaws": 11.0,
                                                "directNumber": "sample string 12",
                                                "departmentName": "sample string 13",
                                                "subDepartmentName": "sample string 14",
                                                "priceGroupName": "sample string 15",
                                                "supplierName": "sample string 16",
                                                "stockOnHand": 1.1,
                                                "stockOnOrder": 1.1,
                                                "lastReceived": "2025-06-14T07:42:13.1308987",
                                                "rrp": 17,
                                                "campaignDescription": "sample string 18",
                                                "product": {
                                                  "$ref": "25"
                                                },
                                                "campaign": {
                                                  "$ref": "64"
                                                }
                                              },
                                              {
                                                "$ref": "65"
                                              }
                                            ],
                                            "sellingRules": [
                                              {
                                                "$id": "66",
                                                "id": 1,
                                                "identifier": "erHOiVqd9k+wDKwSg+EpFw==",
                                                "identifierStr": "erHOiVqd9k+wDKwSg+EpFw==",
                                                "identifierGuid": "89ceb17a-9d5a-4ff6-b00c-ac1283e12917",
                                                "campaignID": 4,
                                                "campaignName": "sample string 5",
                                                "ruleJoin": 1,
                                                "ruleType": 6,
                                                "operand0": "sample string 7",
                                                "comparisonOp": 1,
                                                "operand1": "sample string 8",
                                                "action": 1,
                                                "operand2": "sample string 9",
                                                "operand3": "sample string 10",
                                                "includeExcludedItems": true,
                                                "noFurtherDiscounts": true,
                                                "description": "sample string 11",
                                                "sortOrder": 1,
                                                "isItemRule": false,
                                                "prevDept": "sample string 12",
                                                "campaign": {
                                                  "$ref": "64"
                                                }
                                              },
                                              {
                                                "$ref": "66"
                                              }
                                            ],
                                            "customers": [
                                              {
                                                "$id": "67",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "customerID": "m4uK5/5Nn0GzVe2TVOf1Yg==",
                                                "customerIDGuid": "e78a8b9b-4dfe-419f-b355-ed9354e7f562",
                                                "campaign": {
                                                  "$ref": "64"
                                                },
                                                "customer": {
                                                  "$ref": "6"
                                                }
                                              },
                                              {
                                                "$ref": "67"
                                              }
                                            ],
                                            "customerGroups": [
                                              {
                                                "$id": "68",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "groupID": "h+nlOOggZkSBatePt6Lp8w==",
                                                "groupIDGuid": "38e5e987-20e8-4466-816a-d78fb7a2e9f3",
                                                "campaign": {
                                                  "$ref": "64"
                                                },
                                                "group": {
                                                  "$ref": "10"
                                                }
                                              },
                                              {
                                                "$ref": "68"
                                              }
                                            ],
                                            "signIqTickets": [
                                              {
                                                "$id": "69",
                                                "identifier": "i23yzI/PGkW3pBxMunWBuw==",
                                                "identifierGuid": "ccf26d8b-cf8f-451a-b7a4-1c4cba7581bb",
                                                "campaignName": "sample string 2",
                                                "message": "sample string 3",
                                                "ticketFileSource": "sample string 4",
                                                "ticketFileDestination": "sample string 5",
                                                "storeID": 1
                                              },
                                              {
                                                "$ref": "69"
                                              }
                                            ],
                                            "comboPriceGroups": [
                                              {
                                                "$id": "70",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "g_UID": "jHoUA6cyYEidw/y6eqKqhg==",
                                                "guid": "03147a8c-32a7-4860-9dc3-fcba7aa2aa86",
                                                "description": "sample string 5",
                                                "newPrice": 1,
                                                "rangeDescription": "sample string 6",
                                                "dealDescription": "sample string 7",
                                                "labelQuantity": 8,
                                                "hostProductCategoryID": 1,
                                                "offerID": 1,
                                                "dontUpdatePricePlus": true,
                                                "campaign": {
                                                  "$ref": "64"
                                                },
                                                "comboPricePlus": [
                                                  {
                                                    "$id": "71",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "groupG_UID": "ggE5QvdJIUa1nw0hEKbzPA==",
                                                    "groupGuid": "42390182-49f7-4621-b59f-0d2110a6f33c",
                                                    "comboPriceType": 5,
                                                    "priceType": 5,
                                                    "pluG_UID": "/FwOQjuJ0kGpr088GGvZcw==",
                                                    "pluGuid": "420e5cfc-893b-41d2-a9af-4f3c186bd973",
                                                    "priceGroupG_UID": "HULdUIswJk+2ZgWcl2VOdQ==",
                                                    "priceGroupGuid": "50dd421d-308b-4f26-b666-059c97654e75",
                                                    "campaignPoolID": "sample string 7",
                                                    "quantity": 1,
                                                    "campaign": {
                                                      "$ref": "64"
                                                    },
                                                    "product": {
                                                      "$ref": "25"
                                                    },
                                                    "priceGroup": {
                                                      "$ref": "31"
                                                    },
                                                    "campaignPool": {
                                                      "$ref": "64"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "71"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "70"
                                              }
                                            ],
                                            "priceLevels": [
                                              {
                                                "$id": "72",
                                                "id": 1,
                                                "priceLevelIdentifier": "Wh083l0pSUCUte+CovPliw==",
                                                "priceLevelIdentifierGuid": "de3c1d5a-295d-4049-94b5-ef82a2f3e58b",
                                                "campaignName": "sample string 3",
                                                "priceLevelName": "sample string 4"
                                              },
                                              {
                                                "$ref": "72"
                                              }
                                            ]
                                          },
                                          "product": {
                                            "$ref": "25"
                                          },
                                          "dealCost": {
                                            "$id": "73",
                                            "headerIdentifier": "GmKzOJovik6fC1jAzcdebg==",
                                            "headerIdentifierGuid": "38b3621a-2f9a-4e8a-9f0b-58c0cdc75e6e",
                                            "identifier": "i+rgcvJgvEmZDFyQ/8MkEQ==",
                                            "identifierGuid": "72e0ea8b-60f2-49bc-990c-5c90ffc32411",
                                            "supplierIdentifier": "1hC7fmtI3UyhTLGbXb4kaA==",
                                            "supplierGuid": "7ebb10d6-486b-4cdd-a14c-b19b5dbe2468",
                                            "pluG_UID": "xYFl5uASxUGw+4P1/4Pmlg==",
                                            "pluGuid": "e66581c5-12e0-41c5-b0fb-83f5ff83e696",
                                            "campaignName": "ae8cb8dc-29b4-460d-ab21-790a8ebc45f4",
                                            "description": "sample string 4",
                                            "cost": 5,
                                            "costDecimals": 6,
                                            "start": "2025-06-14T07:42:13.1308987",
                                            "end": "2025-06-14T07:42:13.1308987",
                                            "type": 9,
                                            "promoType": 10,
                                            "bonusItemPLUG_UID": "c8wE0LfhWUy+T/4DLmMfdA==",
                                            "bonusItemPluGuid": "d004cc73-e1b7-4c59-be4f-fe032e631f74",
                                            "bonusPurchaseUnits": 11,
                                            "bonusReceiveUnits": 12,
                                            "updated": "2025-06-14T07:42:13.1308987",
                                            "metcashPromotionID": "sample string 14",
                                            "fromHost": 15,
                                            "storeNames": "sample string 16",
                                            "storeIDs": [
                                              1,
                                              2
                                            ],
                                            "supplierName": "sample string 17",
                                            "campaignDescription": "sample string 18",
                                            "newPrice": 1,
                                            "campaignMetcashPromotionID": "sample string 19",
                                            "campaignActive": true,
                                            "campaignStartDate": "2025-06-14T07:42:13.1308987",
                                            "campaignEndDate": "2025-06-14T07:42:13.1308987",
                                            "masterPLUG_UID": "ojJNgFa8YEabDnxdv9/h5Q==",
                                            "masterID": "804d32a2-bc56-4660-9b0e-7c5dbfdfe1e5",
                                            "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": "1Cd1XwF+C06GgR2voMiPyQ==",
                                            "bonusMasterID": "5f7527d4-7e01-4e0b-8681-1dafa0c88fc9",
                                            "bonusProductName": "sample string 34",
                                            "bonusProductAPN": "sample string 35",
                                            "bonusOrderCode": "sample string 36",
                                            "bonusNormalSell": 37,
                                            "bonusNormalCost": 38,
                                            "bonusNormalCostDecimals": 39,
                                            "bonusCartonQuantity": 40,
                                            "bonusSalesMode": 41,
                                            "bonusOrderPacked": 42,
                                            "bonusFuelItem": true,
                                            "bonusActive": true
                                          }
                                        },
                                        "currentCostStart": "2025-06-14T07:42:13.1308987",
                                        "dealCosts": [
                                          {
                                            "$ref": "73"
                                          },
                                          {
                                            "$ref": "73"
                                          }
                                        ],
                                        "tags": [
                                          {
                                            "$id": "74",
                                            "pluG_UID": "vlNXGPDzwU2HiZW6QmFLQQ==",
                                            "pluGuid": "185753be-f3f0-4dc1-8789-95ba42614b41",
                                            "tagID": 1,
                                            "description": "sample string 1",
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "74"
                                          }
                                        ],
                                        "alternateProductG_UID": "zmev9/5U50CoUXVtEaM9XQ==",
                                        "alternateProduct": "f7af67ce-54fe-40e7-a851-756d11a33d5d",
                                        "productHostCode": {
                                          "$id": "75",
                                          "id": 1,
                                          "pluG_UID": "8Bt3AzrUCEieQLv2W+x0yw==",
                                          "pluGuid": "03771bf0-d43a-4808-9e40-bbf65bec74cb",
                                          "ibaCode": "sample string 2"
                                        },
                                        "mscCat": {
                                          "$ref": "58"
                                        },
                                        "mscCom": {
                                          "$ref": "59"
                                        },
                                        "mscDep": {
                                          "$ref": "61"
                                        },
                                        "mscSubCom": {
                                          "$ref": "60"
                                        },
                                        "isUserUpdate": true,
                                        "ignoreMasterProduct": true,
                                        "priceGroupLabelRequested": true,
                                        "firstSold": "2025-06-14T07:42:13.1308987",
                                        "inventoryTracked": "2025-06-14T07:42:13.1308987",
                                        "isNormalPriceChangesCampaign": true
                                      },
                                      "supplier": {
                                        "$ref": "20"
                                      },
                                      "serviceFee": {
                                        "$id": "76",
                                        "id": 1,
                                        "description": "sample string 1",
                                        "fee": 1
                                      },
                                      "isPrimaryHost": true,
                                      "hostVendor": 46
                                    },
                                    {
                                      "$ref": "23"
                                    }
                                  ],
                                  "orderCycleHeaders": [
                                    {
                                      "$id": "77",
                                      "storeID": 1,
                                      "supplierIdentifier": "Ec1WR3FGbEmmRu07H5CQug==",
                                      "supplierGuid": "4756cd11-4671-496c-a646-ed3b1f9090ba",
                                      "departmentCode": "sample string 2",
                                      "warehouseDirectIndicator": "sample string 3",
                                      "type": 4,
                                      "storeName": "sample string 5",
                                      "departmentName": "sample string 6",
                                      "orderDays": 7
                                    },
                                    {
                                      "$ref": "77"
                                    }
                                  ],
                                  "cycles": [
                                    {
                                      "$id": "78",
                                      "storeID": 1,
                                      "supplierIdentifier": "Sok7WlYFdEq4LZhMJLHWsA==",
                                      "supplierGuid": "5a3b894a-0556-4a74-b82d-984c24b1d6b0",
                                      "departmentCode": "sample string 2",
                                      "warehouseDirectIndicator": "sample string 3",
                                      "type": 4,
                                      "cutOffWeek": 5,
                                      "cutOffDay": 6,
                                      "cutOffTime": "00:00:00.1234567",
                                      "leadTime": 7,
                                      "daysBuffer": 8,
                                      "supplierName": "sample string 9",
                                      "cutOffDate": "2025-06-14T07:42:13.1308987",
                                      "deliveryDate": "2025-06-14T07:42:13.1308987",
                                      "nextCutOffDate": "2025-06-14T07:42:13.1308987",
                                      "nextDeliveryDate": "2025-06-14T07:42:13.1308987",
                                      "nextDaysBuffer": 10
                                    },
                                    {
                                      "$ref": "78"
                                    }
                                  ],
                                  "store": {
                                    "$ref": "16"
                                  },
                                  "updated": "2025-06-14T07:42:13.1308987",
                                  "isHost": true
                                },
                                "files": [
                                  {
                                    "$id": "79",
                                    "id": "sample string 1",
                                    "fileName": "sample string 2",
                                    "extension": "sample string 3",
                                    "provider": 0,
                                    "type": 0,
                                    "hostType": "sample string 4",
                                    "createdUtc": "2025-06-14T07:42:13.1308987",
                                    "processed": "2025-06-14T07:42:13.1308987",
                                    "isProcessing": true,
                                    "processedCount": 6,
                                    "processingTime": 1,
                                    "collectedUtc": "2025-06-14T07:42:13.1308987",
                                    "size": 1,
                                    "sizeFormat": "sample string 7",
                                    "isArchive": true,
                                    "version": "sample string 9",
                                    "reference": "sample string 10",
                                    "digest": "sample string 11",
                                    "contentType": "sample string 12",
                                    "host": {
                                      "$ref": "19"
                                    },
                                    "metcashHeader": {
                                      "$id": "80",
                                      "customerNumber": "sample string 1",
                                      "creationDate": "2025-06-14T07:42:13.1308987",
                                      "businessPillar": "sample string 3",
                                      "fileType": "sample string 4"
                                    }
                                  },
                                  {
                                    "$ref": "79"
                                  }
                                ],
                                "zoneMatrix": [
                                  {
                                    "$id": "81",
                                    "id": 1,
                                    "hostIdentifier": "BoPDAagFIU22LMsU9E2zpw==",
                                    "hostIdentifierGuid": "01c38306-05a8-4d21-b62c-cb14f44db3a7",
                                    "storeID": 1,
                                    "departmentCode": "sample string 2",
                                    "hostGuids": [
                                      "834ab84e-5b43-4d28-acae-a20b6732bb26",
                                      "fcc66f3e-b648-4ce9-8a70-8cdcc401c2f4"
                                    ]
                                  },
                                  {
                                    "$ref": "81"
                                  }
                                ],
                                "hostFileStoreSetting": {
                                  "$ref": "18"
                                },
                                "hostStoreSettings": [
                                  {
                                    "$ref": "18"
                                  },
                                  {
                                    "$ref": "18"
                                  }
                                ],
                                "promotionPlacements": [
                                  {
                                    "$id": "82",
                                    "identifier": "Y7N5+02zOke/9xP1FAWZ2w==",
                                    "identifierGuid": "fb79b363-b34d-473a-bff7-13f5140599db",
                                    "code": "sample string 2",
                                    "description": "sample string 3",
                                    "isAdvertised": true
                                  },
                                  {
                                    "$ref": "82"
                                  }
                                ],
                                "promoTypeGuids": [
                                  "c8b4e765-7d56-480a-b6d2-8eb7b14921aa",
                                  "f39bd5a8-a29f-4656-81b1-67a723e2d6a1"
                                ],
                                "isPromotionOnly": false,
                                "isOrderable": false,
                                "vendor": 0
                              },
                              "groupIDs": [
                                1,
                                2
                              ],
                              "hostDescription": "sample string 24"
                            },
                            {
                              "$ref": "18"
                            }
                          ],
                          "accounts": [
                            {
                              "$id": "83",
                              "id": 1,
                              "storeID": 1,
                              "accountName": "sample string 2",
                              "bsb": "sample string 3",
                              "accountNumber": "sample string 4",
                              "accountDesignated": true
                            },
                            {
                              "$ref": "83"
                            }
                          ],
                          "sales": [
                            {
                              "$id": "84",
                              "id": 1,
                              "storeID": 1,
                              "externalSalesType": 2,
                              "ftpSiteID": 1,
                              "lastSaleProcessed": "2025-06-14T07:42:13.1308987",
                              "ftpSite": {
                                "$id": "85",
                                "id": 1,
                                "description": "sample string 2",
                                "address": "sample string 3",
                                "username": "sample string 4",
                                "password": "sample string 5",
                                "path": "sample string 7",
                                "protocol": 8
                              }
                            },
                            {
                              "$ref": "84"
                            }
                          ],
                          "zoneMatrix": [
                            {
                              "$ref": "81"
                            },
                            {
                              "$ref": "81"
                            }
                          ],
                          "cashManagements": [
                            {
                              "$id": "86",
                              "id": 1,
                              "storeID": 1,
                              "cashManagementType": 2,
                              "apiID": 1,
                              "organisationID": "sample string 3",
                              "siteName": "sample string 4",
                              "thirdPartyAPI": {
                                "$id": "87",
                                "id": 1,
                                "description": "sample string 2",
                                "address": "sample string 3",
                                "username": "sample string 4",
                                "password": "sample string 5",
                                "passwordPlain": "sample string 6",
                                "token": "sample string 7",
                                "apiType": 8,
                                "apiSubType": 9
                              }
                            },
                            {
                              "$ref": "86"
                            }
                          ],
                          "updateStoreID": "e56873c4-b6e8-4f9c-94a4-e5f8ac23ef98",
                          "updateStore": {
                            "$id": "88",
                            "id": "da425ac0-d3aa-4141-8731-92d293bce5d5",
                            "name": "sample string 1",
                            "lastActivity": "2025-06-14T07:42:13.1308987",
                            "zone": "sample string 2",
                            "timeZoneOffset": 0.0,
                            "businessHoursStart": "00:00:00.1234567",
                            "businessHoursEnd": "00:00:00.1234567",
                            "master": true,
                            "lastIP": "sample string 10",
                            "lastHostName": "sample string 11",
                            "ping": 1,
                            "pingStatus": "sample string 12",
                            "lastUpdateCompleted": "2025-06-14T07:42:13.1308987"
                          },
                          "timeZoneId": "sample string 53",
                          "securityOptions": {
                            "$id": "89",
                            "loginMode": 1,
                            "allowSelfVerification": true,
                            "verifierEmail": "sample string 3",
                            "source": "sample string 4",
                            "loginModeInherited": 5,
                            "loginModeSource": "sample string 6",
                            "selfVerifyInherited": true,
                            "selfVerifySource": "sample string 8",
                            "verifyEmailInherited": "sample string 9",
                            "verifyEmailSource": "sample string 10"
                          }
                        }
                      },
                      {
                        "$ref": "15"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "6"
                  },
                  "communityOrganisation": {
                    "$id": "90",
                    "id": 1,
                    "identifier": "2xZ9OsD8p0OTbDKg0poxMA==",
                    "identifierGuid": "3a7d16db-fcc0-43a7-936c-32a0d29a3130",
                    "name": "sample string 3",
                    "lookupIdentifier": "sample string 4",
                    "externalID": "sample string 5",
                    "phone": "sample string 6",
                    "fax": "sample string 7",
                    "email": "sample string 8",
                    "address1": "sample string 9",
                    "address2": "sample string 10",
                    "city": "sample string 11",
                    "postCode": "sample string 12",
                    "state": "sample string 13",
                    "country": "sample string 14",
                    "totalAmountAwarded": 15.1,
                    "updated": "2025-06-14T07:42:13.1308987",
                    "deleted": true
                  },
                  "details": [
                    {
                      "$id": "91",
                      "saleItemID": 1,
                      "identifier": "VbnkMCrrMUOt4TnFUz8k5w==",
                      "identifierGuid": "30e4b955-eb2a-4331-ade1-39c5533f24e7",
                      "saleHeaderID": 2,
                      "plu": 1,
                      "pluG_UId": "7nl+prMqWEexdiVAmAELJQ==",
                      "pluGuid": "a67e79ee-2ab3-4758-b176-254098010b25",
                      "accountID": "puqwj4kpo0+zr168M19WWw==",
                      "accountIDGuid": "8fb0eaa6-2989-4fa3-b3af-5ebc335f565b",
                      "normalPrice": 3,
                      "originalSellingPrice": 4,
                      "discountPrice": 5,
                      "unit": 1,
                      "quantity": 6,
                      "totalCents": 7,
                      "fixedPrice": 1,
                      "tranType": 1,
                      "discountType": 1,
                      "cost": 1,
                      "costDecimals": 8,
                      "markdown": 1,
                      "manualQuantity": 1,
                      "manualPrice": 1,
                      "manualMode": 1,
                      "active": 1,
                      "offline": true,
                      "barcode": "sample string 9",
                      "keyedSale": 1,
                      "discountedID": 1,
                      "fuelID": 1,
                      "serialNumber": "sample string 10",
                      "bestOrExpire": "2025-06-14T07:42:13.1308987",
                      "bestOrExpireType": 1,
                      "providerName": "sample string 11",
                      "refundG_UID": "SS+M+HlcO0+dSZiHSDZf9Q==",
                      "refundGuid": "f88c2f49-5c79-4f3b-9d49-988748365ff5",
                      "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": "plpoxJ+x20Ob/OuouPXqmw==",
                      "idempotentVoidGuid": "c4685aa6-b19f-43db-9bfc-eba8b8f5ea9b",
                      "priceLevelIdentifier": "VGHlnkkjDU+ubCGlvbRdMA==",
                      "priceLevelIdentifierGuid": "9ee56154-2349-4f0d-ae6c-21a5bdb45d30",
                      "productName": "sample string 23",
                      "apn": "sample string 24",
                      "unknownScans": [
                        {
                          "$id": "92",
                          "id": 1,
                          "saleDetailID": 2,
                          "storeID": 1,
                          "scanned": "2025-06-14T07:42:13.1308987",
                          "operatorG_UID": "QEA=",
                          "barcode": "sample string 4",
                          "processed": 1
                        },
                        {
                          "$ref": "92"
                        }
                      ],
                      "refund": {
                        "$id": "93",
                        "id": 1,
                        "g_UID": "DwJzvSDM0UW33/ugO4QJjw==",
                        "guid": "bd73020f-cc20-45d1-b7df-fba03b84098f",
                        "description": "sample string 1",
                        "dumped": true,
                        "inventoryReasonID": 1,
                        "sortOrder": 1,
                        "updated": "2025-06-14T07:42:13.1308987"
                      },
                      "modifier": {
                        "$id": "94",
                        "id": 1,
                        "setG_UID": "PntyuDiBJUGHOb64MYBwEQ==",
                        "modifierSetGuid": "b8727b3e-8138-4125-8739-beb831807011",
                        "name": "sample string 2",
                        "price": 1,
                        "quantity": 1,
                        "modifierType": 1,
                        "groupNumber": 1,
                        "pageNumber": 1,
                        "controlOrder": 1,
                        "printToStation": true,
                        "pluG_UID": "icZGfR2TnkakZrZMyG5zXw==",
                        "pluGuid": "7d46c689-931d-469e-a466-b64cc86e735f",
                        "deleted": true,
                        "g_UID": "AWVhG7rfIEKiyD/CFQqknQ==",
                        "guid": "1b616501-dfba-4220-a2c8-3fc2150aa49d",
                        "product": {
                          "$ref": "25"
                        }
                      },
                      "priceLevelName": "sample string 25",
                      "pumpNumber": 1,
                      "hoseNumber": 1
                    },
                    {
                      "$ref": "91"
                    }
                  ],
                  "eftReceipts": [
                    {
                      "$id": "95",
                      "id": 1,
                      "storeID": 1,
                      "saleHeaderID": 2,
                      "storeSaleHeader": {
                        "$ref": "13"
                      },
                      "receipt": "sample string 3",
                      "processed": 1
                    },
                    {
                      "$ref": "95"
                    }
                  ],
                  "payments": [
                    {
                      "$ref": "12"
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "cards": [
                    {
                      "$id": "96",
                      "id": 1,
                      "saleHeaderID": 1,
                      "identifier": "sample string 2",
                      "cardType": 3,
                      "providerName": "sample string 4"
                    },
                    {
                      "$ref": "96"
                    }
                  ],
                  "campaignHits": [
                    {
                      "$id": "97",
                      "id": 1,
                      "saleHeaderID": 2,
                      "campaign": "sample string 3",
                      "name": "sample string 4",
                      "processed": 1,
                      "campaignDescription": "sample string 5"
                    },
                    {
                      "$ref": "97"
                    }
                  ],
                  "fuel": [
                    {
                      "$id": "98",
                      "id": 1,
                      "plu": 1,
                      "pluG_UID": "56nXrAVcHUOwZdJThO3SSg==",
                      "pluGuid": "acd7a9e7-5c05-431d-b065-d25384edd24a",
                      "saleHeaderID": 2,
                      "totalCents": 3,
                      "grade": 1,
                      "gradeDescription": "sample string 4",
                      "dispenser": 1,
                      "hose": 1,
                      "quantity": 1,
                      "cost": 1,
                      "acquirerNum": 1,
                      "attendant": 1,
                      "ePurseBalance": 1.0,
                      "cardSignature": "sample string 5",
                      "compartmentNumber": 1,
                      "contractNumber": 1,
                      "discountCardPAN": "sample string 6",
                      "discountID": 1,
                      "discountName": "sample string 7",
                      "discountNetValue": 1.0,
                      "discountType": 1,
                      "discountValue": 1.0,
                      "discretionaryData": "sample string 8",
                      "driverID": "sample string 9",
                      "eftBatchNumber": 1,
                      "eftResponseCode": "sample string 10",
                      "endDateTime": "2025-06-14T07:42:13.1308987",
                      "engineHours": 1.1,
                      "fposNumber": 1,
                      "loyaltyCardPAN": "sample string 11",
                      "miscData1": 1,
                      "miscData2": "sample string 12",
                      "miscFlags": 1,
                      "mop": 1,
                      "odometer": 1,
                      "panNumber": "sample string 13",
                      "saleRefund": true,
                      "saleStatus": 1,
                      "sequenceNumber": 1,
                      "stan": 1,
                      "startDateTime": "2025-06-14T07:42:13.1308987",
                      "tagNumber": "sample string 15",
                      "trackTwoRem": "sample string 16",
                      "transCode": 1,
                      "transType": 1,
                      "unitPrice": 1.0,
                      "vehicleReg": "sample string 17",
                      "offline": true,
                      "processed": 1
                    },
                    {
                      "$ref": "98"
                    }
                  ],
                  "fuelResells": [
                    {
                      "$id": "99",
                      "saleItemID": 1,
                      "saleHeaderID": 2,
                      "plu": 1,
                      "pluG_UId": "GrXdp37bgU6f+f2aZWuXfw==",
                      "pluGuid": "a7ddb51a-db7e-4e81-9ff9-fd9a656b977f",
                      "accountID": "cI11l4P1pUelM1tEpuvWBw==",
                      "accountIDGuid": "97758d70-f583-47a5-a533-5b44a6ebd607",
                      "normalPrice": 3,
                      "originalSellingPrice": 4,
                      "discountPrice": 5,
                      "unit": 1,
                      "quantity": 6,
                      "totalCents": 7,
                      "fixedPrice": 1,
                      "tranType": 1,
                      "processed": 1,
                      "discountType": 1,
                      "cost": 1,
                      "costDecimals": 1,
                      "markdown": 1,
                      "manualQuantity": 1,
                      "manualPrice": 1,
                      "manualMode": 1,
                      "active": 1,
                      "barcode": "sample string 8",
                      "offline": 1,
                      "keyedSale": 1,
                      "discountedID": 1,
                      "fuelID": 1,
                      "serialNumber": "sample string 9",
                      "bestOrExpire": "2025-06-14T07:42:13.1308987",
                      "bestOrExpireType": 1,
                      "refundG_UID": "uVWiDO3CBEyfsZ3eqn0jOg==",
                      "refundGuid": "0ca255b9-c2ed-4c04-9fb1-9ddeaa7d233a",
                      "providerName": "sample string 10",
                      "campaign": "sample string 11",
                      "campaignType": 1,
                      "modifiedID": 1,
                      "omittedIngredient": 1,
                      "taxPercent": 1.0,
                      "taxAmount": 1.0,
                      "refundablePrice": 1.0,
                      "showDiscounts": true,
                      "orderPrinted": true,
                      "note": "sample string 14",
                      "modifierName": "sample string 15",
                      "modifierSetName": "sample string 16",
                      "totalValueWasScanned": true,
                      "sold": true,
                      "campaignPrice": true,
                      "scannedValue": 1,
                      "campaignName": "sample string 20",
                      "comboDiscount": 1
                    },
                    {
                      "$ref": "99"
                    }
                  ],
                  "customerOrder": [
                    {
                      "$id": "100",
                      "identifier": "8wkOQzvzUUS6hzc9ynnZhA==",
                      "identifierGuid": "430e09f3-f33b-4451-ba87-373dca79d984",
                      "id": 1,
                      "orderNo": 2,
                      "externalSaleIdentifier": "sample string 3",
                      "storeID": 4,
                      "zoneID": 5,
                      "deptNo": 6,
                      "customerIdentifier": "onWUv/X2N0iiCw9fYO9seg==",
                      "customerIdentifierGuid": "bf9475a2-f6f5-4837-a20b-0f5f60ef6c7a",
                      "operatorNo": 1,
                      "operatorG_UID": "nYfCjLDe8Eal1vfEh4AAiA==",
                      "operatorGuid": "8cc2879d-deb0-46f0-a5d6-f7c487800088",
                      "created": "2025-06-14T07:42:13.1308987",
                      "ordered": "2025-06-14T07:42:13.1308987",
                      "started": "2025-06-14T07:42:13.1308987",
                      "completed": "2025-06-14T07:42:13.1308987",
                      "supplied": "2025-06-14T07:42:13.1308987",
                      "quickTicket": 1,
                      "deleted": true,
                      "walkAway": true,
                      "approxWait": 1,
                      "actualWait": 1,
                      "deliveryMethod": 8,
                      "externalSaleType": 9,
                      "customer": {
                        "$ref": "6"
                      },
                      "operator": {
                        "$ref": "14"
                      },
                      "details": [
                        {
                          "$id": "101",
                          "headerID": 1,
                          "plu": 1,
                          "pluG_UId": "NXGXuErQTEuT0q5y2vdB9w==",
                          "pluGuid": "b8977135-d04a-4b4c-93d2-ae72daf741f7",
                          "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": "wETvE2+Lb0S2m/yKCRmkFA==",
                          "headerIdentifierGuid": "13ef44c0-8b6f-446f-b69b-fc8a0919a414",
                          "product": {
                            "$ref": "25"
                          }
                        },
                        {
                          "$ref": "101"
                        }
                      ],
                      "storeName": "sample string 11",
                      "customerName": "sample string 12",
                      "storeReplyTo": "sample string 13",
                      "storeSubjectLine": "sample string 14",
                      "storeSaleHeader": {
                        "$ref": "13"
                      }
                    },
                    {
                      "$ref": "100"
                    }
                  ],
                  "surveyResponses": [
                    {
                      "$id": "102",
                      "surveyG_UID": "7QjdNgg3u0e0xIHdsLmfBQ==",
                      "surveyGuid": "36dd08ed-3708-47bb-b4c4-81ddb0b99f05",
                      "saleHeaderGuid": "8oxCf+Kb7k2k3UvR7usk4g==",
                      "saleGuid": "7f428cf2-9be2-4dee-a4dd-4bd1eeeb24e2",
                      "textResponse": "sample string 1",
                      "integerResponse": 1,
                      "g_UIDResponse": "utwL5OFjDkq0BpQHs1OKaw==",
                      "guidResponse": "e40bdcba-63e1-4a0e-b406-9407b3538a6b",
                      "whoAnswered": 2,
                      "answeredAtUTC": "2025-06-14T07:42:13.1308987",
                      "sale": {
                        "$ref": "13"
                      },
                      "survey": {
                        "$id": "103",
                        "g_UID": "Ie4vURFr1Uq9YUaJbrQwBg==",
                        "guid": "512fee21-6b11-4ad5-bd61-46896eb43006",
                        "name": "sample string 1",
                        "storeID": 2,
                        "zoneID": 1,
                        "checkoutFormG_UID": "p/nnKOCYXU6saUcNrLmBNQ==",
                        "checkoutFormGuid": "28e7f9a7-98e0-4e5d-ac69-470dacb98135",
                        "displayToWho": 3,
                        "displayWhen": 4,
                        "start": "2025-06-14T07:42:13.1308987",
                        "end": "2025-06-14T07:42:13.1308987",
                        "deleted": true,
                        "updated": "2025-06-14T07:42:13.1308987",
                        "possibleIntegerResponses": [
                          1,
                          2
                        ],
                        "possibleTextResponses": [
                          "sample string 1",
                          "sample string 2"
                        ],
                        "possibleGuidResponses": [
                          "a7bd103e-73a3-4852-a0fc-ff9bb221c9dc",
                          "79e3d098-4bc2-4e38-a2ef-1f760a03806a"
                        ],
                        "allowsAllTextResponses": true,
                        "surveyForm": {
                          "$ref": "43"
                        }
                      },
                      "ingressId": "sample string 4"
                    },
                    {
                      "$ref": "102"
                    }
                  ],
                  "storeName": "sample string 38",
                  "machineName": "sample string 39",
                  "operatorName": "sample string 40",
                  "direction": 1,
                  "reason": "sample string 41",
                  "accountG_UID": "ms09APtU1U2uqRy1C+1AwQ==",
                  "accountIdentifier": "003dcd9a-54fb-4dd5-aea9-1cb50bed40c1",
                  "accountName": "sample string 42",
                  "customerOrderIdentifier": "VhHeWXXMK0G7jx01TFlsKg==",
                  "customerOrderIdentifierGuid": "59de1156-cc75-412b-bb8f-1d354c596c2a",
                  "priceLevelName": "sample string 43",
                  "revision": 44,
                  "ingressId": "sample string 45"
                },
                "metadata": {
                  "$id": "104",
                  "id": 1,
                  "paymentID": 2,
                  "paymentIdentifier": "JhmM30AAbEii4wMh5vbAxA==",
                  "paymentIdentifierGuid": "df8c1926-0040-486c-a2e3-0321e6f6c0c4",
                  "identifier": "uYLi/+T79USngkYYXEg36w==",
                  "identifierGuid": "ffe282b9-fbe4-44f5-a782-46185c4837eb",
                  "metadata": "sample string 3",
                  "signatureImage": "QEA=",
                  "itemIdentifier": "VHwMZpwDQ0S165lFzPx91Q==",
                  "itemIdentifierGuid": "660c7c54-039c-4443-b5eb-9945ccfc7dd5"
                }
              },
              {
                "$ref": "12"
              }
            ]
          },
          {
            "$ref": "7"
          }
        ],
        "customerGroupMembers": [
          {
            "$ref": "11"
          },
          {
            "$ref": "11"
          }
        ],
        "customerGroups": [
          {
            "$ref": "10"
          },
          {
            "$ref": "10"
          }
        ],
        "accounts": [
          {
            "$ref": "8"
          },
          {
            "$ref": "8"
          }
        ],
        "account": {
          "$ref": "8"
        },
        "vouchers": [
          {
            "$id": "105",
            "customerIdentifier": "tXSeaE36vUOciFt6Zd8/0g==",
            "customerIdentifierGuid": "689e74b5-fa4d-43bd-9c88-5b7a65df3fd2",
            "voucherName": "sample string 2",
            "count": 3,
            "storeID": 4,
            "barcode": "sample string 5",
            "redeemCount": 6,
            "issueCount": 7,
            "storeSalePaymentID": 1,
            "idempotentID": "uw6UTJs6r0WZoW+JmwQlfQ==",
            "idempotentGuid": "4c940ebb-3a9b-45af-99a1-6f899b04257d",
            "offline": true,
            "voucher": {
              "$ref": "1"
            },
            "customer": {
              "$ref": "6"
            }
          },
          {
            "$ref": "105"
          }
        ]
      },
      "issuedOfflinePayment": {
        "$ref": "12"
      },
      "redeemedOfflinePayment": {
        "$ref": "12"
      }
    },
    {
      "$ref": "5"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.