POST api/customer/{id}/competitions

Save a list of customer competitions

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Customer Identifier

globally unique identifier

Required

Body Parameters

Competition ID

Collection of CustomerCompetition
NameDescriptionTypeAdditional information
ID

integer

None.

CustomerIdentifier

Customer identifier

Collection of byte

None.

CustomerIdentifierGuid

globally unique identifier

None.

VoucherID

VoucherID relation identifier

integer

None.

StoreID

Store identifier, competition entry was earned at

integer

None.

Barcode

The barcode generated during the competition printing

string

String length: inclusive between 0 and 40

DateOfIssue

Time competition entry was issued

date

Data type: DateTime

IssuedSaleHeaderID

Sale Header ID of sale that issued customer competition offline

integer

None.

IssuedSaleIdentifier

Sale identifier of sale that issued customer competition online

string

None.

IssuedOfflinePaymentID

SalePaymentID of sale payment that issued customer competition offline

integer

None.

IssuedIdempotentID

The byte[16] representation of the idempotent id

Collection of byte

None.

IssuedIdempotentGuid

Idempotent identifier

globally unique identifier

None.

IssuedOffline

Offline issuing status of the competition issuing

boolean

None.

CompetitionEndDate

End date of the competition that entry was earned for

date

Data type: DateTime

Updated

Last time CustomerCompetition entry was updated

date

Data type: DateTime

VoucherName

Name of the competition voucher that was issued

string

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

StoreName

Store that competition was issued from

string

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

Voucher

Competition voucher that was issued

Voucher

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

Customer

Customer that was issued competition

Customer

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

IssuedOfflinePayment

Payment and sale record for offline sale that issued competition

