POST api/customer/{id}/cards

Save customer card to specific customer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Customer identifier

globally unique identifier

Required

Body Parameters

Customer Card to be saved

CustomerCard
NameDescriptionTypeAdditional information
Identifier

Unique card identifier

string

Required

String length: inclusive between 0 and 40

IdentifierGuid

globally unique identifier

None.

IdentifierGuidBytes

Collection of byte

None.

CardType

CardType

None.

IssueDate

date

Data type: DateTime

Expiry

date

Data type: DateTime

CustomerID

Collection of byte

None.

CustomerIDGuid

globally unique identifier

None.

InitialValue

integer

None.

CurrentValue

integer

None.

MaxLimit

integer

None.

MinTransaction

integer

None.

MaxTransaction

integer

None.

Multiplier

decimal number

None.

Active

boolean

None.

ReasonInactive

ReasonInactive

None.

IdRequired

boolean

None.

IdType

integer

None.

IdValue

string

String length: inclusive between 0 and 60

Updated

date

Data type: DateTime

LinkedAccount

Collection of byte

None.

LinkedAccountGuid

globally unique identifier

None.

CurrentValueChanged

Indicates if current card value has changed and should be updated to value provided

boolean

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

LimitsChanged

Indicates if max limit, min transaction or max transaction values have changed and should be updated to values provided

boolean

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

Customer

Customer

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

Account

Account

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

Payments

Collection of StoreSalePayment

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

Request Formats

application/json, text/json

