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": "1NFHxQiQ7UGp7/0lngonbQ==",
    "customerIdentifierGuid": "c547d1d4-9008-41ed-a9ef-fd259e0a276d",
    "voucherID": 3,
    "storeID": 4,
    "barcode": "sample string 5",
    "dateOfIssue": "2025-10-05T00:01:43.3228262",
    "issuedSaleHeaderID": 1,
    "issuedSaleIdentifier": "sample string 6",
    "issuedOfflinePaymentID": 1,
    "issuedIdempotentID": "vMwARvhzIk2dN1MC0Fh2Dg==",
    "issuedIdempotentGuid": "4600ccbc-73f8-4d22-9d37-5302d058760e",
    "issuedOffline": true,
    "competitionEndDate": "2025-10-05T00:01:43.3228262",
    "updated": "2025-10-05T00:01:43.3228262",
    "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-10-05T00:01:43.3228262",
      "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-10-05T00:01:43.3228262",
        "labelPageLayout": "DPeWHjEbeUehq0Y4tYo5KA==",
        "pageLayoutGuid": "1e96f70c-1b31-4779-a1ab-4638b58a3928",
        "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-10-05T00:01:43.3228262"
          },
          {
            "$ref": "5"
          }
        ]
      },
      "customerVouchers": [
        {
          "$id": "6",
          "id": 1,
          "customerIdentifier": "TmMPn2RFi0Sk1x2Z6zEl5Q==",
          "customerIdentifierGuid": "9f0f634e-4564-448b-a4d7-1d99eb3125e5",
          "voucherID": 3,
          "voucherName": "sample string 4",
          "storeID": 1,
          "barcode": "sample string 5",
          "dateOfIssue": "2025-10-05T00:01:43.3228262",
          "issuedSaleHeaderID": 1,
          "issuedSaleIdentifier": "sample string 7",
          "issuedOfflinePaymentID": 1,
          "issuedIdempotentID": "HabJBYPCBUuplq7tS4Puag==",
          "issuedIdempotentGuid": "05c9a61d-c283-4b05-a996-aeed4b83ee6a",
          "issuedOffline": true,
          "issuedUser": "sample string 9",
          "issuedNotes": "sample string 10",
          "expiryDate": "2025-10-05T00:01:43.3228262",
          "expiredUser": "sample string 11",
          "expiredNotes": "sample string 12",
          "redeemed": "2025-10-05T00:01:43.3228262",
          "redeemedSaleHeaderID": 1,
          "redeemedSaleIdentifier": "sample string 13",
          "redeemedOfflinePaymentID": 1,
          "redeemedIdempotentID": "aQeDZd1t4U2qWV7DiO1R3Q==",
          "redeemedIdempotentGuid": "65830769-6ddd-4de1-aa59-5ec388ed51dd",
          "redeemedUser": "sample string 14",
          "redeemedNotes": "sample string 15",
          "redeemedOffline": true,
          "updated": "2025-10-05T00:01:43.3228262",
          "storeName": "sample string 17",
          "scaleLabel": {
            "$ref": "4"
          },
          "voucher": {
            "$ref": "2"
          },
          "customer": {
            "$id": "7",
            "identifier": "8/OOIB/qB02VkeSdCL2wfA==",
            "identifierGuid": "208ef3f3-ea1f-4d07-9591-e49d08bdb07c",
            "code": "sample string 2",
            "familyName": "sample string 3",
            "givenName": "sample string 4",
            "otherName": "sample string 5",
            "title": "sample string 6",
            "dateOfBirth": "2025-10-05T00:01:43.3228262",
            "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": "vztrMRPY7EKMAjX2k7GgBg==",
            "communityIdentifierGuid": "316b3bbf-d813-42ec-8c02-35f693b1a006",
            "joined": "2025-10-05T00:01:43.3228262",
            "updated": "2025-10-05T00:01:43.3228262",
            "active": true,
            "reasonInactive": 1,
            "groupCustomer": true,
            "loyaltyPoints": 1,
            "homeStoreID": 1,
            "availableSpend": 1,
            "priceLevelIdentifier": "jGl8vfLH/0eTN/uvEkpm2Q==",
            "priceLevelIdentifierGuid": "bd7c698c-c7f2-47ff-9337-fbaf124a66d9",
            "marketingID": "sample string 18",
            "hidden": true,
            "registered": true,
            "registeredOn": "2025-10-05T00:01:43.3228262",
            "emailMarketing": true,
            "smsMarketing": true,
            "deleted": true,
            "deletedUser": "sample string 24",
            "homeStoreName": "sample string 25",
            "customerCards": [
              {
                "$id": "8",
                "cardType": 2,
                "issueDate": "2025-10-05T00:01:43.3228262",
                "expiry": "2025-10-05T00:01:43.3228262",
                "customerID": "ixbdtyOU2UGR4ThfZ6J+YA==",
                "customerIDGuid": "b7dd168b-9423-41d9-91e1-385f67a27e60",
                "initialValue": 1,
                "currentValue": 1,
                "maxLimit": 1,
                "minTransaction": 1,
                "maxTransaction": 1,
                "multiplier": 1.1,
                "active": true,
                "reasonInactive": 1,
                "idRequired": true,
                "idType": 1,
                "idValue": "sample string 5",
                "updated": "2025-10-05T00:01:43.3228262",
                "linkedAccount": "oXVaSD1ky0WK1F37OaqS2A==",
                "linkedAccountGuid": "485a75a1-643d-45cb-8ad4-5dfb39aa92d8",
                "currentValueChanged": true,
                "limitsChanged": true,
                "customer": {
                  "$ref": "7"
                },
                "account": {
                  "$id": "9",
                  "id": 1,
                  "identifier": "JP3GycjUlES/so0HBuyAiQ==",
                  "identifierGuid": "c9c6fd24-d4c8-4494-bfb2-8d0706ec8089",
                  "referenceNo": "sample string 3",
                  "name": "sample string 4",
                  "created": "2025-10-05T00:01:43.3228262",
                  "owner": "Xcr+XOOykEiYL97dTv8gLA==",
                  "ownerGuid": "5cfeca5d-b2e3-4890-982f-dedd4eff202c",
                  "accountStoreGroupIdentifier": "xl5hsBIk3kScJLhpLXgE9w==",
                  "accountStoreGroupGuid": "b0615ec6-2412-44de-9c24-b8692d7804f7",
                  "accountType": 1,
                  "currentBalance": 1,
                  "externalID": "sample string 7",
                  "maximumLimit": 1,
                  "accruePoints": true,
                  "loyaltyPoints": 1,
                  "termsOfTrade": 1,
                  "signatureRequired": true,
                  "referenceRequired": true,
                  "statementSendType": 10,
                  "ageingPeriod": 1,
                  "monthlyAgeingPeriod": true,
                  "explodedInvoice": true,
                  "isFifoAllocation": true,
                  "lastStatementSent": "2025-10-05T00:01:43.3228262",
                  "active": true,
                  "updated": "2025-10-05T00:01:43.3228262",
                  "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": "38DogeuVC02sYnNxIxvy4g==",
                      "identifierGuid": "81e8c0df-95eb-4d0b-ac62-7371231bf2e2",
                      "name": "sample string 2",
                      "primaryContact": "UamS4lPes0akfTlADoDeOA==",
                      "primaryContactGuid": "e292a951-de53-46b3-a47d-39400e80de38",
                      "accountID": "imyB/jpBCkSRWojQ+BafhQ==",
                      "accountIDGuid": "fe816c8a-413a-440a-915a-88d0f8169f85",
                      "special": true,
                      "updated": "2025-10-05T00:01:43.3228262",
                      "active": true,
                      "reasonInactive": 1,
                      "priceLevelIdentifier": "+n57kD6adUW1+ccMrQapVA==",
                      "priceLevelIdentifierGuid": "907b7efa-9a3e-4575-b5f9-c70cad06a954",
                      "deleted": true,
                      "account": {
                        "$ref": "9"
                      },
                      "primaryContactCustomer": {
                        "$ref": "7"
                      },
                      "customerGroupMembers": [
                        {
                          "$id": "12",
                          "id": 1,
                          "groupID": "+j5hYgpFHEWYezEKK7+/NA==",
                          "groupIDGuid": "62613efa-450a-451c-987b-310a2bbfbf34",
                          "customerID": "X5haW8F8o0KShqty5F9q1Q==",
                          "customerIDGuid": "5b5a985f-7cc1-42a3-9286-ab72e45f6ad5",
                          "card": "sample string 4",
                          "linkedAccount": "2GUYCf14gEqkk707MlpxtA==",
                          "linkedAccountGuid": "091865d8-78fd-4a80-a493-bd3b325a71b4",
                          "customer": {
                            "$ref": "7"
                          },
                          "group": {
                            "$ref": "11"
                          },
                          "customerCard": {
                            "$ref": "8"
                          }
                        },
                        {
                          "$ref": "12"
                        }
                      ]
                    },
                    {
                      "$ref": "11"
                    }
                  ]
                },
                "payments": [
                  {
                    "$id": "13",
                    "id": 1,
                    "identifier": "tiYYsZ2kMUyK34jNzYGHUg==",
                    "identifierGuid": "b11826b6-a49d-4c31-8adf-88cdcd818752",
                    "storeID": 2,
                    "operatorName": "sample string 3",
                    "saleHeaderID": 4,
                    "paymentType": 5,
                    "amount": 6,
                    "account": "sample string 7",
                    "accountID": "Kupc46ZMU0+LR2/BmXmA4Q==",
                    "accountIDGuid": "e35cea2a-4ca6-4f53-8b47-6fc1997980e1",
                    "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-10-05T00:01:43.3228262",
                    "invRocNo": "sample string 14",
                    "responseCode": "sample string 15",
                    "cashout": 1,
                    "tip": 16,
                    "idempotentVoid": "4oasgPMKv0meBtvqTi3zNg==",
                    "idempotentVoidGuid": "80ac86e2-0af3-49bf-9e06-dbea4e2df336",
                    "offline": true,
                    "processed": 1,
                    "storeSaleHeader": {
                      "$id": "14",
                      "saleHeaderID": 1,
                      "saleHeaderGuid": "8/nb7IAaE0OxUi8MariGnA==",
                      "saleHeaderIdentifierGuid": "ecdbf9f3-1a80-4313-b152-2f0c6ab8869c",
                      "created": "2025-10-05T00:01:43.3228262",
                      "createdLocal": "2025-10-05T00:01:43.3228262",
                      "createdText": "sample string 4",
                      "itemCount": 5,
                      "totalAmount": 6,
                      "cashTender": 1,
                      "cardTender": 1,
                      "cheqTender": 1,
                      "acctTender": 1,
                      "voucherTender": 1,
                      "loyaltyPoints": 1,
                      "cashout": 1,
                      "changeAmount": 1,
                      "rounding": 1,
                      "gstAmount": 1,
                      "transactionDiscountTender": 1,
                      "totalTip": 7,
                      "tranType": 1,
                      "processed": 1,
                      "imported": "2025-10-05T00:01:43.3228262",
                      "storeID": 1,
                      "operatorG_Uid": "5aHfgcVTXEOPoapPJILL7g==",
                      "operatorGuid": "81dfa1e5-53c5-435c-8fa1-aa4f2482cbee",
                      "customerG_Uid": "o1UH5I2+Vk+yzwloOq0+4w==",
                      "customerGuid": "e40755a3-be8d-4f56-b2cf-09683aad3ee3",
                      "communityIdentifier": "snuGou0FDUyu9yDrgmCRlg==",
                      "communityIdentifierGuid": "a2867bb2-05ed-4c0d-aef7-20eb82609196",
                      "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": "5YNsVMfcXk6qRf1OXdZ/rg==",
                      "priceLevelIdentifierGuid": "546c83e5-dcc7-4e5e-aa45-fd4e5dd67fae",
                      "locked": 36,
                      "relationChecksum": "sample string 37",
                      "loyaltyTender": 1,
                      "giftCardTender": 1,
                      "operator": {
                        "$id": "15",
                        "id": 1,
                        "g_Uid": "lxhbCDDVbU+r8lQfieP5sg==",
                        "guid": "085b1897-d530-4f6d-abf2-541f89e3f9b2",
                        "operatorNumber": 1,
                        "shortName": "sample string 2",
                        "firstName": "sample string 3",
                        "lastName": "sample string 4",
                        "password": "sample string 5",
                        "hasPassword": true,
                        "passwordText": "sample string 6",
                        "rfidTagID": "sample string 7",
                        "blueprintID": 1,
                        "groupID": 1,
                        "groupName": "sample string 8",
                        "managerGroupID": 1,
                        "managerGroupName": "sample string 9",
                        "zoneID": 1,
                        "zoneName": "sample string 10",
                        "loggedIn": 1,
                        "lastUsedIP": "sample string 11",
                        "deleted": true,
                        "locked": true,
                        "allowOpenTill": true,
                        "webEmail": "sample string 14",
                        "simpleOperatorType": 0,
                        "webRole": "sample string 15",
                        "updated": "2025-10-05T00:01:43.3228262",
                        "passwordResetRequired": true,
                        "alteredInStore": true,
                        "startShift": "2025-10-05T00:01:43.3228262",
                        "endShift": "2025-10-05T00:01:43.3228262",
                        "machineName": "sample string 20",
                        "drawerID": 1,
                        "stores": [
                          {
                            "$id": "16",
                            "operatorG_UID": "X4U+AwgT0k6xaBEn4RbvUw==",
                            "operatorGuid": "033e855f-1308-4ed2-b168-1127e116ef53",
                            "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-10-05T00:01:43.3228262",
                              "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": "Qw5U2JiWgUSc8HTr5MkWTA==",
                              "hostIdentifierGuid": "d8540e43-9698-4481-9cf0-74ebe4c9164c",
                              "hostName": 1,
                              "hostAddress": "sample string 27",
                              "hostUsername": "sample string 28",
                              "hostPassword": "sample string 29",
                              "excludeFromLeadInOut": true,
                              "accountingProvider": 31,
                              "accountingAddress": "sample string 32",
                              "accountingUsername": "sample string 33",
                              "accountingPassword": "sample string 34",
                              "storeAccountingCode": "sample string 35",
                              "softwareVariance": 36,
                              "fuelWarningVariance": 37.0,
                              "fuelErrorVariance": 38.0,
                              "fuelAccumulatedWarningVariance": 39.0,
                              "fuelAccumulatedErrorVariance": 40.0,
                              "drawManagment": 41,
                              "endOfDayManagment": true,
                              "autoFillCashBalancing": true,
                              "fuelDayVariance": 44,
                              "accountingTradingTime": "00:00:00.1234567",
                              "stockActivateProduct": 46,
                              "giftCardSalesAccountingDeptCode": "sample string 47",
                              "transactionDiscountAccountingDeptCode": "sample string 48",
                              "size": 49,
                              "updated": "2025-10-05T00:01:43.3228262",
                              "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": "4/qk8BjgZkioS48EEyIhWg==",
                                  "hostIdentifierGuid": "f0a4fae3-e018-4866-a84b-8f041322215a",
                                  "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": "aQ4GKJZqEUutY5s//brgwQ==",
                                    "identifierGuid": "28060e69-6a96-4b11-ad63-9b3ffdbae0c1",
                                    "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": "mpQ9CTWWbk66ViTzdcrFag==",
                                    "hostSupplierIdentifierGuid": "093d949a-9635-4e6e-ba56-24f375cac56a",
                                    "loyaltyPriceLevelIdentifier": "xRbwOux9iE+mgsETlm1XIQ==",
                                    "loyaltyPriceLevelIdentifierGuid": "3af016c5-7dec-4f88-a682-c113966d5721",
                                    "isGroup": true,
                                    "description": "sample string 22",
                                    "hostProvider": 23,
                                    "hostTypeEnum": 24,
                                    "hostType": "sample string 25",
                                    "hostCode": "sample string 26",
                                    "username": "sample string 27",
                                    "password": "sample string 28",
                                    "passwordPlain": "sample string 29",
                                    "server": "sample string 30",
                                    "url": "sample string 31",
                                    "global": true,
                                    "stateCode": "sample string 33",
                                    "lastCollected": "2025-10-05T00:01:43.3228262",
                                    "lastProcessed": "2025-10-05T00:01:43.3228262",
                                    "hold": true,
                                    "supplierName": "sample string 35",
                                    "supplier": {
                                      "$id": "21",
                                      "identifier": "0JhmxPtlNk2E1pmbJXrnVw==",
                                      "identifierGuid": "c46698d0-65fb-4d36-84d6-999b257ae757",
                                      "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": "ENcttVVW1UmwiLLRzNucDw==",
                                      "primaryContactID": "b52dd710-5655-49d5-b088-b2d1ccdb9c0f",
                                      "storeID": 1,
                                      "abn": "sample string 16",
                                      "supplierGroupIdentifier": "VBc0f26Wb0OkXEpT1YRyQA==",
                                      "supplierGroupGuid": "7f341754-966e-436f-a45c-4a53d5847240",
                                      "rebate": 1.0,
                                      "rebateType": 1,
                                      "rebateFrequency": 1,
                                      "rebateSource": 1,
                                      "rebateLastClaimed": "2025-10-05T00:01:43.3228262",
                                      "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": "657db682-0467-4427-8b0a-48ee55bc505c",
                                        "identifier": "QSVer4JTCECeaca6V9pkrg==",
                                        "identifierGuid": "af5e2541-5382-4008-9e69-c6ba57da64ae",
                                        "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": "JJA10Zr/7kiUnEQm9tRcew==",
                                          "supplierIdentifierGuid": "d1359024-ff9a-48ee-949c-4426f6d45c7b",
                                          "contactGuid": "qu3TrNz2P0SFPqo4s3iJuQ==",
                                          "contactID": "acd3edaa-f6dc-443f-853e-aa38b37889b9",
                                          "contact": {
                                            "$ref": "22"
                                          },
                                          "supplier": {
                                            "$ref": "21"
                                          }
                                        },
                                        {
                                          "$ref": "23"
                                        }
                                      ],
                                      "products": [
                                        {
                                          "$id": "24",
                                          "pluG_UID": "K60a8H601kKlzzDTHaFHXg==",
                                          "pluGuid": "f01aad2b-b47e-42d6-a5cf-30d31da1475e",
                                          "supplierIdentifier": "cW51snbWAEqjWeLKARk6yg==",
                                          "supplierIdentifierGuid": "b2756e71-d676-4a00-a359-e2ca01193aca",
                                          "cartonQuantity": 1,
                                          "cartonQuantityChanged": true,
                                          "productSize": "sample string 3",
                                          "cigarettesPerSleeve": 1,
                                          "randomWeight": true,
                                          "piecesPerUnit": 5,
                                          "averagePackSize": 6,
                                          "effectiveDate": "2025-10-05T00:01:43.3228262",
                                          "pricedByWeight": true,
                                          "landedUnitCostEx": 9,
                                          "landedUnitCostInc": 10,
                                          "landedCartonCostInc": 11,
                                          "landedCartonCostEx": 12,
                                          "standardCost": 13,
                                          "deliveryFee": 1,
                                          "deliveryFeeBasis": "sample string 14",
                                          "pickAndPackFee": 1,
                                          "pickAndPackFeeBasis": "sample string 15",
                                          "financeFee": 1,
                                          "financeFeeBasis": "sample string 16",
                                          "cartonLength": 1,
                                          "cartonWidth": 1,
                                          "cartonHeight": 1,
                                          "palletLayerQuantity": 1,
                                          "palletLayers": 1,
                                          "itemCode": "sample string 17",
                                          "invoiceCode": "sample string 18",
                                          "invoiceDesc": "sample string 19",
                                          "orderDirect": true,
                                          "useCost": true,
                                          "minimumQuantity": 20,
                                          "hostType": 21,
                                          "fromHost": 22,
                                          "minimumReorder": 1,
                                          "maximumReorder": 1,
                                          "orderMultiple": 23.1,
                                          "sellMultiple": 24.1,
                                          "baseMultiple": 25.1,
                                          "hostStandardCost": 26,
                                          "hostTotalCost": 27,
                                          "hostRetail": 28,
                                          "hostLandedUnitCostEx": 29,
                                          "hostLandedUnitCostInc": 30,
                                          "hostDesc": "sample string 31",
                                          "directIndicator": "sample string 32",
                                          "availableToOrder": true,
                                          "hostRangeIndicator": "sample string 34",
                                          "hostProductType": "sample string 35",
                                          "hostProductGrade": "sample string 36",
                                          "hostProductGroup": "sample string 37",
                                          "hostSlowMoving": true,
                                          "hostGeneralMerchandise": true,
                                          "hostPillar": "sample string 40",
                                          "hostLastUpdated": "2025-10-05T00:01:43.3228262",
                                          "rebate": 1.0,
                                          "rebateExclude": true,
                                          "invoiceCodes": [
                                            {
                                              "$id": "25",
                                              "pluG_UID": "wyd3pFEnf0WQb6P1ldct5A==",
                                              "pluGuid": "a47727c3-2751-457f-906f-a3f595d72de4",
                                              "supplierIdentifier": "wlqj/IyyWUq2grtIhpo2Rg==",
                                              "supplierIdentifierGuid": "fca35ac2-b28c-4a59-b682-bb48869a3646",
                                              "invoiceCode": "sample string 1",
                                              "storeIDs": [
                                                1,
                                                2
                                              ]
                                            },
                                            {
                                              "$ref": "25"
                                            }
                                          ],
                                          "storeIDs": [
                                            1,
                                            2
                                          ],
                                          "preferredSupplier": true,
                                          "preferredRebateSupplier": true,
                                          "supplierName": "sample string 41",
                                          "salesMode": 42,
                                          "orderPacked": true,
                                          "active": true,
                                          "price": 1,
                                          "costGstPercent": 44,
                                          "parentPluG_UID": "M+fIiuPOZUuOwvB3dYBOhw==",
                                          "parentPluGuid": "8ac8e733-cee3-4b65-8ec2-f07775804e87",
                                          "freight": 45.0,
                                          "freightType": 1,
                                          "product": {
                                            "$id": "26",
                                            "plu": 1,
                                            "storeID": 1,
                                            "masterPluG_UID": "QEA=",
                                            "storeIDs": [
                                              1,
                                              2
                                            ],
                                            "g_UId": "p9Ksmls7mUOk+z++2NglSw==",
                                            "guid": "9aacd2a7-3b5b-4399-a4fb-3fbed8d8254b",
                                            "apn": "sample string 1",
                                            "apnChanged": true,
                                            "apnSwitched": true,
                                            "barcode": "sample string 4",
                                            "itemNumber": "sample string 5",
                                            "itemNumberChanged": true,
                                            "priceGroupG_UID": "Sgw6Q217dk+Jxzswdfhz3w==",
                                            "priceGroupGuid": "433a0c4a-7b6d-4f76-89c7-3b3075f873df",
                                            "blueprintID": 1,
                                            "lastCountedDate": "2025-10-05T00:01:43.3228262",
                                            "externalID": "sample string 7",
                                            "active": true,
                                            "activated": "2025-10-05T00:01:43.3228262",
                                            "pluCreated": "2025-10-05T00:01:43.3228262",
                                            "createdByUser": "sample string 9",
                                            "name": "sample string 10",
                                            "nameChanged": true,
                                            "secondDescription": "sample string 12",
                                            "hostDescription": "sample string 13",
                                            "keepCartonQty": true,
                                            "keepDescription": true,
                                            "keepDepartments": true,
                                            "keepSuppliers": true,
                                            "markdownDescription": "sample string 18",
                                            "altDescription": "sample string 19",
                                            "bestOrExpire": 20,
                                            "lastUpdate": "2025-10-05T00:01:43.3228262",
                                            "lastManualUpdate": "2025-10-05T00:01:43.3228262",
                                            "imageName": "sample string 23",
                                            "showImageOnFlipCharts": true,
                                            "showTextOnFlipCharts": true,
                                            "overrideFlipChartText": true,
                                            "flipChartText": "sample string 27",
                                            "salesMode": 1,
                                            "eftCode": 1,
                                            "price": 1,
                                            "priceChanged": true,
                                            "rrp": 1,
                                            "gstPercent": 28,
                                            "gstPercentChanged": true,
                                            "costGSTPercent": 29,
                                            "costGSTPercentChanged": true,
                                            "wetPercent": 1,
                                            "priceOverride": 1,
                                            "cost": 1,
                                            "currentCost": 1,
                                            "currentCostDecimals": 1,
                                            "grossProfit": 1.0,
                                            "currentCostDesc": "sample string 30",
                                            "currentCostEnd": "2025-10-05T00:01:43.3228262",
                                            "currentCostUpdated": "2025-10-05T00:01:43.3228262",
                                            "costDecimals": 31,
                                            "costChanged": true,
                                            "dealCostIdentifier": "QEA=",
                                            "excludeFromRebate": true,
                                            "rebateOverride": 1,
                                            "costCalcMethod": 32,
                                            "costCalcMethodChanged": true,
                                            "costEffectiveDate": "2025-10-05T00:01:43.3228262",
                                            "defaultGP": 1,
                                            "breakTargetMode": 33,
                                            "break1": 1,
                                            "price1": 1,
                                            "target1": 34,
                                            "break2": 1,
                                            "price2": 1,
                                            "target2": 35,
                                            "break3": 1,
                                            "price3": 1,
                                            "target3": 36,
                                            "break1Changed": true,
                                            "price1Changed": true,
                                            "target1Changed": true,
                                            "break2Changed": true,
                                            "price2Changed": true,
                                            "target2Changed": true,
                                            "break3Changed": true,
                                            "price3Changed": true,
                                            "target3Changed": true,
                                            "breakTargetModeChanged": true,
                                            "margin": 1.1,
                                            "marginChanged": true,
                                            "marginRanged": true,
                                            "marginRangedChanged": true,
                                            "minimumMargin": 1.1,
                                            "minimumMarginChanged": true,
                                            "maximumMargin": 1.1,
                                            "maximumMarginChanged": true,
                                            "overrideHostWarehouseIndicator": true,
                                            "overrideHostWarehouseIndicatorChanged": true,
                                            "overrideHostPrice": true,
                                            "overrideHostPriceChanged": true,
                                            "overrideHostCost": true,
                                            "overrideHostCostChanged": true,
                                            "overrideHostMargin": true,
                                            "overrideHostMarginChanged": true,
                                            "alwaysApplyMargin": true,
                                            "alwaysApplyMarginChanged": true,
                                            "aws": 1.0,
                                            "paws": 1.0,
                                            "awsUpdated": "2025-10-05T00:01:43.3228262",
                                            "posTare": 1,
                                            "altPrice": 1.0,
                                            "altPriceChanged": true,
                                            "altPriceMode": 53,
                                            "altPriceModeChanged": true,
                                            "altPLUG_UID": "skicjiKiLkiEtcf6TGUamQ==",
                                            "altPLUGuid": "8e9c48b2-a222-482e-84b5-c7fa4c651a99",
                                            "altPLUGuidChanged": true,
                                            "altPriceDescription1": "sample string 54",
                                            "altPriceDescription2": "sample string 55",
                                            "cartonQuantity": 56,
                                            "cartonQuantityChanged": true,
                                            "trayID": 1,
                                            "promptID": 1,
                                            "tare": 1,
                                            "packQty": 1,
                                            "fixedWeight": 1,
                                            "extraMesg": 1,
                                            "text1": "sample string 58",
                                            "text2": "sample string 59",
                                            "text3": "sample string 60",
                                            "labelText": "sample string 61",
                                            "labelTextChanged": true,
                                            "sendToScale": true,
                                            "nonScaleWeigh": true,
                                            "labelFormat": "sample string 65",
                                            "barcodeFormat": "sample string 66",
                                            "austMade": 1,
                                            "coolCode": 67,
                                            "countryOfOrigin": "sample string 68",
                                            "percentContent": 69.1,
                                            "departmentID": 1,
                                            "subDepartmentID": 1,
                                            "minorDepartmentID": 1,
                                            "lesserDepartmentID": 1,
                                            "deptCode": "sample string 70",
                                            "subDeptCode": "sample string 71",
                                            "minorDeptCode": "sample string 72",
                                            "lesserDeptCode": "sample string 73",
                                            "deptName": "sample string 74",
                                            "subDeptName": "sample string 75",
                                            "minorDeptName": "sample string 76",
                                            "lesserDeptName": "sample string 77",
                                            "departmentChanged": true,
                                            "subCategoryID": 1,
                                            "expiry": 1,
                                            "showDays": 1,
                                            "datePrint": 1,
                                            "labelRequired": true,
                                            "labelShelfQty": 80,
                                            "labelShelfChanged": true,
                                            "labelTalkerQty": 82,
                                            "labelSmall": true,
                                            "labelLastPrinted": "2025-10-05T00:01:43.3228262",
                                            "labelLastPrice": 1,
                                            "shelfPageLayoutG_UID": "PBrqQreBm0W6RHMV3y0pyQ==",
                                            "shelfPageLayoutGuid": "42ea1a3c-81b7-459b-ba44-7315df2d29c9",
                                            "talkerPageLayoutG_UID": "l9m/f8NedUmbmS5PcDsxqQ==",
                                            "talkerPageLayoutGuid": "7fbfd997-5ec3-4975-9b99-2e4f703b31a9",
                                            "unitMeasure": 1.1,
                                            "unitMeasureChanged": true,
                                            "unitMeasureKind": 85,
                                            "unitMeasureKindChanged": true,
                                            "signIQData": "sample string 87",
                                            "refresh": true,
                                            "earnLoyaltyPoints": true,
                                            "earnLoyaltyPointsChanged": true,
                                            "quantityOverride": true,
                                            "quantityOverrideChanged": true,
                                            "quantityRequired": true,
                                            "quantityRequiredChanged": true,
                                            "allowDiscounts": true,
                                            "allowDiscountsChanged": true,
                                            "discountDiscounts": true,
                                            "discountDiscountsChanged": true,
                                            "itemRecalled": true,
                                            "itemRecalledChanged": true,
                                            "noRefund": true,
                                            "noRefundChanged": true,
                                            "allowMarkdown": true,
                                            "allowMarkdownChanged": true,
                                            "priceRequired": true,
                                            "priceRequiredChanged": true,
                                            "fuelItem": true,
                                            "fuelItemChanged": true,
                                            "trackSerial": true,
                                            "trackSerialChanged": true,
                                            "allowZeroPrice": true,
                                            "allowZeroPriceChanged": true,
                                            "notForSale": 91,
                                            "notForSaleChanged": true,
                                            "excludeFromDeals": true,
                                            "excludeFromVoucher": true,
                                            "minimumAge": 94,
                                            "minimumAgeChanged": true,
                                            "buyingLimit": 1,
                                            "buyingLimitChanged": true,
                                            "buyingLimitIndependent": true,
                                            "buyingLimitIndependentChanged": true,
                                            "inventoryGuid": "zZgVBb/7M0OSjbRiq25t3g==",
                                            "inventoryIdentifier": "051598cd-fbbf-4333-928d-b462ab6e6dde",
                                            "inventoryAccuracy": 1,
                                            "baseUnits": 98,
                                            "orderPacked": 1,
                                            "isManufactured": true,
                                            "isIngredient": true,
                                            "isModifier": true,
                                            "isModifierChanged": true,
                                            "hasModifiers": 99,
                                            "defaultPrinter": "sample string 100",
                                            "defaultPrinterGroup": "sample string 101",
                                            "ingredientsOnManufacture": true,
                                            "manufactureUnitMeasure": 1,
                                            "mpl": 1,
                                            "maxShelfQty": 102,
                                            "allowAutoOrder": true,
                                            "warrantyPeriod": 1,
                                            "parentPluG_UId": "u/P/X2PPu0aIUE/NNUQ4CQ==",
                                            "parentPluGuid": "5ffff3bb-cf63-46bb-8850-4fcd35443809",
                                            "preferredHostVendor": 104,
                                            "preferredHostChanged": true,
                                            "code": "sample string 106",
                                            "supplierIdentifier": "4jRgoAgIxEiIO9wC3s7pqA==",
                                            "supplierIdentifierGuid": "a06034e2-0808-48c4-883b-dc02decee9a8",
                                            "supplierChanged": true,
                                            "rebateSupplierIdentifier": "wgBycM1sEk6CAHRqeTnNpg==",
                                            "rebateSupplierIdentifierGuid": "707200c2-6ccd-4e12-8200-746a7939cda6",
                                            "rebateSupplierChanged": true,
                                            "availableForOrder": true,
                                            "warehouseDirectIndicator": "sample string 108",
                                            "warehouseDirectIndicatorChanged": true,
                                            "productGrade": "sample string 110",
                                            "productType": "sample string 111",
                                            "productGroup": "sample string 112",
                                            "complianceIndicator": "sample string 113",
                                            "inhouseBrand": "sample string 114",
                                            "slowMoving": true,
                                            "generalMerchandise": true,
                                            "comment": "sample string 117",
                                            "lastUpdatedByUser": "sample string 118",
                                            "lastManualUpdatedByUser": "sample string 119",
                                            "lastUpdatedByUserOverride": true,
                                            "lastUpdatedByHost": "2025-10-05T00:01:43.3228262",
                                            "commodity": "sample string 121",
                                            "businessPillar": "sample string 122",
                                            "mscCommodity": "sample string 123",
                                            "hostIdentifier": "jfXgXuIzhkKJkyJzAdRBxw==",
                                            "hostIdentifierGuid": "5ee0f58d-33e2-4286-8993-227301d441c7",
                                            "serviceFeeID": 1,
                                            "serviceFeeIDChanged": true,
                                            "providerName": "sample string 125",
                                            "aisleEnds": "sample string 126",
                                            "deleted": true,
                                            "deletedChanged": true,
                                            "hidden": true,
                                            "doNotRange": true,
                                            "doNotRangeChanged": true,
                                            "doNotOrder": true,
                                            "doNotOrderChanged": true,
                                            "locked": true,
                                            "excludeFromWebUpdate": true,
                                            "excludeFromWebUpdateChanged": true,
                                            "webPriceBasedOn": 137,
                                            "webPriceRounding": true,
                                            "webMarkup": 139,
                                            "webPriceMode": 140,
                                            "altDepartmentID": 1,
                                            "altSubDepartmentID": 1,
                                            "altMinorDepartmentID": 1,
                                            "altLesserDepartmentID": 1,
                                            "altDeptCode": "sample string 141",
                                            "altSubDeptCode": "sample string 142",
                                            "altMinorDeptCode": "sample string 143",
                                            "altLesserDeptCode": "sample string 144",
                                            "altDepartmentChanged": true,
                                            "storeProducts": [
                                              {
                                                "$ref": "26"
                                              },
                                              {
                                                "$ref": "26"
                                              }
                                            ],
                                            "store": {
                                              "$ref": "17"
                                            },
                                            "storePrices": [
                                              {
                                                "$id": "27",
                                                "pluG_UID": "7dyMaPqeHkehwlRzp3/tcg==",
                                                "pluGuid": "688cdced-9efa-471e-a1c2-5473a77fed72",
                                                "plu": 1,
                                                "storeID": 1,
                                                "zoneID": 2,
                                                "zoneName": "sample string 3",
                                                "store": "sample string 4",
                                                "priceNow": 5,
                                                "costNow": 6,
                                                "costNowDecimals": 7,
                                                "normalPrice": 8,
                                                "priceNext": 1,
                                                "costNext": 1,
                                                "costNextDecimals": 9,
                                                "nextCampaignName": "sample string 10",
                                                "gstPercent": 11,
                                                "normalCost": 12,
                                                "normalCostDecimals": 13,
                                                "costGstPercent": 14,
                                                "costCalcMethod": 1,
                                                "currentCost": 15,
                                                "currentCostDecimals": 16,
                                                "break1": 17,
                                                "price1": 18,
                                                "break2": 19,
                                                "price2": 20,
                                                "break3": 21,
                                                "price3": 22,
                                                "fuelItem": 23,
                                                "fixedWeight": 24,
                                                "active": true,
                                                "complianceIndicator": "sample string 25",
                                                "doNotOrder": true,
                                                "doNotRange": true,
                                                "isNormalPriceChangesCampaign": true,
                                                "updated": "2025-10-05T00:01:43.3228262"
                                              },
                                              {
                                                "$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-10-05T00:01:43.3228262",
                                                "priceChangeType": 0,
                                                "costDecimals": 10
                                              },
                                              "normalPluPrices": {
                                                "$ref": "29"
                                              },
                                              "winningCampaign": 1,
                                              "winner": {
                                                "$id": "30",
                                                "campaignName": "sample string 1",
                                                "campaignDescription": "sample string 2",
                                                "startDate": "2025-10-05T00:01:43.3228262",
                                                "startTime": 3,
                                                "endDate": "2025-10-05T00:01:43.3228262",
                                                "endTime": 4,
                                                "newPrice": 5,
                                                "newCost": 6,
                                                "newCostDecimals": 7,
                                                "pctDiscount": 8,
                                                "promoType": 1,
                                                "promotionTypeCode": "sample string 9",
                                                "hostType": 10,
                                                "hostIdentifier": "eiX7RlA8GE6EcrRt6J0LDw==",
                                                "hostIdentifierGuid": "46fb257a-3c50-4e18-8472-b46de89d0b0f",
                                                "storeNames": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ]
                                              },
                                              "details": [
                                                {
                                                  "$ref": "30"
                                                },
                                                {
                                                  "$ref": "30"
                                                }
                                              ]
                                            },
                                            "tray": {
                                              "$id": "31",
                                              "g_UId": "Fm62WtDh8U2zRqpaymfonA==",
                                              "guid": "5ab66e16-e1d0-4df1-b346-aa5aca67e89c",
                                              "name": "sample string 1",
                                              "number": 1,
                                              "tare": 1
                                            },
                                            "priceGroup": {
                                              "$id": "32",
                                              "priceGroupG_UID": "4IGilrgYq0izvbta8XsPew==",
                                              "priceGroupGuid": "96a281e0-18b8-48ab-b3bd-bb5af17b0f7b",
                                              "name": "sample string 2",
                                              "code": 1,
                                              "modified": true,
                                              "updated": "2025-10-05T00:01:43.3228262",
                                              "buyingLimit": 1,
                                              "buyingLimitIndependent": true,
                                              "buyingLimitType": 0,
                                              "number": 1,
                                              "products": [
                                                {
                                                  "$ref": "26"
                                                },
                                                {
                                                  "$ref": "26"
                                                }
                                              ],
                                              "productCount": 1
                                            },
                                            "priceGroupName": "sample string 146",
                                            "nutrifacts": {
                                              "$id": "33",
                                              "pluG_UID": "uWN5EBbffUGVN9JPguFbOQ==",
                                              "pluGuid": "107963b9-df16-417d-9537-d24f82e15b39",
                                              "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": "6c170d96-8d3a-480e-8678-738d5a700add",
                                              "created": "2025-10-05T00:01:43.3228262",
                                              "createdByUser": "sample string 1",
                                              "activated": "2025-10-05T00:01:43.3228262",
                                              "deactivated": "2025-10-05T00:01:43.3228262",
                                              "lastOrdered": "2025-10-05T00:01:43.3228262",
                                              "lastOrderedQty": 2.0,
                                              "lastReceived": "2025-10-05T00:01:43.3228262",
                                              "lastReceivedQty": 3.0,
                                              "lastInvoiceStatus": 1,
                                              "lastCounted": "2025-10-05T00:01:43.3228262",
                                              "lastSold": "2025-10-05T00:01:43.3228262",
                                              "firstSold": "2025-10-05T00:01:43.3228262",
                                              "awsUpdated": "2025-10-05T00:01:43.3228262",
                                              "lastManualUpdate": "2025-10-05T00:01:43.3228262",
                                              "lastManualUpdatedByUser": "sample string 5",
                                              "lastUpdated": "2025-10-05T00:01:43.3228262",
                                              "lastUpdatedByUser": "sample string 7",
                                              "lastUpdatedByHost": "2025-10-05T00:01:43.3228262",
                                              "doNotRangeUpdated": "2025-10-05T00:01:43.3228262",
                                              "doNotOrderUpdated": "2025-10-05T00:01:43.3228262",
                                              "tracked": "2025-10-05T00:01:43.3228262"
                                            },
                                            "allergens": [
                                              {
                                                "$id": "35",
                                                "allergenID": 1,
                                                "pluG_UID": "vbOFkJt/EUmTCL0rdhzzJg==",
                                                "pluGuid": "9085b3bd-7f9b-4911-9308-bd2b761cf326",
                                                "contains": 2,
                                                "allergenName": "sample string 3",
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "35"
                                              }
                                            ],
                                            "costs": {
                                              "$id": "36",
                                              "pluG_UID": "sC6gLZt0d0qUxFiUOR5eqA==",
                                              "pluGuid": "2da02eb0-749b-4a77-94c4-5894391e5ea8",
                                              "enteredCost": 1,
                                              "weightedAvgCost": 1,
                                              "lastCost": 1,
                                              "rawEnteredCost": 2,
                                              "rawWeightedAvgCost": 3,
                                              "rawLastCost": 4,
                                              "freight": 5.0,
                                              "freightType": 6,
                                              "costDecimals": 7,
                                              "fifoCost": 1,
                                              "updated": "2025-10-05T00:01:43.3228262",
                                              "normalCost": 1,
                                              "currentCost": 1
                                            },
                                            "sales": [
                                              {
                                                "$id": "37",
                                                "saleHeaderID": 1,
                                                "created": "2025-10-05T00:01:43.3228262",
                                                "createdLocal": "2025-10-05T00:01:43.3228262",
                                                "storeID": 3,
                                                "storeName": "sample string 4",
                                                "operatorG_Uid": "GUuYBay9nUydOorYvdxnGg==",
                                                "operatorGuid": "05984b19-bdac-4c9d-9d3a-8ad8bddc671a",
                                                "operatorName": "sample string 5",
                                                "tranType": 1,
                                                "plu": 1,
                                                "pluG_UId": "W9ggFRw9KkK33IXTS9LWww==",
                                                "pluGuid": "1520d85b-3d1c-422a-b7dc-85d34bd2d6c3",
                                                "normalPrice": 1,
                                                "totalCents": 1,
                                                "cost": 1,
                                                "grossProfit": 1,
                                                "quantity": 1,
                                                "operator": {
                                                  "$ref": "15"
                                                }
                                              },
                                              {
                                                "$ref": "37"
                                              }
                                            ],
                                            "apns": [
                                              {
                                                "$id": "38",
                                                "pluID": 1,
                                                "pluG_UID": "D84ai37S2UuAQ1X+4z28wA==",
                                                "pluGuid": "8b1ace0f-d27e-4bd9-8043-55fee33dbcc0",
                                                "apn": "sample string 1",
                                                "deleted": true,
                                                "storeID": 1,
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "38"
                                              }
                                            ],
                                            "tuns": [
                                              {
                                                "$id": "39",
                                                "pluG_UId": "7JEhJ9iJoku5OroNHMUbfw==",
                                                "pluGuid": "272191ec-89d8-4ba2-b93a-ba0d1cc51b7f",
                                                "apn": "sample string 1",
                                                "tun": "sample string 2",
                                                "cartonQuantity": 3,
                                                "product": {
                                                  "$ref": "26"
                                                },
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "39"
                                              }
                                            ],
                                            "competitionPricing": [
                                              {
                                                "$id": "40",
                                                "identifier": "7d+NlknSR02TA/UEWPhSQQ==",
                                                "identifierGuid": "968ddfed-d249-4d47-9303-f50458f85241",
                                                "pluG_UID": "Un1f6kOVhE6TTfxSpVeNpw==",
                                                "pluGuid": "ea5f7d52-9543-4e84-934d-fc52a5578da7",
                                                "competitionID": 1,
                                                "name": "sample string 2",
                                                "sellMultiple": 3,
                                                "retailPrice": 4,
                                                "storeName": "sample string 5"
                                              },
                                              {
                                                "$ref": "40"
                                              }
                                            ],
                                            "supplier": {
                                              "$ref": "21"
                                            },
                                            "supplierName": "sample string 147",
                                            "children": [
                                              {
                                                "$ref": "26"
                                              },
                                              {
                                                "$ref": "26"
                                              }
                                            ],
                                            "ordering": {
                                              "$ref": "24"
                                            },
                                            "flipChartPages": [
                                              {
                                                "$id": "41",
                                                "identifier": "5emAlnRIiEqY92M5Xoyk3Q==",
                                                "groupName": "sample string 1",
                                                "identifierGuid": "9680e9e5-4874-4a88-98f7-63395e8ca4dd",
                                                "exists": true,
                                                "flipChartIdentifier": "hXq0uucVzEmad74L+KfMGQ==",
                                                "flipChartIdentifierGuid": "bab47a85-15e7-49cc-9a77-be0bf8a7cc19",
                                                "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": "2Hh1tHFQNkGOfeZsrGrpSQ==",
                                                "groupIdentifierGuid": "b47578d8-5071-4136-8e7d-e66cac6ae949",
                                                "flipChart": {
                                                  "$id": "42",
                                                  "identifier": "jYtNbJLGk0GVCffNlmOOig==",
                                                  "identifierGuid": "6c4d8b8d-c692-4193-9509-f7cd96638e8a",
                                                  "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": "qLeAvr7mQEGkM3BPYOxaAw==",
                                                    "identifierGuid": "be80b7a8-e6be-4140-a433-704f60ec5a03",
                                                    "name": "sample string 2",
                                                    "formType": "sample string 3",
                                                    "forms": [
                                                      {
                                                        "$id": "44",
                                                        "id": 1,
                                                        "g_UID": "vCWa+VtNe0qe53VU0bnJTw==",
                                                        "guid": "f99a25bc-4d5b-4a7b-9ee7-7554d1b9c94f",
                                                        "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": "/4Dl5MDih0GSBJm1YGeGqw==",
                                                        "previousFormGuid": "e4e580ff-e2c0-4187-9204-99b5606786ab",
                                                        "nextForm": 1,
                                                        "nextFormG_UID": "h+Rs0osfHEuja9mKjTXLqw==",
                                                        "nextFormGuid": "d26ce487-1f8b-4b1c-a36b-d98a8d35cbab",
                                                        "attributes": "sample string 10",
                                                        "updated": "2025-10-05T00:01:43.3228262",
                                                        "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": "OFAoAlkxpkaVNnhwLzVYYQ==",
                                                            "checkoutFormGuid": "02285038-3159-46a6-9536-78702f355861",
                                                            "identifier": "eh4DdBKXN06A8nf5GPI2lA==",
                                                            "identifierGuid": "74031e7a-9712-4e37-80f2-77f918f23694",
                                                            "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": "ocp86Wpf4UaxCXcnUjWeDQ==",
                                                            "valueGuid": "e97ccaa1-5f6a-46e1-b109-772752359e0d",
                                                            "buttonText": "sample string 10",
                                                            "valueText": "sample string 11",
                                                            "drawImageAndButton": true,
                                                            "updated": "2025-10-05T00:01:43.3228262",
                                                            "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-10-05T00:01:43.3228262",
                                                              "imageData": "QEA=",
                                                              "readOnly": true
                                                            }
                                                          },
                                                          {
                                                            "$ref": "45"
                                                          }
                                                        ],
                                                        "panels": [
                                                          {
                                                            "$id": "47",
                                                            "id": 1,
                                                            "checkoutFormID": 2,
                                                            "checkoutFormG_UID": "yoyZyp02MEOobBKZNVCvjA==",
                                                            "checkoutFormGuid": "ca998cca-369d-4330-a86c-12993550af8c",
                                                            "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": "kFV4YnvjgkaHgJdRoWCSCQ==",
                                                    "flipChartPageIdentifierGuid": "62785590-e37b-4682-8780-9751a1609209",
                                                    "pluG_UID": "COaMbh8cwkqvOuLBuvVRrQ==",
                                                    "pluGuid": "6e8ce608-1c1f-4ac2-af3a-e2c1baf551ad",
                                                    "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": "CWdpuFhGqEOys+JempczBA==",
                                                "pluGuid": "b8696709-4658-43a8-b2b3-e25e9a973304",
                                                "price": 1,
                                                "costCalcMethod": 1,
                                                "cost": 2,
                                                "weightedAvgCost": 3,
                                                "lastCost": 4,
                                                "rawCost": 5,
                                                "rawWeightedAvgCost": 6,
                                                "rawLastCost": 7,
                                                "costDecimals": 8,
                                                "serviceFeeID": 9,
                                                "freight": 10.0,
                                                "freightType": 11,
                                                "process": "sample string 12",
                                                "user": "sample string 13",
                                                "updated": "2025-10-05T00:01:43.3228262",
                                                "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": "8idsaJvJN0+XW2I4vccegg==",
                                                "ingredientGuid": "7QbO0UFjokOikjg0BKRn8A==",
                                                "ingredientIdentifier": "d1ce06ed-6341-43a2-a292-383404a467f0",
                                                "quantity": 1.0,
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ],
                                                "ingredientText": "sample string 1",
                                                "ingredient": {
                                                  "$ref": "26"
                                                }
                                              },
                                              {
                                                "$ref": "50"
                                              }
                                            ],
                                            "bins": [
                                              {
                                                "$id": "51",
                                                "pluG_UID": "Qe4CUgzt8kCfseT1vZsbTw==",
                                                "pluGuid": "5202ee41-ed0c-40f2-9fb1-e4f5bd9b1b4f",
                                                "shelfLocationIdentifier": "KvJdSD7Lek+ZlqwnHd5SHQ==",
                                                "shelfLocationGuid": "485df22a-cb3e-4f7a-9996-ac271dde521d",
                                                "labelShelfDefault": 1,
                                                "labelTalkerDefault": 1,
                                                "labelSmall": true,
                                                "labelPageLayoutG_UID": "+sPkgUXWpkmQS+JS1Bk9MQ==",
                                                "labelPageLayoutGuid": "81e4c3fa-d645-49a6-904b-e252d4193d31",
                                                "updated": "2025-10-05T00:01:43.3228262",
                                                "electronicShelfLabelIdentifier": "sample string 5",
                                                "electronicshelfLabelsConfigurationID": 6,
                                                "labelShelfChanged": true,
                                                "productName": "sample string 8",
                                                "locationText": "sample string 9",
                                                "product": {
                                                  "$ref": "26"
                                                },
                                                "location": {
                                                  "$id": "52",
                                                  "identifier": "MpI/+clslU20U/U7VW59AQ==",
                                                  "storeID": 1,
                                                  "identifierGuid": "f93f9232-6cc9-4d95-b453-f53b556e7d01",
                                                  "name": "sample string 2",
                                                  "haccp": true,
                                                  "blueprintID": 1,
                                                  "updated": "2025-10-05T00:01:43.3228262",
                                                  "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": "vDAXlCBez0iLKErJyK3FTQ==",
                                                "pluGuid": "941730bc-5e20-48cf-8b28-4ac9c8adc54d",
                                                "deptNo": 1,
                                                "product": {
                                                  "$ref": "26"
                                                },
                                                "scaleLocation": {
                                                  "$id": "54",
                                                  "id": 1,
                                                  "deptNo": 1,
                                                  "deptCode": "sample string 2",
                                                  "name": "sample string 3",
                                                  "enabled": true,
                                                  "updated": "2025-10-05T00:01:43.3228262",
                                                  "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-10-05T00:01:43.3228262",
                                                                "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": "tfghECRWtkmA5R7/+0T2bw==",
                                                                "labelPageLayoutGuid": "1021f8b5-5624-49b6-80e5-1efffb44f66f",
                                                                "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-10-05T00:01:43.3228262",
                                                            "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": "9OE36BxQ8028vyZsn+lxEw==",
                                                            "labelPageLayoutGuid": "e837e1f4-501c-4df3-bcbf-266c9fe97113",
                                                            "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-10-05T00:01:43.3228262",
                                                        "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": "JY7PCeK1Vk2PnuVX3P6snQ==",
                                                        "labelPageLayoutGuid": "09cf8e25-b5e2-4d56-8f9e-e557dcfeac9d",
                                                        "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-10-05T00:01:43.3228262",
                                                    "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": "Kt+4dFauQkG9s5N5IeZ1/g==",
                                                    "labelPageLayoutGuid": "74b8df2a-ae56-4142-bdb3-937921e675fe",
                                                    "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": "GAdOxkEVnUac8V3MdX/hFA==",
                                              "pluGuid": "c64e0718-1541-469d-9cf1-5dcc757fe114",
                                              "newPrice": 1,
                                              "pctDiscount": 1,
                                              "newCost": 1,
                                              "newCostDecimals": 6,
                                              "dealCostIdentifier": "eE5pRbpbjEmA8HJajnoqJg==",
                                              "dealCostGuid": "45694e78-5bba-498c-80f0-725a8e7a2a26",
                                              "pluName": "sample string 7",
                                              "apn": "sample string 8",
                                              "fuelItem": true,
                                              "priceGroupG_UID": "6x/cpBaMfEmyK58q9ObDqw==",
                                              "priceGroupGuid": "a4dc1feb-8c16-497c-b22b-9f2af4e6c3ab",
                                              "itemNumber": "sample string 10",
                                              "cri": "sample string 11",
                                              "pluPrice": 12,
                                              "pluCost": 13,
                                              "pluCostIndicator": "sample string 14",
                                              "pluPriceGstPercent": 15,
                                              "pluCostGstPercent": 16,
                                              "pluActive": true,
                                              "cartonQty": 1.1,
                                              "baseUnits": 18.1,
                                              "salesMode": 1,
                                              "pluNormalCost": 19,
                                              "pluaws": 20.0,
                                              "directNumber": "sample string 21",
                                              "departmentName": "sample string 22",
                                              "subDepartmentName": "sample string 23",
                                              "priceGroupName": "sample string 24",
                                              "supplierName": "sample string 25",
                                              "stockOnHand": 1.1,
                                              "stockOnOrder": 1.1,
                                              "lastReceived": "2025-10-05T00:01:43.3228262",
                                              "rrp": 26,
                                              "campaignDescription": "sample string 27",
                                              "campaignComboPriceGroupG_UID": "nGMKTKWx5kmIKZOu/4iZeA==",
                                              "campaignComboPriceGroupIdentifier": "4c0a639c-b1a5-49e6-8829-93aeff889978",
                                              "promotionPlacementDescription": "sample string 28",
                                              "storeAcceptances": [
                                                {
                                                  "$id": "64",
                                                  "plu": 1,
                                                  "pluG_UId": "QEA=",
                                                  "campaignID": 1,
                                                  "campaignName": "sample string 2",
                                                  "storeID": 3,
                                                  "acceptedUtc": "2025-10-05T00:01:43.3228262",
                                                  "operatorG_UID": "7q6u+iRFQUyAvrvhsWL1tA==",
                                                  "operatorGuid": "faaeaeee-4524-4c41-80be-bbe1b162f5b4",
                                                  "machineID": 1,
                                                  "processed": true,
                                                  "appliedUtc": "2025-10-05T00:01:43.3228262",
                                                  "signIqTicketFileMovedUtc": "2025-10-05T00:01:43.3228262",
                                                  "user": "sample string 6",
                                                  "campaignDescription": "sample string 7",
                                                  "productDesc": "sample string 8",
                                                  "storeName": "sample string 9",
                                                  "effectiveUtc": "2025-10-05T00:01:43.3228262",
                                                  "priceChangeType": 0,
                                                  "operatorName": "sample string 10",
                                                  "hostCampaign": true,
                                                  "product": {
                                                    "$ref": "26"
                                                  },
                                                  "campaignPlu": {
                                                    "$ref": "63"
                                                  }
                                                },
                                                {
                                                  "$ref": "64"
                                                }
                                              ],
                                              "campaign": {
                                                "$id": "65",
                                                "id": 1,
                                                "storeID": 2,
                                                "name": "249463ac-2c23-44d4-b333-93c25c5d4124",
                                                "nameGuid": "249463ac-2c23-44d4-b333-93c25c5d4124",
                                                "description": "sample string 4",
                                                "showDiscounts": true,
                                                "showTotals": true,
                                                "onlyEvaluateOnSubtotal": true,
                                                "useDescription": true,
                                                "campaignType": 1,
                                                "startDate": "2025-10-05T00:01:43.3228262",
                                                "startTime": 1,
                                                "endDate": "2025-10-05T00:01:43.3228262",
                                                "endTime": 1,
                                                "recurrence": 1,
                                                "recurrenceType": 1,
                                                "monthType": 1,
                                                "weekDays": 1,
                                                "months": 1,
                                                "monthWeeks": 1,
                                                "monthDays": "sample string 7",
                                                "printed": true,
                                                "talkerText": "sample string 8",
                                                "rangeDescription": "sample string 9",
                                                "dealDescription": "sample string 10",
                                                "labelQuantity": 11,
                                                "active": 1,
                                                "deactivated": "2025-10-05T00:01:43.3228262",
                                                "system": true,
                                                "created": "2025-10-05T00:01:43.3228262",
                                                "updated": "2025-10-05T00:01:43.3228262",
                                                "priceChangeNotifiedUtc": "2025-10-05T00:01:43.3228262",
                                                "promoType": 1,
                                                "promotionTypeCode": "sample string 13",
                                                "hostIdentifier": "cjN8Q8WyhE249ivZHM5cHg==",
                                                "hostIdentifierGuid": "437c3372-b2c5-4d84-b8f6-2bd91cce5c1e",
                                                "hostType": 14,
                                                "createdByUser": "sample string 15",
                                                "fromHost": true,
                                                "deleted": true,
                                                "campaignDeleted": "2025-10-05T00:01:43.3228262",
                                                "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": "/KQlrvFTzE291ssFNad2tA==",
                                                    "pluGuid": "ae25a4fc-53f1-4dcc-bdd6-cb0535a776b4",
                                                    "hostOfferID": 1,
                                                    "priceGroupG_UID": "0dlYIPLSukWJ71MfdOVWXA==",
                                                    "priceGroupGuid": "2058d9d1-d2f2-45ba-89ef-531f74e5565c",
                                                    "fuelItem": true,
                                                    "pluName": "sample string 6",
                                                    "apn": "sample string 7",
                                                    "pluActive": true,
                                                    "cartonQty": 1,
                                                    "baseUnits": 9.1,
                                                    "cri": "sample string 10",
                                                    "salesMode": 1,
                                                    "pluaws": 11.0,
                                                    "directNumber": "sample string 12",
                                                    "departmentName": "sample string 13",
                                                    "subDepartmentName": "sample string 14",
                                                    "priceGroupName": "sample string 15",
                                                    "supplierName": "sample string 16",
                                                    "stockOnHand": 1.1,
                                                    "stockOnOrder": 1.1,
                                                    "lastReceived": "2025-10-05T00:01:43.3228262",
                                                    "rrp": 17,
                                                    "campaignDescription": "sample string 18",
                                                    "product": {
                                                      "$ref": "26"
                                                    },
                                                    "campaign": {
                                                      "$ref": "65"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "66"
                                                  }
                                                ],
                                                "sellingRules": [
                                                  {
                                                    "$id": "67",
                                                    "id": 1,
                                                    "identifier": "eY8bt+YaeEym7BS65HOHTQ==",
                                                    "identifierStr": "eY8bt+YaeEym7BS65HOHTQ==",
                                                    "identifierGuid": "b71b8f79-1ae6-4c78-a6ec-14bae473874d",
                                                    "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": "CDntNJRe4kKP2LVTOmnGpA==",
                                                    "customerIDGuid": "34ed3908-5e94-42e2-8fd8-b5533a69c6a4",
                                                    "campaign": {
                                                      "$ref": "65"
                                                    },
                                                    "customer": {
                                                      "$ref": "7"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "68"
                                                  }
                                                ],
                                                "customerGroups": [
                                                  {
                                                    "$id": "69",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "groupID": "KfMZiB2upU+qSJjpkyWORQ==",
                                                    "groupIDGuid": "8819f329-ae1d-4fa5-aa48-98e993258e45",
                                                    "campaign": {
                                                      "$ref": "65"
                                                    },
                                                    "group": {
                                                      "$ref": "11"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "69"
                                                  }
                                                ],
                                                "signIqTickets": [
                                                  {
                                                    "$id": "70",
                                                    "identifier": "ly75MqZhfkWavOsgtfnl+A==",
                                                    "identifierGuid": "32f92e97-61a6-457e-9abc-eb20b5f9e5f8",
                                                    "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": "K2m6mjLyskKS50lhXyM2RQ==",
                                                    "guid": "9aba692b-f232-42b2-92e7-49615f233645",
                                                    "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": "POrrPF6zWEOt0jneJfUdzg==",
                                                        "groupGuid": "3cebea3c-b35e-4358-add2-39de25f51dce",
                                                        "comboPriceType": 5,
                                                        "priceType": 5,
                                                        "pluG_UID": "Ew3pj09WF0myjUBuCQyhxg==",
                                                        "pluGuid": "8fe90d13-564f-4917-b28d-406e090ca1c6",
                                                        "priceGroupG_UID": "4Hxp16a36k2EL+N+qEcs6w==",
                                                        "priceGroupGuid": "d7697ce0-b7a6-4dea-842f-e37ea8472ceb",
                                                        "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": "GAEZZW6C+0u1eMN2QYQsVg==",
                                                    "priceLevelIdentifierGuid": "65190118-826e-4bfb-b578-c37641842c56",
                                                    "campaignName": "sample string 3",
                                                    "priceLevelName": "sample string 4"
                                                  },
                                                  {
                                                    "$ref": "73"
                                                  }
                                                ]
                                              },
                                              "product": {
                                                "$ref": "26"
                                              },
                                              "dealCost": {
                                                "$id": "74",
                                                "headerIdentifier": "HuNRBOAef0aGzq8lulJy1g==",
                                                "headerIdentifierGuid": "0451e31e-1ee0-467f-86ce-af25ba5272d6",
                                                "identifier": "vMK6iu3Z3EmHRLwUUWqLFA==",
                                                "identifierGuid": "8abac2bc-d9ed-49dc-8744-bc14516a8b14",
                                                "supplierIdentifier": "CDkH5BksYUapQwaZgiInJQ==",
                                                "supplierGuid": "e4073908-2c19-4661-a943-069982222725",
                                                "pluG_UID": "Mx1BuJVUJE+GCT/d8fhFGA==",
                                                "pluGuid": "b8411d33-5495-4f24-8609-3fddf1f84518",
                                                "campaignName": "d81e0846-d0e2-4870-b12e-5291d27d30cf",
                                                "description": "sample string 4",
                                                "cost": 5,
                                                "costDecimals": 6,
                                                "start": "2025-10-05T00:01:43.3228262",
                                                "end": "2025-10-05T00:01:43.3228262",
                                                "type": 9,
                                                "promoType": 10,
                                                "bonusItemPLUG_UID": "Ilarmq+FxkiVbP6Fe3zcBw==",
                                                "bonusItemPluGuid": "9aab5622-85af-48c6-956c-fe857b7cdc07",
                                                "bonusPurchaseUnits": 11,
                                                "bonusReceiveUnits": 12,
                                                "updated": "2025-10-05T00:01:43.3228262",
                                                "metcashPromotionID": "sample string 14",
                                                "fromHost": 15,
                                                "storeNames": "sample string 16",
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ],
                                                "supplierName": "sample string 17",
                                                "campaignDescription": "sample string 18",
                                                "newPrice": 1,
                                                "campaignMetcashPromotionID": "sample string 19",
                                                "campaignActive": true,
                                                "campaignStartDate": "2025-10-05T00:01:43.3228262",
                                                "campaignEndDate": "2025-10-05T00:01:43.3228262",
                                                "masterPLUG_UID": "+J0gp5PHIEyHEEJNv4hzkw==",
                                                "masterID": "a7209df8-c793-4c20-8710-424dbf887393",
                                                "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": "ULmm7GaRC0qituJYAOhDZA==",
                                                "bonusMasterID": "eca6b950-9166-4a0b-a2b6-e25800e84364",
                                                "bonusProductName": "sample string 34",
                                                "bonusProductAPN": "sample string 35",
                                                "bonusOrderCode": "sample string 36",
                                                "bonusNormalSell": 37,
                                                "bonusNormalCost": 38,
                                                "bonusNormalCostDecimals": 39,
                                                "bonusCartonQuantity": 40,
                                                "bonusSalesMode": 41,
                                                "bonusOrderPacked": 42,
                                                "bonusFuelItem": true,
                                                "bonusActive": true
                                              }
                                            },
                                            "currentCostStart": "2025-10-05T00:01:43.3228262",
                                            "dealCosts": [
                                              {
                                                "$ref": "74"
                                              },
                                              {
                                                "$ref": "74"
                                              }
                                            ],
                                            "tags": [
                                              {
                                                "$id": "75",
                                                "pluG_UID": "eMRL1IbPiUuygDSi97Ut6g==",
                                                "pluGuid": "d44bc478-cf86-4b89-b280-34a2f7b52dea",
                                                "tagID": 1,
                                                "description": "sample string 1",
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "75"
                                              }
                                            ],
                                            "alternateProductG_UID": "V2iRW7wnoUKJVRjdDa54tg==",
                                            "alternateProduct": "5b916857-27bc-42a1-8955-18dd0dae78b6",
                                            "productHostCode": {
                                              "$id": "76",
                                              "id": 1,
                                              "pluG_UID": "F6XDwbImHkGT8uBMlDd1jw==",
                                              "pluGuid": "c1c3a517-26b2-411e-93f2-e04c9437758f",
                                              "ibaCode": "sample string 2"
                                            },
                                            "mscCat": {
                                              "$ref": "59"
                                            },
                                            "mscCom": {
                                              "$ref": "60"
                                            },
                                            "mscDep": {
                                              "$ref": "62"
                                            },
                                            "mscSubCom": {
                                              "$ref": "61"
                                            },
                                            "isUserUpdate": true,
                                            "ignoreMasterProduct": true,
                                            "priceGroupLabelRequested": true,
                                            "firstSold": "2025-10-05T00:01:43.3228262",
                                            "inventoryTracked": "2025-10-05T00:01:43.3228262",
                                            "isNormalPriceChangesCampaign": true
                                          },
                                          "supplier": {
                                            "$ref": "21"
                                          },
                                          "serviceFee": {
                                            "$id": "77",
                                            "id": 1,
                                            "description": "sample string 1",
                                            "fee": 1
                                          },
                                          "isPrimaryHost": true,
                                          "hostVendor": 47
                                        },
                                        {
                                          "$ref": "24"
                                        }
                                      ],
                                      "orderCycleHeaders": [
                                        {
                                          "$id": "78",
                                          "storeID": 1,
                                          "supplierIdentifier": "0M5c5uoo2E+Dtk8kz5zgPA==",
                                          "supplierGuid": "e65cced0-28ea-4fd8-83b6-4f24cf9ce03c",
                                          "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": "gDaXMtmMBk+tt/b9HJfppg==",
                                          "supplierGuid": "32973680-8cd9-4f06-adb7-f6fd1c97e9a6",
                                          "departmentCode": "sample string 2",
                                          "warehouseDirectIndicator": "sample string 3",
                                          "type": 4,
                                          "cutOffWeek": 5,
                                          "cutOffDay": 6,
                                          "cutOffTime": "00:00:00.1234567",
                                          "leadTime": 7,
                                          "daysBuffer": 8,
                                          "supplierName": "sample string 9",
                                          "cutOffDate": "2025-10-05T00:01:43.3228262",
                                          "deliveryDate": "2025-10-05T00:01:43.3228262",
                                          "nextCutOffDate": "2025-10-05T00:01:43.3228262",
                                          "nextDeliveryDate": "2025-10-05T00:01:43.3228262",
                                          "nextDaysBuffer": 10
                                        },
                                        {
                                          "$ref": "79"
                                        }
                                      ],
                                      "store": {
                                        "$ref": "17"
                                      },
                                      "updated": "2025-10-05T00:01:43.3228262",
                                      "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-10-05T00:01:43.3228262",
                                        "processed": "2025-10-05T00:01:43.3228262",
                                        "isProcessing": true,
                                        "processedCount": 6,
                                        "processingTime": 1,
                                        "collectedUtc": "2025-10-05T00:01:43.3228262",
                                        "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-10-05T00:01:43.3228262",
                                          "businessPillar": "sample string 3",
                                          "fileType": "sample string 4"
                                        }
                                      },
                                      {
                                        "$ref": "80"
                                      }
                                    ],
                                    "zoneMatrix": [
                                      {
                                        "$id": "82",
                                        "id": 1,
                                        "hostIdentifier": "RDA6CmsXQESReBR+qo/GRQ==",
                                        "hostIdentifierGuid": "0a3a3044-176b-4440-9178-147eaa8fc645",
                                        "storeID": 1,
                                        "departmentCode": "sample string 2",
                                        "hostGuids": [
                                          "8be0ff44-5a02-4950-aa3b-ac1ebe32bcf0",
                                          "d70e693a-1327-4d7a-aca2-71c33273e4ad"
                                        ]
                                      },
                                      {
                                        "$ref": "82"
                                      }
                                    ],
                                    "hostFileStoreSetting": {
                                      "$ref": "19"
                                    },
                                    "hostStoreSettings": [
                                      {
                                        "$ref": "19"
                                      },
                                      {
                                        "$ref": "19"
                                      }
                                    ],
                                    "promotionPlacements": [
                                      {
                                        "$id": "83",
                                        "identifier": "s+f5mALsw0emYi1GSvU7Gg==",
                                        "identifierGuid": "98f9e7b3-ec02-47c3-a662-2d464af53b1a",
                                        "code": "sample string 2",
                                        "description": "sample string 3",
                                        "isAdvertised": true
                                      },
                                      {
                                        "$ref": "83"
                                      }
                                    ],
                                    "promoTypeGuids": [
                                      "23283858-8bf9-4a4c-bb59-a6d9af5fbd01",
                                      "63c794fd-cfab-4f5e-9668-7df1e3acb942"
                                    ],
                                    "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-10-05T00:01:43.3228262",
                                  "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": "15fc28e1-fb45-40be-b6ad-558a854cf0e6",
                              "updateStore": {
                                "$id": "89",
                                "id": "24780719-a9b3-4782-a470-d17d52a1e3bc",
                                "name": "sample string 1",
                                "lastActivity": "2025-10-05T00:01:43.3228262",
                                "zone": "sample string 2",
                                "timeZoneOffset": 0.0,
                                "businessHoursStart": "00:00:00.1234567",
                                "businessHoursEnd": "00:00:00.1234567",
                                "master": true,
                                "lastIP": "sample string 10",
                                "lastHostName": "sample string 11",
                                "ping": 1,
                                "pingStatus": "sample string 12",
                                "lastUpdateCompleted": "2025-10-05T00:01:43.3228262"
                              },
                              "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": "zpucaldi6ESDspmPiRzdwg==",
                        "identifierGuid": "6a9c9bce-6257-44e8-83b2-998f891cddc2",
                        "name": "sample string 3",
                        "lookupIdentifier": "sample string 4",
                        "externalID": "sample string 5",
                        "phone": "sample string 6",
                        "fax": "sample string 7",
                        "email": "sample string 8",
                        "address1": "sample string 9",
                        "address2": "sample string 10",
                        "city": "sample string 11",
                        "postCode": "sample string 12",
                        "state": "sample string 13",
                        "country": "sample string 14",
                        "totalAmountAwarded": 15.1,
                        "updated": "2025-10-05T00:01:43.3228262",
                        "deleted": true
                      },
                      "details": [
                        {
                          "$id": "92",
                          "saleItemID": 1,
                          "identifier": "cKL+YWHEjkCtTBc+9QfJBA==",
                          "identifierGuid": "61fea270-c461-408e-ad4c-173ef507c904",
                          "saleHeaderID": 2,
                          "plu": 1,
                          "pluG_UId": "aBbAZEGWjEicuuNFkXIkjQ==",
                          "pluGuid": "64c01668-9641-488c-9cba-e3459172248d",
                          "accountID": "bBv5y0GPREOJsB+cYBqQgA==",
                          "accountIDGuid": "cbf91b6c-8f41-4344-89b0-1f9c601a9080",
                          "normalPrice": 3,
                          "originalSellingPrice": 4,
                          "discountPrice": 5,
                          "unit": 1,
                          "quantity": 6,
                          "totalCents": 7,
                          "fixedPrice": 1,
                          "tranType": 1,
                          "discountType": 1,
                          "cost": 1,
                          "costDecimals": 8,
                          "markdown": 1,
                          "manualQuantity": 1,
                          "manualPrice": 1,
                          "manualMode": 1,
                          "active": 1,
                          "offline": true,
                          "barcode": "sample string 9",
                          "keyedSale": 1,
                          "discountedID": 1,
                          "fuelID": 1,
                          "serialNumber": "sample string 10",
                          "bestOrExpire": "2025-10-05T00:01:43.3228262",
                          "bestOrExpireType": 1,
                          "providerName": "sample string 11",
                          "refundG_UID": "nL/vf5fJYkCM6D67rEGfgg==",
                          "refundGuid": "7fefbf9c-c997-4062-8ce8-3ebbac419f82",
                          "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": "GrJOlrTEHUuRVHYGon9rug==",
                          "idempotentVoidGuid": "964eb21a-c4b4-4b1d-9154-7606a27f6bba",
                          "priceLevelIdentifier": "JjPx8FqYvEKS7/gEnPw/Ng==",
                          "priceLevelIdentifierGuid": "f0f13326-985a-42bc-92ef-f8049cfc3f36",
                          "productName": "sample string 23",
                          "apn": "sample string 24",
                          "unknownScans": [
                            {
                              "$id": "93",
                              "id": 1,
                              "saleDetailID": 2,
                              "storeID": 1,
                              "scanned": "2025-10-05T00:01:43.3228262",
                              "operatorG_UID": "QEA=",
                              "barcode": "sample string 4",
                              "processed": 1
                            },
                            {
                              "$ref": "93"
                            }
                          ],
                          "refund": {
                            "$id": "94",
                            "id": 1,
                            "g_UID": "NdFqfGpPZU6qt5bHrROv4g==",
                            "guid": "7c6ad135-4f6a-4e65-aab7-96c7ad13afe2",
                            "description": "sample string 1",
                            "dumped": true,
                            "inventoryReasonID": 1,
                            "sortOrder": 1,
                            "updated": "2025-10-05T00:01:43.3228262"
                          },
                          "modifier": {
                            "$id": "95",
                            "id": 1,
                            "setG_UID": "yVNZ0SROSkWRQJGe3I+7XA==",
                            "modifierSetGuid": "d15953c9-4e24-454a-9140-919edc8fbb5c",
                            "name": "sample string 2",
                            "price": 1,
                            "quantity": 1,
                            "modifierType": 1,
                            "groupNumber": 1,
                            "pageNumber": 1,
                            "controlOrder": 1,
                            "printToStation": true,
                            "pluG_UID": "OCsiBODtpUqJX7TfG8AgmA==",
                            "pluGuid": "04222b38-ede0-4aa5-895f-b4df1bc02098",
                            "deleted": true,
                            "g_UID": "NN8P/+bzckm2sZxr+vYGow==",
                            "guid": "ff0fdf34-f3e6-4972-b6b1-9c6bfaf606a3",
                            "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": "yQrGJDEFm0+iY+m+9jYHtg==",
                          "pluGuid": "24c60ac9-0531-4f9b-a263-e9bef63607b6",
                          "saleHeaderID": 2,
                          "totalCents": 3,
                          "grade": 1,
                          "gradeDescription": "sample string 4",
                          "dispenser": 1,
                          "hose": 1,
                          "quantity": 1,
                          "cost": 1,
                          "acquirerNum": 1,
                          "attendant": 1,
                          "ePurseBalance": 1.0,
                          "cardSignature": "sample string 5",
                          "compartmentNumber": 1,
                          "contractNumber": 1,
                          "discountCardPAN": "sample string 6",
                          "discountID": 1,
                          "discountName": "sample string 7",
                          "discountNetValue": 1.0,
                          "discountType": 1,
                          "discountValue": 1.0,
                          "discretionaryData": "sample string 8",
                          "driverID": "sample string 9",
                          "eftBatchNumber": 1,
                          "eftResponseCode": "sample string 10",
                          "endDateTime": "2025-10-05T00:01:43.3228262",
                          "engineHours": 1.1,
                          "fposNumber": 1,
                          "loyaltyCardPAN": "sample string 11",
                          "miscData1": 1,
                          "miscData2": "sample string 12",
                          "miscFlags": 1,
                          "mop": 1,
                          "odometer": 1,
                          "panNumber": "sample string 13",
                          "saleRefund": true,
                          "saleStatus": 1,
                          "sequenceNumber": 1,
                          "stan": 1,
                          "startDateTime": "2025-10-05T00:01:43.3228262",
                          "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": "aTIo9UqTyUSKvz0bAI2C4A==",
                          "pluGuid": "f5283269-934a-44c9-8abf-3d1b008d82e0",
                          "accountID": "xLCTn/P/Eky2kJcWkRmKxA==",
                          "accountIDGuid": "9f93b0c4-fff3-4c12-b690-971691198ac4",
                          "normalPrice": 3,
                          "originalSellingPrice": 4,
                          "discountPrice": 5,
                          "unit": 1,
                          "quantity": 6,
                          "totalCents": 7,
                          "fixedPrice": 1,
                          "tranType": 1,
                          "processed": 1,
                          "discountType": 1,
                          "cost": 1,
                          "costDecimals": 1,
                          "markdown": 1,
                          "manualQuantity": 1,
                          "manualPrice": 1,
                          "manualMode": 1,
                          "active": 1,
                          "barcode": "sample string 8",
                          "offline": 1,
                          "keyedSale": 1,
                          "discountedID": 1,
                          "fuelID": 1,
                          "serialNumber": "sample string 9",
                          "bestOrExpire": "2025-10-05T00:01:43.3228262",
                          "bestOrExpireType": 1,
                          "refundG_UID": "MKWO8NWfLECNpuRV/SDfxg==",
                          "refundGuid": "f08ea530-9fd5-402c-8da6-e455fd20dfc6",
                          "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": "DBmE8XWWUEeUgLRU6mvi4g==",
                          "identifierGuid": "f184190c-9675-4750-9480-b454ea6be2e2",
                          "id": 1,
                          "orderNo": 2,
                          "externalSaleIdentifier": "sample string 3",
                          "storeID": 4,
                          "zoneID": 5,
                          "deptNo": 6,
                          "customerIdentifier": "84zrPEFpokGaDb2ZKkOJ/w==",
                          "customerIdentifierGuid": "3ceb8cf3-6941-41a2-9a0d-bd992a4389ff",
                          "operatorNo": 1,
                          "operatorG_UID": "3Xqb/sD1eEG2+W0Y3Ml8Ag==",
                          "operatorGuid": "fe9b7add-f5c0-4178-b6f9-6d18dcc97c02",
                          "created": "2025-10-05T00:01:43.3228262",
                          "ordered": "2025-10-05T00:01:43.3228262",
                          "started": "2025-10-05T00:01:43.3228262",
                          "completed": "2025-10-05T00:01:43.3228262",
                          "supplied": "2025-10-05T00:01:43.3228262",
                          "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": "+W1WAI7pCkG1RQJ3x1HZbw==",
                              "pluGuid": "00566df9-e98e-410a-b545-0277c751d96f",
                              "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": "uJzJaSn8e0CVwOqD74xzWQ==",
                              "headerIdentifierGuid": "69c99cb8-fc29-407b-95c0-ea83ef8c7359",
                              "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": "B16VYaJU4UWpO8+WxpoVmw==",
                          "surveyGuid": "61955e07-54a2-45e1-a93b-cf96c69a159b",
                          "saleHeaderGuid": "zPeRZsFjW0q3uUHNSnlh5w==",
                          "saleGuid": "6691f7cc-63c1-4a5b-b7b9-41cd4a7961e7",
                          "textResponse": "sample string 1",
                          "integerResponse": 1,
                          "g_UIDResponse": "lP3oftgHokWGXin/MHK9Xg==",
                          "guidResponse": "7ee8fd94-07d8-45a2-865e-29ff3072bd5e",
                          "whoAnswered": 2,
                          "answeredAtUTC": "2025-10-05T00:01:43.3228262",
                          "sale": {
                            "$ref": "14"
                          },
                          "survey": {
                            "$id": "104",
                            "g_UID": "5yacOBBcp0qB/Je+cOac6g==",
                            "guid": "389c26e7-5c10-4aa7-81fc-97be70e69cea",
                            "name": "sample string 1",
                            "storeID": 2,
                            "zoneID": 1,
                            "checkoutFormG_UID": "v592S4ok8EuiFFvCDmETpA==",
                            "checkoutFormGuid": "4b769fbf-248a-4bf0-a214-5bc20e6113a4",
                            "displayToWho": 3,
                            "displayWhen": 4,
                            "start": "2025-10-05T00:01:43.3228262",
                            "end": "2025-10-05T00:01:43.3228262",
                            "deleted": true,
                            "updated": "2025-10-05T00:01:43.3228262",
                            "possibleIntegerResponses": [
                              1,
                              2
                            ],
                            "possibleTextResponses": [
                              "sample string 1",
                              "sample string 2"
                            ],
                            "possibleGuidResponses": [
                              "3855105b-3c6d-4250-bf8f-9d9e05b32dae",
                              "457bac87-9eb9-4f7b-885f-560cb97ac924"
                            ],
                            "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": "ONS7KFd+1U+CJWCtBxbNJQ==",
                      "accountIdentifier": "28bbd438-7e57-4fd5-8225-60ad0716cd25",
                      "accountName": "sample string 42",
                      "customerOrderIdentifier": "stKAkDzNykeC3PavuTaiBA==",
                      "customerOrderIdentifierGuid": "9080d2b2-cd3c-47ca-82dc-f6afb936a204",
                      "priceLevelName": "sample string 43",
                      "revision": 44,
                      "ingressId": "sample string 45"
                    },
                    "metadata": {
                      "$id": "105",
                      "id": 1,
                      "paymentID": 2,
                      "paymentIdentifier": "Busvn7dYtkyKWYRkrfJbHQ==",
                      "paymentIdentifierGuid": "9f2feb06-58b7-4cb6-8a59-8464adf25b1d",
                      "identifier": "YB6jFHWqfEioyddNkTJYeQ==",
                      "identifierGuid": "14a31e60-aa75-487c-a8c9-d74d91325879",
                      "metadata": "sample string 3",
                      "signatureImage": "QEA=",
                      "itemIdentifier": "6G9AyIujUECnWNMPiJtSPw==",
                      "itemIdentifierGuid": "c8406fe8-a38b-4050-a758-d30f889b523f"
                    }
                  },
                  {
                    "$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": "yM3SjMqMB0SFqj2Nwj6uGw==",
                "customerIdentifierGuid": "8cd2cdc8-8cca-4407-85aa-3d8dc23eae1b",
                "voucherName": "sample string 2",
                "count": 3,
                "storeID": 4,
                "barcode": "sample string 5",
                "redeemCount": 6,
                "issueCount": 7,
                "storeSalePaymentID": 1,
                "idempotentID": "Nz/LrdLjW02F/cgYtomyKw==",
                "idempotentGuid": "adcb3f37-e3d2-4d5b-85fd-c818b689b22b",
                "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.