StoreSalePayment

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

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "customerIdentifier": "9gabK3OsG0+tcLdv0NGuOw==",
    "customerIdentifierGuid": "2b9b06f6-ac73-4f1b-ad70-b76fd0d1ae3b",
    "voucherID": 3,
    "storeID": 4,
    "barcode": "sample string 5",
    "dateOfIssue": "2025-06-14T07:35:06.3021802",
    "issuedSaleHeaderID": 1,
    "issuedSaleIdentifier": "sample string 6",
    "issuedOfflinePaymentID": 1,
    "issuedIdempotentID": "KM6rUht1VEGRvEPdBfK1Mg==",
    "issuedIdempotentGuid": "52abce28-751b-4154-91bc-43dd05f2b532",
    "issuedOffline": true,
    "competitionEndDate": "2025-06-14T07:35:06.3021802",
    "updated": "2025-06-14T07:35:06.3021802",
    "voucherName": "sample string 8",
    "storeName": "sample string 9",
    "voucher": {
      "$id": "2",
      "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:35:06.3021802",
      "barcodeTemplate": {
        "$id": "3",
        "templateID": 1,
        "template": "sample string 1",
        "bcFunction": "sample string 2",
        "sortOrder": 3
      },
      "scaleLabel": {
        "$id": "4",
        "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:35:06.3021802",
        "labelPageLayout": "KIKopZrnBUiw52Yk8tKx4w==",
        "pageLayoutGuid": "a5a88228-e79a-4805-b0e7-6624f2d2b1e3",
        "labelType": 6,
        "oldName": "sample string 7",
        "voucher": {
          "$ref": "2"
        },
        "elements": [
          {
            "$id": "5",
            "id": 1,
            "scaleLabelID": 2,
            "showPercentDI": true,
            "showAvgPerHundred": true,
            "showAvgPerServe": true,
            "name": "sample string 6",
            "x": 1.1,
            "y": 1.1,
            "width": 1.1,
            "height": 1.1,
            "type": 1,
            "rotation": 1,
            "text": "sample string 7",
            "fontFamily": "sample string 8",
            "align": 1,
            "bold": true,
            "italic": true,
            "underline": true,
            "strikeout": true,
            "reverse": true,
            "textColour": "sample string 9",
            "fontSize": 1.1,
            "picture": "QEA=",
            "borderWidth": 10,
            "sortOrder": 11,
            "printOptions": 12,
            "superScriptTextFontSize": 1.1,
            "lineStyle": 1,
            "spacingStyle": 1,
            "interCharacterSpacing": 1.1,
            "superScriptOffset": 1.1,
            "lineSpacing": 1.1,
            "dateFormat": "sample string 13",
            "autoGrow": true,
            "fontAutoResize": true,
            "updated": "2025-06-14T07:35:06.3021802"
          },
          {
            "$ref": "5"
          }
        ]
      },
      "customerVouchers": [
        {
          "$id": "6",
          "id": 1,
          "customerIdentifier": "+7tEBo25DkCTXEa677ckeQ==",
          "customerIdentifierGuid": "0644bbfb-b98d-400e-935c-46baefb72479",
          "voucherID": 3,
          "voucherName": "sample string 4",
          "storeID": 1,
          "barcode": "sample string 5",
          "dateOfIssue": "2025-06-14T07:35:06.3021802",
          "issuedSaleHeaderID": 1,
          "issuedSaleIdentifier": "sample string 7",
          "issuedOfflinePaymentID": 1,
          "issuedIdempotentID": "bfUOcqESb0iuVO3F0+jU/w==",
          "issuedIdempotentGuid": "720ef56d-12a1-486f-ae54-edc5d3e8d4ff",
          "issuedOffline": true,
          "issuedUser": "sample string 9",
          "issuedNotes": "sample string 10",
          "expiryDate": "2025-06-14T07:35:06.3021802",
          "expiredUser": "sample string 11",
          "expiredNotes": "sample string 12",
          "redeemed": "2025-06-14T07:35:06.3021802",
          "redeemedSaleHeaderID": 1,
          "redeemedSaleIdentifier": "sample string 13",
          "redeemedOfflinePaymentID": 1,
          "redeemedIdempotentID": "59v5CBUaQ02f9oDRmOnK1w==",
          "redeemedIdempotentGuid": "08f9dbe7-1a15-4d43-9ff6-80d198e9cad7",
          "redeemedUser": "sample string 14",
          "redeemedNotes": "sample string 15",
          "redeemedOffline": true,
          "updated": "2025-06-14T07:35:06.3021802",
          "storeName": "sample string 17",
          "scaleLabel": {
            "$ref": "4"
          },
          "voucher": {
            "$ref": "2"
          },
          "customer": {
            "$id": "7",
            "identifier": "+4Qpt7MO6k6YxhafQ+sEeg==",
            "identifierGuid": "b72984fb-0eb3-4eea-98c6-169f43eb047a",
            "code": "sample string 2",
            "familyName": "sample string 3",
            "givenName": "sample string 4",
            "otherName": "sample string 5",
            "title": "sample string 6",
            "dateOfBirth": "2025-06-14T07:35:06.3021802",
            "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": "DcHnXraeJEC1KbGARqjBrQ==",
            "communityIdentifierGuid": "5ee7c10d-9eb6-4024-b529-b18046a8c1ad",
            "joined": "2025-06-14T07:35:06.3021802",
            "updated": "2025-06-14T07:35:06.3021802",
            "active": true,
            "reasonInactive": 1,
            "groupCustomer": true,
            "loyaltyPoints": 1,
            "homeStoreID": 1,
            "availableSpend": 1,
            "priceLevelIdentifier": "z/psq7VCR0CChWxPeRnfhw==",
            "priceLevelIdentifierGuid": "ab6cfacf-42b5-4047-8285-6c4f7919df87",
            "marketingID": "sample string 18",
            "hidden": true,
            "registered": true,
            "registeredOn": "2025-06-14T07:35:06.3021802",
            "emailMarketing": true,
            "smsMarketing": true,
            "deleted": true,
            "deletedUser": "sample string 24",
            "homeStoreName": "sample string 25",
            "customerCards": [
              {
                "$id": "8",
                "cardType": 2,
                "issueDate": "2025-06-14T07:35:06.3021802",
                "expiry": "2025-06-14T07:35:06.3021802",
                "customerID": "7qbqsBNkm0udtrdOHL9wLQ==",
                "customerIDGuid": "b0eaa6ee-6413-4b9b-9db6-b74e1cbf702d",
                "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:35:06.3021802",
                "linkedAccount": "K5dsNxw90USlBe2PJnV4lg==",
                "linkedAccountGuid": "376c972b-3d1c-44d1-a505-ed8f26757896",
                "currentValueChanged": true,
                "limitsChanged": true,
                "customer": {
                  "$ref": "7"
                },
                "account": {
                  "$id": "9",
                  "id": 1,
                  "identifier": "4VxDMrJ1IES5qxPCPz3OdA==",
                  "identifierGuid": "32435ce1-75b2-4420-b9ab-13c23f3dce74",
                  "referenceNo": "sample string 3",
                  "name": "sample string 4",
                  "created": "2025-06-14T07:35:06.3021802",
                  "owner": "rPtB22fsIkqTC/cThaDtZg==",
                  "ownerGuid": "db41fbac-ec67-4a22-930b-f71385a0ed66",
                  "accountStoreGroupIdentifier": "nsCAZQYFB0+4pLzmR0rToA==",
                  "accountStoreGroupGuid": "6580c09e-0506-4f07-b8a4-bce6474ad3a0",
                  "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:35:06.3021802",
                  "active": true,
                  "updated": "2025-06-14T07:35:06.3021802",
                  "deleted": true,
                  "deletedUser": "sample string 16",
                  "currentBalanceChanged": true,
                  "maximumLimitChanged": true,
                  "loyaltyPointsChanged": true,
                  "projectedBalance": 17,
                  "accountStoreGroupStoreIDs": [
                    1,
                    2
                  ],
                  "customerEmail": "sample string 18",
                  "ownerCustomer": {
                    "$ref": "7"
                  },
                  "card": {
                    "$ref": "8"
                  },
                  "members": {
                    "$id": "10",
                    "sample string 1": [
                      {
                        "$ref": "7"
                      },
                      {
                        "$ref": "7"
                      }
                    ],
                    "sample string 2": [
                      {
                        "$ref": "7"
                      },
                      {
                        "$ref": "7"
                      }
                    ]
                  },
                  "customerGroups": [
                    {
                      "$id": "11",
                      "identifier": "nQqyfkqoR0W0G+He6PkMdA==",
                      "identifierGuid": "7eb20a9d-a84a-4547-b41b-e1dee8f90c74",
                      "name": "sample string 2",
                      "primaryContact": "KvIhY0OzlEyi1gQmKQDeGQ==",
                      "primaryContactGuid": "6321f22a-b343-4c94-a2d6-04262900de19",
                      "accountID": "yKSlFbjhikaxh5cgpMyNHw==",
                      "accountIDGuid": "15a5a4c8-e1b8-468a-b187-9720a4cc8d1f",
                      "special": true,
                      "updated": "2025-06-14T07:35:06.3021802",
                      "active": true,
                      "reasonInactive": 1,
                      "priceLevelIdentifier": "iU9fdTY8yECgsTNJThdPtA==",
                      "priceLevelIdentifierGuid": "755f4f89-3c36-40c8-a0b1-33494e174fb4",
                      "deleted": true,
                      "account": {
                        "$ref": "9"
                      },
                      "primaryContactCustomer": {
                        "$ref": "7"
                      },
                      "customerGroupMembers": [
                        {
                          "$id": "12",
                          "id": 1,
                          "groupID": "JJV583sDPEiL0il0uaD2wA==",
                          "groupIDGuid": "f3799524-037b-483c-8bd2-2974b9a0f6c0",
                          "customerID": "iqSmpmFkWEyVbyGXpEM7Fg==",
                          "customerIDGuid": "a6a6a48a-6461-4c58-956f-2197a4433b16",
                          "card": "sample string 4",
                          "linkedAccount": "aHCnImqF706jV5aEu8QOBg==",
                          "linkedAccountGuid": "22a77068-856a-4eef-a357-9684bbc40e06",
                          "customer": {
                            "$ref": "7"
                          },
                          "group": {
                            "$ref": "11"
                          },
                          "customerCard": {
                            "$ref": "8"
                          }
                        },
                        {
                          "$ref": "12"
                        }
                      ]
                    },
                    {
                      "$ref": "11"
                    }
                  ]
                },
                "payments": [
                  {
                    "$id": "13",
                    "id": 1,
                    "identifier": "B5XgR2YbC0y7xuzUqfGKvg==",
                    "identifierGuid": "47e09507-1b66-4c0b-bbc6-ecd4a9f18abe",
                    "storeID": 2,
                    "operatorName": "sample string 3",
                    "saleHeaderID": 4,
                    "paymentType": 5,
                    "amount": 6,
                    "account": "sample string 7",
                    "accountID": "2jtTt1Q2skqj3htS3vbPDg==",
                    "accountIDGuid": "b7533bda-3654-4ab2-a3de-1b52def6cf0e",
                    "customerAccount": {
                      "$ref": "9"
                    },
                    "customerCard": {
                      "$ref": "8"
                    },
                    "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:35:06.3021802",
                    "invRocNo": "sample string 14",
                    "responseCode": "sample string 15",
                    "cashout": 1,
                    "tip": 16,
                    "idempotentVoid": "4FkVe2Rt4ECrilSTntIiLA==",
                    "idempotentVoidGuid": "7b1559e0-6d64-40e0-ab8a-54939ed2222c",
                    "offline": true,
                    "processed": 1,
                    "storeSaleHeader": {
                      "$id": "14",
                      "saleHeaderID": 1,
                      "saleHeaderGuid": "54CYtdH+lEOAdgVDHsK10A==",
                      "saleHeaderIdentifierGuid": "b59880e7-fed1-4394-8076-05431ec2b5d0",
                      "created": "2025-06-14T07:35:06.3021802",
                      "createdLocal": "2025-06-14T07:35:06.3021802",
                      "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:35:06.3021802",
                      "storeID": 1,
                      "operatorG_Uid": "jcb9I0VXUUml15o7eGlBzw==",
                      "operatorGuid": "23fdc68d-5745-4951-a5d7-9a3b786941cf",
                      "customerG_Uid": "IHiPwAEkAU6JK2iu5p+2VQ==",
                      "customerGuid": "c08f7820-2401-4e01-892b-68aee69fb655",
                      "communityIdentifier": "1NVDjnVdNU6ZtH5Cs8rZGQ==",
                      "communityIdentifierGuid": "8e43d5d4-5d75-4e35-99b4-7e42b3cad919",
                      "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": "jFNjRfEz+EKOuegxsvJ/Wg==",
                      "priceLevelIdentifierGuid": "4563538c-33f1-42f8-8eb9-e831b2f27f5a",
                      "locked": 36,
                      "relationChecksum": "sample string 37",
                      "loyaltyTender": 1,
                      "giftCardTender": 1,
                      "operator": {
                        "$id": "15",
                        "id": 1,
                        "g_Uid": "YvETpGkwnkewkAKDr+htnQ==",
                        "guid": "a413f162-3069-479e-b090-0283afe86d9d",
                        "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:35:06.3021802",
                        "passwordResetRequired": true,
                        "alteredInStore": true,
                        "startShift": "2025-06-14T07:35:06.3021802",
                        "endShift": "2025-06-14T07:35:06.3021802",
                        "machineName": "sample string 20",
                        "drawerID": 1,
                        "stores": [
                          {
                            "$id": "16",
                            "operatorG_UID": "w1mUm9MMxk6Wuvv8IrcqGw==",
                            "operatorGuid": "9b9459c3-0cd3-4ec6-96ba-fbfc22b72a1b",
                            "storeID": 2,
                            "operator": {
                              "$ref": "15"
                            },
                            "store": {
                              "$id": "17",
                              "id": 1,
                              "isMaster": true,
                              "shortName": "sample string 3",
                              "url": "sample string 4",
                              "sortOrder": 1,
                              "name": "sample string 5",
                              "phone": "sample string 6",
                              "fax": "sample string 7",
                              "email": "sample string 8",
                              "address1": "sample string 9",
                              "address2": "sample string 10",
                              "city": "sample string 11",
                              "state": "sample string 12",
                              "country": "sample string 13",
                              "postCode": "sample string 14",
                              "delivery": 1,
                              "exportAccounts": 1,
                              "salesAccountFolder": "sample string 15",
                              "purchaseAccountFolder": "sample string 16",
                              "initLoad": 1,
                              "initIDs": 1,
                              "zoneID": 1,
                              "actAsMaster": 1,
                              "lastActiveUtc": "2025-06-14T07:35:06.3021802",
                              "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": "O08csvI8kEqStumrOXY/KQ==",
                              "hostIdentifierGuid": "b21c4f3b-3cf2-4a90-92b6-e9ab39763f29",
                              "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:35:06.3021802",
                              "priceZoneName": "sample string 51",
                              "storeFuelConfigured": true,
                              "shippingAddressCopied": true,
                              "shippingAddress": {
                                "$id": "18",
                                "storeID": 1,
                                "addressType": 1,
                                "address1": "sample string 1",
                                "address2": "sample string 2",
                                "city": "sample string 3",
                                "state": "sample string 4",
                                "country": "sample string 5",
                                "postCode": "sample string 6"
                              },
                              "billingAddress": {
                                "$ref": "18"
                              },
                              "hostStoreSettings": [
                                {
                                  "$id": "19",
                                  "id": 1,
                                  "hostIdentifier": "IFYIZ4fCf0ewHtfOXgsydg==",
                                  "hostIdentifierGuid": "67085620-c287-477f-b01e-d7ce5e0b3276",
                                  "storeID": 2,
                                  "username": "sample string 3",
                                  "password": "sample string 4",
                                  "passwordPlain": "sample string 5",
                                  "serverAddress": "sample string 6",
                                  "serverPort": 1,
                                  "excludeFromLeadInOut": true,
                                  "useForHostFile": true,
                                  "metcashPillarID": "sample string 9",
                                  "metcashStateCode": "sample string 10",
                                  "metcashCustomerID": "sample string 11",
                                  "metcashTradingPartnerID": "sample string 12",
                                  "drakesCustomerNumber": 1,
                                  "sparCustomerNumber": "sample string 13",
                                  "sparOrderUsername": "sample string 14",
                                  "sparOrderPassword": "sample string 15",
                                  "sparOrderPasswordPlain": "sample string 16",
                                  "pharmXSiteID": 1,
                                  "ibaZoneID": 1,
                                  "ibaState": "sample string 17",
                                  "foodlandStoreCode": "sample string 18",
                                  "ilgMemberNumber": "sample string 19",
                                  "ilgOutletLocation": 1,
                                  "ilgBaseCost": 1,
                                  "ilgApplyNonAdvertisedPromos": true,
                                  "ilgExemptFromFreight": true,
                                  "ilgOrderDealReview": true,
                                  "ilgFinanceFee": 1,
                                  "processPromotions": true,
                                  "hostProvider": 0,
                                  "host": {
                                    "$id": "20",
                                    "identifier": "ZkMRtFWPAkuRA7IXqevTiw==",
                                    "identifierGuid": "b4114366-8f55-4b02-9103-b217a9ebd38b",
                                    "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": "J0zG7QFPhE2q8tpbHsZ2GA==",
                                    "hostSupplierIdentifierGuid": "edc64c27-4f01-4d84-aaf2-da5b1ec67618",
                                    "loyaltyPriceLevelIdentifier": "7xYOrS7CqkS0nwLzovO7KA==",
                                    "loyaltyPriceLevelIdentifierGuid": "ad0e16ef-c22e-44aa-b49f-02f3a2f3bb28",
                                    "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:35:06.3021802",
                                    "lastProcessed": "2025-06-14T07:35:06.3021802",
                                    "hold": true,
                                    "supplierName": "sample string 35",
                                    "supplier": {
                                      "$id": "21",
                                      "identifier": "nQHCqeI2tU2yDHKq/uuS0w==",
                                      "identifierGuid": "a9c2019d-36e2-4db5-b20c-72aafeeb92d3",
                                      "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": "Z3PzQV7ZRU62Kw+qMcMqMQ==",
                                      "primaryContactID": "41f37367-d95e-4e45-b62b-0faa31c32a31",
                                      "storeID": 1,
                                      "abn": "sample string 16",
                                      "supplierGroupIdentifier": "bc3W+WVar0K+GNt+JLkS2w==",
                                      "supplierGroupGuid": "f9d6cd6d-5a65-42af-be18-db7e24b912db",
                                      "rebate": 1.0,
                                      "rebateType": 1,
                                      "rebateFrequency": 1,
                                      "rebateSource": 1,
                                      "rebateLastClaimed": "2025-06-14T07:35:06.3021802",
                                      "rebateLastClaimedAmount": 1.0,
                                      "cartonsOnly": true,
                                      "minimumOrderValue": 1,
                                      "enforceMinimumQuantity": true,
                                      "freight": 19.0,
                                      "freightType": 20,
                                      "deleted": true,
                                      "deletedUser": "sample string 22",
                                      "storeName": "sample string 23",
                                      "primaryContact": {
                                        "$id": "22",
                                        "id": "ebcdc333-d0a6-44cb-88bb-dd32f2c7d8c3",
                                        "identifier": "7ZXF82AmfUS24oZAotVUoA==",
                                        "identifierGuid": "f3c595ed-2660-447d-b6e2-8640a2d554a0",
                                        "familyName": "sample string 1",
                                        "givenNames": "sample string 2",
                                        "otherNames": "sample string 3",
                                        "title": "sample string 4",
                                        "dateOfBirth": "sample string 5",
                                        "sex": "sample string 6",
                                        "address": "sample string 7",
                                        "address1": "sample string 8",
                                        "address2": "sample string 9",
                                        "town": "sample string 10",
                                        "state": "sample string 11",
                                        "country": "sample string 12",
                                        "postalCode": "sample string 13",
                                        "telephone": "sample string 14",
                                        "mobile": "sample string 15",
                                        "email": "sample string 16",
                                        "fax": "sample string 17",
                                        "primary": true
                                      },
                                      "contacts": [
                                        {
                                          "$id": "23",
                                          "supplierIdentifier": "aDd3NLX/00KtAX6PR4SLzg==",
                                          "supplierIdentifierGuid": "34773768-ffb5-42d3-ad01-7e8f47848bce",
                                          "contactGuid": "2UZdVaokqkeWr1Q4h1lvmg==",
                                          "contactID": "555d46d9-24aa-47aa-96af-543887596f9a",
                                          "contact": {
                                            "$ref": "22"
                                          },
                                          "supplier": {
                                            "$ref": "21"
                                          }
                                        },
                                        {
                                          "$ref": "23"
                                        }
                                      ],
                                      "products": [
                                        {
                                          "$id": "24",
                                          "pluG_UID": "ecWTTtZdC0SnPDvOIUJr9w==",
                                          "pluGuid": "4e93c579-5dd6-440b-a73c-3bce21426bf7",
                                          "supplierIdentifier": "RYa+wNID8kmFMyJVQn6vRA==",
                                          "supplierIdentifierGuid": "c0be8645-03d2-49f2-8533-2255427eaf44",
                                          "cartonQuantity": 1,
                                          "cartonQuantityChanged": true,
                                          "productSize": "sample string 2",
                                          "cigarettesPerSleeve": 1,
                                          "randomWeight": true,
                                          "piecesPerUnit": 4,
                                          "averagePackSize": 5,
                                          "effectiveDate": "2025-06-14T07:35:06.3021802",
                                          "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:35:06.3021802",
                                          "rebate": 1.0,
                                          "rebateExclude": true,
                                          "invoiceCodes": [
                                            {
                                              "$id": "25",
                                              "pluG_UID": "3zur51j/sE2U6fufMBQwkw==",
                                              "pluGuid": "e7ab3bdf-ff58-4db0-94e9-fb9f30143093",
                                              "supplierIdentifier": "QjPAFKTv6EmkhqYSFjdqAQ==",
                                              "supplierIdentifierGuid": "14c03342-efa4-49e8-a486-a61216376a01",
                                              "invoiceCode": "sample string 1",
                                              "storeIDs": [
                                                1,
                                                2
                                              ]
                                            },
                                            {
                                              "$ref": "25"
                                            }
                                          ],
                                          "storeIDs": [
                                            1,
                                            2
                                          ],
                                          "preferredSupplier": true,
                                          "preferredRebateSupplier": true,
                                          "supplierName": "sample string 40",
                                          "salesMode": 41,
                                          "orderPacked": true,
                                          "active": true,
                                          "price": 1,
                                          "costGstPercent": 43,
                                          "parentPluG_UID": "UI1KGSSUOUC6TLft/YEtTQ==",
                                          "parentPluGuid": "194a8d50-9424-4039-ba4c-b7edfd812d4d",
                                          "freight": 44.0,
                                          "freightType": 1,
                                          "product": {
                                            "$id": "26",
                                            "plu": 1,
                                            "storeID": 1,
                                            "masterPluG_UID": "QEA=",
                                            "storeIDs": [
                                              1,
                                              2
                                            ],
                                            "g_UId": "X4C2rropGkKOVVsuW+nsdA==",
                                            "guid": "aeb6805f-29ba-421a-8e55-5b2e5be9ec74",
                                            "apn": "sample string 1",
                                            "apnChanged": true,
                                            "apnSwitched": true,
                                            "barcode": "sample string 4",
                                            "itemNumber": "sample string 5",
                                            "itemNumberChanged": true,
                                            "priceGroupG_UID": "IF2sodPfNUy5gju7TM++4A==",
                                            "priceGroupGuid": "a1ac5d20-dfd3-4c35-b982-3bbb4ccfbee0",
                                            "blueprintID": 1,
                                            "lastCountedDate": "2025-06-14T07:35:06.3021802",
                                            "externalID": "sample string 7",
                                            "active": true,
                                            "activated": "2025-06-14T07:35:06.3021802",
                                            "pluCreated": "2025-06-14T07:35:06.3021802",
                                            "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:35:06.3021802",
                                            "lastManualUpdate": "2025-06-14T07:35:06.3021802",
                                            "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:35:06.3021802",
                                            "currentCostUpdated": "2025-06-14T07:35:06.3021802",
                                            "costDecimals": 31,
                                            "costChanged": true,
                                            "dealCostIdentifier": "QEA=",
                                            "excludeFromRebate": true,
                                            "rebateOverride": 1,
                                            "costCalcMethod": 1,
                                            "costCalcMethodChanged": true,
                                            "costEffectiveDate": "2025-06-14T07:35:06.3021802",
                                            "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:35:06.3021802",
                                            "posTare": 1,
                                            "altPrice": 1.0,
                                            "altPriceChanged": true,
                                            "altPriceMode": 52,
                                            "altPriceModeChanged": true,
                                            "altPLUG_UID": "lb9rmN0RxEyLKfn2ZeuE0Q==",
                                            "altPLUGuid": "986bbf95-11dd-4cc4-8b29-f9f665eb84d1",
                                            "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:35:06.3021802",
                                            "labelLastPrice": 1,
                                            "shelfPageLayoutG_UID": "7xguQDlHW0WhtCYBh1Fuyg==",
                                            "shelfPageLayoutGuid": "402e18ef-4739-455b-a1b4-260187516eca",
                                            "talkerPageLayoutG_UID": "JgBVpYnTjU2hh50utrSqRg==",
                                            "talkerPageLayoutGuid": "a5550026-d389-4d8d-a187-9d2eb6b4aa46",
                                            "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": "88QrHZ2Fs0KGvqUB2adXBA==",
                                            "inventoryIdentifier": "1d2bc4f3-859d-42b3-86be-a501d9a75704",
                                            "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": "CrR2j84ht0KqHcCld6jOxw==",
                                            "parentPluGuid": "8f76b40a-21ce-42b7-aa1d-c0a577a8cec7",
                                            "preferredHostVendor": 103,
                                            "preferredHostChanged": true,
                                            "code": "sample string 105",
                                            "supplierIdentifier": "die2vjrK1Eu82llfaf/SxQ==",
                                            "supplierIdentifierGuid": "beb62776-ca3a-4bd4-bcda-595f69ffd2c5",
                                            "supplierChanged": true,
                                            "rebateSupplierIdentifier": "25YHLBeh+0qQWdM0Ev6UYg==",
                                            "rebateSupplierIdentifierGuid": "2c0796db-a117-4afb-9059-d33412fe9462",
                                            "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:35:06.3021802",
                                            "commodity": "sample string 120",
                                            "businessPillar": "sample string 121",
                                            "mscCommodity": "sample string 122",
                                            "hostIdentifier": "ZB5qyJ+YmESGZ9daS2zCNQ==",
                                            "hostIdentifierGuid": "c86a1e64-989f-4498-8667-d75a4b6cc235",
                                            "serviceFeeID": 1,
                                            "serviceFeeIDChanged": true,
                                            "providerName": "sample string 124",
                                            "aisleEnds": "sample string 125",
                                            "deleted": true,
                                            "deletedChanged": true,
                                            "hidden": true,
                                            "doNotRange": true,
                                            "doNotRangeChanged": true,
                                            "doNotOrder": true,
                                            "doNotOrderChanged": true,
                                            "locked": true,
                                            "excludeFromWebUpdate": true,
                                            "excludeFromWebUpdateChanged": true,
                                            "webPriceBasedOn": 136,
                                            "webPriceRounding": true,
                                            "webMarkup": 138,
                                            "webPriceMode": 139,
                                            "altDepartmentID": 1,
                                            "altSubDepartmentID": 1,
                                            "altMinorDepartmentID": 1,
                                            "altLesserDepartmentID": 1,
                                            "altDeptCode": "sample string 140",
                                            "altSubDeptCode": "sample string 141",
                                            "altMinorDeptCode": "sample string 142",
                                            "altLesserDeptCode": "sample string 143",
                                            "altDepartmentChanged": true,
                                            "storeProducts": [
                                              {
                                                "$ref": "26"
                                              },
                                              {
                                                "$ref": "26"
                                              }
                                            ],
                                            "store": {
                                              "$ref": "17"
                                            },
                                            "storePrices": [
                                              {
                                                "$id": "27",
                                                "pluG_UID": "htKTMvy570q56gN6bS5VGg==",
                                                "pluGuid": "3293d286-b9fc-4aef-b9ea-037a6d2e551a",
                                                "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:35:06.3021802"
                                              },
                                              {
                                                "$ref": "27"
                                              }
                                            ],
                                            "currentPrices": {
                                              "$id": "28",
                                              "pluPrices": {
                                                "$id": "29",
                                                "plu": 1,
                                                "pluG_UID": "QEA=",
                                                "stores": [
                                                  1,
                                                  2
                                                ],
                                                "normalPrice": 1,
                                                "cost": 2,
                                                "break1": 3,
                                                "price1": 4,
                                                "break2": 5,
                                                "price2": 6,
                                                "break3": 7,
                                                "price3": 8,
                                                "discountPrice": 9,
                                                "acceptedUtc": "2025-06-14T07:35:06.3021802",
                                                "priceChangeType": 0,
                                                "costDecimals": 10
                                              },
                                              "normalPluPrices": {
                                                "$ref": "29"
                                              },
                                              "winningCampaign": 1,
                                              "winner": {
                                                "$id": "30",
                                                "campaignName": "sample string 1",
                                                "campaignDescription": "sample string 2",
                                                "startDate": "2025-06-14T07:35:06.3021802",
                                                "startTime": 3,
                                                "endDate": "2025-06-14T07:35:06.3021802",
                                                "endTime": 4,
                                                "newPrice": 5,
                                                "newCost": 6,
                                                "newCostDecimals": 7,
                                                "pctDiscount": 8,
                                                "promoType": 1,
                                                "promotionTypeCode": "sample string 9",
                                                "hostType": 10,
                                                "hostIdentifier": "WfoOtWlCaUq6pv4TlFfBWQ==",
                                                "hostIdentifierGuid": "b50efa59-4269-4a69-baa6-fe139457c159",
                                                "storeNames": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ]
                                              },
                                              "details": [
                                                {
                                                  "$ref": "30"
                                                },
                                                {
                                                  "$ref": "30"
                                                }
                                              ]
                                            },
                                            "tray": {
                                              "$id": "31",
                                              "g_UId": "8KtyD/ye10qmfiDa/8pU5Q==",
                                              "guid": "0f72abf0-9efc-4ad7-a67e-20daffca54e5",
                                              "name": "sample string 1",
                                              "number": 1,
                                              "tare": 1
                                            },
                                            "priceGroup": {
                                              "$id": "32",
                                              "priceGroupG_UID": "LtF9ikaR0kS8a0g0UaPtOg==",
                                              "priceGroupGuid": "8a7dd12e-9146-44d2-bc6b-483451a3ed3a",
                                              "name": "sample string 2",
                                              "code": 1,
                                              "modified": true,
                                              "updated": "2025-06-14T07:35:06.3021802",
                                              "buyingLimit": 1,
                                              "buyingLimitIndependent": true,
                                              "buyingLimitType": 0,
                                              "number": 1,
                                              "products": [
                                                {
                                                  "$ref": "26"
                                                },
                                                {
                                                  "$ref": "26"
                                                }
                                              ],
                                              "productCount": 1
                                            },
                                            "priceGroupName": "sample string 145",
                                            "nutrifacts": {
                                              "$id": "33",
                                              "pluG_UID": "ZomJKyY3Uky+igUy7ihwJg==",
                                              "pluGuid": "2b898966-3726-4c52-be8a-0532ee287026",
                                              "plu": 1,
                                              "servingsPerPack": 1,
                                              "servingSize": 1,
                                              "showAllergens": 1,
                                              "energy": 1,
                                              "protein": 1,
                                              "fat": 1,
                                              "saturated": 1,
                                              "carbo": 1,
                                              "sugars": 1,
                                              "sodium": 1,
                                              "potasium": 1,
                                              "calcium": 1,
                                              "fibre": 1,
                                              "soya": 1,
                                              "nutsSeeds": 1,
                                              "shells": 1,
                                              "eggs": 1,
                                              "dairy": 1,
                                              "gluten": 1,
                                              "sulphites": 1,
                                              "peanuts": 1,
                                              "sesame": 1,
                                              "fish": 1,
                                              "lupins": 1
                                            },
                                            "dates": {
                                              "$id": "34",
                                              "pluGuid": "33c3a7e2-332e-4837-9d2f-f9f0b163af14",
                                              "created": "2025-06-14T07:35:06.3021802",
                                              "createdByUser": "sample string 1",
                                              "activated": "2025-06-14T07:35:06.3021802",
                                              "deactivated": "2025-06-14T07:35:06.3021802",
                                              "lastOrdered": "2025-06-14T07:35:06.3021802",
                                              "lastOrderedQty": 2.0,
                                              "lastReceived": "2025-06-14T07:35:06.3021802",
                                              "lastReceivedQty": 3.0,
                                              "lastInvoiceStatus": 1,
                                              "lastCounted": "2025-06-14T07:35:06.3021802",
                                              "lastSold": "2025-06-14T07:35:06.3021802",
                                              "firstSold": "2025-06-14T07:35:06.3021802",
                                              "awsUpdated": "2025-06-14T07:35:06.3021802",
                                              "lastManualUpdate": "2025-06-14T07:35:06.3021802",
                                              "lastManualUpdatedByUser": "sample string 5",
                                              "lastUpdated": "2025-06-14T07:35:06.3021802",
                                              "lastUpdatedByUser": "sample string 7",
                                              "lastUpdatedByHost": "2025-06-14T07:35:06.3021802",
                                              "doNotRangeUpdated": "2025-06-14T07:35:06.3021802",
                                              "doNotOrderUpdated": "2025-06-14T07:35:06.3021802",
                                              "tracked": "2025-06-14T07:35:06.3021802"
                                            },
                                            "allergens": [
                                              {
                                                "$id": "35",
                                                "allergenID": 1,
                                                "pluG_UID": "keRQJ2i3b0qYrQNbObpaog==",
                                                "pluGuid": "2750e491-b768-4a6f-98ad-035b39ba5aa2",
                                                "contains": 2,
                                                "allergenName": "sample string 3",
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "35"
                                              }
                                            ],
                                            "costs": {
                                              "$id": "36",
                                              "pluG_UID": "4LrqPT8RqkWtDqTJrxS8NQ==",
                                              "pluGuid": "3deabae0-113f-45aa-ad0e-a4c9af14bc35",
                                              "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:35:06.3021802",
                                              "normalCost": 1,
                                              "currentCost": 1
                                            },
                                            "sales": [
                                              {
                                                "$id": "37",
                                                "saleHeaderID": 1,
                                                "created": "2025-06-14T07:35:06.3021802",
                                                "createdLocal": "2025-06-14T07:35:06.3021802",
                                                "storeID": 3,
                                                "storeName": "sample string 4",
                                                "operatorG_Uid": "CgFarAqc2EeuxETJ9OY4DQ==",
                                                "operatorGuid": "ac5a010a-9c0a-47d8-aec4-44c9f4e6380d",
                                                "operatorName": "sample string 5",
                                                "tranType": 1,
                                                "plu": 1,
                                                "pluG_UId": "0p/ALDvM2kCMCdYHGm/jFQ==",
                                                "pluGuid": "2cc09fd2-cc3b-40da-8c09-d6071a6fe315",
                                                "normalPrice": 1,
                                                "totalCents": 1,
                                                "cost": 1,
                                                "grossProfit": 1,
                                                "quantity": 1,
                                                "operator": {
                                                  "$ref": "15"
                                                }
                                              },
                                              {
                                                "$ref": "37"
                                              }
                                            ],
                                            "apns": [
                                              {
                                                "$id": "38",
                                                "pluID": 1,
                                                "pluG_UID": "yn3emgae3EuN5pd44E5m6w==",
                                                "pluGuid": "9ade7dca-9e06-4bdc-8de6-9778e04e66eb",
                                                "apn": "sample string 1",
                                                "deleted": true,
                                                "storeID": 1,
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "38"
                                              }
                                            ],
                                            "tuns": [
                                              {
                                                "$id": "39",
                                                "pluG_UId": "b0lRqroCAk+dPGh6cXA3KQ==",
                                                "pluGuid": "aa51496f-02ba-4f02-9d3c-687a71703729",
                                                "apn": "sample string 1",
                                                "tun": "sample string 2",
                                                "cartonQuantity": 3,
                                                "product": {
                                                  "$ref": "26"
                                                },
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "39"
                                              }
                                            ],
                                            "competitionPricing": [
                                              {
                                                "$id": "40",
                                                "identifier": "ZEvbzQaDxkmFiphJVaDGmg==",
                                                "identifierGuid": "cddb4b64-8306-49c6-858a-984955a0c69a",
                                                "pluG_UID": "8XaP4YWQm02TGpzq5LSr0w==",
                                                "pluGuid": "e18f76f1-9085-4d9b-931a-9ceae4b4abd3",
                                                "competitionID": 1,
                                                "name": "sample string 2",
                                                "sellMultiple": 3,
                                                "retailPrice": 4,
                                                "storeName": "sample string 5"
                                              },
                                              {
                                                "$ref": "40"
                                              }
                                            ],
                                            "supplier": {
                                              "$ref": "21"
                                            },
                                            "supplierName": "sample string 146",
                                            "children": [
                                              {
                                                "$ref": "26"
                                              },
                                              {
                                                "$ref": "26"
                                              }
                                            ],
                                            "ordering": {
                                              "$ref": "24"
                                            },
                                            "flipChartPages": [
                                              {
                                                "$id": "41",
                                                "identifier": "YtejE0rSu0iYwiMpM/Kmuw==",
                                                "groupName": "sample string 1",
                                                "identifierGuid": "13a3d762-d24a-48bb-98c2-232933f2a6bb",
                                                "exists": true,
                                                "flipChartIdentifier": "fD3d9Jk7FEOpW7kamIJq8A==",
                                                "flipChartIdentifierGuid": "f4dd3d7c-3b99-4314-a95b-b91a98826af0",
                                                "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": "v7RCz683FUqO5AofV+9SJg==",
                                                "groupIdentifierGuid": "cf42b4bf-37af-4a15-8ee4-0a1f57ef5226",
                                                "flipChart": {
                                                  "$id": "42",
                                                  "identifier": "CsAXITg6R0KfYXPDOacCug==",
                                                  "identifierGuid": "2117c00a-3a38-4247-9f61-73c339a702ba",
                                                  "displayName": "sample string 2",
                                                  "sortOrder": 3,
                                                  "productsPerRow": 4,
                                                  "rowsPerPage": 5,
                                                  "buttonMarginX": 6,
                                                  "buttonMarginY": 7,
                                                  "beginButtonsX": 8,
                                                  "beginButtonsY": 9,
                                                  "autoSizeButtons": true,
                                                  "autoSizeGrid": true,
                                                  "showButtonText": true,
                                                  "showButtonImage": true,
                                                  "formLocationX": 1,
                                                  "formLocationY": 1,
                                                  "formWidth": 14,
                                                  "formHeight": 15,
                                                  "formMaximised": true,
                                                  "formResizable": true,
                                                  "formBackgroundImage": "sample string 16",
                                                  "formBackgroundColourA": 1,
                                                  "formBackgroundColourR": 1,
                                                  "formBackgroundColourG": 1,
                                                  "formBackgroundColourB": 1,
                                                  "formFontFamily": "sample string 17",
                                                  "formFontSize": 1.1,
                                                  "formFontStyle": 1,
                                                  "formAttributes": "sample string 18",
                                                  "buttonWidth": 19,
                                                  "buttonHeight": 20,
                                                  "buttonAnchor": 21,
                                                  "buttonBackgroundImage": "sample string 22",
                                                  "buttonTopColour": 1,
                                                  "buttonTextColour": 1,
                                                  "buttonBottomColour": 1,
                                                  "buttonBorderColour": 1,
                                                  "buttonBorderWidth": 1,
                                                  "buttonRadius": 1,
                                                  "buttonGradientMode": 1,
                                                  "buttonDropShadow": true,
                                                  "buttonShadowWidth": 1,
                                                  "buttonHighLightOnPush": true,
                                                  "buttonFontFamily": "sample string 23",
                                                  "buttonFontSize": 1.1,
                                                  "buttonFontStyle": 1,
                                                  "buttonTextAlign": 1,
                                                  "buttonWordBreak": true,
                                                  "buttonDrawImageAndButton": true,
                                                  "buttonVerticalText": true,
                                                  "buttonImageAlign": 1,
                                                  "panelLocationX": 1,
                                                  "panelLocationY": 1,
                                                  "panelWidth": 1,
                                                  "panelHeight": 1,
                                                  "panelAnchor": 1,
                                                  "panelFontFamily": "sample string 24",
                                                  "panelFontSize": 1.1,
                                                  "panelFontStyle": 1,
                                                  "panelBackgroundColour": 1,
                                                  "panelTextColour": 1,
                                                  "panelAttributes": "sample string 25",
                                                  "unsentCount": 26,
                                                  "group": {
                                                    "$id": "43",
                                                    "identifier": "aZp7dJKm20+1GVTlpPOWcQ==",
                                                    "identifierGuid": "747b9a69-a692-4fdb-b519-54e5a4f39671",
                                                    "name": "sample string 2",
                                                    "formType": "sample string 3",
                                                    "forms": [
                                                      {
                                                        "$id": "44",
                                                        "id": 1,
                                                        "g_UID": "mA0EvGy2bkCUDrJFPYhbLQ==",
                                                        "guid": "bc040d98-b66c-406e-940e-b2453d885b2d",
                                                        "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": "XuUx4fAfAk+S5OJnzEUGCA==",
                                                        "previousFormGuid": "e131e55e-1ff0-4f02-92e4-e267cc450608",
                                                        "nextForm": 1,
                                                        "nextFormG_UID": "qjyFf0+fzE2Lj5vphUWD0A==",
                                                        "nextFormGuid": "7f853caa-9f4f-4dcc-8b8f-9be9854583d0",
                                                        "attributes": "sample string 10",
                                                        "updated": "2025-06-14T07:35:06.3021802",
                                                        "positioning": 1,
                                                        "contentPanel": "sample string 11",
                                                        "selectionMode": 1,
                                                        "maximumSelections": 1,
                                                        "alteredInStore": true,
                                                        "deleted": true,
                                                        "blueprintID": 1,
                                                        "preserveLayout": true,
                                                        "mainCheckoutFormName": "sample string 13",
                                                        "nextCheckoutForm": {
                                                          "$ref": "44"
                                                        },
                                                        "previousCheckoutForm": {
                                                          "$ref": "44"
                                                        },
                                                        "buttons": [
                                                          {
                                                            "$id": "45",
                                                            "id": 1,
                                                            "checkoutFormID": 2,
                                                            "checkoutFormG_UID": "m9PRw6robk+fJCjzF0/Akw==",
                                                            "checkoutFormGuid": "c3d1d39b-e8aa-4f6e-9f24-28f3174fc093",
                                                            "identifier": "yWvXBBiygkuKduHKTcL5Qw==",
                                                            "identifierGuid": "04d76bc9-b218-4b82-8a76-e1ca4dc2f943",
                                                            "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": "1xk/wpXW4UiRQXHezpnM/A==",
                                                            "valueGuid": "c23f19d7-d695-48e1-9141-71dece99ccfc",
                                                            "buttonText": "sample string 10",
                                                            "valueText": "sample string 11",
                                                            "drawImageAndButton": true,
                                                            "updated": "2025-06-14T07:35:06.3021802",
                                                            "action": "sample string 12",
                                                            "valueForm": {
                                                              "$ref": "44"
                                                            },
                                                            "image": {
                                                              "$id": "46",
                                                              "name": "sample string 3.sample string 4",
                                                              "imageID": 2,
                                                              "imageName": "sample string 3",
                                                              "imageExtension": "sample string 4",
                                                              "lastUpdate": "2025-06-14T07:35:06.3021802",
                                                              "imageData": "QEA=",
                                                              "readOnly": true
                                                            }
                                                          },
                                                          {
                                                            "$ref": "45"
                                                          }
                                                        ],
                                                        "panels": [
                                                          {
                                                            "$id": "47",
                                                            "id": 1,
                                                            "checkoutFormID": 2,
                                                            "checkoutFormG_UID": "+ARab+DoCEWaJOWAffQ8Uw==",
                                                            "checkoutFormGuid": "6f5a04f8-e8e0-4508-9a24-e5807df43c53",
                                                            "panelType": "sample string 4",
                                                            "name": "sample string 5",
                                                            "locationX": 6,
                                                            "locationY": 7,
                                                            "width": 8,
                                                            "height": 9,
                                                            "anchor": 10,
                                                            "fontFamily": "sample string 11",
                                                            "fontSize": 12.1,
                                                            "fontStyle": 13,
                                                            "backgroundColour": 14,
                                                            "textColour": 15,
                                                            "attributes": "sample string 16"
                                                          },
                                                          {
                                                            "$ref": "47"
                                                          }
                                                        ]
                                                      },
                                                      {
                                                        "$ref": "44"
                                                      }
                                                    ],
                                                    "panels": [
                                                      {
                                                        "$ref": "47"
                                                      },
                                                      {
                                                        "$ref": "47"
                                                      }
                                                    ]
                                                  },
                                                  "pages": [
                                                    {
                                                      "$ref": "41"
                                                    },
                                                    {
                                                      "$ref": "41"
                                                    }
                                                  ]
                                                },
                                                "contentPanel": {
                                                  "$ref": "47"
                                                },
                                                "products": [
                                                  {
                                                    "$id": "48",
                                                    "flipChartPageIdentifier": "loIgZm5aiE2gLP7QxlOciw==",
                                                    "flipChartPageIdentifierGuid": "66208296-5a6e-4d88-a02c-fed0c6539c8b",
                                                    "pluG_UID": "d0+COfpBxEevocBnKkrHNg==",
                                                    "pluGuid": "39824f77-41fa-47c4-afa1-c0672a4ac736",
                                                    "sortOrder": 3,
                                                    "sent": true,
                                                    "productChanged": true,
                                                    "productImageName": "sample string 6",
                                                    "productShowImageOnFlipCharts": true,
                                                    "productShowTextOnFlipCharts": true,
                                                    "productOverrideFlipChartText": true,
                                                    "productFlipChartText": "sample string 10",
                                                    "product": {
                                                      "$ref": "26"
                                                    },
                                                    "departmentSortOrder": 11,
                                                    "subDepartmentName": "sample string 12"
                                                  },
                                                  {
                                                    "$ref": "48"
                                                  }
                                                ],
                                                "productCount": 27,
                                                "pages": [
                                                  {
                                                    "$ref": "41"
                                                  },
                                                  {
                                                    "$ref": "41"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "41"
                                              }
                                            ],
                                            "priceHistory": [
                                              {
                                                "$id": "49",
                                                "pluG_UID": "u0c03z8shUulnM59dmHp7Q==",
                                                "pluGuid": "df3447bb-2c3f-4b85-a59c-ce7d7661e9ed",
                                                "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:35:06.3021802",
                                                "previousPrice": 1,
                                                "previousCostCalcMethod": 1,
                                                "previousCost": 1,
                                                "previousWeightedAvgCost": 1,
                                                "previousLastCost": 1,
                                                "previousRawCost": 15,
                                                "previousRawWeightedAvgCost": 16,
                                                "previousRawLastCost": 17,
                                                "previousCostDecimals": 1,
                                                "previousServiceFeeID": 18,
                                                "previousFreight": 19.0,
                                                "previousFreightType": 20,
                                                "storeID": 21,
                                                "storeName": "sample string 22",
                                                "serviceFeeDescription": "sample string 23",
                                                "previousServiceFeeDescription": "sample string 24"
                                              },
                                              {
                                                "$ref": "49"
                                              }
                                            ],
                                            "ingredients": [
                                              {
                                                "$id": "50",
                                                "pluG_UID": "HsNJ6OeyTkGyt25kGmYaJw==",
                                                "ingredientGuid": "LlEPytdORUCiOIQ51ukflQ==",
                                                "ingredientIdentifier": "ca0f512e-4ed7-4045-a238-8439d6e91f95",
                                                "quantity": 1.0,
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ],
                                                "ingredientText": "sample string 1",
                                                "ingredient": {
                                                  "$ref": "26"
                                                }
                                              },
                                              {
                                                "$ref": "50"
                                              }
                                            ],
                                            "bins": [
                                              {
                                                "$id": "51",
                                                "pluG_UID": "SeRfXlKdb0SpxjORUklQ+g==",
                                                "pluGuid": "5e5fe449-9d52-446f-a9c6-3391524950fa",
                                                "shelfLocationIdentifier": "ao65WeBSI0CnWxTkqnMyLQ==",
                                                "shelfLocationGuid": "59b98e6a-52e0-4023-a75b-14e4aa73322d",
                                                "labelShelfDefault": 1,
                                                "labelTalkerDefault": 1,
                                                "labelSmall": true,
                                                "labelPageLayoutG_UID": "z4b0Z/RPt06g6U+wbsbrOQ==",
                                                "labelPageLayoutGuid": "67f486cf-4ff4-4eb7-a0e9-4fb06ec6eb39",
                                                "updated": "2025-06-14T07:35:06.3021802",
                                                "electronicShelfLabelIdentifier": "sample string 5",
                                                "electronicshelfLabelsConfigurationID": 6,
                                                "labelShelfChanged": true,
                                                "productName": "sample string 8",
                                                "locationText": "sample string 9",
                                                "product": {
                                                  "$ref": "26"
                                                },
                                                "location": {
                                                  "$id": "52",
                                                  "identifier": "ljPiMdv5k0OHITiGr4etDg==",
                                                  "storeID": 1,
                                                  "identifierGuid": "31e23396-f9db-4393-8721-3886af87ad0e",
                                                  "name": "sample string 2",
                                                  "haccp": true,
                                                  "blueprintID": 1,
                                                  "updated": "2025-06-14T07:35:06.3021802",
                                                  "minTemp": 1,
                                                  "maxTemp": 1,
                                                  "checkFrequency": 1,
                                                  "storeCaseConfiguration": 5,
                                                  "storeName": "sample string 6",
                                                  "bins": [
                                                    {
                                                      "$ref": "51"
                                                    },
                                                    {
                                                      "$ref": "51"
                                                    }
                                                  ]
                                                }
                                              },
                                              {
                                                "$ref": "51"
                                              }
                                            ],
                                            "bin": {
                                              "$ref": "51"
                                            },
                                            "scaleLocations": [
                                              {
                                                "$id": "53",
                                                "plu": 1,
                                                "pluG_UID": "KzgZHkDtskaUIhIbaF04ng==",
                                                "pluGuid": "1e19382b-ed40-46b2-9422-121b685d389e",
                                                "deptNo": 1,
                                                "product": {
                                                  "$ref": "26"
                                                },
                                                "scaleLocation": {
                                                  "$id": "54",
                                                  "id": 1,
                                                  "deptNo": 1,
                                                  "deptCode": "sample string 2",
                                                  "name": "sample string 3",
                                                  "enabled": true,
                                                  "updated": "2025-06-14T07:35:06.3021802",
                                                  "department": {
                                                    "$id": "55",
                                                    "id": 1,
                                                    "name": "sample string 2",
                                                    "code": "sample string 3",
                                                    "sortOrder": 4,
                                                    "isLiquor": true,
                                                    "isTobacco": true,
                                                    "excludeTalker": true,
                                                    "externalSales": true,
                                                    "saleGLCode": "sample string 9",
                                                    "cogsglCode": "sample string 10",
                                                    "accountingCategoryID": 11,
                                                    "maximumMarkdownPercentage": 12.0,
                                                    "accountingOnly": true,
                                                    "generateExternalID": 1,
                                                    "useNonReportableTaxCode": true,
                                                    "minPLU": 15,
                                                    "maxPLU": 16,
                                                    "scaleLocation": {
                                                      "$ref": "54"
                                                    },
                                                    "subDepartments": [
                                                      {
                                                        "$id": "56",
                                                        "id": 1,
                                                        "departmentID": 2,
                                                        "name": "sample string 3",
                                                        "code": "sample string 4",
                                                        "departmentCode": "sample string 5",
                                                        "externalSales": true,
                                                        "minorDepartments": [
                                                          {
                                                            "$id": "57",
                                                            "id": 1,
                                                            "subDepartmentID": 2,
                                                            "departmentID": 3,
                                                            "name": "sample string 4",
                                                            "subDepartmentCode": "sample string 5",
                                                            "departmentCode": "sample string 6",
                                                            "code": "sample string 7",
                                                            "lesserDepartments": [
                                                              {
                                                                "$id": "58",
                                                                "id": 1,
                                                                "departmentID": 2,
                                                                "subDepartmentID": 3,
                                                                "minorDepartmentID": 4,
                                                                "name": "sample string 5",
                                                                "code": "sample string 6",
                                                                "departmentCode": "sample string 7",
                                                                "subDepartmentCode": "sample string 8",
                                                                "minorDepartmentCode": "sample string 9",
                                                                "updated": "2025-06-14T07:35:06.3021802",
                                                                "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": "KAKqJBRvBUOn8kiD9uPBFw==",
                                                                "labelPageLayoutGuid": "24aa0228-6f14-4305-a7f2-4883f6e3c117",
                                                                "minimumAge": 17,
                                                                "countryOfOrigin": "sample string 18",
                                                                "serviceFeeID": 1,
                                                                "eftCode": 19,
                                                                "defaultPrinter": "sample string 20",
                                                                "defaultPrinterGroup": "sample string 21",
                                                                "buyingLimit": 1,
                                                                "buyingLimitIndependent": true,
                                                                "buyingLimitType": 0,
                                                                "includeInDistinctLimit": true,
                                                                "defaultsEmpty": false,
                                                                "mscCat": {
                                                                  "$id": "59",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "name": "sample string 3",
                                                                  "active": true,
                                                                  "mscCommodities": [
                                                                    {
                                                                      "$id": "60",
                                                                      "dept": 1,
                                                                      "category": 2,
                                                                      "commodity": 3,
                                                                      "name": "sample string 4",
                                                                      "active": true,
                                                                      "mscSubCommodities": [
                                                                        {
                                                                          "$id": "61",
                                                                          "dept": 1,
                                                                          "category": 2,
                                                                          "commodity": 3,
                                                                          "subCommodity": 4,
                                                                          "name": "sample string 5",
                                                                          "active": true,
                                                                          "subCommodityCode": "sample string 7"
                                                                        },
                                                                        {
                                                                          "$ref": "61"
                                                                        }
                                                                      ],
                                                                      "commodityCode": "sample string 6"
                                                                    },
                                                                    {
                                                                      "$ref": "60"
                                                                    }
                                                                  ],
                                                                  "categoryCode": "sample string 5"
                                                                },
                                                                "mscCom": {
                                                                  "$ref": "60"
                                                                },
                                                                "mscDep": {
                                                                  "$id": "62",
                                                                  "dept": 1,
                                                                  "name": "sample string 2",
                                                                  "active": true,
                                                                  "mscCategories": [
                                                                    {
                                                                      "$ref": "59"
                                                                    },
                                                                    {
                                                                      "$ref": "59"
                                                                    }
                                                                  ],
                                                                  "deptCode": "sample string 4"
                                                                },
                                                                "mscSubCom": {
                                                                  "$ref": "61"
                                                                }
                                                              },
                                                              {
                                                                "$ref": "58"
                                                              }
                                                            ],
                                                            "updated": "2025-06-14T07:35:06.3021802",
                                                            "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": "xHFwQHCQoUqS9bdqJwaV0Q==",
                                                            "labelPageLayoutGuid": "407071c4-9070-4aa1-92f5-b76a270695d1",
                                                            "minimumAge": 15,
                                                            "countryOfOrigin": "sample string 16",
                                                            "serviceFeeID": 1,
                                                            "eftCode": 17,
                                                            "defaultPrinter": "sample string 18",
                                                            "defaultPrinterGroup": "sample string 19",
                                                            "buyingLimit": 1,
                                                            "buyingLimitIndependent": true,
                                                            "buyingLimitType": 0,
                                                            "includeInDistinctLimit": true,
                                                            "defaultsEmpty": false,
                                                            "mscCat": {
                                                              "$ref": "59"
                                                            },
                                                            "mscCom": {
                                                              "$ref": "60"
                                                            },
                                                            "mscDep": {
                                                              "$ref": "62"
                                                            },
                                                            "mscSubCom": {
                                                              "$ref": "61"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "57"
                                                          }
                                                        ],
                                                        "investmentBuyOverride": true,
                                                        "updated": "2025-06-14T07:35:06.3021802",
                                                        "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": "kR8HK/4CHU6r34i2snaW1Q==",
                                                        "labelPageLayoutGuid": "2b071f91-02fe-4e1d-abdf-88b6b27696d5",
                                                        "minimumAge": 15,
                                                        "countryOfOrigin": "sample string 16",
                                                        "serviceFeeID": 1,
                                                        "eftCode": 17,
                                                        "defaultPrinter": "sample string 18",
                                                        "defaultPrinterGroup": "sample string 19",
                                                        "buyingLimit": 1,
                                                        "buyingLimitIndependent": true,
                                                        "buyingLimitType": 0,
                                                        "includeInDistinctLimit": true,
                                                        "defaultsEmpty": false,
                                                        "mscCat": {
                                                          "$ref": "59"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "60"
                                                        },
                                                        "mscDep": {
                                                          "$ref": "62"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "61"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "56"
                                                      }
                                                    ],
                                                    "stores": [
                                                      1,
                                                      2
                                                    ],
                                                    "investmentBuyOverride": true,
                                                    "updated": "2025-06-14T07:35:06.3021802",
                                                    "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": "emN7y9LS9E+fsUlALozaJQ==",
                                                    "labelPageLayoutGuid": "cb7b637a-d2d2-4ff4-9fb1-49402e8cda25",
                                                    "minimumAge": 25,
                                                    "countryOfOrigin": "sample string 26",
                                                    "serviceFeeID": 1,
                                                    "eftCode": 27,
                                                    "defaultPrinter": "sample string 28",
                                                    "defaultPrinterGroup": "sample string 29",
                                                    "buyingLimit": 1,
                                                    "buyingLimitIndependent": true,
                                                    "buyingLimitType": 0,
                                                    "includeInDistinctLimit": true,
                                                    "defaultsEmpty": false,
                                                    "mscCat": {
                                                      "$ref": "59"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "60"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "62"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "61"
                                                    }
                                                  }
                                                }
                                              },
                                              {
                                                "$ref": "53"
                                              }
                                            ],
                                            "nextPrice": {
                                              "$id": "63",
                                              "id": 1,
                                              "campaignID": 2,
                                              "campaignName": "sample string 3",
                                              "plu": 1,
                                              "hostOfferID": 1,
                                              "metcashPromotionID": "sample string 4",
                                              "metcashPromotionPlacement": "sample string 5",
                                              "pluG_UID": "MS3DvSePtEq22ABFYokWnA==",
                                              "pluGuid": "bdc32d31-8f27-4ab4-b6d8-00456289169c",
                                              "newPrice": 1,
                                              "pctDiscount": 1,
                                              "newCost": 1,
                                              "newCostDecimals": 6,
                                              "dealCostIdentifier": "HTugpNwpjEayfUkovCUCug==",
                                              "dealCostGuid": "a4a03b1d-29dc-468c-b27d-4928bc2502ba",
                                              "pluName": "sample string 7",
                                              "apn": "sample string 8",
                                              "fuelItem": true,
                                              "priceGroupG_UID": "c+rP16ViwkugmCrIZuiWYQ==",
                                              "priceGroupGuid": "d7cfea73-62a5-4bc2-a098-2ac866e89661",
                                              "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:35:06.3021802",
                                              "rrp": 26,
                                              "campaignDescription": "sample string 27",
                                              "campaignComboPriceGroupG_UID": "cTAUjhOXXEOCItf6s5FyQg==",
                                              "campaignComboPriceGroupIdentifier": "8e143071-9713-435c-8222-d7fab3917242",
                                              "promotionPlacementDescription": "sample string 28",
                                              "storeAcceptances": [
                                                {
                                                  "$id": "64",
                                                  "plu": 1,
                                                  "pluG_UId": "QEA=",
                                                  "campaignID": 1,
                                                  "campaignName": "sample string 2",
                                                  "storeID": 3,
                                                  "acceptedUtc": "2025-06-14T07:35:06.3021802",
                                                  "operatorG_UID": "p5TRlrIu90uMpXEn3l4wOw==",
                                                  "operatorGuid": "96d194a7-2eb2-4bf7-8ca5-7127de5e303b",
                                                  "machineID": 1,
                                                  "processed": true,
                                                  "appliedUtc": "2025-06-14T07:35:06.3021802",
                                                  "signIqTicketFileMovedUtc": "2025-06-14T07:35:06.3021802",
                                                  "user": "sample string 6",
                                                  "campaignDescription": "sample string 7",
                                                  "productDesc": "sample string 8",
                                                  "storeName": "sample string 9",
                                                  "effectiveUtc": "2025-06-14T07:35:06.3021802",
                                                  "priceChangeType": 0,
                                                  "operatorName": "sample string 10",
                                                  "hostCampaign": true,
                                                  "product": {
                                                    "$ref": "26"
                                                  },
                                                  "campaignPlu": {
                                                    "$ref": "63"
                                                  }
                                                },
                                                {
                                                  "$ref": "64"
                                                }
                                              ],
                                              "campaign": {
                                                "$id": "65",
                                                "id": 1,
                                                "storeID": 2,
                                                "name": "582d3f86-6bb3-4c0f-b34c-ec0296583fed",
                                                "nameGuid": "582d3f86-6bb3-4c0f-b34c-ec0296583fed",
                                                "description": "sample string 4",
                                                "showDiscounts": true,
                                                "showTotals": true,
                                                "onlyEvaluateOnSubtotal": true,
                                                "useDescription": true,
                                                "campaignType": 1,
                                                "startDate": "2025-06-14T07:35:06.3021802",
                                                "startTime": 1,
                                                "endDate": "2025-06-14T07:35:06.3021802",
                                                "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:35:06.3021802",
                                                "system": true,
                                                "created": "2025-06-14T07:35:06.3021802",
                                                "updated": "2025-06-14T07:35:06.3021802",
                                                "priceChangeNotifiedUtc": "2025-06-14T07:35:06.3021802",
                                                "promoType": 1,
                                                "promotionTypeCode": "sample string 13",
                                                "hostIdentifier": "jFwkuyKYoEe3ZTtYpRRhVw==",
                                                "hostIdentifierGuid": "bb245c8c-9822-47a0-b765-3b58a5146157",
                                                "hostType": 14,
                                                "createdByUser": "sample string 15",
                                                "fromHost": true,
                                                "deleted": true,
                                                "campaignDeleted": "2025-06-14T07:35:06.3021802",
                                                "updatedByUser": "sample string 18",
                                                "offerID": 1,
                                                "isPriceChangeCampaign": true,
                                                "stores": [
                                                  1,
                                                  2
                                                ],
                                                "storeNames": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ],
                                                "campaignPlus": [
                                                  {
                                                    "$ref": "63"
                                                  },
                                                  {
                                                    "$ref": "63"
                                                  }
                                                ],
                                                "campaignPools": [
                                                  {
                                                    "$id": "66",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "plu": 4,
                                                    "pluG_UID": "u0mWrK7OjEms9Yjg63WG1Q==",
                                                    "pluGuid": "ac9649bb-ceae-498c-acf5-88e0eb7586d5",
                                                    "hostOfferID": 1,
                                                    "priceGroupG_UID": "fU2sfwecmUiYoSJWMbgq8A==",
                                                    "priceGroupGuid": "7fac4d7d-9c07-4899-98a1-225631b82af0",
                                                    "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:35:06.3021802",
                                                    "rrp": 17,
                                                    "campaignDescription": "sample string 18",
                                                    "product": {
                                                      "$ref": "26"
                                                    },
                                                    "campaign": {
                                                      "$ref": "65"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "66"
                                                  }
                                                ],
                                                "sellingRules": [
                                                  {
                                                    "$id": "67",
                                                    "id": 1,
                                                    "identifier": "ftQm9+7oyEa7XQGvYZgb8w==",
                                                    "identifierStr": "ftQm9+7oyEa7XQGvYZgb8w==",
                                                    "identifierGuid": "f726d47e-e8ee-46c8-bb5d-01af61981bf3",
                                                    "campaignID": 4,
                                                    "campaignName": "sample string 5",
                                                    "ruleJoin": 1,
                                                    "ruleType": 6,
                                                    "operand0": "sample string 7",
                                                    "comparisonOp": 1,
                                                    "operand1": "sample string 8",
                                                    "action": 1,
                                                    "operand2": "sample string 9",
                                                    "operand3": "sample string 10",
                                                    "includeExcludedItems": true,
                                                    "noFurtherDiscounts": true,
                                                    "description": "sample string 11",
                                                    "sortOrder": 1,
                                                    "isItemRule": false,
                                                    "prevDept": "sample string 12",
                                                    "campaign": {
                                                      "$ref": "65"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "67"
                                                  }
                                                ],
                                                "customers": [
                                                  {
                                                    "$id": "68",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "customerID": "rGfDTupRaU+tjSu7HFT2lA==",
                                                    "customerIDGuid": "4ec367ac-51ea-4f69-ad8d-2bbb1c54f694",
                                                    "campaign": {
                                                      "$ref": "65"
                                                    },
                                                    "customer": {
                                                      "$ref": "7"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "68"
                                                  }
                                                ],
                                                "customerGroups": [
                                                  {
                                                    "$id": "69",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "groupID": "JWW+LrqNkE+Bata6/VWtDA==",
                                                    "groupIDGuid": "2ebe6525-8dba-4f90-816a-d6bafd55ad0c",
                                                    "campaign": {
                                                      "$ref": "65"
                                                    },
                                                    "group": {
                                                      "$ref": "11"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "69"
                                                  }
                                                ],
                                                "signIqTickets": [
                                                  {
                                                    "$id": "70",
                                                    "identifier": "7QoiRv8k+US4wrTXRcQxig==",
                                                    "identifierGuid": "46220aed-24ff-44f9-b8c2-b4d745c4318a",
                                                    "campaignName": "sample string 2",
                                                    "message": "sample string 3",
                                                    "ticketFileSource": "sample string 4",
                                                    "ticketFileDestination": "sample string 5",
                                                    "storeID": 1
                                                  },
                                                  {
                                                    "$ref": "70"
                                                  }
                                                ],
                                                "comboPriceGroups": [
                                                  {
                                                    "$id": "71",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "g_UID": "6Xdj92jXh0OXkozwSTsRZw==",
                                                    "guid": "f76377e9-d768-4387-9792-8cf0493b1167",
                                                    "description": "sample string 5",
                                                    "newPrice": 1,
                                                    "rangeDescription": "sample string 6",
                                                    "dealDescription": "sample string 7",
                                                    "labelQuantity": 8,
                                                    "hostProductCategoryID": 1,
                                                    "offerID": 1,
                                                    "dontUpdatePricePlus": true,
                                                    "campaign": {
                                                      "$ref": "65"
                                                    },
                                                    "comboPricePlus": [
                                                      {
                                                        "$id": "72",
                                                        "id": 1,
                                                        "campaignID": 2,
                                                        "campaignName": "sample string 3",
                                                        "groupG_UID": "fcoQDVrm3Uu2AbPvssjN+Q==",
                                                        "groupGuid": "0d10ca7d-e65a-4bdd-b601-b3efb2c8cdf9",
                                                        "comboPriceType": 5,
                                                        "priceType": 5,
                                                        "pluG_UID": "PuPyjSek7U+Bh55NdWV1iQ==",
                                                        "pluGuid": "8df2e33e-a427-4fed-8187-9e4d75657589",
                                                        "priceGroupG_UID": "wn3y7Alay0+eObACNglmBg==",
                                                        "priceGroupGuid": "ecf27dc2-5a09-4fcb-9e39-b00236096606",
                                                        "campaignPoolID": "sample string 7",
                                                        "quantity": 1,
                                                        "campaign": {
                                                          "$ref": "65"
                                                        },
                                                        "product": {
                                                          "$ref": "26"
                                                        },
                                                        "priceGroup": {
                                                          "$ref": "32"
                                                        },
                                                        "campaignPool": {
                                                          "$ref": "65"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "72"
                                                      }
                                                    ]
                                                  },
                                                  {
                                                    "$ref": "71"
                                                  }
                                                ],
                                                "priceLevels": [
                                                  {
                                                    "$id": "73",
                                                    "id": 1,
                                                    "priceLevelIdentifier": "0FNN8TGF80ipPs+pHZd4tg==",
                                                    "priceLevelIdentifierGuid": "f14d53d0-8531-48f3-a93e-cfa91d9778b6",
                                                    "campaignName": "sample string 3",
                                                    "priceLevelName": "sample string 4"
                                                  },
                                                  {
                                                    "$ref": "73"
                                                  }
                                                ]
                                              },
                                              "product": {
                                                "$ref": "26"
                                              },
                                              "dealCost": {
                                                "$id": "74",
                                                "headerIdentifier": "t+O4kR7nPE+8vrmwKZTJLw==",
                                                "headerIdentifierGuid": "91b8e3b7-e71e-4f3c-bcbe-b9b02994c92f",
                                                "identifier": "XHbbYOUsi0mPE/MT+/Mhfg==",
                                                "identifierGuid": "60db765c-2ce5-498b-8f13-f313fbf3217e",
                                                "supplierIdentifier": "9L/jK3pbA0W5pXe80XISdQ==",
                                                "supplierGuid": "2be3bff4-5b7a-4503-b9a5-77bcd1721275",
                                                "pluG_UID": "vB7BHpFqoEqJwe7jueVqhw==",
                                                "pluGuid": "1ec11ebc-6a91-4aa0-89c1-eee3b9e56a87",
                                                "campaignName": "bb953369-4012-492e-a65e-3c007f54712a",
                                                "description": "sample string 4",
                                                "cost": 5,
                                                "costDecimals": 6,
                                                "start": "2025-06-14T07:35:06.3021802",
                                                "end": "2025-06-14T07:35:06.3021802",
                                                "type": 9,
                                                "promoType": 10,
                                                "bonusItemPLUG_UID": "MkXPISzksE+Q90oanfFxrg==",
                                                "bonusItemPluGuid": "21cf4532-e42c-4fb0-90f7-4a1a9df171ae",
                                                "bonusPurchaseUnits": 11,
                                                "bonusReceiveUnits": 12,
                                                "updated": "2025-06-14T07:35:06.3021802",
                                                "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:35:06.3021802",
                                                "campaignEndDate": "2025-06-14T07:35:06.3021802",
                                                "masterPLUG_UID": "Cy3lidb7MUWJZeOlvagY3w==",
                                                "masterID": "89e52d0b-fbd6-4531-8965-e3a5bda818df",
                                                "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": "GdYY03Hz5U2i2eooAj2EEA==",
                                                "bonusMasterID": "d318d619-f371-4de5-a2d9-ea28023d8410",
                                                "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:35:06.3021802",
                                            "dealCosts": [
                                              {
                                                "$ref": "74"
                                              },
                                              {
                                                "$ref": "74"
                                              }
                                            ],
                                            "tags": [
                                              {
                                                "$id": "75",
                                                "pluG_UID": "N4vQtnSAjEG/CXzKe85Q8g==",
                                                "pluGuid": "b6d08b37-8074-418c-bf09-7cca7bce50f2",
                                                "tagID": 1,
                                                "description": "sample string 1",
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "75"
                                              }
                                            ],
                                            "alternateProductG_UID": "fgdBZ6HmU0e/FIMljbFddA==",
                                            "alternateProduct": "6741077e-e6a1-4753-bf14-83258db15d74",
                                            "productHostCode": {
                                              "$id": "76",
                                              "id": 1,
                                              "pluG_UID": "sWNIVA2iikK0/LWaaTUzSg==",
                                              "pluGuid": "544863b1-a20d-428a-b4fc-b59a6935334a",
                                              "ibaCode": "sample string 2"
                                            },
                                            "mscCat": {
                                              "$ref": "59"
                                            },
                                            "mscCom": {
                                              "$ref": "60"
                                            },
                                            "mscDep": {
                                              "$ref": "62"
                                            },
                                            "mscSubCom": {
                                              "$ref": "61"
                                            },
                                            "isUserUpdate": true,
                                            "ignoreMasterProduct": true,
                                            "priceGroupLabelRequested": true,
                                            "firstSold": "2025-06-14T07:35:06.3021802",
                                            "inventoryTracked": "2025-06-14T07:35:06.3021802",
                                            "isNormalPriceChangesCampaign": true
                                          },
                                          "supplier": {
                                            "$ref": "21"
                                          },
                                          "serviceFee": {
                                            "$id": "77",
                                            "id": 1,
                                            "description": "sample string 1",
                                            "fee": 1
                                          },
                                          "isPrimaryHost": true,
                                          "hostVendor": 46
                                        },
                                        {
                                          "$ref": "24"
                                        }
                                      ],
                                      "orderCycleHeaders": [
                                        {
                                          "$id": "78",
                                          "storeID": 1,
                                          "supplierIdentifier": "ze0eMrQndEqODCToNXSrQQ==",
                                          "supplierGuid": "321eedcd-27b4-4a74-8e0c-24e83574ab41",
                                          "departmentCode": "sample string 2",
                                          "warehouseDirectIndicator": "sample string 3",
                                          "type": 4,
                                          "storeName": "sample string 5",
                                          "departmentName": "sample string 6",
                                          "orderDays": 7
                                        },
                                        {
                                          "$ref": "78"
                                        }
                                      ],
                                      "cycles": [
                                        {
                                          "$id": "79",
                                          "storeID": 1,
                                          "supplierIdentifier": "/NXdpSPO8Eibein6DrC9ag==",
                                          "supplierGuid": "a5ddd5fc-ce23-48f0-9b7a-29fa0eb0bd6a",
                                          "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:35:06.3021802",
                                          "deliveryDate": "2025-06-14T07:35:06.3021802",
                                          "nextCutOffDate": "2025-06-14T07:35:06.3021802",
                                          "nextDeliveryDate": "2025-06-14T07:35:06.3021802",
                                          "nextDaysBuffer": 10
                                        },
                                        {
                                          "$ref": "79"
                                        }
                                      ],
                                      "store": {
                                        "$ref": "17"
                                      },
                                      "updated": "2025-06-14T07:35:06.3021802",
                                      "isHost": true
                                    },
                                    "files": [
                                      {
                                        "$id": "80",
                                        "id": "sample string 1",
                                        "fileName": "sample string 2",
                                        "extension": "sample string 3",
                                        "provider": 0,
                                        "type": 0,
                                        "hostType": "sample string 4",
                                        "createdUtc": "2025-06-14T07:35:06.3021802",
                                        "processed": "2025-06-14T07:35:06.3021802",
                                        "isProcessing": true,
                                        "processedCount": 6,
                                        "processingTime": 1,
                                        "collectedUtc": "2025-06-14T07:35:06.3021802",
                                        "size": 1,
                                        "sizeFormat": "sample string 7",
                                        "isArchive": true,
                                        "version": "sample string 9",
                                        "reference": "sample string 10",
                                        "digest": "sample string 11",
                                        "contentType": "sample string 12",
                                        "host": {
                                          "$ref": "20"
                                        },
                                        "metcashHeader": {
                                          "$id": "81",
                                          "customerNumber": "sample string 1",
                                          "creationDate": "2025-06-14T07:35:06.3021802",
                                          "businessPillar": "sample string 3",
                                          "fileType": "sample string 4"
                                        }
                                      },
                                      {
                                        "$ref": "80"
                                      }
                                    ],
                                    "zoneMatrix": [
                                      {
                                        "$id": "82",
                                        "id": 1,
                                        "hostIdentifier": "7mHH4THstkux4iLtNQFFSQ==",
                                        "hostIdentifierGuid": "e1c761ee-ec31-4bb6-b1e2-22ed35014549",
                                        "storeID": 1,
                                        "departmentCode": "sample string 2",
                                        "hostGuids": [
                                          "a6ec9231-5fe0-4056-94a5-f837b9d37d85",
                                          "bb2cb3f2-51a4-443d-8489-16f2cd6c2d65"
                                        ]
                                      },
                                      {
                                        "$ref": "82"
                                      }
                                    ],
                                    "hostFileStoreSetting": {
                                      "$ref": "19"
                                    },
                                    "hostStoreSettings": [
                                      {
                                        "$ref": "19"
                                      },
                                      {
                                        "$ref": "19"
                                      }
                                    ],
                                    "promotionPlacements": [
                                      {
                                        "$id": "83",
                                        "identifier": "IwnsMEPwWU6YDtOodihgmQ==",
                                        "identifierGuid": "30ec0923-f043-4e59-980e-d3a876286099",
                                        "code": "sample string 2",
                                        "description": "sample string 3",
                                        "isAdvertised": true
                                      },
                                      {
                                        "$ref": "83"
                                      }
                                    ],
                                    "promoTypeGuids": [
                                      "7a44774b-d0ed-4529-af71-a91be9f0363b",
                                      "e79fdb4f-2d3f-4e38-af07-5f1106e2e970"
                                    ],
                                    "isPromotionOnly": false,
                                    "isOrderable": false,
                                    "vendor": 0
                                  },
                                  "groupIDs": [
                                    1,
                                    2
                                  ],
                                  "hostDescription": "sample string 24"
                                },
                                {
                                  "$ref": "19"
                                }
                              ],
                              "accounts": [
                                {
                                  "$id": "84",
                                  "id": 1,
                                  "storeID": 1,
                                  "accountName": "sample string 2",
                                  "bsb": "sample string 3",
                                  "accountNumber": "sample string 4",
                                  "accountDesignated": true
                                },
                                {
                                  "$ref": "84"
                                }
                              ],
                              "sales": [
                                {
                                  "$id": "85",
                                  "id": 1,
                                  "storeID": 1,
                                  "externalSalesType": 2,
                                  "ftpSiteID": 1,
                                  "lastSaleProcessed": "2025-06-14T07:35:06.3021802",
                                  "ftpSite": {
                                    "$id": "86",
                                    "id": 1,
                                    "description": "sample string 2",
                                    "address": "sample string 3",
                                    "username": "sample string 4",
                                    "password": "sample string 5",
                                    "path": "sample string 7",
                                    "protocol": 8
                                  }
                                },
                                {
                                  "$ref": "85"
                                }
                              ],
                              "zoneMatrix": [
                                {
                                  "$ref": "82"
                                },
                                {
                                  "$ref": "82"
                                }
                              ],
                              "cashManagements": [
                                {
                                  "$id": "87",
                                  "id": 1,
                                  "storeID": 1,
                                  "cashManagementType": 2,
                                  "apiID": 1,
                                  "organisationID": "sample string 3",
                                  "siteName": "sample string 4",
                                  "thirdPartyAPI": {
                                    "$id": "88",
                                    "id": 1,
                                    "description": "sample string 2",
                                    "address": "sample string 3",
                                    "username": "sample string 4",
                                    "password": "sample string 5",
                                    "passwordPlain": "sample string 6",
                                    "token": "sample string 7",
                                    "apiType": 8,
                                    "apiSubType": 9
                                  }
                                },
                                {
                                  "$ref": "87"
                                }
                              ],
                              "updateStoreID": "cc6f7f26-c718-45e9-b75d-b3ee5542afc4",
                              "updateStore": {
                                "$id": "89",
                                "id": "504b4427-d0a7-498a-a0ab-56b00c938206",
                                "name": "sample string 1",
                                "lastActivity": "2025-06-14T07:35:06.3021802",
                                "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:35:06.3021802"
                              },
                              "timeZoneId": "sample string 53",
                              "securityOptions": {
                                "$id": "90",
                                "loginMode": 1,
                                "allowSelfVerification": true,
                                "verifierEmail": "sample string 3",
                                "source": "sample string 4",
                                "loginModeInherited": 5,
                                "loginModeSource": "sample string 6",
                                "selfVerifyInherited": true,
                                "selfVerifySource": "sample string 8",
                                "verifyEmailInherited": "sample string 9",
                                "verifyEmailSource": "sample string 10"
                              }
                            }
                          },
                          {
                            "$ref": "16"
                          }
                        ]
                      },
                      "customer": {
                        "$ref": "7"
                      },
                      "communityOrganisation": {
                        "$id": "91",
                        "id": 1,
                        "identifier": "zjGuxT1p4U6i6dJJgYTKtg==",
                        "identifierGuid": "c5ae31ce-693d-4ee1-a2e9-d2498184cab6",
                        "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:35:06.3021802",
                        "deleted": true
                      },
                      "details": [
                        {
                          "$id": "92",
                          "saleItemID": 1,
                          "identifier": "GNn6awOjwEe6A5IzNKrY/A==",
                          "identifierGuid": "6bfad918-a303-47c0-ba03-923334aad8fc",
                          "saleHeaderID": 2,
                          "plu": 1,
                          "pluG_UId": "gNdjJ0iX7k2tlincokewgA==",
                          "pluGuid": "2763d780-9748-4dee-ad96-29dca247b080",
                          "accountID": "Xju4inHbzUik/ripyPkmrw==",
                          "accountIDGuid": "8ab83b5e-db71-48cd-a4fe-b8a9c8f926af",
                          "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:35:06.3021802",
                          "bestOrExpireType": 1,
                          "providerName": "sample string 11",
                          "refundG_UID": "tWvTb3NueUSJtsVfseyi+Q==",
                          "refundGuid": "6fd36bb5-6e73-4479-89b6-c55fb1eca2f9",
                          "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": "iDJ9E7fXRkq/gwYXF5gSAw==",
                          "idempotentVoidGuid": "137d3288-d7b7-4a46-bf83-061717981203",
                          "priceLevelIdentifier": "Q/R8eF5hNU2WML2HcGgnVQ==",
                          "priceLevelIdentifierGuid": "787cf443-615e-4d35-9630-bd8770682755",
                          "productName": "sample string 23",
                          "apn": "sample string 24",
                          "unknownScans": [
                            {
                              "$id": "93",
                              "id": 1,
                              "saleDetailID": 2,
                              "storeID": 1,
                              "scanned": "2025-06-14T07:35:06.3021802",
                              "operatorG_UID": "QEA=",
                              "barcode": "sample string 4",
                              "processed": 1
                            },
                            {
                              "$ref": "93"
                            }
                          ],
                          "refund": {
                            "$id": "94",
                            "id": 1,
                            "g_UID": "dlNw1/O2nkO4/bJgEHAegw==",
                            "guid": "d7705376-b6f3-439e-b8fd-b26010701e83",
                            "description": "sample string 1",
                            "dumped": true,
                            "inventoryReasonID": 1,
                            "sortOrder": 1,
                            "updated": "2025-06-14T07:35:06.3021802"
                          },
                          "modifier": {
                            "$id": "95",
                            "id": 1,
                            "setG_UID": "IrG8GvnGukuPoyOC8qzUxQ==",
                            "modifierSetGuid": "1abcb122-c6f9-4bba-8fa3-2382f2acd4c5",
                            "name": "sample string 2",
                            "price": 1,
                            "quantity": 1,
                            "modifierType": 1,
                            "groupNumber": 1,
                            "pageNumber": 1,
                            "controlOrder": 1,
                            "printToStation": true,
                            "pluG_UID": "vjc31vdamEOlP39RIP2TPw==",
                            "pluGuid": "d63737be-5af7-4398-a53f-7f5120fd933f",
                            "deleted": true,
                            "g_UID": "ib+CfH1wLU+VFZiq0mFwuA==",
                            "guid": "7c82bf89-707d-4f2d-9515-98aad26170b8",
                            "product": {
                              "$ref": "26"
                            }
                          },
                          "priceLevelName": "sample string 25",
                          "pumpNumber": 1,
                          "hoseNumber": 1
                        },
                        {
                          "$ref": "92"
                        }
                      ],
                      "eftReceipts": [
                        {
                          "$id": "96",
                          "id": 1,
                          "storeID": 1,
                          "saleHeaderID": 2,
                          "storeSaleHeader": {
                            "$ref": "14"
                          },
                          "receipt": "sample string 3",
                          "processed": 1
                        },
                        {
                          "$ref": "96"
                        }
                      ],
                      "payments": [
                        {
                          "$ref": "13"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "cards": [
                        {
                          "$id": "97",
                          "id": 1,
                          "saleHeaderID": 1,
                          "identifier": "sample string 2",
                          "cardType": 3,
                          "providerName": "sample string 4"
                        },
                        {
                          "$ref": "97"
                        }
                      ],
                      "campaignHits": [
                        {
                          "$id": "98",
                          "id": 1,
                          "saleHeaderID": 2,
                          "campaign": "sample string 3",
                          "name": "sample string 4",
                          "processed": 1,
                          "campaignDescription": "sample string 5"
                        },
                        {
                          "$ref": "98"
                        }
                      ],
                      "fuel": [
                        {
                          "$id": "99",
                          "id": 1,
                          "plu": 1,
                          "pluG_UID": "eRiO2BfAEk6Gxq3UGWU+sw==",
                          "pluGuid": "d88e1879-c017-4e12-86c6-add419653eb3",
                          "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:35:06.3021802",
                          "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:35:06.3021802",
                          "tagNumber": "sample string 15",
                          "trackTwoRem": "sample string 16",
                          "transCode": 1,
                          "transType": 1,
                          "unitPrice": 1.0,
                          "vehicleReg": "sample string 17",
                          "offline": true,
                          "processed": 1
                        },
                        {
                          "$ref": "99"
                        }
                      ],
                      "fuelResells": [
                        {
                          "$id": "100",
                          "saleItemID": 1,
                          "saleHeaderID": 2,
                          "plu": 1,
                          "pluG_UId": "l2WlrXHJnkWQ8SNj9IE52A==",
                          "pluGuid": "ada56597-c971-459e-90f1-2363f48139d8",
                          "accountID": "BEjZiTVuUkem3HEiD2CevA==",
                          "accountIDGuid": "89d94804-6e35-4752-a6dc-71220f609ebc",
                          "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:35:06.3021802",
                          "bestOrExpireType": 1,
                          "refundG_UID": "F961pCKbl0mc3kDg5A6Xjg==",
                          "refundGuid": "a4b5de17-9b22-4997-9cde-40e0e40e978e",
                          "providerName": "sample string 10",
                          "campaign": "sample string 11",
                          "campaignType": 1,
                          "modifiedID": 1,
                          "omittedIngredient": 1,
                          "taxPercent": 1.0,
                          "taxAmount": 1.0,
                          "refundablePrice": 1.0,
                          "showDiscounts": true,
                          "orderPrinted": true,
                          "note": "sample string 14",
                          "modifierName": "sample string 15",
                          "modifierSetName": "sample string 16",
                          "totalValueWasScanned": true,
                          "sold": true,
                          "campaignPrice": true,
                          "scannedValue": 1,
                          "campaignName": "sample string 20",
                          "comboDiscount": 1
                        },
                        {
                          "$ref": "100"
                        }
                      ],
                      "customerOrder": [
                        {
                          "$id": "101",
                          "identifier": "COUwWLH7WUmbDzHZJt5+PA==",
                          "identifierGuid": "5830e508-fbb1-4959-9b0f-31d926de7e3c",
                          "id": 1,
                          "orderNo": 2,
                          "externalSaleIdentifier": "sample string 3",
                          "storeID": 4,
                          "zoneID": 5,
                          "deptNo": 6,
                          "customerIdentifier": "0reQydqrxUywIxK3CqYpig==",
                          "customerIdentifierGuid": "c990b7d2-abda-4cc5-b023-12b70aa6298a",
                          "operatorNo": 1,
                          "operatorG_UID": "9y3Fnu/IvkGE76SB8XbRFA==",
                          "operatorGuid": "9ec52df7-c8ef-41be-84ef-a481f176d114",
                          "created": "2025-06-14T07:35:06.3021802",
                          "ordered": "2025-06-14T07:35:06.3021802",
                          "started": "2025-06-14T07:35:06.3021802",
                          "completed": "2025-06-14T07:35:06.3021802",
                          "supplied": "2025-06-14T07:35:06.3021802",
                          "quickTicket": 1,
                          "deleted": true,
                          "walkAway": true,
                          "approxWait": 1,
                          "actualWait": 1,
                          "deliveryMethod": 8,
                          "externalSaleType": 9,
                          "customer": {
                            "$ref": "7"
                          },
                          "operator": {
                            "$ref": "15"
                          },
                          "details": [
                            {
                              "$id": "102",
                              "headerID": 1,
                              "plu": 1,
                              "pluG_UId": "hTvk573ekEWQZbZvDOm7cQ==",
                              "pluGuid": "e7e43b85-debd-4590-9065-b66f0ce9bb71",
                              "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": "W4FUEmHKL0iRSuxTMDo6JQ==",
                              "headerIdentifierGuid": "1254815b-ca61-482f-914a-ec53303a3a25",
                              "product": {
                                "$ref": "26"
                              }
                            },
                            {
                              "$ref": "102"
                            }
                          ],
                          "storeName": "sample string 11",
                          "customerName": "sample string 12",
                          "storeReplyTo": "sample string 13",
                          "storeSubjectLine": "sample string 14",
                          "storeSaleHeader": {
                            "$ref": "14"
                          }
                        },
                        {
                          "$ref": "101"
                        }
                      ],
                      "surveyResponses": [
                        {
                          "$id": "103",
                          "surveyG_UID": "KbygSlD9YUmCLxWUf6tQdQ==",
                          "surveyGuid": "4aa0bc29-fd50-4961-822f-15947fab5075",
                          "saleHeaderGuid": "ps1VTQ9RKUyXJkPDqV2txQ==",
                          "saleGuid": "4d55cda6-510f-4c29-9726-43c3a95dadc5",
                          "textResponse": "sample string 1",
                          "integerResponse": 1,
                          "g_UIDResponse": "JcvlbRSvXUWeJ3TbNUtKLA==",
                          "guidResponse": "6de5cb25-af14-455d-9e27-74db354b4a2c",
                          "whoAnswered": 2,
                          "answeredAtUTC": "2025-06-14T07:35:06.3021802",
                          "sale": {
                            "$ref": "14"
                          },
                          "survey": {
                            "$id": "104",
                            "g_UID": "q5TzDAFdkEafqTl/kfBtdg==",
                            "guid": "0cf394ab-5d01-4690-9fa9-397f91f06d76",
                            "name": "sample string 1",
                            "storeID": 2,
                            "zoneID": 1,
                            "checkoutFormG_UID": "Q0QZ97JikUSMvEnBsqSVVQ==",
                            "checkoutFormGuid": "f7194443-62b2-4491-8cbc-49c1b2a49555",
                            "displayToWho": 3,
                            "displayWhen": 4,
                            "start": "2025-06-14T07:35:06.3021802",
                            "end": "2025-06-14T07:35:06.3021802",
                            "deleted": true,
                            "updated": "2025-06-14T07:35:06.3021802",
                            "possibleIntegerResponses": [
                              1,
                              2
                            ],
                            "possibleTextResponses": [
                              "sample string 1",
                              "sample string 2"
                            ],
                            "possibleGuidResponses": [
                              "eb2adfec-72a0-419d-b290-39e6098d6d57",
                              "5a09accb-46bd-4fb7-a8d0-2f689fcc2fcb"
                            ],
                            "allowsAllTextResponses": true,
                            "surveyForm": {
                              "$ref": "44"
                            }
                          },
                          "ingressId": "sample string 4"
                        },
                        {
                          "$ref": "103"
                        }
                      ],
                      "storeName": "sample string 38",
                      "machineName": "sample string 39",
                      "operatorName": "sample string 40",
                      "direction": 1,
                      "reason": "sample string 41",
                      "accountG_UID": "bWX1VMCpu0yzJ1PMj1v1gw==",
                      "accountIdentifier": "54f5656d-a9c0-4cbb-b327-53cc8f5bf583",
                      "accountName": "sample string 42",
                      "customerOrderIdentifier": "qG5/pHz+7EmRxCRnzX//Iw==",
                      "customerOrderIdentifierGuid": "a47f6ea8-fe7c-49ec-91c4-2467cd7fff23",
                      "priceLevelName": "sample string 43",
                      "revision": 44,
                      "ingressId": "sample string 45"
                    },
                    "metadata": {
                      "$id": "105",
                      "id": 1,
                      "paymentID": 2,
                      "paymentIdentifier": "XM+pDPsAzEm2oXXqXaSUog==",
                      "paymentIdentifierGuid": "0ca9cf5c-00fb-49cc-b6a1-75ea5da494a2",
                      "identifier": "OFDMlmXDbUqK2cEB6Wtu/Q==",
                      "identifierGuid": "96cc5038-c365-4a6d-8ad9-c101e96b6efd",
                      "metadata": "sample string 3",
                      "signatureImage": "QEA=",
                      "itemIdentifier": "LrvYTvJBbES34gRfHsdDqw==",
                      "itemIdentifierGuid": "4ed8bb2e-41f2-446c-b7e2-045f1ec743ab"
                    }
                  },
                  {
                    "$ref": "13"
                  }
                ]
              },
              {
                "$ref": "8"
              }
            ],
            "customerGroupMembers": [
              {
                "$ref": "12"
              },
              {
                "$ref": "12"
              }
            ],
            "customerGroups": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ],
            "accounts": [
              {
                "$ref": "9"
              },
              {
                "$ref": "9"
              }
            ],
            "account": {
              "$ref": "9"
            },
            "vouchers": [
              {
                "$id": "106",
                "customerIdentifier": "NHKZiQZsNUqoCzqaRDFFCg==",
                "customerIdentifierGuid": "89997234-6c06-4a35-a80b-3a9a4431450a",
                "voucherName": "sample string 2",
                "count": 3,
                "storeID": 4,
                "barcode": "sample string 5",
                "redeemCount": 6,
                "issueCount": 7,
                "storeSalePaymentID": 1,
                "idempotentID": "y11ANjy2XkeHU36c5hCs/g==",
                "idempotentGuid": "36405dcb-b63c-475e-8753-7e9ce610acfe",
                "offline": true,
                "voucher": {
                  "$ref": "2"
                },
                "customer": {
                  "$ref": "7"
                }
              },
              {
                "$ref": "106"
              }
            ]
          },
          "issuedOfflinePayment": {
            "$ref": "13"
          },
          "redeemedOfflinePayment": {
            "$ref": "13"
          }
        },
        {
          "$ref": "6"
        }
      ]
    },
    "customer": {
      "$ref": "7"
    },
    "issuedOfflinePayment": {
      "$ref": "13"
    }
  },
  {
    "$ref": "1"
  }
]

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.