Sample:
{
  "cardType": 2,
  "issueDate": "2025-06-14T07:20:52.5349182",
  "expiry": "2025-06-14T07:20:52.5349182",
  "customerID": "gexRyPpKy02xMyFyKg4jmQ==",
  "customerIDGuid": "c851ec81-4afa-4dcb-b133-21722a0e2399",
  "initialValue": 1,
  "currentValue": 1,
  "maxLimit": 1,
  "minTransaction": 1,
  "maxTransaction": 1,
  "multiplier": 1.1,
  "active": true,
  "reasonInactive": 1,
  "idRequired": true,
  "idType": 1,
  "idValue": "sample string 5",
  "updated": "2025-06-14T07:20:52.5349182",
  "linkedAccount": "38Qe8vmv4E6/lHzUk2p5xQ==",
  "linkedAccountGuid": "f21ec4df-aff9-4ee0-bf94-7cd4936a79c5",
  "currentValueChanged": true,
  "limitsChanged": true,
  "customer": {
    "$id": "2",
    "identifier": "ZIPkiXgxO0SAbWHImD2Y9A==",
    "identifierGuid": "89e48364-3178-443b-806d-61c8983d98f4",
    "code": "sample string 2",
    "familyName": "sample string 3",
    "givenName": "sample string 4",
    "otherName": "sample string 5",
    "title": "sample string 6",
    "dateOfBirth": "2025-06-14T07:20:52.5349182",
    "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": "b42p8qDbcE+rLSmyz1x9gA==",
    "communityIdentifierGuid": "f2a98d6f-dba0-4f70-ab2d-29b2cf5c7d80",
    "joined": "2025-06-14T07:20:52.5349182",
    "updated": "2025-06-14T07:20:52.5349182",
    "active": true,
    "reasonInactive": 1,
    "groupCustomer": true,
    "loyaltyPoints": 1,
    "homeStoreID": 1,
    "availableSpend": 1,
    "priceLevelIdentifier": "GX5GXFuIbEWxAVeQirbe0g==",
    "priceLevelIdentifierGuid": "5c467e19-885b-456c-b101-57908ab6ded2",
    "marketingID": "sample string 18",
    "hidden": true,
    "registered": true,
    "registeredOn": "2025-06-14T07:20:52.5349182",
    "emailMarketing": true,
    "smsMarketing": true,
    "deleted": true,
    "deletedUser": "sample string 24",
    "homeStoreName": "sample string 25",
    "customerCards": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "customerGroupMembers": [
      {
        "$id": "3",
        "id": 1,
        "groupID": "lzpo6FBIlkuD2iaPf/GbLw==",
        "groupIDGuid": "e8683a97-4850-4b96-83da-268f7ff19b2f",
        "customerID": "PXK5OisVLUCOCdKi/vdtUA==",
        "customerIDGuid": "3ab9723d-152b-402d-8e09-d2a2fef76d50",
        "card": "sample string 4",
        "linkedAccount": "CUJHortqlEWlzykGxCbhmQ==",
        "linkedAccountGuid": "a2474209-6abb-4594-a5cf-2906c426e199",
        "customer": {
          "$ref": "2"
        },
        "group": {
          "$id": "4",
          "identifier": "bEIyKKi2rkiGmMC6Tgld5A==",
          "identifierGuid": "2832426c-b6a8-48ae-8698-c0ba4e095de4",
          "name": "sample string 2",
          "primaryContact": "U4CV90yjrUuX1wz9AliQVw==",
          "primaryContactGuid": "f7958053-a34c-4bad-97d7-0cfd02589057",
          "accountID": "UVYNq7ms3EOL/EU2oFGs2w==",
          "accountIDGuid": "ab0d5651-acb9-43dc-8bfc-4536a051acdb",
          "special": true,
          "updated": "2025-06-14T07:20:52.5349182",
          "active": true,
          "reasonInactive": 1,
          "priceLevelIdentifier": "g+FLOGuyYUOl8ES7+JZyXQ==",
          "priceLevelIdentifierGuid": "384be183-b26b-4361-a5f0-44bbf896725d",
          "deleted": true,
          "account": {
            "$id": "5",
            "id": 1,
            "identifier": "vystGfss+0+VSC8TaUWqFw==",
            "identifierGuid": "192d2bbf-2cfb-4ffb-9548-2f136945aa17",
            "referenceNo": "sample string 3",
            "name": "sample string 4",
            "created": "2025-06-14T07:20:52.5349182",
            "owner": "8LRZshGmzESctXDGIiGpGw==",
            "ownerGuid": "b259b4f0-a611-44cc-9cb5-70c62221a91b",
            "accountStoreGroupIdentifier": "3oP77xYXa0WYUS0YDtyvvg==",
            "accountStoreGroupGuid": "effb83de-1716-456b-9851-2d180edcafbe",
            "accountType": 1,
            "currentBalance": 1,
            "externalID": "sample string 7",
            "maximumLimit": 1,
            "accruePoints": true,
            "loyaltyPoints": 1,
            "termsOfTrade": 1,
            "signatureRequired": true,
            "referenceRequired": true,
            "statementSendType": 10,
            "ageingPeriod": 1,
            "monthlyAgeingPeriod": true,
            "explodedInvoice": true,
            "isFifoAllocation": true,
            "lastStatementSent": "2025-06-14T07:20:52.5349182",
            "active": true,
            "updated": "2025-06-14T07:20:52.5349182",
            "deleted": true,
            "deletedUser": "sample string 16",
            "currentBalanceChanged": true,
            "maximumLimitChanged": true,
            "loyaltyPointsChanged": true,
            "projectedBalance": 17,
            "accountStoreGroupStoreIDs": [
              1,
              2
            ],
            "customerEmail": "sample string 18",
            "ownerCustomer": {
              "$ref": "2"
            },
            "card": {
              "$ref": "1"
            },
            "members": {
              "$id": "6",
              "sample string 1": [
                {
                  "$ref": "2"
                },
                {
                  "$ref": "2"
                }
              ],
              "sample string 2": [
                {
                  "$ref": "2"
                },
                {
                  "$ref": "2"
                }
              ]
            },
            "customerGroups": [
              {
                "$ref": "4"
              },
              {
                "$ref": "4"
              }
            ]
          },
          "primaryContactCustomer": {
            "$ref": "2"
          },
          "customerGroupMembers": [
            {
              "$ref": "3"
            },
            {
              "$ref": "3"
            }
          ]
        },
        "customerCard": {
          "$ref": "1"
        }
      },
      {
        "$ref": "3"
      }
    ],
    "customerGroups": [
      {
        "$ref": "4"
      },
      {
        "$ref": "4"
      }
    ],
    "accounts": [
      {
        "$ref": "5"
      },
      {
        "$ref": "5"
      }
    ],
    "account": {
      "$ref": "5"
    },
    "vouchers": [
      {
        "$id": "7",
        "customerIdentifier": "Ei4FDYfAXEy82ZeGyuiH/Q==",
        "customerIdentifierGuid": "0d052e12-c087-4c5c-bcd9-9786cae887fd",
        "voucherName": "sample string 2",
        "count": 3,
        "storeID": 4,
        "barcode": "sample string 5",
        "redeemCount": 6,
        "issueCount": 7,
        "storeSalePaymentID": 1,
        "idempotentID": "+txoHY98FUOA3ivY5r6Uog==",
        "idempotentGuid": "1d68dcfa-7c8f-4315-80de-2bd8e6be94a2",
        "offline": true,
        "voucher": {
          "$id": "8",
          "id": 1,
          "name": "sample string 2",
          "description": "sample string 3",
          "shortDescription": "sample string 4",
          "url": "sample string 5",
          "barcodeTemplateID": 1,
          "expiry": 0,
          "voucherType": 6,
          "limitPerTransaction": 7,
          "customerTracking": true,
          "discountAccount": "sample string 9",
          "endDate": "2025-06-14T07:20:52.5349182",
          "barcodeTemplate": {
            "$id": "9",
            "templateID": 1,
            "template": "sample string 1",
            "bcFunction": "sample string 2",
            "sortOrder": 3
          },
          "scaleLabel": {
            "$id": "10",
            "id": 1,
            "uid": "sample string 2",
            "name": "sample string 3",
            "width": 1.1,
            "height": 1.1,
            "showBorder": true,
            "borderWidth": 1.1,
            "borderStyle": 1,
            "borderColour": "sample string 5",
            "updated": "2025-06-14T07:20:52.5349182",
            "labelPageLayout": "oKNJsW8cE06yVi9aO+jVhw==",
            "pageLayoutGuid": "b149a3a0-1c6f-4e13-b256-2f5a3be8d587",
            "labelType": 6,
            "oldName": "sample string 7",
            "voucher": {
              "$ref": "8"
            },
            "elements": [
              {
                "$id": "11",
                "id": 1,
                "scaleLabelID": 2,
                "showPercentDI": true,
                "showAvgPerHundred": true,
                "showAvgPerServe": true,
                "name": "sample string 6",
                "x": 1.1,
                "y": 1.1,
                "width": 1.1,
                "height": 1.1,
                "type": 1,
                "rotation": 1,
                "text": "sample string 7",
                "fontFamily": "sample string 8",
                "align": 1,
                "bold": true,
                "italic": true,
                "underline": true,
                "strikeout": true,
                "reverse": true,
                "textColour": "sample string 9",
                "fontSize": 1.1,
                "picture": "QEA=",
                "borderWidth": 10,
                "sortOrder": 11,
                "printOptions": 12,
                "superScriptTextFontSize": 1.1,
                "lineStyle": 1,
                "spacingStyle": 1,
                "interCharacterSpacing": 1.1,
                "superScriptOffset": 1.1,
                "lineSpacing": 1.1,
                "dateFormat": "sample string 13",
                "autoGrow": true,
                "fontAutoResize": true,
                "updated": "2025-06-14T07:20:52.5349182"
              },
              {
                "$ref": "11"
              }
            ]
          },
          "customerVouchers": [
            {
              "$id": "12",
              "id": 1,
              "customerIdentifier": "r5xTCR+H1kanAkZL+9eBQA==",
              "customerIdentifierGuid": "09539caf-871f-46d6-a702-464bfbd78140",
              "voucherID": 3,
              "voucherName": "sample string 4",
              "storeID": 1,
              "barcode": "sample string 5",
              "dateOfIssue": "2025-06-14T07:20:52.5349182",
              "issuedSaleHeaderID": 1,
              "issuedSaleIdentifier": "sample string 7",
              "issuedOfflinePaymentID": 1,
              "issuedIdempotentID": "Dj3nz6sjNEGFERdezmL6JA==",
              "issuedIdempotentGuid": "cfe73d0e-23ab-4134-8511-175ece62fa24",
              "issuedOffline": true,
              "issuedUser": "sample string 9",
              "issuedNotes": "sample string 10",
              "expiryDate": "2025-06-14T07:20:52.5349182",
              "expiredUser": "sample string 11",
              "expiredNotes": "sample string 12",
              "redeemed": "2025-06-14T07:20:52.5349182",
              "redeemedSaleHeaderID": 1,
              "redeemedSaleIdentifier": "sample string 13",
              "redeemedOfflinePaymentID": 1,
              "redeemedIdempotentID": "FU/ZNhShaE6JYf0g9Gi4MA==",
              "redeemedIdempotentGuid": "36d94f15-a114-4e68-8961-fd20f468b830",
              "redeemedUser": "sample string 14",
              "redeemedNotes": "sample string 15",
              "redeemedOffline": true,
              "updated": "2025-06-14T07:20:52.5349182",
              "storeName": "sample string 17",
              "scaleLabel": {
                "$ref": "10"
              },
              "voucher": {
                "$ref": "8"
              },
              "customer": {
                "$ref": "2"
              },
              "issuedOfflinePayment": {
                "$id": "13",
                "id": 1,
                "identifier": "bk4+BekawU28MUy5djWzOg==",
                "identifierGuid": "053e4e6e-1ae9-4dc1-bc31-4cb97635b33a",
                "storeID": 2,
                "operatorName": "sample string 3",
                "saleHeaderID": 4,
                "paymentType": 5,
                "amount": 6,
                "account": "sample string 7",
                "accountID": "YtVGpWSCWUWWZKItWBEa3Q==",
                "accountIDGuid": "a546d562-8264-4559-9664-a22d58111add",
                "customerAccount": {
                  "$ref": "5"
                },
                "customerCard": {
                  "$ref": "1"
                },
                "accountType": 1,
                "cardName": "sample string 8",
                "authorisationNumber": "sample string 9",
                "bankReference": "sample string 10",
                "merchantID": "sample string 11",
                "terminalID": "sample string 12",
                "cardNumber": "sample string 13",
                "paymentDate": "2025-06-14T07:20:52.5349182",
                "invRocNo": "sample string 14",
                "responseCode": "sample string 15",
                "cashout": 1,
                "tip": 16,
                "idempotentVoid": "Sm1i/MNFlUaGsp27CZJTvw==",
                "idempotentVoidGuid": "fc626d4a-45c3-4695-86b2-9dbb099253bf",
                "offline": true,
                "processed": 1,
                "storeSaleHeader": {
                  "$id": "14",
                  "saleHeaderID": 1,
                  "saleHeaderGuid": "3F3ECduYykSyiKcC67Swug==",
                  "saleHeaderIdentifierGuid": "09c45ddc-98db-44ca-b288-a702ebb4b0ba",
                  "created": "2025-06-14T07:20:52.5349182",
                  "createdLocal": "2025-06-14T07:20:52.5349182",
                  "createdText": "sample string 4",
                  "itemCount": 5,
                  "totalAmount": 6,
                  "cashTender": 1,
                  "cardTender": 1,
                  "cheqTender": 1,
                  "acctTender": 1,
                  "voucherTender": 1,
                  "loyaltyPoints": 1,
                  "cashout": 1,
                  "changeAmount": 1,
                  "rounding": 1,
                  "gstAmount": 1,
                  "transactionDiscountTender": 1,
                  "totalTip": 7,
                  "tranType": 1,
                  "processed": 1,
                  "imported": "2025-06-14T07:20:52.5349182",
                  "storeID": 1,
                  "operatorG_Uid": "32LgxxZIJUura2mtwrW1kA==",
                  "operatorGuid": "c7e062df-4816-4b25-ab6b-69adc2b5b590",
                  "customerG_Uid": "nVvuVqY67UmKsiwGUawlVA==",
                  "customerGuid": "56ee5b9d-3aa6-49ed-8ab2-2c0651ac2554",
                  "communityIdentifier": "yulu58qzgU+TjEcEVqNbHQ==",
                  "communityIdentifierGuid": "e76ee9ca-b3ca-4f81-938c-470456a35b1d",
                  "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": "b3aIsIqDT0a4lOl5v5EFdw==",
                  "priceLevelIdentifierGuid": "b088766f-838a-464f-b894-e979bf910577",
                  "locked": 36,
                  "relationChecksum": "sample string 37",
                  "loyaltyTender": 1,
                  "giftCardTender": 1,
                  "operator": {
                    "$id": "15",
                    "id": 1,
                    "g_Uid": "hktMj6e6mEWGUZXYvxvpVw==",
                    "guid": "8f4c4b86-baa7-4598-8651-95d8bf1be957",
                    "operatorNumber": 1,
                    "shortName": "sample string 2",
                    "firstName": "sample string 3",
                    "lastName": "sample string 4",
                    "password": "sample string 5",
                    "hasPassword": true,
                    "passwordText": "sample string 6",
                    "rfidTagID": "sample string 7",
                    "blueprintID": 1,
                    "groupID": 1,
                    "groupName": "sample string 8",
                    "managerGroupID": 1,
                    "managerGroupName": "sample string 9",
                    "zoneID": 1,
                    "zoneName": "sample string 10",
                    "loggedIn": 1,
                    "lastUsedIP": "sample string 11",
                    "deleted": true,
                    "locked": true,
                    "allowOpenTill": true,
                    "webEmail": "sample string 14",
                    "simpleOperatorType": 0,
                    "webRole": "sample string 15",
                    "updated": "2025-06-14T07:20:52.5349182",
                    "passwordResetRequired": true,
                    "alteredInStore": true,
                    "startShift": "2025-06-14T07:20:52.5349182",
                    "endShift": "2025-06-14T07:20:52.5349182",
                    "machineName": "sample string 20",
                    "drawerID": 1,
                    "stores": [
                      {
                        "$id": "16",
                        "operatorG_UID": "iPcsJ2hG2EWUloezSJF6Fw==",
                        "operatorGuid": "272cf788-4668-45d8-9496-87b348917a17",
                        "storeID": 2,
                        "operator": {
                          "$ref": "15"
                        },
                        "store": {
                          "$id": "17",
                          "id": 1,
                          "isMaster": true,
                          "shortName": "sample string 3",
                          "url": "sample string 4",
                          "sortOrder": 1,
                          "name": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "state": "sample string 12",
                          "country": "sample string 13",
                          "postCode": "sample string 14",
                          "delivery": 1,
                          "exportAccounts": 1,
                          "salesAccountFolder": "sample string 15",
                          "purchaseAccountFolder": "sample string 16",
                          "initLoad": 1,
                          "initIDs": 1,
                          "zoneID": 1,
                          "actAsMaster": 1,
                          "lastActiveUtc": "2025-06-14T07:20:52.5349182",
                          "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": "gZK6ez4KH0GLmUJ+LcRZQQ==",
                          "hostIdentifierGuid": "7bba9281-0a3e-411f-8b99-427e2dc45941",
                          "hostName": 1,
                          "hostAddress": "sample string 27",
                          "hostUsername": "sample string 28",
                          "hostPassword": "sample string 29",
                          "excludeFromLeadInOut": true,
                          "accountingProvider": 31,
                          "accountingAddress": "sample string 32",
                          "accountingUsername": "sample string 33",
                          "accountingPassword": "sample string 34",
                          "storeAccountingCode": "sample string 35",
                          "softwareVariance": 36,
                          "fuelWarningVariance": 37.0,
                          "fuelErrorVariance": 38.0,
                          "fuelAccumulatedWarningVariance": 39.0,
                          "fuelAccumulatedErrorVariance": 40.0,
                          "drawManagment": 41,
                          "endOfDayManagment": true,
                          "autoFillCashBalancing": true,
                          "fuelDayVariance": 44,
                          "accountingTradingTime": "00:00:00.1234567",
                          "stockActivateProduct": 46,
                          "giftCardSalesAccountingDeptCode": "sample string 47",
                          "transactionDiscountAccountingDeptCode": "sample string 48",
                          "size": 49,
                          "updated": "2025-06-14T07:20:52.5349182",
                          "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": "VSIjc4UJ0U2VWKHcxJjB/Q==",
                              "hostIdentifierGuid": "73232255-0985-4dd1-9558-a1dcc498c1fd",
                              "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": "nKTPbBMuK0mKArSzvkj3Cw==",
                                "identifierGuid": "6ccfa49c-2e13-492b-8a02-b4b3be48f70b",
                                "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": "/tPdZN+AR0i667MYB1TZfg==",
                                "hostSupplierIdentifierGuid": "64ddd3fe-80df-4847-baeb-b3180754d97e",
                                "loyaltyPriceLevelIdentifier": "wvVZJ52TVESRqdl6O5v7JQ==",
                                "loyaltyPriceLevelIdentifierGuid": "2759f5c2-939d-4454-91a9-d97a3b9bfb25",
                                "isGroup": true,
                                "description": "sample string 22",
                                "hostProvider": 23,
                                "hostTypeEnum": 24,
                                "hostType": "sample string 25",
                                "hostCode": "sample string 26",
                                "username": "sample string 27",
                                "password": "sample string 28",
                                "passwordPlain": "sample string 29",
                                "server": "sample string 30",
                                "url": "sample string 31",
                                "global": true,
                                "stateCode": "sample string 33",
                                "lastCollected": "2025-06-14T07:20:52.5505679",
                                "lastProcessed": "2025-06-14T07:20:52.5505679",
                                "hold": true,
                                "supplierName": "sample string 35",
                                "supplier": {
                                  "$id": "21",
                                  "identifier": "dY5gJaIcCEGL6xidHn/HlA==",
                                  "identifierGuid": "25608e75-1ca2-4108-8beb-189d1e7fc794",
                                  "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": "V+pGpA1hZEiddifKL1JQ2A==",
                                  "primaryContactID": "a446ea57-610d-4864-9d76-27ca2f5250d8",
                                  "storeID": 1,
                                  "abn": "sample string 16",
                                  "supplierGroupIdentifier": "Q3xJlwjY0k2NH5+9Oj+LHA==",
                                  "supplierGroupGuid": "97497c43-d808-4dd2-8d1f-9fbd3a3f8b1c",
                                  "rebate": 1.0,
                                  "rebateType": 1,
                                  "rebateFrequency": 1,
                                  "rebateSource": 1,
                                  "rebateLastClaimed": "2025-06-14T07:20:52.5505679",
                                  "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": "2ce41909-98fc-4595-96b4-8db038c7e4b0",
                                    "identifier": "1Cc8MjwlE02PfWiWrMF2PQ==",
                                    "identifierGuid": "323c27d4-253c-4d13-8f7d-6896acc1763d",
                                    "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": "Cg4suBFZxUi+bjJmG1kDZg==",
                                      "supplierIdentifierGuid": "b82c0e0a-5911-48c5-be6e-32661b590366",
                                      "contactGuid": "wHg2v59SQUajNm28p1jbQA==",
                                      "contactID": "bf3678c0-529f-4641-a336-6dbca758db40",
                                      "contact": {
                                        "$ref": "22"
                                      },
                                      "supplier": {
                                        "$ref": "21"
                                      }
                                    },
                                    {
                                      "$ref": "23"
                                    }
                                  ],
                                  "products": [
                                    {
                                      "$id": "24",
                                      "pluG_UID": "/hIXDyMsO0eIkdoYls2rOQ==",
                                      "pluGuid": "0f1712fe-2c23-473b-8891-da1896cdab39",
                                      "supplierIdentifier": "MuaOrzcW2E6vCo7HUSspPg==",
                                      "supplierIdentifierGuid": "af8ee632-1637-4ed8-af0a-8ec7512b293e",
                                      "cartonQuantity": 1,
                                      "cartonQuantityChanged": true,
                                      "productSize": "sample string 2",
                                      "cigarettesPerSleeve": 1,
                                      "randomWeight": true,
                                      "piecesPerUnit": 4,
                                      "averagePackSize": 5,
                                      "effectiveDate": "2025-06-14T07:20:52.5505679",
                                      "pricedByWeight": true,
                                      "landedUnitCostEx": 8,
                                      "landedUnitCostInc": 9,
                                      "landedCartonCostInc": 10,
                                      "landedCartonCostEx": 11,
                                      "standardCost": 12,
                                      "deliveryFee": 1,
                                      "deliveryFeeBasis": "sample string 13",
                                      "pickAndPackFee": 1,
                                      "pickAndPackFeeBasis": "sample string 14",
                                      "financeFee": 1,
                                      "financeFeeBasis": "sample string 15",
                                      "cartonLength": 1,
                                      "cartonWidth": 1,
                                      "cartonHeight": 1,
                                      "palletLayerQuantity": 1,
                                      "palletLayers": 1,
                                      "itemCode": "sample string 16",
                                      "invoiceCode": "sample string 17",
                                      "invoiceDesc": "sample string 18",
                                      "orderDirect": true,
                                      "useCost": true,
                                      "minimumQuantity": 19,
                                      "hostType": 20,
                                      "fromHost": 21,
                                      "minimumReorder": 1,
                                      "maximumReorder": 1,
                                      "orderMultiple": 22.1,
                                      "sellMultiple": 23.1,
                                      "baseMultiple": 24.1,
                                      "hostStandardCost": 25,
                                      "hostTotalCost": 26,
                                      "hostRetail": 27,
                                      "hostLandedUnitCostEx": 28,
                                      "hostLandedUnitCostInc": 29,
                                      "hostDesc": "sample string 30",
                                      "directIndicator": "sample string 31",
                                      "availableToOrder": true,
                                      "hostRangeIndicator": "sample string 33",
                                      "hostProductType": "sample string 34",
                                      "hostProductGrade": "sample string 35",
                                      "hostProductGroup": "sample string 36",
                                      "hostSlowMoving": true,
                                      "hostGeneralMerchandise": true,
                                      "hostPillar": "sample string 39",
                                      "hostLastUpdated": "2025-06-14T07:20:52.5505679",
                                      "rebate": 1.0,
                                      "rebateExclude": true,
                                      "invoiceCodes": [
                                        {
                                          "$id": "25",
                                          "pluG_UID": "RsE6Ji+o1Uu3x6j0lRWC8g==",
                                          "pluGuid": "263ac146-a82f-4bd5-b7c7-a8f4951582f2",
                                          "supplierIdentifier": "uRRrbKSis06HUPV55G1nJg==",
                                          "supplierIdentifierGuid": "6c6b14b9-a2a4-4eb3-8750-f579e46d6726",
                                          "invoiceCode": "sample string 1",
                                          "storeIDs": [
                                            1,
                                            2
                                          ]
                                        },
                                        {
                                          "$ref": "25"
                                        }
                                      ],
                                      "storeIDs": [
                                        1,
                                        2
                                      ],
                                      "preferredSupplier": true,
                                      "preferredRebateSupplier": true,
                                      "supplierName": "sample string 40",
                                      "salesMode": 41,
                                      "orderPacked": true,
                                      "active": true,
                                      "price": 1,
                                      "costGstPercent": 43,
                                      "parentPluG_UID": "3MsXW9RSAkSPX7JLx6Ua+A==",
                                      "parentPluGuid": "5b17cbdc-52d4-4402-8f5f-b24bc7a51af8",
                                      "freight": 44.0,
                                      "freightType": 1,
                                      "product": {
                                        "$id": "26",
                                        "plu": 1,
                                        "storeID": 1,
                                        "masterPluG_UID": "QEA=",
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "g_UId": "SNQYnhcOu0uJ6a0KR05+mw==",
                                        "guid": "9e18d448-0e17-4bbb-89e9-ad0a474e7e9b",
                                        "apn": "sample string 1",
                                        "apnChanged": true,
                                        "apnSwitched": true,
                                        "barcode": "sample string 4",
                                        "itemNumber": "sample string 5",
                                        "itemNumberChanged": true,
                                        "priceGroupG_UID": "zin3TPyu1EOjfx80knskOw==",
                                        "priceGroupGuid": "4cf729ce-aefc-43d4-a37f-1f34927b243b",
                                        "blueprintID": 1,
                                        "lastCountedDate": "2025-06-14T07:20:52.5505679",
                                        "externalID": "sample string 7",
                                        "active": true,
                                        "activated": "2025-06-14T07:20:52.5505679",
                                        "pluCreated": "2025-06-14T07:20:52.5505679",
                                        "createdByUser": "sample string 9",
                                        "name": "sample string 10",
                                        "nameChanged": true,
                                        "secondDescription": "sample string 12",
                                        "hostDescription": "sample string 13",
                                        "keepCartonQty": true,
                                        "keepDescription": true,
                                        "keepDepartments": true,
                                        "keepSuppliers": true,
                                        "markdownDescription": "sample string 18",
                                        "altDescription": "sample string 19",
                                        "bestOrExpire": 20,
                                        "lastUpdate": "2025-06-14T07:20:52.5505679",
                                        "lastManualUpdate": "2025-06-14T07:20:52.5505679",
                                        "imageName": "sample string 23",
                                        "showImageOnFlipCharts": true,
                                        "showTextOnFlipCharts": true,
                                        "overrideFlipChartText": true,
                                        "flipChartText": "sample string 27",
                                        "salesMode": 1,
                                        "eftCode": 1,
                                        "price": 1,
                                        "priceChanged": true,
                                        "rrp": 1,
                                        "gstPercent": 28,
                                        "gstPercentChanged": true,
                                        "costGSTPercent": 29,
                                        "costGSTPercentChanged": true,
                                        "wetPercent": 1,
                                        "priceOverride": 1,
                                        "cost": 1,
                                        "currentCost": 1,
                                        "currentCostDecimals": 1,
                                        "grossProfit": 1.0,
                                        "currentCostDesc": "sample string 30",
                                        "currentCostEnd": "2025-06-14T07:20:52.5505679",
                                        "currentCostUpdated": "2025-06-14T07:20:52.5505679",
                                        "costDecimals": 31,
                                        "costChanged": true,
                                        "dealCostIdentifier": "QEA=",
                                        "excludeFromRebate": true,
                                        "rebateOverride": 1,
                                        "costCalcMethod": 1,
                                        "costCalcMethodChanged": true,
                                        "costEffectiveDate": "2025-06-14T07:20:52.5505679",
                                        "defaultGP": 1,
                                        "breakTargetMode": 32,
                                        "break1": 1,
                                        "price1": 1,
                                        "target1": 33,
                                        "break2": 1,
                                        "price2": 1,
                                        "target2": 34,
                                        "break3": 1,
                                        "price3": 1,
                                        "target3": 35,
                                        "break1Changed": true,
                                        "price1Changed": true,
                                        "target1Changed": true,
                                        "break2Changed": true,
                                        "price2Changed": true,
                                        "target2Changed": true,
                                        "break3Changed": true,
                                        "price3Changed": true,
                                        "target3Changed": true,
                                        "breakTargetModeChanged": true,
                                        "margin": 1.1,
                                        "marginChanged": true,
                                        "marginRanged": true,
                                        "marginRangedChanged": true,
                                        "minimumMargin": 1.1,
                                        "minimumMarginChanged": true,
                                        "maximumMargin": 1.1,
                                        "maximumMarginChanged": true,
                                        "overrideHostWarehouseIndicator": true,
                                        "overrideHostWarehouseIndicatorChanged": true,
                                        "overrideHostPrice": true,
                                        "overrideHostPriceChanged": true,
                                        "overrideHostCost": true,
                                        "overrideHostCostChanged": true,
                                        "overrideHostMargin": true,
                                        "overrideHostMarginChanged": true,
                                        "alwaysApplyMargin": true,
                                        "alwaysApplyMarginChanged": true,
                                        "aws": 1.0,
                                        "awsUpdated": "2025-06-14T07:20:52.5505679",
                                        "posTare": 1,
                                        "altPrice": 1.0,
                                        "altPriceChanged": true,
                                        "altPriceMode": 52,
                                        "altPriceModeChanged": true,
                                        "altPLUG_UID": "qz30mO6f+0ugyeksub48rQ==",
                                        "altPLUGuid": "98f43dab-9fee-4bfb-a0c9-e92cb9be3cad",
                                        "altPLUGuidChanged": true,
                                        "altPriceDescription1": "sample string 53",
                                        "altPriceDescription2": "sample string 54",
                                        "cartonQuantity": 55,
                                        "cartonQuantityChanged": true,
                                        "trayID": 1,
                                        "promptID": 1,
                                        "tare": 1,
                                        "packQty": 1,
                                        "fixedWeight": 1,
                                        "extraMesg": 1,
                                        "text1": "sample string 57",
                                        "text2": "sample string 58",
                                        "text3": "sample string 59",
                                        "labelText": "sample string 60",
                                        "labelTextChanged": true,
                                        "sendToScale": true,
                                        "nonScaleWeigh": true,
                                        "labelFormat": "sample string 64",
                                        "barcodeFormat": "sample string 65",
                                        "austMade": 1,
                                        "coolCode": 66,
                                        "countryOfOrigin": "sample string 67",
                                        "percentContent": 68.1,
                                        "departmentID": 1,
                                        "subDepartmentID": 1,
                                        "minorDepartmentID": 1,
                                        "lesserDepartmentID": 1,
                                        "deptCode": "sample string 69",
                                        "subDeptCode": "sample string 70",
                                        "minorDeptCode": "sample string 71",
                                        "lesserDeptCode": "sample string 72",
                                        "deptName": "sample string 73",
                                        "subDeptName": "sample string 74",
                                        "minorDeptName": "sample string 75",
                                        "lesserDeptName": "sample string 76",
                                        "departmentChanged": true,
                                        "subCategoryID": 1,
                                        "expiry": 1,
                                        "showDays": 1,
                                        "datePrint": 1,
                                        "labelRequired": true,
                                        "labelShelfQty": 79,
                                        "labelShelfChanged": true,
                                        "labelTalkerQty": 81,
                                        "labelSmall": true,
                                        "labelLastPrinted": "2025-06-14T07:20:52.5505679",
                                        "labelLastPrice": 1,
                                        "shelfPageLayoutG_UID": "TvnZNwKPi02Bn1YqPaaSQw==",
                                        "shelfPageLayoutGuid": "37d9f94e-8f02-4d8b-819f-562a3da69243",
                                        "talkerPageLayoutG_UID": "0MFl4K7NKUiROF/3wVNT1Q==",
                                        "talkerPageLayoutGuid": "e065c1d0-cdae-4829-9138-5ff7c15353d5",
                                        "unitMeasure": 1.1,
                                        "unitMeasureChanged": true,
                                        "unitMeasureKind": 84,
                                        "unitMeasureKindChanged": true,
                                        "signIQData": "sample string 86",
                                        "refresh": true,
                                        "earnLoyaltyPoints": true,
                                        "earnLoyaltyPointsChanged": true,
                                        "quantityOverride": true,
                                        "quantityOverrideChanged": true,
                                        "quantityRequired": true,
                                        "quantityRequiredChanged": true,
                                        "allowDiscounts": true,
                                        "allowDiscountsChanged": true,
                                        "discountDiscounts": true,
                                        "discountDiscountsChanged": true,
                                        "itemRecalled": true,
                                        "itemRecalledChanged": true,
                                        "noRefund": true,
                                        "noRefundChanged": true,
                                        "allowMarkdown": true,
                                        "allowMarkdownChanged": true,
                                        "priceRequired": true,
                                        "priceRequiredChanged": true,
                                        "fuelItem": true,
                                        "fuelItemChanged": true,
                                        "trackSerial": true,
                                        "trackSerialChanged": true,
                                        "allowZeroPrice": true,
                                        "allowZeroPriceChanged": true,
                                        "notForSale": 90,
                                        "notForSaleChanged": true,
                                        "excludeFromDeals": true,
                                        "excludeFromVoucher": true,
                                        "minimumAge": 93,
                                        "minimumAgeChanged": true,
                                        "buyingLimit": 1,
                                        "buyingLimitChanged": true,
                                        "buyingLimitIndependent": true,
                                        "buyingLimitIndependentChanged": true,
                                        "inventoryGuid": "lKBwMq40TkacuTbYfU9YoQ==",
                                        "inventoryIdentifier": "3270a094-34ae-464e-9cb9-36d87d4f58a1",
                                        "inventoryAccuracy": 1,
                                        "baseUnits": 97,
                                        "orderPacked": 1,
                                        "isManufactured": true,
                                        "isIngredient": true,
                                        "isModifier": true,
                                        "isModifierChanged": true,
                                        "hasModifiers": 98,
                                        "defaultPrinter": "sample string 99",
                                        "defaultPrinterGroup": "sample string 100",
                                        "ingredientsOnManufacture": true,
                                        "manufactureUnitMeasure": 1,
                                        "mpl": 1,
                                        "maxShelfQty": 101,
                                        "allowAutoOrder": true,
                                        "warrantyPeriod": 1,
                                        "parentPluG_UId": "GlAiBP1PL0eGR7r5ASjFnQ==",
                                        "parentPluGuid": "0422501a-4ffd-472f-8647-baf90128c59d",
                                        "preferredHostVendor": 103,
                                        "preferredHostChanged": true,
                                        "code": "sample string 105",
                                        "supplierIdentifier": "NbvNziRpdU+Pk2wZvzTj/Q==",
                                        "supplierIdentifierGuid": "cecdbb35-6924-4f75-8f93-6c19bf34e3fd",
                                        "supplierChanged": true,
                                        "rebateSupplierIdentifier": "JymbqitT40WgEdP2B5+jDg==",
                                        "rebateSupplierIdentifierGuid": "aa9b2927-532b-45e3-a011-d3f6079fa30e",
                                        "rebateSupplierChanged": true,
                                        "availableForOrder": true,
                                        "warehouseDirectIndicator": "sample string 107",
                                        "warehouseDirectIndicatorChanged": true,
                                        "productGrade": "sample string 109",
                                        "productType": "sample string 110",
                                        "productGroup": "sample string 111",
                                        "complianceIndicator": "sample string 112",
                                        "inhouseBrand": "sample string 113",
                                        "slowMoving": true,
                                        "generalMerchandise": true,
                                        "comment": "sample string 116",
                                        "lastUpdatedByUser": "sample string 117",
                                        "lastManualUpdatedByUser": "sample string 118",
                                        "lastUpdatedByUserOverride": true,
                                        "lastUpdatedByHost": "2025-06-14T07:20:52.5505679",
                                        "commodity": "sample string 120",
                                        "businessPillar": "sample string 121",
                                        "mscCommodity": "sample string 122",
                                        "hostIdentifier": "YAWoMsD49Ua+y2fZ+CtZjg==",
                                        "hostIdentifierGuid": "32a80560-f8c0-46f5-becb-67d9f82b598e",
                                        "serviceFeeID": 1,
                                        "serviceFeeIDChanged": true,
                                        "providerName": "sample string 124",
                                        "aisleEnds": "sample string 125",
                                        "deleted": true,
                                        "deletedChanged": true,
                                        "hidden": true,
                                        "doNotRange": true,
                                        "doNotRangeChanged": true,
                                        "doNotOrder": true,
                                        "doNotOrderChanged": true,
                                        "locked": true,
                                        "excludeFromWebUpdate": true,
                                        "excludeFromWebUpdateChanged": true,
                                        "webPriceBasedOn": 136,
                                        "webPriceRounding": true,
                                        "webMarkup": 138,
                                        "webPriceMode": 139,
                                        "altDepartmentID": 1,
                                        "altSubDepartmentID": 1,
                                        "altMinorDepartmentID": 1,
                                        "altLesserDepartmentID": 1,
                                        "altDeptCode": "sample string 140",
                                        "altSubDeptCode": "sample string 141",
                                        "altMinorDeptCode": "sample string 142",
                                        "altLesserDeptCode": "sample string 143",
                                        "altDepartmentChanged": true,
                                        "storeProducts": [
                                          {
                                            "$ref": "26"
                                          },
                                          {
                                            "$ref": "26"
                                          }
                                        ],
                                        "store": {
                                          "$ref": "17"
                                        },
                                        "storePrices": [
                                          {
                                            "$id": "27",
                                            "pluG_UID": "p5cuhLvXlkOoFYD8oBnLmA==",
                                            "pluGuid": "842e97a7-d7bb-4396-a815-80fca019cb98",
                                            "plu": 1,
                                            "storeID": 1,
                                            "zoneID": 2,
                                            "zoneName": "sample string 3",
                                            "store": "sample string 4",
                                            "priceNow": 5,
                                            "costNow": 6,
                                            "costNowDecimals": 7,
                                            "normalPrice": 8,
                                            "gstPercent": 9,
                                            "normalCost": 10,
                                            "normalCostDecimals": 11,
                                            "costGstPercent": 12,
                                            "costCalcMethod": 1,
                                            "currentCost": 13,
                                            "currentCostDecimals": 14,
                                            "break1": 15,
                                            "price1": 16,
                                            "break2": 17,
                                            "price2": 18,
                                            "break3": 19,
                                            "price3": 20,
                                            "fuelItem": 21,
                                            "fixedWeight": 22,
                                            "active": true,
                                            "complianceIndicator": "sample string 23",
                                            "doNotOrder": true,
                                            "doNotRange": true,
                                            "isNormalPriceChangesCampaign": true,
                                            "updated": "2025-06-14T07:20:52.5505679"
                                          },
                                          {
                                            "$ref": "27"
                                          }
                                        ],
                                        "currentPrices": {
                                          "$id": "28",
                                          "pluPrices": {
                                            "$id": "29",
                                            "plu": 1,
                                            "pluG_UID": "QEA=",
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "normalPrice": 1,
                                            "cost": 2,
                                            "break1": 3,
                                            "price1": 4,
                                            "break2": 5,
                                            "price2": 6,
                                            "break3": 7,
                                            "price3": 8,
                                            "discountPrice": 9,
                                            "acceptedUtc": "2025-06-14T07:20:52.5505679",
                                            "priceChangeType": 0,
                                            "costDecimals": 10
                                          },
                                          "normalPluPrices": {
                                            "$ref": "29"
                                          },
                                          "winningCampaign": 1,
                                          "winner": {
                                            "$id": "30",
                                            "campaignName": "sample string 1",
                                            "campaignDescription": "sample string 2",
                                            "startDate": "2025-06-14T07:20:52.5505679",
                                            "startTime": 3,
                                            "endDate": "2025-06-14T07:20:52.5505679",
                                            "endTime": 4,
                                            "newPrice": 5,
                                            "newCost": 6,
                                            "newCostDecimals": 7,
                                            "pctDiscount": 8,
                                            "promoType": 1,
                                            "promotionTypeCode": "sample string 9",
                                            "hostType": 10,
                                            "hostIdentifier": "RY7zYJDcFkaMWwUt8aWF0g==",
                                            "hostIdentifierGuid": "60f38e45-dc90-4616-8c5b-052df1a585d2",
                                            "storeNames": [
                                              "sample string 1",
                                              "sample string 2"
                                            ]
                                          },
                                          "details": [
                                            {
                                              "$ref": "30"
                                            },
                                            {
                                              "$ref": "30"
                                            }
                                          ]
                                        },
                                        "tray": {
                                          "$id": "31",
                                          "g_UId": "8qoy9StZk0aWbzTr77nBIQ==",
                                          "guid": "f532aaf2-592b-4693-966f-34ebefb9c121",
                                          "name": "sample string 1",
                                          "number": 1,
                                          "tare": 1
                                        },
                                        "priceGroup": {
                                          "$id": "32",
                                          "priceGroupG_UID": "ksFZjWV6KESYgWLSa1lxqw==",
                                          "priceGroupGuid": "8d59c192-7a65-4428-9881-62d26b5971ab",
                                          "name": "sample string 2",
                                          "code": 1,
                                          "modified": true,
                                          "updated": "2025-06-14T07:20:52.5505679",
                                          "buyingLimit": 1,
                                          "buyingLimitIndependent": true,
                                          "buyingLimitType": 0,
                                          "number": 1,
                                          "products": [
                                            {
                                              "$ref": "26"
                                            },
                                            {
                                              "$ref": "26"
                                            }
                                          ],
                                          "productCount": 1
                                        },
                                        "priceGroupName": "sample string 145",
                                        "nutrifacts": {
                                          "$id": "33",
                                          "pluG_UID": "l2zCD80HV0S/1gY8mACplA==",
                                          "pluGuid": "0fc26c97-07cd-4457-bfd6-063c9800a994",
                                          "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": "30b8e5b4-66ba-4304-88d3-ae42cd049a5b",
                                          "created": "2025-06-14T07:20:52.5505679",
                                          "createdByUser": "sample string 1",
                                          "activated": "2025-06-14T07:20:52.5505679",
                                          "deactivated": "2025-06-14T07:20:52.5505679",
                                          "lastOrdered": "2025-06-14T07:20:52.5505679",
                                          "lastOrderedQty": 2.0,
                                          "lastReceived": "2025-06-14T07:20:52.5505679",
                                          "lastReceivedQty": 3.0,
                                          "lastInvoiceStatus": 1,
                                          "lastCounted": "2025-06-14T07:20:52.5505679",
                                          "lastSold": "2025-06-14T07:20:52.5505679",
                                          "firstSold": "2025-06-14T07:20:52.5505679",
                                          "awsUpdated": "2025-06-14T07:20:52.5505679",
                                          "lastManualUpdate": "2025-06-14T07:20:52.5505679",
                                          "lastManualUpdatedByUser": "sample string 5",
                                          "lastUpdated": "2025-06-14T07:20:52.5505679",
                                          "lastUpdatedByUser": "sample string 7",
                                          "lastUpdatedByHost": "2025-06-14T07:20:52.5505679",
                                          "doNotRangeUpdated": "2025-06-14T07:20:52.5505679",
                                          "doNotOrderUpdated": "2025-06-14T07:20:52.5505679",
                                          "tracked": "2025-06-14T07:20:52.5505679"
                                        },
                                        "allergens": [
                                          {
                                            "$id": "35",
                                            "allergenID": 1,
                                            "pluG_UID": "laNGXABAq0yOLcWqdhTK1A==",
                                            "pluGuid": "5c46a395-4000-4cab-8e2d-c5aa7614cad4",
                                            "contains": 2,
                                            "allergenName": "sample string 3",
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "35"
                                          }
                                        ],
                                        "costs": {
                                          "$id": "36",
                                          "pluG_UID": "E9ml4/LgR06Keal9ncovtg==",
                                          "pluGuid": "e3a5d913-e0f2-4e47-8a79-a97d9dca2fb6",
                                          "enteredCost": 1,
                                          "weightedAvgCost": 1,
                                          "lastCost": 1,
                                          "rawEnteredCost": 2,
                                          "rawWeightedAvgCost": 3,
                                          "rawLastCost": 4,
                                          "freight": 5.0,
                                          "freightType": 6,
                                          "costDecimals": 7,
                                          "fifoCost": 1,
                                          "updated": "2025-06-14T07:20:52.5505679",
                                          "normalCost": 1,
                                          "currentCost": 1
                                        },
                                        "sales": [
                                          {
                                            "$id": "37",
                                            "saleHeaderID": 1,
                                            "created": "2025-06-14T07:20:52.5505679",
                                            "createdLocal": "2025-06-14T07:20:52.5505679",
                                            "storeID": 3,
                                            "storeName": "sample string 4",
                                            "operatorG_Uid": "cyyJa/yv+kOkIdjps2W3kA==",
                                            "operatorGuid": "6b892c73-affc-43fa-a421-d8e9b365b790",
                                            "operatorName": "sample string 5",
                                            "tranType": 1,
                                            "plu": 1,
                                            "pluG_UId": "hx7Kr5u8cUuSFKfnKLMK9A==",
                                            "pluGuid": "afca1e87-bc9b-4b71-9214-a7e728b30af4",
                                            "normalPrice": 1,
                                            "totalCents": 1,
                                            "cost": 1,
                                            "grossProfit": 1,
                                            "quantity": 1,
                                            "operator": {
                                              "$ref": "15"
                                            }
                                          },
                                          {
                                            "$ref": "37"
                                          }
                                        ],
                                        "apns": [
                                          {
                                            "$id": "38",
                                            "pluID": 1,
                                            "pluG_UID": "aT6NWpY+aECTujfJ30/1uA==",
                                            "pluGuid": "5a8d3e69-3e96-4068-93ba-37c9df4ff5b8",
                                            "apn": "sample string 1",
                                            "deleted": true,
                                            "storeID": 1,
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "38"
                                          }
                                        ],
                                        "tuns": [
                                          {
                                            "$id": "39",
                                            "pluG_UId": "/seYqjO+fEy0kmTE3Wx0pA==",
                                            "pluGuid": "aa98c7fe-be33-4c7c-b492-64c4dd6c74a4",
                                            "apn": "sample string 1",
                                            "tun": "sample string 2",
                                            "cartonQuantity": 3,
                                            "product": {
                                              "$ref": "26"
                                            },
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "39"
                                          }
                                        ],
                                        "competitionPricing": [
                                          {
                                            "$id": "40",
                                            "identifier": "NicCHJ6as0OJoq0sEwrYoA==",
                                            "identifierGuid": "1c022736-9a9e-43b3-89a2-ad2c130ad8a0",
                                            "pluG_UID": "y8t0DaXh70qz57Xzk6q9mw==",
                                            "pluGuid": "0d74cbcb-e1a5-4aef-b3e7-b5f393aabd9b",
                                            "competitionID": 1,
                                            "name": "sample string 2",
                                            "sellMultiple": 3,
                                            "retailPrice": 4,
                                            "storeName": "sample string 5"
                                          },
                                          {
                                            "$ref": "40"
                                          }
                                        ],
                                        "supplier": {
                                          "$ref": "21"
                                        },
                                        "supplierName": "sample string 146",
                                        "children": [
                                          {
                                            "$ref": "26"
                                          },
                                          {
                                            "$ref": "26"
                                          }
                                        ],
                                        "ordering": {
                                          "$ref": "24"
                                        },
                                        "flipChartPages": [
                                          {
                                            "$id": "41",
                                            "identifier": "nmBFNslSM0SMhHrJhJlLMQ==",
                                            "groupName": "sample string 1",
                                            "identifierGuid": "3645609e-52c9-4433-8c84-7ac984994b31",
                                            "exists": true,
                                            "flipChartIdentifier": "xWbaD0/lBkCAic6RGKU50g==",
                                            "flipChartIdentifierGuid": "0fda66c5-e54f-4006-8089-ce9118a539d2",
                                            "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": "vaedzCDLT06Z44um6jPl2A==",
                                            "groupIdentifierGuid": "cc9da7bd-cb20-4e4f-99e3-8ba6ea33e5d8",
                                            "flipChart": {
                                              "$id": "42",
                                              "identifier": "Jo/PW2pOy0SQ2eeI3ZSaPg==",
                                              "identifierGuid": "5bcf8f26-4e6a-44cb-90d9-e788dd949a3e",
                                              "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": "pN/mlIKlm0+0qOLsqI0oPA==",
                                                "identifierGuid": "94e6dfa4-a582-4f9b-b4a8-e2eca88d283c",
                                                "name": "sample string 2",
                                                "formType": "sample string 3",
                                                "forms": [
                                                  {
                                                    "$id": "44",
                                                    "id": 1,
                                                    "g_UID": "q1Pr3fAY8ESZ+Qu+ser7Pg==",
                                                    "guid": "ddeb53ab-18f0-44f0-99f9-0bbeb1eafb3e",
                                                    "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": "0VTvYsdnv0Wmev6kWwdRqw==",
                                                    "previousFormGuid": "62ef54d1-67c7-45bf-a67a-fea45b0751ab",
                                                    "nextForm": 1,
                                                    "nextFormG_UID": "Fbu0+zGoSk6HD4UcGmgYSw==",
                                                    "nextFormGuid": "fbb4bb15-a831-4e4a-870f-851c1a68184b",
                                                    "attributes": "sample string 10",
                                                    "updated": "2025-06-14T07:20:52.5505679",
                                                    "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": "3LAr0Crtb0WfiCU+Uyahlg==",
                                                        "checkoutFormGuid": "d02bb0dc-ed2a-456f-9f88-253e5326a196",
                                                        "identifier": "e6BVsOBYtk+WvtObCn3Xbg==",
                                                        "identifierGuid": "b055a07b-58e0-4fb6-96be-d39b0a7dd76e",
                                                        "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": "UU2BSOA0+Ueii6Ov/Yi+/A==",
                                                        "valueGuid": "48814d51-34e0-47f9-a28b-a3affd88befc",
                                                        "buttonText": "sample string 10",
                                                        "valueText": "sample string 11",
                                                        "drawImageAndButton": true,
                                                        "updated": "2025-06-14T07:20:52.5505679",
                                                        "action": "sample string 12",
                                                        "valueForm": {
                                                          "$ref": "44"
                                                        },
                                                        "image": {
                                                          "$id": "46",
                                                          "name": "sample string 3.sample string 4",
                                                          "imageID": 2,
                                                          "imageName": "sample string 3",
                                                          "imageExtension": "sample string 4",
                                                          "lastUpdate": "2025-06-14T07:20:52.5505679",
                                                          "imageData": "QEA=",
                                                          "readOnly": true
                                                        }
                                                      },
                                                      {
                                                        "$ref": "45"
                                                      }
                                                    ],
                                                    "panels": [
                                                      {
                                                        "$id": "47",
                                                        "id": 1,
                                                        "checkoutFormID": 2,
                                                        "checkoutFormG_UID": "9u+gkN2OREGKQc6R3WBw5g==",
                                                        "checkoutFormGuid": "90a0eff6-8edd-4144-8a41-ce91dd6070e6",
                                                        "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": "hmh2D4psm0mkureawttOXg==",
                                                "flipChartPageIdentifierGuid": "0f766886-6c8a-499b-a4ba-b79ac2db4e5e",
                                                "pluG_UID": "tJvW9ZUsNUCt3rOnfvIYSA==",
                                                "pluGuid": "f5d69bb4-2c95-4035-adde-b3a77ef21848",
                                                "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": "5C3bjMkNu0GnyRyVA2n5RQ==",
                                            "pluGuid": "8cdb2de4-0dc9-41bb-a7c9-1c950369f945",
                                            "price": 1,
                                            "costCalcMethod": 1,
                                            "cost": 2,
                                            "weightedAvgCost": 3,
                                            "lastCost": 4,
                                            "rawCost": 5,
                                            "rawWeightedAvgCost": 6,
                                            "rawLastCost": 7,
                                            "costDecimals": 8,
                                            "serviceFeeID": 9,
                                            "freight": 10.0,
                                            "freightType": 11,
                                            "process": "sample string 12",
                                            "user": "sample string 13",
                                            "updated": "2025-06-14T07:20:52.5505679",
                                            "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": "s29GbeG/mU2B30XYpZRemg==",
                                            "ingredientGuid": "NbKcVfGr/kKuzFRZxE+FRg==",
                                            "ingredientIdentifier": "559cb235-abf1-42fe-aecc-5459c44f8546",
                                            "quantity": 1.0,
                                            "storeIDs": [
                                              1,
                                              2
                                            ],
                                            "ingredientText": "sample string 1",
                                            "ingredient": {
                                              "$ref": "26"
                                            }
                                          },
                                          {
                                            "$ref": "50"
                                          }
                                        ],
                                        "bins": [
                                          {
                                            "$id": "51",
                                            "pluG_UID": "x0zOzgI+cky9eAz+Gh4JPg==",
                                            "pluGuid": "cece4cc7-3e02-4c72-bd78-0cfe1a1e093e",
                                            "shelfLocationIdentifier": "4a04w+wjDUSRc0YG/EjZQw==",
                                            "shelfLocationGuid": "c338ade1-23ec-440d-9173-4606fc48d943",
                                            "labelShelfDefault": 1,
                                            "labelTalkerDefault": 1,
                                            "labelSmall": true,
                                            "labelPageLayoutG_UID": "/PANy31DkUWyWn553ZKQsw==",
                                            "labelPageLayoutGuid": "cb0df0fc-437d-4591-b25a-7e79dd9290b3",
                                            "updated": "2025-06-14T07:20:52.5505679",
                                            "electronicShelfLabelIdentifier": "sample string 5",
                                            "electronicshelfLabelsConfigurationID": 6,
                                            "labelShelfChanged": true,
                                            "productName": "sample string 8",
                                            "locationText": "sample string 9",
                                            "product": {
                                              "$ref": "26"
                                            },
                                            "location": {
                                              "$id": "52",
                                              "identifier": "K6ACN269jUeucbIpLAeXxg==",
                                              "storeID": 1,
                                              "identifierGuid": "3702a02b-bd6e-478d-ae71-b2292c0797c6",
                                              "name": "sample string 2",
                                              "haccp": true,
                                              "blueprintID": 1,
                                              "updated": "2025-06-14T07:20:52.5505679",
                                              "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": "Cki7nu2F+kWjU1rCuKprgw==",
                                            "pluGuid": "9ebb480a-85ed-45fa-a353-5ac2b8aa6b83",
                                            "deptNo": 1,
                                            "product": {
                                              "$ref": "26"
                                            },
                                            "scaleLocation": {
                                              "$id": "54",
                                              "id": 1,
                                              "deptNo": 1,
                                              "deptCode": "sample string 2",
                                              "name": "sample string 3",
                                              "enabled": true,
                                              "updated": "2025-06-14T07:20:52.5505679",
                                              "department": {
                                                "$id": "55",
                                                "id": 1,
                                                "name": "sample string 2",
                                                "code": "sample string 3",
                                                "sortOrder": 4,
                                                "isLiquor": true,
                                                "isTobacco": true,
                                                "excludeTalker": true,
                                                "externalSales": true,
                                                "saleGLCode": "sample string 9",
                                                "cogsglCode": "sample string 10",
                                                "accountingCategoryID": 11,
                                                "maximumMarkdownPercentage": 12.0,
                                                "accountingOnly": true,
                                                "generateExternalID": 1,
                                                "useNonReportableTaxCode": true,
                                                "minPLU": 15,
                                                "maxPLU": 16,
                                                "scaleLocation": {
                                                  "$ref": "54"
                                                },
                                                "subDepartments": [
                                                  {
                                                    "$id": "56",
                                                    "id": 1,
                                                    "departmentID": 2,
                                                    "name": "sample string 3",
                                                    "code": "sample string 4",
                                                    "departmentCode": "sample string 5",
                                                    "externalSales": true,
                                                    "minorDepartments": [
                                                      {
                                                        "$id": "57",
                                                        "id": 1,
                                                        "subDepartmentID": 2,
                                                        "departmentID": 3,
                                                        "name": "sample string 4",
                                                        "subDepartmentCode": "sample string 5",
                                                        "departmentCode": "sample string 6",
                                                        "code": "sample string 7",
                                                        "lesserDepartments": [
                                                          {
                                                            "$id": "58",
                                                            "id": 1,
                                                            "departmentID": 2,
                                                            "subDepartmentID": 3,
                                                            "minorDepartmentID": 4,
                                                            "name": "sample string 5",
                                                            "code": "sample string 6",
                                                            "departmentCode": "sample string 7",
                                                            "subDepartmentCode": "sample string 8",
                                                            "minorDepartmentCode": "sample string 9",
                                                            "updated": "2025-06-14T07:20:52.5505679",
                                                            "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": "hlUmEQKbQEC/2Lsq4x9Hrw==",
                                                            "labelPageLayoutGuid": "11265586-9b02-4040-bfd8-bb2ae31f47af",
                                                            "minimumAge": 17,
                                                            "countryOfOrigin": "sample string 18",
                                                            "serviceFeeID": 1,
                                                            "eftCode": 19,
                                                            "defaultPrinter": "sample string 20",
                                                            "defaultPrinterGroup": "sample string 21",
                                                            "buyingLimit": 1,
                                                            "buyingLimitIndependent": true,
                                                            "buyingLimitType": 0,
                                                            "includeInDistinctLimit": true,
                                                            "defaultsEmpty": false,
                                                            "mscCat": {
                                                              "$id": "59",
                                                              "dept": 1,
                                                              "category": 2,
                                                              "name": "sample string 3",
                                                              "active": true,
                                                              "mscCommodities": [
                                                                {
                                                                  "$id": "60",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "commodity": 3,
                                                                  "name": "sample string 4",
                                                                  "active": true,
                                                                  "mscSubCommodities": [
                                                                    {
                                                                      "$id": "61",
                                                                      "dept": 1,
                                                                      "category": 2,
                                                                      "commodity": 3,
                                                                      "subCommodity": 4,
                                                                      "name": "sample string 5",
                                                                      "active": true,
                                                                      "subCommodityCode": "sample string 7"
                                                                    },
                                                                    {
                                                                      "$ref": "61"
                                                                    }
                                                                  ],
                                                                  "commodityCode": "sample string 6"
                                                                },
                                                                {
                                                                  "$ref": "60"
                                                                }
                                                              ],
                                                              "categoryCode": "sample string 5"
                                                            },
                                                            "mscCom": {
                                                              "$ref": "60"
                                                            },
                                                            "mscDep": {
                                                              "$id": "62",
                                                              "dept": 1,
                                                              "name": "sample string 2",
                                                              "active": true,
                                                              "mscCategories": [
                                                                {
                                                                  "$ref": "59"
                                                                },
                                                                {
                                                                  "$ref": "59"
                                                                }
                                                              ],
                                                              "deptCode": "sample string 4"
                                                            },
                                                            "mscSubCom": {
                                                              "$ref": "61"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "58"
                                                          }
                                                        ],
                                                        "updated": "2025-06-14T07:20:52.5505679",
                                                        "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": "lZbl8oIalkeTxM44I5UIlQ==",
                                                        "labelPageLayoutGuid": "f2e59695-1a82-4796-93c4-ce3823950895",
                                                        "minimumAge": 15,
                                                        "countryOfOrigin": "sample string 16",
                                                        "serviceFeeID": 1,
                                                        "eftCode": 17,
                                                        "defaultPrinter": "sample string 18",
                                                        "defaultPrinterGroup": "sample string 19",
                                                        "buyingLimit": 1,
                                                        "buyingLimitIndependent": true,
                                                        "buyingLimitType": 0,
                                                        "includeInDistinctLimit": true,
                                                        "defaultsEmpty": false,
                                                        "mscCat": {
                                                          "$ref": "59"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "60"
                                                        },
                                                        "mscDep": {
                                                          "$ref": "62"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "61"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "57"
                                                      }
                                                    ],
                                                    "investmentBuyOverride": true,
                                                    "updated": "2025-06-14T07:20:52.5505679",
                                                    "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": "TaMO1U7pMkK80WNBKvj1zg==",
                                                    "labelPageLayoutGuid": "d50ea34d-e94e-4232-bcd1-63412af8f5ce",
                                                    "minimumAge": 15,
                                                    "countryOfOrigin": "sample string 16",
                                                    "serviceFeeID": 1,
                                                    "eftCode": 17,
                                                    "defaultPrinter": "sample string 18",
                                                    "defaultPrinterGroup": "sample string 19",
                                                    "buyingLimit": 1,
                                                    "buyingLimitIndependent": true,
                                                    "buyingLimitType": 0,
                                                    "includeInDistinctLimit": true,
                                                    "defaultsEmpty": false,
                                                    "mscCat": {
                                                      "$ref": "59"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "60"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "62"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "61"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "56"
                                                  }
                                                ],
                                                "stores": [
                                                  1,
                                                  2
                                                ],
                                                "investmentBuyOverride": true,
                                                "updated": "2025-06-14T07:20:52.5505679",
                                                "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": "wQ2HmiL+QE+setLVkYlCyg==",
                                                "labelPageLayoutGuid": "9a870dc1-fe22-4f40-ac7a-d2d5918942ca",
                                                "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": "2ChJmSfgDEGM1GV2ZNgtpA==",
                                          "pluGuid": "994928d8-e027-410c-8cd4-657664d82da4",
                                          "newPrice": 1,
                                          "pctDiscount": 1,
                                          "newCost": 1,
                                          "newCostDecimals": 6,
                                          "dealCostIdentifier": "43zJWb0Gv0ehOdda+zXvvw==",
                                          "dealCostGuid": "59c97ce3-06bd-47bf-a139-d75afb35efbf",
                                          "pluName": "sample string 7",
                                          "apn": "sample string 8",
                                          "fuelItem": true,
                                          "priceGroupG_UID": "rIVvXWLpF0aYNnQPxeVAtA==",
                                          "priceGroupGuid": "5d6f85ac-e962-4617-9836-740fc5e540b4",
                                          "itemNumber": "sample string 10",
                                          "cri": "sample string 11",
                                          "pluPrice": 12,
                                          "pluCost": 13,
                                          "pluCostIndicator": "sample string 14",
                                          "pluPriceGstPercent": 15,
                                          "pluCostGstPercent": 16,
                                          "pluActive": true,
                                          "cartonQty": 1.1,
                                          "baseUnits": 18.1,
                                          "salesMode": 1,
                                          "pluNormalCost": 19,
                                          "pluaws": 20.0,
                                          "directNumber": "sample string 21",
                                          "departmentName": "sample string 22",
                                          "subDepartmentName": "sample string 23",
                                          "priceGroupName": "sample string 24",
                                          "supplierName": "sample string 25",
                                          "stockOnHand": 1.1,
                                          "stockOnOrder": 1.1,
                                          "lastReceived": "2025-06-14T07:20:52.5505679",
                                          "rrp": 26,
                                          "campaignDescription": "sample string 27",
                                          "campaignComboPriceGroupG_UID": "PFBEB4M07k66GH2DkXezQA==",
                                          "campaignComboPriceGroupIdentifier": "0744503c-3483-4eee-ba18-7d839177b340",
                                          "promotionPlacementDescription": "sample string 28",
                                          "storeAcceptances": [
                                            {
                                              "$id": "64",
                                              "plu": 1,
                                              "pluG_UId": "QEA=",
                                              "campaignID": 1,
                                              "campaignName": "sample string 2",
                                              "storeID": 3,
                                              "acceptedUtc": "2025-06-14T07:20:52.5505679",
                                              "operatorG_UID": "GEUQqwBgVEyvYVoRo+A9Uw==",
                                              "operatorGuid": "ab104518-6000-4c54-af61-5a11a3e03d53",
                                              "machineID": 1,
                                              "processed": true,
                                              "appliedUtc": "2025-06-14T07:20:52.5505679",
                                              "signIqTicketFileMovedUtc": "2025-06-14T07:20:52.5505679",
                                              "user": "sample string 6",
                                              "campaignDescription": "sample string 7",
                                              "productDesc": "sample string 8",
                                              "storeName": "sample string 9",
                                              "effectiveUtc": "2025-06-14T07:20:52.5505679",
                                              "priceChangeType": 0,
                                              "operatorName": "sample string 10",
                                              "hostCampaign": true,
                                              "product": {
                                                "$ref": "26"
                                              },
                                              "campaignPlu": {
                                                "$ref": "63"
                                              }
                                            },
                                            {
                                              "$ref": "64"
                                            }
                                          ],
                                          "campaign": {
                                            "$id": "65",
                                            "id": 1,
                                            "storeID": 2,
                                            "name": "f0d90fbc-8913-47bf-a2af-d8ecb6139a2c",
                                            "nameGuid": "f0d90fbc-8913-47bf-a2af-d8ecb6139a2c",
                                            "description": "sample string 4",
                                            "showDiscounts": true,
                                            "showTotals": true,
                                            "onlyEvaluateOnSubtotal": true,
                                            "useDescription": true,
                                            "campaignType": 1,
                                            "startDate": "2025-06-14T07:20:52.5505679",
                                            "startTime": 1,
                                            "endDate": "2025-06-14T07:20:52.5505679",
                                            "endTime": 1,
                                            "recurrence": 1,
                                            "recurrenceType": 1,
                                            "monthType": 1,
                                            "weekDays": 1,
                                            "months": 1,
                                            "monthWeeks": 1,
                                            "monthDays": "sample string 7",
                                            "printed": true,
                                            "talkerText": "sample string 8",
                                            "rangeDescription": "sample string 9",
                                            "dealDescription": "sample string 10",
                                            "labelQuantity": 11,
                                            "active": 1,
                                            "deactivated": "2025-06-14T07:20:52.5505679",
                                            "system": true,
                                            "created": "2025-06-14T07:20:52.5505679",
                                            "updated": "2025-06-14T07:20:52.5505679",
                                            "priceChangeNotifiedUtc": "2025-06-14T07:20:52.5505679",
                                            "promoType": 1,
                                            "promotionTypeCode": "sample string 13",
                                            "hostIdentifier": "SrFLA8s2gEenM9PPtbx3Zg==",
                                            "hostIdentifierGuid": "034bb14a-36cb-4780-a733-d3cfb5bc7766",
                                            "hostType": 14,
                                            "createdByUser": "sample string 15",
                                            "fromHost": true,
                                            "deleted": true,
                                            "campaignDeleted": "2025-06-14T07:20:52.5505679",
                                            "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": "G+ZN9ssUo0mGnWzyo4eiRQ==",
                                                "pluGuid": "f64de61b-14cb-49a3-869d-6cf2a387a245",
                                                "hostOfferID": 1,
                                                "priceGroupG_UID": "cRgszlMxRkCN75cUBCB9ww==",
                                                "priceGroupGuid": "ce2c1871-3153-4046-8def-971404207dc3",
                                                "fuelItem": true,
                                                "pluName": "sample string 6",
                                                "apn": "sample string 7",
                                                "pluActive": true,
                                                "cartonQty": 1,
                                                "baseUnits": 9.1,
                                                "cri": "sample string 10",
                                                "salesMode": 1,
                                                "pluaws": 11.0,
                                                "directNumber": "sample string 12",
                                                "departmentName": "sample string 13",
                                                "subDepartmentName": "sample string 14",
                                                "priceGroupName": "sample string 15",
                                                "supplierName": "sample string 16",
                                                "stockOnHand": 1.1,
                                                "stockOnOrder": 1.1,
                                                "lastReceived": "2025-06-14T07:20:52.5505679",
                                                "rrp": 17,
                                                "campaignDescription": "sample string 18",
                                                "product": {
                                                  "$ref": "26"
                                                },
                                                "campaign": {
                                                  "$ref": "65"
                                                }
                                              },
                                              {
                                                "$ref": "66"
                                              }
                                            ],
                                            "sellingRules": [
                                              {
                                                "$id": "67",
                                                "id": 1,
                                                "identifier": "9yFsdlutoU2TeShEU6VSNA==",
                                                "identifierStr": "9yFsdlutoU2TeShEU6VSNA==",
                                                "identifierGuid": "766c21f7-ad5b-4da1-9379-284453a55234",
                                                "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": "FHlvSnFQu0+hEUGAS4DCNw==",
                                                "customerIDGuid": "4a6f7914-5071-4fbb-a111-41804b80c237",
                                                "campaign": {
                                                  "$ref": "65"
                                                },
                                                "customer": {
                                                  "$ref": "2"
                                                }
                                              },
                                              {
                                                "$ref": "68"
                                              }
                                            ],
                                            "customerGroups": [
                                              {
                                                "$id": "69",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "groupID": "HTGcggN5OUinFemG1ZRI9w==",
                                                "groupIDGuid": "829c311d-7903-4839-a715-e986d59448f7",
                                                "campaign": {
                                                  "$ref": "65"
                                                },
                                                "group": {
                                                  "$ref": "4"
                                                }
                                              },
                                              {
                                                "$ref": "69"
                                              }
                                            ],
                                            "signIqTickets": [
                                              {
                                                "$id": "70",
                                                "identifier": "B307sMxQUk2DrO+t0MmrDw==",
                                                "identifierGuid": "b03b7d07-50cc-4d52-83ac-efadd0c9ab0f",
                                                "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": "U+fEAMc+WUuDbfmU5Ck9Sg==",
                                                "guid": "00c4e753-3ec7-4b59-836d-f994e4293d4a",
                                                "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": "zliO9Cd42EuZ/zE6/b4mIQ==",
                                                    "groupGuid": "f48e58ce-7827-4bd8-99ff-313afdbe2621",
                                                    "comboPriceType": 5,
                                                    "priceType": 5,
                                                    "pluG_UID": "fErNFuBI1k+uYYfLimH5qA==",
                                                    "pluGuid": "16cd4a7c-48e0-4fd6-ae61-87cb8a61f9a8",
                                                    "priceGroupG_UID": "UrkeB8bUkE2IYwHqaL3wwg==",
                                                    "priceGroupGuid": "071eb952-d4c6-4d90-8863-01ea68bdf0c2",
                                                    "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": "6VQcZPR+7UOsTf17WAUX3g==",
                                                "priceLevelIdentifierGuid": "641c54e9-7ef4-43ed-ac4d-fd7b580517de",
                                                "campaignName": "sample string 3",
                                                "priceLevelName": "sample string 4"
                                              },
                                              {
                                                "$ref": "73"
                                              }
                                            ]
                                          },
                                          "product": {
                                            "$ref": "26"
                                          },
                                          "dealCost": {
                                            "$id": "74",
                                            "headerIdentifier": "eaDN9fg2GkqDNGfv+V1K2Q==",
                                            "headerIdentifierGuid": "f5cda079-36f8-4a1a-8334-67eff95d4ad9",
                                            "identifier": "vo9ZTY3fdk2KCp4c9c3e1g==",
                                            "identifierGuid": "4d598fbe-df8d-4d76-8a0a-9e1cf5cdded6",
                                            "supplierIdentifier": "0hMRCZi9Yku3Y3sDLg4VRA==",
                                            "supplierGuid": "091113d2-bd98-4b62-b763-7b032e0e1544",
                                            "pluG_UID": "T2+q4ZK0KkmvFWJb6Rv59A==",
                                            "pluGuid": "e1aa6f4f-b492-492a-af15-625be91bf9f4",
                                            "campaignName": "1713f6ed-fe81-43eb-9cec-9e2babafa975",
                                            "description": "sample string 4",
                                            "cost": 5,
                                            "costDecimals": 6,
                                            "start": "2025-06-14T07:20:52.5505679",
                                            "end": "2025-06-14T07:20:52.5505679",
                                            "type": 9,
                                            "promoType": 10,
                                            "bonusItemPLUG_UID": "L4FNRHtOl0O6Yq30QqJfZg==",
                                            "bonusItemPluGuid": "444d812f-4e7b-4397-ba62-adf442a25f66",
                                            "bonusPurchaseUnits": 11,
                                            "bonusReceiveUnits": 12,
                                            "updated": "2025-06-14T07:20:52.5505679",
                                            "metcashPromotionID": "sample string 14",
                                            "fromHost": 15,
                                            "storeNames": "sample string 16",
                                            "storeIDs": [
                                              1,
                                              2
                                            ],
                                            "supplierName": "sample string 17",
                                            "campaignDescription": "sample string 18",
                                            "newPrice": 1,
                                            "campaignMetcashPromotionID": "sample string 19",
                                            "campaignActive": true,
                                            "campaignStartDate": "2025-06-14T07:20:52.5505679",
                                            "campaignEndDate": "2025-06-14T07:20:52.5505679",
                                            "masterPLUG_UID": "wTRdhGlGLUqfUnFylUyI6w==",
                                            "masterID": "845d34c1-4669-4a2d-9f52-7172954c88eb",
                                            "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": "twN5/fBwe0eqhmCYOgOYjA==",
                                            "bonusMasterID": "fd7903b7-70f0-477b-aa86-60983a03988c",
                                            "bonusProductName": "sample string 34",
                                            "bonusProductAPN": "sample string 35",
                                            "bonusOrderCode": "sample string 36",
                                            "bonusNormalSell": 37,
                                            "bonusNormalCost": 38,
                                            "bonusNormalCostDecimals": 39,
                                            "bonusCartonQuantity": 40,
                                            "bonusSalesMode": 41,
                                            "bonusOrderPacked": 42,
                                            "bonusFuelItem": true,
                                            "bonusActive": true
                                          }
                                        },
                                        "currentCostStart": "2025-06-14T07:20:52.5505679",
                                        "dealCosts": [
                                          {
                                            "$ref": "74"
                                          },
                                          {
                                            "$ref": "74"
                                          }
                                        ],
                                        "tags": [
                                          {
                                            "$id": "75",
                                            "pluG_UID": "C1MpUIueTEuNsqQWSodYZQ==",
                                            "pluGuid": "5029530b-9e8b-4b4c-8db2-a4164a875865",
                                            "tagID": 1,
                                            "description": "sample string 1",
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "75"
                                          }
                                        ],
                                        "alternateProductG_UID": "Uvuj5Fm79kOXwJvlb40kmA==",
                                        "alternateProduct": "e4a3fb52-bb59-43f6-97c0-9be56f8d2498",
                                        "productHostCode": {
                                          "$id": "76",
                                          "id": 1,
                                          "pluG_UID": "J8plTAKOI0e2APA0BG5lSg==",
                                          "pluGuid": "4c65ca27-8e02-4723-b600-f034046e654a",
                                          "ibaCode": "sample string 2"
                                        },
                                        "mscCat": {
                                          "$ref": "59"
                                        },
                                        "mscCom": {
                                          "$ref": "60"
                                        },
                                        "mscDep": {
                                          "$ref": "62"
                                        },
                                        "mscSubCom": {
                                          "$ref": "61"
                                        },
                                        "isUserUpdate": true,
                                        "ignoreMasterProduct": true,
                                        "priceGroupLabelRequested": true,
                                        "firstSold": "2025-06-14T07:20:52.5505679",
                                        "inventoryTracked": "2025-06-14T07:20:52.5505679",
                                        "isNormalPriceChangesCampaign": true
                                      },
                                      "supplier": {
                                        "$ref": "21"
                                      },
                                      "serviceFee": {
                                        "$id": "77",
                                        "id": 1,
                                        "description": "sample string 1",
                                        "fee": 1
                                      },
                                      "isPrimaryHost": true,
                                      "hostVendor": 46
                                    },
                                    {
                                      "$ref": "24"
                                    }
                                  ],
                                  "orderCycleHeaders": [
                                    {
                                      "$id": "78",
                                      "storeID": 1,
                                      "supplierIdentifier": "zjPZx8poaU+9dHzQYBZNTw==",
                                      "supplierGuid": "c7d933ce-68ca-4f69-bd74-7cd060164d4f",
                                      "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": "WH+6jIq100278Clx9+KiaQ==",
                                      "supplierGuid": "8cba7f58-b58a-4dd3-bbf0-2971f7e2a269",
                                      "departmentCode": "sample string 2",
                                      "warehouseDirectIndicator": "sample string 3",
                                      "type": 4,
                                      "cutOffWeek": 5,
                                      "cutOffDay": 6,
                                      "cutOffTime": "00:00:00.1234567",
                                      "leadTime": 7,
                                      "daysBuffer": 8,
                                      "supplierName": "sample string 9",
                                      "cutOffDate": "2025-06-14T07:20:52.5505679",
                                      "deliveryDate": "2025-06-14T07:20:52.5505679",
                                      "nextCutOffDate": "2025-06-14T07:20:52.5505679",
                                      "nextDeliveryDate": "2025-06-14T07:20:52.5505679",
                                      "nextDaysBuffer": 10
                                    },
                                    {
                                      "$ref": "79"
                                    }
                                  ],
                                  "store": {
                                    "$ref": "17"
                                  },
                                  "updated": "2025-06-14T07:20:52.5505679",
                                  "isHost": true
                                },
                                "files": [
                                  {
                                    "$id": "80",
                                    "id": "sample string 1",
                                    "fileName": "sample string 2",
                                    "extension": "sample string 3",
                                    "provider": 0,
                                    "type": 0,
                                    "hostType": "sample string 4",
                                    "createdUtc": "2025-06-14T07:20:52.5505679",
                                    "processed": "2025-06-14T07:20:52.5505679",
                                    "isProcessing": true,
                                    "processedCount": 6,
                                    "processingTime": 1,
                                    "collectedUtc": "2025-06-14T07:20:52.5505679",
                                    "size": 1,
                                    "sizeFormat": "sample string 7",
                                    "isArchive": true,
                                    "version": "sample string 9",
                                    "reference": "sample string 10",
                                    "digest": "sample string 11",
                                    "contentType": "sample string 12",
                                    "host": {
                                      "$ref": "20"
                                    },
                                    "metcashHeader": {
                                      "$id": "81",
                                      "customerNumber": "sample string 1",
                                      "creationDate": "2025-06-14T07:20:52.5505679",
                                      "businessPillar": "sample string 3",
                                      "fileType": "sample string 4"
                                    }
                                  },
                                  {
                                    "$ref": "80"
                                  }
                                ],
                                "zoneMatrix": [
                                  {
                                    "$id": "82",
                                    "id": 1,
                                    "hostIdentifier": "kHwv88w6VUGD9zU1Qoeghw==",
                                    "hostIdentifierGuid": "f32f7c90-3acc-4155-83f7-35354287a087",
                                    "storeID": 1,
                                    "departmentCode": "sample string 2",
                                    "hostGuids": [
                                      "b500e987-0ba4-4414-9439-df06286b36f6",
                                      "f9d23c2d-ee88-4601-a094-fd1c6caaf264"
                                    ]
                                  },
                                  {
                                    "$ref": "82"
                                  }
                                ],
                                "hostFileStoreSetting": {
                                  "$ref": "19"
                                },
                                "hostStoreSettings": [
                                  {
                                    "$ref": "19"
                                  },
                                  {
                                    "$ref": "19"
                                  }
                                ],
                                "promotionPlacements": [
                                  {
                                    "$id": "83",
                                    "identifier": "mwGaVlVS/kaaRpOUfhBj2g==",
                                    "identifierGuid": "569a019b-5255-46fe-9a46-93947e1063da",
                                    "code": "sample string 2",
                                    "description": "sample string 3",
                                    "isAdvertised": true
                                  },
                                  {
                                    "$ref": "83"
                                  }
                                ],
                                "promoTypeGuids": [
                                  "ecd250e7-409d-449b-9aef-4ff20d6148e0",
                                  "31cbf4cc-00be-4085-a997-1addce280ea4"
                                ],
                                "isPromotionOnly": false,
                                "isOrderable": false,
                                "vendor": 0
                              },
                              "groupIDs": [
                                1,
                                2
                              ],
                              "hostDescription": "sample string 24"
                            },
                            {
                              "$ref": "19"
                            }
                          ],
                          "accounts": [
                            {
                              "$id": "84",
                              "id": 1,
                              "storeID": 1,
                              "accountName": "sample string 2",
                              "bsb": "sample string 3",
                              "accountNumber": "sample string 4",
                              "accountDesignated": true
                            },
                            {
                              "$ref": "84"
                            }
                          ],
                          "sales": [
                            {
                              "$id": "85",
                              "id": 1,
                              "storeID": 1,
                              "externalSalesType": 2,
                              "ftpSiteID": 1,
                              "lastSaleProcessed": "2025-06-14T07:20:52.5505679",
                              "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": "44f18d45-09e0-4f8b-9576-cd16417ed096",
                          "updateStore": {
                            "$id": "89",
                            "id": "7c906234-1014-47c5-b2f1-44bbb93e355e",
                            "name": "sample string 1",
                            "lastActivity": "2025-06-14T07:20:52.5505679",
                            "zone": "sample string 2",
                            "timeZoneOffset": 0.0,
                            "businessHoursStart": "00:00:00.1234567",
                            "businessHoursEnd": "00:00:00.1234567",
                            "master": true,
                            "lastIP": "sample string 10",
                            "lastHostName": "sample string 11",
                            "ping": 1,
                            "pingStatus": "sample string 12",
                            "lastUpdateCompleted": "2025-06-14T07:20:52.5505679"
                          },
                          "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": "2"
                  },
                  "communityOrganisation": {
                    "$id": "91",
                    "id": 1,
                    "identifier": "bnI6Eo5q7EG3k/SGGKdxLw==",
                    "identifierGuid": "123a726e-6a8e-41ec-b793-f48618a7712f",
                    "name": "sample string 3",
                    "lookupIdentifier": "sample string 4",
                    "externalID": "sample string 5",
                    "phone": "sample string 6",
                    "fax": "sample string 7",
                    "email": "sample string 8",
                    "address1": "sample string 9",
                    "address2": "sample string 10",
                    "city": "sample string 11",
                    "postCode": "sample string 12",
                    "state": "sample string 13",
                    "country": "sample string 14",
                    "totalAmountAwarded": 15.1,
                    "updated": "2025-06-14T07:20:52.5505679",
                    "deleted": true
                  },
                  "details": [
                    {
                      "$id": "92",
                      "saleItemID": 1,
                      "identifier": "XvEkZR/pIkiamzwmESLNpQ==",
                      "identifierGuid": "6524f15e-e91f-4822-9a9b-3c261122cda5",
                      "saleHeaderID": 2,
                      "plu": 1,
                      "pluG_UId": "zjdfYt2bbUm7ImRdb9o2Eg==",
                      "pluGuid": "625f37ce-9bdd-496d-bb22-645d6fda3612",
                      "accountID": "wCfAFtqg802l2RDq2rskiw==",
                      "accountIDGuid": "16c027c0-a0da-4df3-a5d9-10eadabb248b",
                      "normalPrice": 3,
                      "originalSellingPrice": 4,
                      "discountPrice": 5,
                      "unit": 1,
                      "quantity": 6,
                      "totalCents": 7,
                      "fixedPrice": 1,
                      "tranType": 1,
                      "discountType": 1,
                      "cost": 1,
                      "costDecimals": 8,
                      "markdown": 1,
                      "manualQuantity": 1,
                      "manualPrice": 1,
                      "manualMode": 1,
                      "active": 1,
                      "offline": true,
                      "barcode": "sample string 9",
                      "keyedSale": 1,
                      "discountedID": 1,
                      "fuelID": 1,
                      "serialNumber": "sample string 10",
                      "bestOrExpire": "2025-06-14T07:20:52.5505679",
                      "bestOrExpireType": 1,
                      "providerName": "sample string 11",
                      "refundG_UID": "1AOg187k3kiP3CPB0lxiQQ==",
                      "refundGuid": "d7a003d4-e4ce-48de-8fdc-23c1d25c6241",
                      "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": "xeVCUlFSTEe2b5Rg6TlzIA==",
                      "idempotentVoidGuid": "5242e5c5-5251-474c-b66f-9460e9397320",
                      "priceLevelIdentifier": "OCeVR6THNEq+CkMZIeAijQ==",
                      "priceLevelIdentifierGuid": "47952738-c7a4-4a34-be0a-431921e0228d",
                      "productName": "sample string 23",
                      "apn": "sample string 24",
                      "unknownScans": [
                        {
                          "$id": "93",
                          "id": 1,
                          "saleDetailID": 2,
                          "storeID": 1,
                          "scanned": "2025-06-14T07:20:52.5505679",
                          "operatorG_UID": "QEA=",
                          "barcode": "sample string 4",
                          "processed": 1
                        },
                        {
                          "$ref": "93"
                        }
                      ],
                      "refund": {
                        "$id": "94",
                        "id": 1,
                        "g_UID": "8qTdwN9OaEmyXF5wJc9k/g==",
                        "guid": "c0dda4f2-4edf-4968-b25c-5e7025cf64fe",
                        "description": "sample string 1",
                        "dumped": true,
                        "inventoryReasonID": 1,
                        "sortOrder": 1,
                        "updated": "2025-06-14T07:20:52.5505679"
                      },
                      "modifier": {
                        "$id": "95",
                        "id": 1,
                        "setG_UID": "t5xA5HBUE02qfVPFGThGMA==",
                        "modifierSetGuid": "e4409cb7-5470-4d13-aa7d-53c519384630",
                        "name": "sample string 2",
                        "price": 1,
                        "quantity": 1,
                        "modifierType": 1,
                        "groupNumber": 1,
                        "pageNumber": 1,
                        "controlOrder": 1,
                        "printToStation": true,
                        "pluG_UID": "YeZODa/mOE2yB7svcuWgIA==",
                        "pluGuid": "0d4ee661-e6af-4d38-b207-bb2f72e5a020",
                        "deleted": true,
                        "g_UID": "1gsMjIGY6k6eHV5QPzqgFg==",
                        "guid": "8c0c0bd6-9881-4eea-9e1d-5e503f3aa016",
                        "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": "fP+b/ffrvE2pzqtfubvWzw==",
                      "pluGuid": "fd9bff7c-ebf7-4dbc-a9ce-ab5fb9bbd6cf",
                      "saleHeaderID": 2,
                      "totalCents": 3,
                      "grade": 1,
                      "gradeDescription": "sample string 4",
                      "dispenser": 1,
                      "hose": 1,
                      "quantity": 1,
                      "cost": 1,
                      "acquirerNum": 1,
                      "attendant": 1,
                      "ePurseBalance": 1.0,
                      "cardSignature": "sample string 5",
                      "compartmentNumber": 1,
                      "contractNumber": 1,
                      "discountCardPAN": "sample string 6",
                      "discountID": 1,
                      "discountName": "sample string 7",
                      "discountNetValue": 1.0,
                      "discountType": 1,
                      "discountValue": 1.0,
                      "discretionaryData": "sample string 8",
                      "driverID": "sample string 9",
                      "eftBatchNumber": 1,
                      "eftResponseCode": "sample string 10",
                      "endDateTime": "2025-06-14T07:20:52.5505679",
                      "engineHours": 1.1,
                      "fposNumber": 1,
                      "loyaltyCardPAN": "sample string 11",
                      "miscData1": 1,
                      "miscData2": "sample string 12",
                      "miscFlags": 1,
                      "mop": 1,
                      "odometer": 1,
                      "panNumber": "sample string 13",
                      "saleRefund": true,
                      "saleStatus": 1,
                      "sequenceNumber": 1,
                      "stan": 1,
                      "startDateTime": "2025-06-14T07:20:52.5505679",
                      "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": "l2RN+qWXK0qfyFJGUNfT6Q==",
                      "pluGuid": "fa4d6497-97a5-4a2b-9fc8-524650d7d3e9",
                      "accountID": "7+QiA6CWtkmw8tWYyWTP5g==",
                      "accountIDGuid": "0322e4ef-96a0-49b6-b0f2-d598c964cfe6",
                      "normalPrice": 3,
                      "originalSellingPrice": 4,
                      "discountPrice": 5,
                      "unit": 1,
                      "quantity": 6,
                      "totalCents": 7,
                      "fixedPrice": 1,
                      "tranType": 1,
                      "processed": 1,
                      "discountType": 1,
                      "cost": 1,
                      "costDecimals": 1,
                      "markdown": 1,
                      "manualQuantity": 1,
                      "manualPrice": 1,
                      "manualMode": 1,
                      "active": 1,
                      "barcode": "sample string 8",
                      "offline": 1,
                      "keyedSale": 1,
                      "discountedID": 1,
                      "fuelID": 1,
                      "serialNumber": "sample string 9",
                      "bestOrExpire": "2025-06-14T07:20:52.5505679",
                      "bestOrExpireType": 1,
                      "refundG_UID": "6KkAn/bbiEiJQQLlzLvkiA==",
                      "refundGuid": "9f00a9e8-dbf6-4888-8941-02e5ccbbe488",
                      "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": "4lQbisFc9UWwx2yWRIfH5w==",
                      "identifierGuid": "8a1b54e2-5cc1-45f5-b0c7-6c964487c7e7",
                      "id": 1,
                      "orderNo": 2,
                      "externalSaleIdentifier": "sample string 3",
                      "storeID": 4,
                      "zoneID": 5,
                      "deptNo": 6,
                      "customerIdentifier": "9RVLyfxuqkO8w+FhT83P9g==",
                      "customerIdentifierGuid": "c94b15f5-6efc-43aa-bcc3-e1614fcdcff6",
                      "operatorNo": 1,
                      "operatorG_UID": "yokFqhhz6EqItKnPblb9OQ==",
                      "operatorGuid": "aa0589ca-7318-4ae8-88b4-a9cf6e56fd39",
                      "created": "2025-06-14T07:20:52.5505679",
                      "ordered": "2025-06-14T07:20:52.5505679",
                      "started": "2025-06-14T07:20:52.5505679",
                      "completed": "2025-06-14T07:20:52.5505679",
                      "supplied": "2025-06-14T07:20:52.5505679",
                      "quickTicket": 1,
                      "deleted": true,
                      "walkAway": true,
                      "approxWait": 1,
                      "actualWait": 1,
                      "deliveryMethod": 8,
                      "externalSaleType": 9,
                      "customer": {
                        "$ref": "2"
                      },
                      "operator": {
                        "$ref": "15"
                      },
                      "details": [
                        {
                          "$id": "102",
                          "headerID": 1,
                          "plu": 1,
                          "pluG_UId": "ZlD74QZ3i0Kt5/9CPTnc7A==",
                          "pluGuid": "e1fb5066-7706-428b-ade7-ff423d39dcec",
                          "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": "+mNl2PE1JECMWMsB6EiOTg==",
                          "headerIdentifierGuid": "d86563fa-35f1-4024-8c58-cb01e8488e4e",
                          "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": "Ehw28ttKiEOsncYwxNmTyA==",
                      "surveyGuid": "f2361c12-4adb-4388-ac9d-c630c4d993c8",
                      "saleHeaderGuid": "C2bD4TJwr0yyZ9pSOtyVXg==",
                      "saleGuid": "e1c3660b-7032-4caf-b267-da523adc955e",
                      "textResponse": "sample string 1",
                      "integerResponse": 1,
                      "g_UIDResponse": "1Yrx63G9eUyYzT0dkAizPw==",
                      "guidResponse": "ebf18ad5-bd71-4c79-98cd-3d1d9008b33f",
                      "whoAnswered": 2,
                      "answeredAtUTC": "2025-06-14T07:20:52.5505679",
                      "sale": {
                        "$ref": "14"
                      },
                      "survey": {
                        "$id": "104",
                        "g_UID": "otu4KcPZQkeC557HyHXnnA==",
                        "guid": "29b8dba2-d9c3-4742-82e7-9ec7c875e79c",
                        "name": "sample string 1",
                        "storeID": 2,
                        "zoneID": 1,
                        "checkoutFormG_UID": "gmh5Z4klUkWDUkcvpfccwg==",
                        "checkoutFormGuid": "67796882-2589-4552-8352-472fa5f71cc2",
                        "displayToWho": 3,
                        "displayWhen": 4,
                        "start": "2025-06-14T07:20:52.5505679",
                        "end": "2025-06-14T07:20:52.5505679",
                        "deleted": true,
                        "updated": "2025-06-14T07:20:52.5505679",
                        "possibleIntegerResponses": [
                          1,
                          2
                        ],
                        "possibleTextResponses": [
                          "sample string 1",
                          "sample string 2"
                        ],
                        "possibleGuidResponses": [
                          "9d90d2f7-fa9b-476a-8167-d9a3b423898c",
                          "19ec6792-4919-4f2b-b2e8-2aa4062452cb"
                        ],
                        "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": "c9eFQKQay0yD9H+RCZ8xcw==",
                  "accountIdentifier": "4085d773-1aa4-4ccb-83f4-7f91099f3173",
                  "accountName": "sample string 42",
                  "customerOrderIdentifier": "BklN+xWEPECDBFvtTCSqQg==",
                  "customerOrderIdentifierGuid": "fb4d4906-8415-403c-8304-5bed4c24aa42",
                  "priceLevelName": "sample string 43",
                  "revision": 44,
                  "ingressId": "sample string 45"
                },
                "metadata": {
                  "$id": "105",
                  "id": 1,
                  "paymentID": 2,
                  "paymentIdentifier": "NPqAZaOHPkGEvrpFeghmJg==",
                  "paymentIdentifierGuid": "6580fa34-87a3-413e-84be-ba457a086626",
                  "identifier": "tVZZHtdGAUiVqQU3iRL3Kw==",
                  "identifierGuid": "1e5956b5-46d7-4801-95a9-05378912f72b",
                  "metadata": "sample string 3",
                  "signatureImage": "QEA=",
                  "itemIdentifier": "yYzdhvClPEWdrdz3G3/AlQ==",
                  "itemIdentifierGuid": "86dd8cc9-a5f0-453c-9dad-dcf71b7fc095"
                }
              },
              "redeemedOfflinePayment": {
                "$ref": "13"
              }
            },
            {
              "$ref": "12"
            }
          ]
        },
        "customer": {
          "$ref": "2"
        }
      },
      {
        "$ref": "7"
      }
    ]
  },
  "account": {
    "$ref": "5"
  },
  "payments": [
    {
      "$ref": "13"
    },
    {
      "$ref": "13"
    }
  ]
}

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.