PUT api/creditNote/{id}

Update a specified credit note

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Credit note identifier

globally unique identifier

Required

Body Parameters

Credit note to save

CreditNote
NameDescriptionTypeAdditional information
CreditNoteID

integer

None.

CreditNoteIdentifier

Collection of byte

None.

CreditNoteGuid

globally unique identifier

None.

OrderGuid

Collection of byte

None.

OrderIdentifier

globally unique identifier

None.

InvoiceIdentifier

Collection of byte

None.

InvoiceIdentifierGuid

globally unique identifier

None.

StoreID

integer

None.

TradingPartner

InvoiceTradingPartner

None.

SupplierIdentifier

Collection of byte

None.

SupplierIdentifierGuid

globally unique identifier

None.

HostIdentifier

Collection of byte

None.

HostIdentifierGuid

globally unique identifier

None.

CreditNoteStatus

CreditNoteStatus

None.

NoteSource

CreditNoteSource

None.

Created

date

None.

CreatedByUser

string

None.

DefaultCustomisedReportId

integer

None.

MailTo

string

None.

MailToBcc

string

None.

MailReplyTo

string

None.

Sent

date

None.

SentByUser

string

None.

CreditEmailSendId

string

None.

CreditEmailSentStatus

string

None.

Notes

string

None.

Accepted

date

None.

Rejected

date

None.

Updated

date

None.

Exported

boolean

None.

StoreName

string

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

SupplierCode

Supplier's host code

string

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

SupplierAccountingCode

Supplier's accounting code

string

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

SupplierName

string

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

HostName

string

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

OrderNo

string

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

OrderDescription

string

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

OrderStatus

integer

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

InvoiceNo

string

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

InvoiceDescription

string

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

InvoiceStatus

integer

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

Supplier

Utilised only for the credit note send

Supplier

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

Store

Utilised only for the credit note send

Store

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

Request Formats

application/json, text/json

Sample:
{
  "creditNoteID": 1,
  "creditNoteIdentifier": "7EhB61eDckyvDvQydTFLKA==",
  "creditNoteGuid": "eb4148ec-8357-4c72-af0e-f43275314b28",
  "orderGuid": "v+TvRpD/YkGplxQ8AT5/Aw==",
  "orderIdentifier": "46efe4bf-ff90-4162-a997-143c013e7f03",
  "invoiceIdentifier": "87T7STwcfEulTP6mgaXnuA==",
  "invoiceIdentifierGuid": "49fbb4f3-1c3c-4b7c-a54c-fea681a5e7b8",
  "storeID": 1,
  "tradingPartner": 2,
  "supplierIdentifier": "kBO+8ctIS0CLxLxFmYjHrg==",
  "supplierIdentifierGuid": "f1be1390-48cb-404b-8bc4-bc459988c7ae",
  "hostIdentifier": "FY98LJAXOUOviJtZhHs7Hw==",
  "hostIdentifierGuid": "2c7c8f15-1790-4339-af88-9b59847b3b1f",
  "creditNoteStatus": 4,
  "noteSource": 5,
  "created": "2025-06-14T06:27:54.4818757",
  "createdByUser": "sample string 7",
  "defaultCustomisedReportId": 1,
  "mailTo": "sample string 8",
  "mailToBcc": "sample string 9",
  "mailReplyTo": "sample string 10",
  "sent": "2025-06-14T06:27:54.4818757",
  "sentByUser": "sample string 11",
  "creditEmailSendId": "sample string 12",
  "creditEmailSentStatus": "sample string 13",
  "notes": "sample string 14",
  "accepted": "2025-06-14T06:27:54.4818757",
  "rejected": "2025-06-14T06:27:54.4818757",
  "updated": "2025-06-14T06:27:54.4818757",
  "exported": true,
  "storeName": "sample string 17",
  "supplierCode": "sample string 18",
  "supplierAccountingCode": "sample string 19",
  "supplierName": "sample string 20",
  "hostName": "sample string 21",
  "orderNo": "sample string 22",
  "orderDescription": "sample string 23",
  "orderStatus": 1,
  "invoiceNo": "sample string 24",
  "invoiceDescription": "sample string 25",
  "invoiceStatus": 1,
  "supplier": {
    "$id": "2",
    "identifier": "Y9Qly7SkIESa6C00aYb7Kw==",
    "identifierGuid": "cb25d463-a4b4-4420-9ae8-2d346986fb2b",
    "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": "yl7bqS4mU0uqTTpVteAVyg==",
    "primaryContactID": "a9db5eca-262e-4b53-aa4d-3a55b5e015ca",
    "storeID": 1,
    "abn": "sample string 16",
    "supplierGroupIdentifier": "nSCluXl2uEOeBB3eq4HXPA==",
    "supplierGroupGuid": "b9a5209d-7679-43b8-9e04-1ddeab81d73c",
    "rebate": 1.0,
    "rebateType": 1,
    "rebateFrequency": 1,
    "rebateSource": 1,
    "rebateLastClaimed": "2025-06-14T06:27:54.4818757",
    "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": "3",
      "id": "2aeda07f-888e-4d8c-b0bc-1c0b4fd98fae",
      "identifier": "EzQ+UIVJ10CMteHkVMypDw==",
      "identifierGuid": "503e3413-4985-40d7-8cb5-e1e454cca90f",
      "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": "4",
        "supplierIdentifier": "360s1GK8BEO1AP7xTLlUyw==",
        "supplierIdentifierGuid": "d42caddf-bc62-4304-b500-fef14cb954cb",
        "contactGuid": "Aw8/zE9gOU2g8mhKlD0Yug==",
        "contactID": "cc3f0f03-604f-4d39-a0f2-684a943d18ba",
        "contact": {
          "$ref": "3"
        },
        "supplier": {
          "$ref": "2"
        }
      },
      {
        "$ref": "4"
      }
    ],
    "products": [
      {
        "$id": "5",
        "pluG_UID": "eNdb+ZZ3Uk+fKehNyZE94Q==",
        "pluGuid": "f95bd778-7796-4f52-9f29-e84dc9913de1",
        "supplierIdentifier": "65/oc4INYU+Q4P/ebugxnQ==",
        "supplierIdentifierGuid": "73e89feb-0d82-4f61-90e0-ffde6ee8319d",
        "cartonQuantity": 1,
        "cartonQuantityChanged": true,
        "productSize": "sample string 2",
        "cigarettesPerSleeve": 1,
        "randomWeight": true,
        "piecesPerUnit": 4,
        "averagePackSize": 5,
        "effectiveDate": "2025-06-14T06:27:54.4818757",
        "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-14T06:27:54.4818757",
        "rebate": 1.0,
        "rebateExclude": true,
        "invoiceCodes": [
          {
            "$id": "6",
            "pluG_UID": "iu3safVvd0yCQR4sN55W4g==",
            "pluGuid": "69eced8a-6ff5-4c77-8241-1e2c379e56e2",
            "supplierIdentifier": "wPw8vSHrxUyQQzf04pUzfw==",
            "supplierIdentifierGuid": "bd3cfcc0-eb21-4cc5-9043-37f4e295337f",
            "invoiceCode": "sample string 1",
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "6"
          }
        ],
        "storeIDs": [
          1,
          2
        ],
        "preferredSupplier": true,
        "preferredRebateSupplier": true,
        "supplierName": "sample string 40",
        "salesMode": 41,
        "orderPacked": true,
        "active": true,
        "price": 1,
        "costGstPercent": 43,
        "parentPluG_UID": "z1xqeORH5EqX4sMwDAzz3w==",
        "parentPluGuid": "786a5ccf-47e4-4ae4-97e2-c3300c0cf3df",
        "freight": 44.0,
        "freightType": 1,
        "product": {
          "$id": "7",
          "plu": 1,
          "storeID": 1,
          "masterPluG_UID": "QEA=",
          "storeIDs": [
            1,
            2
          ],
          "g_UId": "BZDbEtShDESueFTHO2hm7g==",
          "guid": "12db9005-a1d4-440c-ae78-54c73b6866ee",
          "apn": "sample string 1",
          "apnChanged": true,
          "apnSwitched": true,
          "barcode": "sample string 4",
          "itemNumber": "sample string 5",
          "itemNumberChanged": true,
          "priceGroupG_UID": "NMHOxFj+X0y/KDMrps2i6Q==",
          "priceGroupGuid": "c4cec134-fe58-4c5f-bf28-332ba6cda2e9",
          "blueprintID": 1,
          "lastCountedDate": "2025-06-14T06:27:54.4818757",
          "externalID": "sample string 7",
          "active": true,
          "activated": "2025-06-14T06:27:54.4818757",
          "pluCreated": "2025-06-14T06:27:54.4818757",
          "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-14T06:27:54.4818757",
          "lastManualUpdate": "2025-06-14T06:27:54.4818757",
          "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-14T06:27:54.4818757",
          "currentCostUpdated": "2025-06-14T06:27:54.4818757",
          "costDecimals": 31,
          "costChanged": true,
          "dealCostIdentifier": "QEA=",
          "excludeFromRebate": true,
          "rebateOverride": 1,
          "costCalcMethod": 1,
          "costCalcMethodChanged": true,
          "costEffectiveDate": "2025-06-14T06:27:54.4818757",
          "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-14T06:27:54.4818757",
          "posTare": 1,
          "altPrice": 1.0,
          "altPriceChanged": true,
          "altPriceMode": 52,
          "altPriceModeChanged": true,
          "altPLUG_UID": "EGtXmcqQoUyuZnFW+nY9dg==",
          "altPLUGuid": "99576b10-90ca-4ca1-ae66-7156fa763d76",
          "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-14T06:27:54.4818757",
          "labelLastPrice": 1,
          "shelfPageLayoutG_UID": "0CnQrwyugEmC2poBvOce1Q==",
          "shelfPageLayoutGuid": "afd029d0-ae0c-4980-82da-9a01bce71ed5",
          "talkerPageLayoutG_UID": "hip1Tbz+A0m6QWjjfzmZ4Q==",
          "talkerPageLayoutGuid": "4d752a86-febc-4903-ba41-68e37f3999e1",
          "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": "oO1Zt8ay90GE4Qq+TJbqZA==",
          "inventoryIdentifier": "b759eda0-b2c6-41f7-84e1-0abe4c96ea64",
          "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": "Zak8aMaYW02oFSv3S9GI/A==",
          "parentPluGuid": "683ca965-98c6-4d5b-a815-2bf74bd188fc",
          "preferredHostVendor": 103,
          "preferredHostChanged": true,
          "code": "sample string 105",
          "supplierIdentifier": "ZjhvZ1FeQk2+ujsXyYw3AQ==",
          "supplierIdentifierGuid": "676f3866-5e51-4d42-beba-3b17c98c3701",
          "supplierChanged": true,
          "rebateSupplierIdentifier": "S0JJsDjqg0ytET+XfCf0Mg==",
          "rebateSupplierIdentifierGuid": "b049424b-ea38-4c83-ad11-3f977c27f432",
          "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-14T06:27:54.4818757",
          "commodity": "sample string 120",
          "businessPillar": "sample string 121",
          "mscCommodity": "sample string 122",
          "hostIdentifier": "X0VkY0BQmkeKbcFnMjWipA==",
          "hostIdentifierGuid": "6364455f-5040-479a-8a6d-c1673235a2a4",
          "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": "7"
            },
            {
              "$ref": "7"
            }
          ],
          "store": {
            "$id": "8",
            "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-14T06:27:54.4818757",
            "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": "OmKsOq9jSUuaXFx1iupGuw==",
            "hostIdentifierGuid": "3aac623a-63af-4b49-9a5c-5c758aea46bb",
            "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-14T06:27:54.4818757",
            "priceZoneName": "sample string 51",
            "storeFuelConfigured": true,
            "shippingAddressCopied": true,
            "shippingAddress": {
              "$id": "9",
              "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": "9"
            },
            "hostStoreSettings": [
              {
                "$id": "10",
                "id": 1,
                "hostIdentifier": "T77oy0Un1UWlqgcp91vRKQ==",
                "hostIdentifierGuid": "cbe8be4f-2745-45d5-a5aa-0729f75bd129",
                "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": "11",
                  "identifier": "9r60GD04WUGto2DwIkcaIg==",
                  "identifierGuid": "18b4bef6-383d-4159-ada3-60f022471a22",
                  "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": "LPJ2Ow3iHk+xO8oQFbct2w==",
                  "hostSupplierIdentifierGuid": "3b76f22c-e20d-4f1e-b13b-ca1015b72ddb",
                  "loyaltyPriceLevelIdentifier": "FcNUIpBg4UKvlYhIHneeLg==",
                  "loyaltyPriceLevelIdentifierGuid": "2254c315-6090-42e1-af95-88481e779e2e",
                  "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-14T06:27:54.4818757",
                  "lastProcessed": "2025-06-14T06:27:54.4818757",
                  "hold": true,
                  "supplierName": "sample string 35",
                  "supplier": {
                    "$ref": "2"
                  },
                  "files": [
                    {
                      "$id": "12",
                      "id": "sample string 1",
                      "fileName": "sample string 2",
                      "extension": "sample string 3",
                      "provider": 0,
                      "type": 0,
                      "hostType": "sample string 4",
                      "createdUtc": "2025-06-14T06:27:54.4818757",
                      "processed": "2025-06-14T06:27:54.4818757",
                      "isProcessing": true,
                      "processedCount": 6,
                      "processingTime": 1,
                      "collectedUtc": "2025-06-14T06:27:54.4818757",
                      "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": "11"
                      },
                      "metcashHeader": {
                        "$id": "13",
                        "customerNumber": "sample string 1",
                        "creationDate": "2025-06-14T06:27:54.4818757",
                        "businessPillar": "sample string 3",
                        "fileType": "sample string 4"
                      }
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "zoneMatrix": [
                    {
                      "$id": "14",
                      "id": 1,
                      "hostIdentifier": "GdbzDNiXWEWax6HYqyc6OA==",
                      "hostIdentifierGuid": "0cf3d619-97d8-4558-9ac7-a1d8ab273a38",
                      "storeID": 1,
                      "departmentCode": "sample string 2",
                      "hostGuids": [
                        "2b354557-9dab-430f-bffd-e405960bb30f",
                        "49ba2b90-2e45-4972-9bab-1ad27611ffd1"
                      ]
                    },
                    {
                      "$ref": "14"
                    }
                  ],
                  "hostFileStoreSetting": {
                    "$ref": "10"
                  },
                  "hostStoreSettings": [
                    {
                      "$ref": "10"
                    },
                    {
                      "$ref": "10"
                    }
                  ],
                  "promotionPlacements": [
                    {
                      "$id": "15",
                      "identifier": "5IgBQROFC02ijMNWTXfoLw==",
                      "identifierGuid": "410188e4-8513-4d0b-a28c-c3564d77e82f",
                      "code": "sample string 2",
                      "description": "sample string 3",
                      "isAdvertised": true
                    },
                    {
                      "$ref": "15"
                    }
                  ],
                  "promoTypeGuids": [
                    "9f641441-7d3b-4675-9e2f-c10d837873c4",
                    "5fa31e63-7d79-483b-bbc0-a93ff9ba418a"
                  ],
                  "isPromotionOnly": false,
                  "isOrderable": false,
                  "vendor": 0
                },
                "groupIDs": [
                  1,
                  2
                ],
                "hostDescription": "sample string 24"
              },
              {
                "$ref": "10"
              }
            ],
            "accounts": [
              {
                "$id": "16",
                "id": 1,
                "storeID": 1,
                "accountName": "sample string 2",
                "bsb": "sample string 3",
                "accountNumber": "sample string 4",
                "accountDesignated": true
              },
              {
                "$ref": "16"
              }
            ],
            "sales": [
              {
                "$id": "17",
                "id": 1,
                "storeID": 1,
                "externalSalesType": 2,
                "ftpSiteID": 1,
                "lastSaleProcessed": "2025-06-14T06:27:54.4818757",
                "ftpSite": {
                  "$id": "18",
                  "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": "17"
              }
            ],
            "zoneMatrix": [
              {
                "$ref": "14"
              },
              {
                "$ref": "14"
              }
            ],
            "cashManagements": [
              {
                "$id": "19",
                "id": 1,
                "storeID": 1,
                "cashManagementType": 2,
                "apiID": 1,
                "organisationID": "sample string 3",
                "siteName": "sample string 4",
                "thirdPartyAPI": {
                  "$id": "20",
                  "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": "19"
              }
            ],
            "updateStoreID": "14b12168-882f-4726-90dc-3e42190764cd",
            "updateStore": {
              "$id": "21",
              "id": "2f60d7c3-4c1f-49b4-be31-09f731e01e20",
              "name": "sample string 1",
              "lastActivity": "2025-06-14T06:27:54.4818757",
              "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-14T06:27:54.4818757"
            },
            "timeZoneId": "sample string 53",
            "securityOptions": {
              "$id": "22",
              "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"
            }
          },
          "storePrices": [
            {
              "$id": "23",
              "pluG_UID": "MNeW4BSajkOQo9lAMBxLYQ==",
              "pluGuid": "e096d730-9a14-438e-90a3-d940301c4b61",
              "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-14T06:27:54.4818757"
            },
            {
              "$ref": "23"
            }
          ],
          "currentPrices": {
            "$id": "24",
            "pluPrices": {
              "$id": "25",
              "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-14T06:27:54.4818757",
              "priceChangeType": 0,
              "costDecimals": 10
            },
            "normalPluPrices": {
              "$ref": "25"
            },
            "winningCampaign": 1,
            "winner": {
              "$id": "26",
              "campaignName": "sample string 1",
              "campaignDescription": "sample string 2",
              "startDate": "2025-06-14T06:27:54.4818757",
              "startTime": 3,
              "endDate": "2025-06-14T06:27:54.4818757",
              "endTime": 4,
              "newPrice": 5,
              "newCost": 6,
              "newCostDecimals": 7,
              "pctDiscount": 8,
              "promoType": 1,
              "promotionTypeCode": "sample string 9",
              "hostType": 10,
              "hostIdentifier": "W80kcFakxkSWSO8QWD+arQ==",
              "hostIdentifierGuid": "7024cd5b-a456-44c6-9648-ef10583f9aad",
              "storeNames": [
                "sample string 1",
                "sample string 2"
              ]
            },
            "details": [
              {
                "$ref": "26"
              },
              {
                "$ref": "26"
              }
            ]
          },
          "tray": {
            "$id": "27",
            "g_UId": "CDEk0QphzUqdn9imIigavA==",
            "guid": "d1243108-610a-4acd-9d9f-d8a622281abc",
            "name": "sample string 1",
            "number": 1,
            "tare": 1
          },
          "priceGroup": {
            "$id": "28",
            "priceGroupG_UID": "zVd8ibTAR0OoECRzZYAdcw==",
            "priceGroupGuid": "897c57cd-c0b4-4347-a810-247365801d73",
            "name": "sample string 2",
            "code": 1,
            "modified": true,
            "updated": "2025-06-14T06:27:54.4818757",
            "buyingLimit": 1,
            "buyingLimitIndependent": true,
            "buyingLimitType": 0,
            "number": 1,
            "products": [
              {
                "$ref": "7"
              },
              {
                "$ref": "7"
              }
            ],
            "productCount": 1
          },
          "priceGroupName": "sample string 145",
          "nutrifacts": {
            "$id": "29",
            "pluG_UID": "w97jsu61yUyeQDCaTJ2BAQ==",
            "pluGuid": "b2e3dec3-b5ee-4cc9-9e40-309a4c9d8101",
            "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": "30",
            "pluGuid": "50f099e7-2d36-4829-b9de-532c4b43c4c1",
            "created": "2025-06-14T06:27:54.4818757",
            "createdByUser": "sample string 1",
            "activated": "2025-06-14T06:27:54.4818757",
            "deactivated": "2025-06-14T06:27:54.4818757",
            "lastOrdered": "2025-06-14T06:27:54.4818757",
            "lastOrderedQty": 2.0,
            "lastReceived": "2025-06-14T06:27:54.4818757",
            "lastReceivedQty": 3.0,
            "lastInvoiceStatus": 1,
            "lastCounted": "2025-06-14T06:27:54.4818757",
            "lastSold": "2025-06-14T06:27:54.4818757",
            "firstSold": "2025-06-14T06:27:54.4818757",
            "awsUpdated": "2025-06-14T06:27:54.4818757",
            "lastManualUpdate": "2025-06-14T06:27:54.4818757",
            "lastManualUpdatedByUser": "sample string 5",
            "lastUpdated": "2025-06-14T06:27:54.4818757",
            "lastUpdatedByUser": "sample string 7",
            "lastUpdatedByHost": "2025-06-14T06:27:54.4818757",
            "doNotRangeUpdated": "2025-06-14T06:27:54.4818757",
            "doNotOrderUpdated": "2025-06-14T06:27:54.4818757",
            "tracked": "2025-06-14T06:27:54.4818757"
          },
          "allergens": [
            {
              "$id": "31",
              "allergenID": 1,
              "pluG_UID": "pl2X0MPbMUuOkrPDqLWEvQ==",
              "pluGuid": "d0975da6-dbc3-4b31-8e92-b3c3a8b584bd",
              "contains": 2,
              "allergenName": "sample string 3",
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "31"
            }
          ],
          "costs": {
            "$id": "32",
            "pluG_UID": "mcQK1jJSRkqumdr+t+7Jcw==",
            "pluGuid": "d60ac499-5232-4a46-ae99-dafeb7eec973",
            "enteredCost": 1,
            "weightedAvgCost": 1,
            "lastCost": 1,
            "rawEnteredCost": 2,
            "rawWeightedAvgCost": 3,
            "rawLastCost": 4,
            "freight": 5.0,
            "freightType": 6,
            "costDecimals": 7,
            "fifoCost": 1,
            "updated": "2025-06-14T06:27:54.4818757",
            "normalCost": 1,
            "currentCost": 1
          },
          "sales": [
            {
              "$id": "33",
              "saleHeaderID": 1,
              "created": "2025-06-14T06:27:54.4818757",
              "createdLocal": "2025-06-14T06:27:54.4818757",
              "storeID": 3,
              "storeName": "sample string 4",
              "operatorG_Uid": "SDt9YW6Jm0Cqmoe6N40vnQ==",
              "operatorGuid": "617d3b48-896e-409b-aa9a-87ba378d2f9d",
              "operatorName": "sample string 5",
              "tranType": 1,
              "plu": 1,
              "pluG_UId": "w3s0C2+Nw0O9LVOYTgU2Ow==",
              "pluGuid": "0b347bc3-8d6f-43c3-bd2d-53984e05363b",
              "normalPrice": 1,
              "totalCents": 1,
              "cost": 1,
              "grossProfit": 1,
              "quantity": 1,
              "operator": {
                "$id": "34",
                "id": 1,
                "g_Uid": "arMXrcZ6+0eWlcPOMPvgJQ==",
                "guid": "ad17b36a-7ac6-47fb-9695-c3ce30fbe025",
                "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-14T06:27:54.4818757",
                "passwordResetRequired": true,
                "alteredInStore": true,
                "startShift": "2025-06-14T06:27:54.4818757",
                "endShift": "2025-06-14T06:27:54.4818757",
                "machineName": "sample string 20",
                "drawerID": 1,
                "stores": [
                  {
                    "$id": "35",
                    "operatorG_UID": "suxQlEDowk2JtO0cFRAI5g==",
                    "operatorGuid": "9450ecb2-e840-4dc2-89b4-ed1c151008e6",
                    "storeID": 2,
                    "operator": {
                      "$ref": "34"
                    },
                    "store": {
                      "$ref": "8"
                    }
                  },
                  {
                    "$ref": "35"
                  }
                ]
              }
            },
            {
              "$ref": "33"
            }
          ],
          "apns": [
            {
              "$id": "36",
              "pluID": 1,
              "pluG_UID": "Rw+wi3BWK0KsfGeoIXv2UQ==",
              "pluGuid": "8bb00f47-5670-422b-ac7c-67a8217bf651",
              "apn": "sample string 1",
              "deleted": true,
              "storeID": 1,
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "36"
            }
          ],
          "tuns": [
            {
              "$id": "37",
              "pluG_UId": "Zx67hDG0Bki5KPTCfz9yJA==",
              "pluGuid": "84bb1e67-b431-4806-b928-f4c27f3f7224",
              "apn": "sample string 1",
              "tun": "sample string 2",
              "cartonQuantity": 3,
              "product": {
                "$ref": "7"
              },
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "37"
            }
          ],
          "competitionPricing": [
            {
              "$id": "38",
              "identifier": "aHZN0k2yzEWyJ2I7eEdg6A==",
              "identifierGuid": "d24d7668-b24d-45cc-b227-623b784760e8",
              "pluG_UID": "ug1oIG39SECWFiWQ3Jl4Fw==",
              "pluGuid": "20680dba-fd6d-4048-9616-2590dc997817",
              "competitionID": 1,
              "name": "sample string 2",
              "sellMultiple": 3,
              "retailPrice": 4,
              "storeName": "sample string 5"
            },
            {
              "$ref": "38"
            }
          ],
          "supplier": {
            "$ref": "2"
          },
          "supplierName": "sample string 146",
          "children": [
            {
              "$ref": "7"
            },
            {
              "$ref": "7"
            }
          ],
          "ordering": {
            "$ref": "5"
          },
          "flipChartPages": [
            {
              "$id": "39",
              "identifier": "BxbbcmjGnE+bp1mx+RHQDw==",
              "groupName": "sample string 1",
              "identifierGuid": "72db1607-c668-4f9c-9ba7-59b1f911d00f",
              "exists": true,
              "flipChartIdentifier": "hA9V1VMETE+6PcmyGKfmVw==",
              "flipChartIdentifierGuid": "d5550f84-0453-4f4c-ba3d-c9b218a7e657",
              "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": "QEKMTynIfkWg6xJF/h76qA==",
              "groupIdentifierGuid": "4f8c4240-c829-457e-a0eb-1245fe1efaa8",
              "flipChart": {
                "$id": "40",
                "identifier": "tx75VjUGB0mlQDg/UjZQiw==",
                "identifierGuid": "56f91eb7-0635-4907-a540-383f5236508b",
                "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": "41",
                  "identifier": "6YuljCEajUyjdD2VofJjgQ==",
                  "identifierGuid": "8ca58be9-1a21-4c8d-a374-3d95a1f26381",
                  "name": "sample string 2",
                  "formType": "sample string 3",
                  "forms": [
                    {
                      "$id": "42",
                      "id": 1,
                      "g_UID": "C5i1d1E6LEycbtClFNmnDg==",
                      "guid": "77b5980b-3a51-4c2c-9c6e-d0a514d9a70e",
                      "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": "nP6YbU4bT0W6A19P3ukllw==",
                      "previousFormGuid": "6d98fe9c-1b4e-454f-ba03-5f4fdee92597",
                      "nextForm": 1,
                      "nextFormG_UID": "lyG5CV9zSEylL+rUQKjhpQ==",
                      "nextFormGuid": "09b92197-735f-4c48-a52f-ead440a8e1a5",
                      "attributes": "sample string 10",
                      "updated": "2025-06-14T06:27:54.4818757",
                      "positioning": 1,
                      "contentPanel": "sample string 11",
                      "selectionMode": 1,
                      "maximumSelections": 1,
                      "alteredInStore": true,
                      "deleted": true,
                      "blueprintID": 1,
                      "preserveLayout": true,
                      "mainCheckoutFormName": "sample string 13",
                      "nextCheckoutForm": {
                        "$ref": "42"
                      },
                      "previousCheckoutForm": {
                        "$ref": "42"
                      },
                      "buttons": [
                        {
                          "$id": "43",
                          "id": 1,
                          "checkoutFormID": 2,
                          "checkoutFormG_UID": "xioi6ObtA0e4X7qr3Hnapg==",
                          "checkoutFormGuid": "e8222ac6-ede6-4703-b85f-baabdc79daa6",
                          "identifier": "jrCk6Y8Nh0+FTnGy6SVlbw==",
                          "identifierGuid": "e9a4b08e-0d8f-4f87-854e-71b2e925656f",
                          "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": "AUVjt3YnPUK/ulmbkPBP0w==",
                          "valueGuid": "b7634501-2776-423d-bfba-599b90f04fd3",
                          "buttonText": "sample string 10",
                          "valueText": "sample string 11",
                          "drawImageAndButton": true,
                          "updated": "2025-06-14T06:27:54.4818757",
                          "action": "sample string 12",
                          "valueForm": {
                            "$ref": "42"
                          },
                          "image": {
                            "$id": "44",
                            "name": "sample string 3.sample string 4",
                            "imageID": 2,
                            "imageName": "sample string 3",
                            "imageExtension": "sample string 4",
                            "lastUpdate": "2025-06-14T06:27:54.4818757",
                            "imageData": "QEA=",
                            "readOnly": true
                          }
                        },
                        {
                          "$ref": "43"
                        }
                      ],
                      "panels": [
                        {
                          "$id": "45",
                          "id": 1,
                          "checkoutFormID": 2,
                          "checkoutFormG_UID": "kydbYbNduUuFhjtE9Ojz+A==",
                          "checkoutFormGuid": "615b2793-5db3-4bb9-8586-3b44f4e8f3f8",
                          "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": "45"
                        }
                      ]
                    },
                    {
                      "$ref": "42"
                    }
                  ],
                  "panels": [
                    {
                      "$ref": "45"
                    },
                    {
                      "$ref": "45"
                    }
                  ]
                },
                "pages": [
                  {
                    "$ref": "39"
                  },
                  {
                    "$ref": "39"
                  }
                ]
              },
              "contentPanel": {
                "$ref": "45"
              },
              "products": [
                {
                  "$id": "46",
                  "flipChartPageIdentifier": "M30pqsSDFUCJVRUB6nHR2w==",
                  "flipChartPageIdentifierGuid": "aa297d33-83c4-4015-8955-1501ea71d1db",
                  "pluG_UID": "EPpmNcQsZU2v/2pkpcSZ3g==",
                  "pluGuid": "3566fa10-2cc4-4d65-afff-6a64a5c499de",
                  "sortOrder": 3,
                  "sent": true,
                  "productChanged": true,
                  "productImageName": "sample string 6",
                  "productShowImageOnFlipCharts": true,
                  "productShowTextOnFlipCharts": true,
                  "productOverrideFlipChartText": true,
                  "productFlipChartText": "sample string 10",
                  "product": {
                    "$ref": "7"
                  },
                  "departmentSortOrder": 11,
                  "subDepartmentName": "sample string 12"
                },
                {
                  "$ref": "46"
                }
              ],
              "productCount": 27,
              "pages": [
                {
                  "$ref": "39"
                },
                {
                  "$ref": "39"
                }
              ]
            },
            {
              "$ref": "39"
            }
          ],
          "priceHistory": [
            {
              "$id": "47",
              "pluG_UID": "yVI/itU3wU6Sk91uXsx9Qw==",
              "pluGuid": "8a3f52c9-37d5-4ec1-9293-dd6e5ecc7d43",
              "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-14T06:27:54.4818757",
              "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": "47"
            }
          ],
          "ingredients": [
            {
              "$id": "48",
              "pluG_UID": "CRYajBtf/06jipmUZogxlw==",
              "ingredientGuid": "g2d8IQdlTku/932D8k+Z+A==",
              "ingredientIdentifier": "217c6783-6507-4b4e-bff7-7d83f24f99f8",
              "quantity": 1.0,
              "storeIDs": [
                1,
                2
              ],
              "ingredientText": "sample string 1",
              "ingredient": {
                "$ref": "7"
              }
            },
            {
              "$ref": "48"
            }
          ],
          "bins": [
            {
              "$id": "49",
              "pluG_UID": "h2hGPD4eQ0mTr3bMUE9PLg==",
              "pluGuid": "3c466887-1e3e-4943-93af-76cc504f4f2e",
              "shelfLocationIdentifier": "kPN7kQ5sRUG9jQzJICJrKQ==",
              "shelfLocationGuid": "917bf390-6c0e-4145-bd8d-0cc920226b29",
              "labelShelfDefault": 1,
              "labelTalkerDefault": 1,
              "labelSmall": true,
              "labelPageLayoutG_UID": "gL3DmL8j+kK6J6LcTHkIRA==",
              "labelPageLayoutGuid": "98c3bd80-23bf-42fa-ba27-a2dc4c790844",
              "updated": "2025-06-14T06:27:54.4818757",
              "electronicShelfLabelIdentifier": "sample string 5",
              "electronicshelfLabelsConfigurationID": 6,
              "labelShelfChanged": true,
              "productName": "sample string 8",
              "locationText": "sample string 9",
              "product": {
                "$ref": "7"
              },
              "location": {
                "$id": "50",
                "identifier": "igaXoYoauUi20KMrMbqWLg==",
                "storeID": 1,
                "identifierGuid": "a197068a-1a8a-48b9-b6d0-a32b31ba962e",
                "name": "sample string 2",
                "haccp": true,
                "blueprintID": 1,
                "updated": "2025-06-14T06:27:54.4818757",
                "minTemp": 1,
                "maxTemp": 1,
                "checkFrequency": 1,
                "storeCaseConfiguration": 5,
                "storeName": "sample string 6",
                "bins": [
                  {
                    "$ref": "49"
                  },
                  {
                    "$ref": "49"
                  }
                ]
              }
            },
            {
              "$ref": "49"
            }
          ],
          "bin": {
            "$ref": "49"
          },
          "scaleLocations": [
            {
              "$id": "51",
              "plu": 1,
              "pluG_UID": "5zaJ7xXB30mYICF8VwI2Yg==",
              "pluGuid": "ef8936e7-c115-49df-9820-217c57023662",
              "deptNo": 1,
              "product": {
                "$ref": "7"
              },
              "scaleLocation": {
                "$id": "52",
                "id": 1,
                "deptNo": 1,
                "deptCode": "sample string 2",
                "name": "sample string 3",
                "enabled": true,
                "updated": "2025-06-14T06:27:54.4818757",
                "department": {
                  "$id": "53",
                  "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": "52"
                  },
                  "subDepartments": [
                    {
                      "$id": "54",
                      "id": 1,
                      "departmentID": 2,
                      "name": "sample string 3",
                      "code": "sample string 4",
                      "departmentCode": "sample string 5",
                      "externalSales": true,
                      "minorDepartments": [
                        {
                          "$id": "55",
                          "id": 1,
                          "subDepartmentID": 2,
                          "departmentID": 3,
                          "name": "sample string 4",
                          "subDepartmentCode": "sample string 5",
                          "departmentCode": "sample string 6",
                          "code": "sample string 7",
                          "lesserDepartments": [
                            {
                              "$id": "56",
                              "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-14T06:27:54.4818757",
                              "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": "itz6QxP9lUGzqIN80Xz7zg==",
                              "labelPageLayoutGuid": "43fadc8a-fd13-4195-b3a8-837cd17cfbce",
                              "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": "57",
                                "dept": 1,
                                "category": 2,
                                "name": "sample string 3",
                                "active": true,
                                "mscCommodities": [
                                  {
                                    "$id": "58",
                                    "dept": 1,
                                    "category": 2,
                                    "commodity": 3,
                                    "name": "sample string 4",
                                    "active": true,
                                    "mscSubCommodities": [
                                      {
                                        "$id": "59",
                                        "dept": 1,
                                        "category": 2,
                                        "commodity": 3,
                                        "subCommodity": 4,
                                        "name": "sample string 5",
                                        "active": true,
                                        "subCommodityCode": "sample string 7"
                                      },
                                      {
                                        "$ref": "59"
                                      }
                                    ],
                                    "commodityCode": "sample string 6"
                                  },
                                  {
                                    "$ref": "58"
                                  }
                                ],
                                "categoryCode": "sample string 5"
                              },
                              "mscCom": {
                                "$ref": "58"
                              },
                              "mscDep": {
                                "$id": "60",
                                "dept": 1,
                                "name": "sample string 2",
                                "active": true,
                                "mscCategories": [
                                  {
                                    "$ref": "57"
                                  },
                                  {
                                    "$ref": "57"
                                  }
                                ],
                                "deptCode": "sample string 4"
                              },
                              "mscSubCom": {
                                "$ref": "59"
                              }
                            },
                            {
                              "$ref": "56"
                            }
                          ],
                          "updated": "2025-06-14T06:27:54.4818757",
                          "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": "KpXUQ0IKG0KAIABMjyVQRw==",
                          "labelPageLayoutGuid": "43d4952a-0a42-421b-8020-004c8f255047",
                          "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": "57"
                          },
                          "mscCom": {
                            "$ref": "58"
                          },
                          "mscDep": {
                            "$ref": "60"
                          },
                          "mscSubCom": {
                            "$ref": "59"
                          }
                        },
                        {
                          "$ref": "55"
                        }
                      ],
                      "investmentBuyOverride": true,
                      "updated": "2025-06-14T06:27:54.4818757",
                      "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": "0jMNRQRHpEyI+knFXqNNKA==",
                      "labelPageLayoutGuid": "450d33d2-4704-4ca4-88fa-49c55ea34d28",
                      "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": "57"
                      },
                      "mscCom": {
                        "$ref": "58"
                      },
                      "mscDep": {
                        "$ref": "60"
                      },
                      "mscSubCom": {
                        "$ref": "59"
                      }
                    },
                    {
                      "$ref": "54"
                    }
                  ],
                  "stores": [
                    1,
                    2
                  ],
                  "investmentBuyOverride": true,
                  "updated": "2025-06-14T06:27:54.4818757",
                  "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": "60VKiQQSLkKUPhK5GA/3dg==",
                  "labelPageLayoutGuid": "894a45eb-1204-422e-943e-12b9180ff776",
                  "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": "57"
                  },
                  "mscCom": {
                    "$ref": "58"
                  },
                  "mscDep": {
                    "$ref": "60"
                  },
                  "mscSubCom": {
                    "$ref": "59"
                  }
                }
              }
            },
            {
              "$ref": "51"
            }
          ],
          "nextPrice": {
            "$id": "61",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 1,
            "hostOfferID": 1,
            "metcashPromotionID": "sample string 4",
            "metcashPromotionPlacement": "sample string 5",
            "pluG_UID": "QJMDzcFH20awcGVr7P7EvQ==",
            "pluGuid": "cd039340-47c1-46db-b070-656becfec4bd",
            "newPrice": 1,
            "pctDiscount": 1,
            "newCost": 1,
            "newCostDecimals": 6,
            "dealCostIdentifier": "u7RZ8o0/r0mBzApxwriG4w==",
            "dealCostGuid": "f259b4bb-3f8d-49af-81cc-0a71c2b886e3",
            "pluName": "sample string 7",
            "apn": "sample string 8",
            "fuelItem": true,
            "priceGroupG_UID": "LhPzy3C2PEWOeJOR0HRcmw==",
            "priceGroupGuid": "cbf3132e-b670-453c-8e78-9391d0745c9b",
            "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-14T06:27:54.4818757",
            "rrp": 26,
            "campaignDescription": "sample string 27",
            "campaignComboPriceGroupG_UID": "y5LlGCa7M0+tBt4IqfwDUA==",
            "campaignComboPriceGroupIdentifier": "18e592cb-bb26-4f33-ad06-de08a9fc0350",
            "promotionPlacementDescription": "sample string 28",
            "storeAcceptances": [
              {
                "$id": "62",
                "plu": 1,
                "pluG_UId": "QEA=",
                "campaignID": 1,
                "campaignName": "sample string 2",
                "storeID": 3,
                "acceptedUtc": "2025-06-14T06:27:54.4818757",
                "operatorG_UID": "ARUmIrlpTkizw6SJ0Ck2Gw==",
                "operatorGuid": "22261501-69b9-484e-b3c3-a489d029361b",
                "machineID": 1,
                "processed": true,
                "appliedUtc": "2025-06-14T06:27:54.4818757",
                "signIqTicketFileMovedUtc": "2025-06-14T06:27:54.4818757",
                "user": "sample string 6",
                "campaignDescription": "sample string 7",
                "productDesc": "sample string 8",
                "storeName": "sample string 9",
                "effectiveUtc": "2025-06-14T06:27:54.4818757",
                "priceChangeType": 0,
                "operatorName": "sample string 10",
                "hostCampaign": true,
                "product": {
                  "$ref": "7"
                },
                "campaignPlu": {
                  "$ref": "61"
                }
              },
              {
                "$ref": "62"
              }
            ],
            "campaign": {
              "$id": "63",
              "id": 1,
              "storeID": 2,
              "name": "163b96d1-241d-4fc9-9da8-e416588a6a21",
              "nameGuid": "163b96d1-241d-4fc9-9da8-e416588a6a21",
              "description": "sample string 4",
              "showDiscounts": true,
              "showTotals": true,
              "onlyEvaluateOnSubtotal": true,
              "useDescription": true,
              "campaignType": 1,
              "startDate": "2025-06-14T06:27:54.4818757",
              "startTime": 1,
              "endDate": "2025-06-14T06:27:54.4818757",
              "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-14T06:27:54.4818757",
              "system": true,
              "created": "2025-06-14T06:27:54.4818757",
              "updated": "2025-06-14T06:27:54.4818757",
              "priceChangeNotifiedUtc": "2025-06-14T06:27:54.4818757",
              "promoType": 1,
              "promotionTypeCode": "sample string 13",
              "hostIdentifier": "mulxysCU1EeUhYitKZyQTQ==",
              "hostIdentifierGuid": "ca71e99a-94c0-47d4-9485-88ad299c904d",
              "hostType": 14,
              "createdByUser": "sample string 15",
              "fromHost": true,
              "deleted": true,
              "campaignDeleted": "2025-06-14T06:27:54.4818757",
              "updatedByUser": "sample string 18",
              "offerID": 1,
              "isPriceChangeCampaign": true,
              "stores": [
                1,
                2
              ],
              "storeNames": [
                "sample string 1",
                "sample string 2"
              ],
              "campaignPlus": [
                {
                  "$ref": "61"
                },
                {
                  "$ref": "61"
                }
              ],
              "campaignPools": [
                {
                  "$id": "64",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "plu": 4,
                  "pluG_UID": "Iar7RdhgyEi7ZC19glNGuw==",
                  "pluGuid": "45fbaa21-60d8-48c8-bb64-2d7d825346bb",
                  "hostOfferID": 1,
                  "priceGroupG_UID": "NEDOBt7T6UiweD4rfBGdLg==",
                  "priceGroupGuid": "06ce4034-d3de-48e9-b078-3e2b7c119d2e",
                  "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-14T06:27:54.4818757",
                  "rrp": 17,
                  "campaignDescription": "sample string 18",
                  "product": {
                    "$ref": "7"
                  },
                  "campaign": {
                    "$ref": "63"
                  }
                },
                {
                  "$ref": "64"
                }
              ],
              "sellingRules": [
                {
                  "$id": "65",
                  "id": 1,
                  "identifier": "U/qnO9XpWkSui9YQS0t71g==",
                  "identifierStr": "U/qnO9XpWkSui9YQS0t71g==",
                  "identifierGuid": "3ba7fa53-e9d5-445a-ae8b-d6104b4b7bd6",
                  "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": "63"
                  }
                },
                {
                  "$ref": "65"
                }
              ],
              "customers": [
                {
                  "$id": "66",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "customerID": "xUD9YT+2yE2f4PHg/dRUYw==",
                  "customerIDGuid": "61fd40c5-b63f-4dc8-9fe0-f1e0fdd45463",
                  "campaign": {
                    "$ref": "63"
                  },
                  "customer": {
                    "$id": "67",
                    "identifier": "5On+33QdsEubESvJJ5nzcg==",
                    "identifierGuid": "dffee9e4-1d74-4bb0-9b11-2bc92799f372",
                    "code": "sample string 2",
                    "familyName": "sample string 3",
                    "givenName": "sample string 4",
                    "otherName": "sample string 5",
                    "title": "sample string 6",
                    "dateOfBirth": "2025-06-14T06:27:54.4818757",
                    "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": "Mw0GvjhsGU2gWE4XIhJlbA==",
                    "communityIdentifierGuid": "be060d33-6c38-4d19-a058-4e172212656c",
                    "joined": "2025-06-14T06:27:54.4818757",
                    "updated": "2025-06-14T06:27:54.4818757",
                    "active": true,
                    "reasonInactive": 1,
                    "groupCustomer": true,
                    "loyaltyPoints": 1,
                    "homeStoreID": 1,
                    "availableSpend": 1,
                    "priceLevelIdentifier": "+O6Nh3N540i7EScS8bMHfQ==",
                    "priceLevelIdentifierGuid": "878deef8-7973-48e3-bb11-2712f1b3077d",
                    "marketingID": "sample string 18",
                    "hidden": true,
                    "registered": true,
                    "registeredOn": "2025-06-14T06:27:54.4818757",
                    "emailMarketing": true,
                    "smsMarketing": true,
                    "deleted": true,
                    "deletedUser": "sample string 24",
                    "homeStoreName": "sample string 25",
                    "customerCards": [
                      {
                        "$id": "68",
                        "cardType": 2,
                        "issueDate": "2025-06-14T06:27:54.4818757",
                        "expiry": "2025-06-14T06:27:54.4818757",
                        "customerID": "MoS1q91D4k+adqZQ7Vo6Rg==",
                        "customerIDGuid": "abb58432-43dd-4fe2-9a76-a650ed5a3a46",
                        "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-14T06:27:54.4818757",
                        "linkedAccount": "976SwgYAEkaCC+8zRLS+vQ==",
                        "linkedAccountGuid": "c292bef7-0006-4612-820b-ef3344b4bebd",
                        "currentValueChanged": true,
                        "limitsChanged": true,
                        "customer": {
                          "$ref": "67"
                        },
                        "account": {
                          "$id": "69",
                          "id": 1,
                          "identifier": "squhJ73eUkyRRAASw6lfQg==",
                          "identifierGuid": "27a1abb2-debd-4c52-9144-0012c3a95f42",
                          "referenceNo": "sample string 3",
                          "name": "sample string 4",
                          "created": "2025-06-14T06:27:54.4818757",
                          "owner": "eaYqAzwpS0C8/LgHIIY87w==",
                          "ownerGuid": "032aa679-293c-404b-bcfc-b80720863cef",
                          "accountStoreGroupIdentifier": "35peciPmqk6wpfWhpNuSrQ==",
                          "accountStoreGroupGuid": "725e9adf-e623-4eaa-b0a5-f5a1a4db92ad",
                          "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-14T06:27:54.4818757",
                          "active": true,
                          "updated": "2025-06-14T06:27:54.4818757",
                          "deleted": true,
                          "deletedUser": "sample string 16",
                          "currentBalanceChanged": true,
                          "maximumLimitChanged": true,
                          "loyaltyPointsChanged": true,
                          "projectedBalance": 17,
                          "accountStoreGroupStoreIDs": [
                            1,
                            2
                          ],
                          "customerEmail": "sample string 18",
                          "ownerCustomer": {
                            "$ref": "67"
                          },
                          "card": {
                            "$ref": "68"
                          },
                          "members": {
                            "$id": "70",
                            "sample string 1": [
                              {
                                "$ref": "67"
                              },
                              {
                                "$ref": "67"
                              }
                            ],
                            "sample string 2": [
                              {
                                "$ref": "67"
                              },
                              {
                                "$ref": "67"
                              }
                            ]
                          },
                          "customerGroups": [
                            {
                              "$id": "71",
                              "identifier": "8+Tzeh+F8Eux6tcGv87GHw==",
                              "identifierGuid": "7af3e4f3-851f-4bf0-b1ea-d706bfcec61f",
                              "name": "sample string 2",
                              "primaryContact": "+M9eDWecZkOQfG7Vwy5gMw==",
                              "primaryContactGuid": "0d5ecff8-9c67-4366-907c-6ed5c32e6033",
                              "accountID": "VMSYKKC8MkCUrrhYY41F/Q==",
                              "accountIDGuid": "2898c454-bca0-4032-94ae-b858638d45fd",
                              "special": true,
                              "updated": "2025-06-14T06:27:54.4818757",
                              "active": true,
                              "reasonInactive": 1,
                              "priceLevelIdentifier": "ppmuX5BnsE+JflKIcF8Qhg==",
                              "priceLevelIdentifierGuid": "5fae99a6-6790-4fb0-897e-5288705f1086",
                              "deleted": true,
                              "account": {
                                "$ref": "69"
                              },
                              "primaryContactCustomer": {
                                "$ref": "67"
                              },
                              "customerGroupMembers": [
                                {
                                  "$id": "72",
                                  "id": 1,
                                  "groupID": "qAKCaviQuUaelR9TU3DLMg==",
                                  "groupIDGuid": "6a8202a8-90f8-46b9-9e95-1f535370cb32",
                                  "customerID": "vom8T0BDZkaIakRdpuwJTQ==",
                                  "customerIDGuid": "4fbc89be-4340-4666-886a-445da6ec094d",
                                  "card": "sample string 4",
                                  "linkedAccount": "Syrgf2WnU0iIgui1pV+UKA==",
                                  "linkedAccountGuid": "7fe02a4b-a765-4853-8882-e8b5a55f9428",
                                  "customer": {
                                    "$ref": "67"
                                  },
                                  "group": {
                                    "$ref": "71"
                                  },
                                  "customerCard": {
                                    "$ref": "68"
                                  }
                                },
                                {
                                  "$ref": "72"
                                }
                              ]
                            },
                            {
                              "$ref": "71"
                            }
                          ]
                        },
                        "payments": [
                          {
                            "$id": "73",
                            "id": 1,
                            "identifier": "xeWbuWxQQkaMmr0iLbxV/Q==",
                            "identifierGuid": "b99be5c5-506c-4642-8c9a-bd222dbc55fd",
                            "storeID": 2,
                            "operatorName": "sample string 3",
                            "saleHeaderID": 4,
                            "paymentType": 5,
                            "amount": 6,
                            "account": "sample string 7",
                            "accountID": "zAnDcmeodk2WN23MbgBZBw==",
                            "accountIDGuid": "72c309cc-a867-4d76-9637-6dcc6e005907",
                            "customerAccount": {
                              "$ref": "69"
                            },
                            "customerCard": {
                              "$ref": "68"
                            },
                            "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-14T06:27:54.4818757",
                            "invRocNo": "sample string 14",
                            "responseCode": "sample string 15",
                            "cashout": 1,
                            "tip": 16,
                            "idempotentVoid": "W/h0UEhyUUyaxWxBzZdSnQ==",
                            "idempotentVoidGuid": "5074f85b-7248-4c51-9ac5-6c41cd97529d",
                            "offline": true,
                            "processed": 1,
                            "storeSaleHeader": {
                              "$id": "74",
                              "saleHeaderID": 1,
                              "saleHeaderGuid": "1p2wNvbNG069Q2FCeBkefQ==",
                              "saleHeaderIdentifierGuid": "36b09dd6-cdf6-4e1b-bd43-614278191e7d",
                              "created": "2025-06-14T06:27:54.4818757",
                              "createdLocal": "2025-06-14T06:27:54.4818757",
                              "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-14T06:27:54.4818757",
                              "storeID": 1,
                              "operatorG_Uid": "84IyaHrPt0SfUXLsHkDbLg==",
                              "operatorGuid": "683282f3-cf7a-44b7-9f51-72ec1e40db2e",
                              "customerG_Uid": "/1x1wrHI/0adm9YFq84SQw==",
                              "customerGuid": "c2755cff-c8b1-46ff-9d9b-d605abce1243",
                              "communityIdentifier": "a44DhfUR5USS7PJiy6sd0A==",
                              "communityIdentifierGuid": "85038e6b-11f5-44e5-92ec-f262cbab1dd0",
                              "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": "Qc3Aw0VY4k+LreOPMfwNEg==",
                              "priceLevelIdentifierGuid": "c3c0cd41-5845-4fe2-8bad-e38f31fc0d12",
                              "locked": 36,
                              "relationChecksum": "sample string 37",
                              "loyaltyTender": 1,
                              "giftCardTender": 1,
                              "operator": {
                                "$ref": "34"
                              },
                              "customer": {
                                "$ref": "67"
                              },
                              "communityOrganisation": {
                                "$id": "75",
                                "id": 1,
                                "identifier": "5FzcyY+JV0qpariP2rjbtA==",
                                "identifierGuid": "c9dc5ce4-898f-4a57-a96a-b88fdab8dbb4",
                                "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-14T06:27:54.4818757",
                                "deleted": true
                              },
                              "details": [
                                {
                                  "$id": "76",
                                  "saleItemID": 1,
                                  "identifier": "mYgVG41aUkKfPSJdE1FWrg==",
                                  "identifierGuid": "1b158899-5a8d-4252-9f3d-225d135156ae",
                                  "saleHeaderID": 2,
                                  "plu": 1,
                                  "pluG_UId": "a/LRECEox0O+k/sQsDH5MQ==",
                                  "pluGuid": "10d1f26b-2821-43c7-be93-fb10b031f931",
                                  "accountID": "ZV0tv2ORd0q3fIcuusxyMg==",
                                  "accountIDGuid": "bf2d5d65-9163-4a77-b77c-872ebacc7232",
                                  "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-14T06:27:54.4818757",
                                  "bestOrExpireType": 1,
                                  "providerName": "sample string 11",
                                  "refundG_UID": "3/unVT8dEE2qT6PWnDdzGw==",
                                  "refundGuid": "55a7fbdf-1d3f-4d10-aa4f-a3d69c37731b",
                                  "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": "3WJu2ITmdUywOS7sGcqhAw==",
                                  "idempotentVoidGuid": "d86e62dd-e684-4c75-b039-2eec19caa103",
                                  "priceLevelIdentifier": "rVbQayRDGEiFfAjDSwZm9Q==",
                                  "priceLevelIdentifierGuid": "6bd056ad-4324-4818-857c-08c34b0666f5",
                                  "productName": "sample string 23",
                                  "apn": "sample string 24",
                                  "unknownScans": [
                                    {
                                      "$id": "77",
                                      "id": 1,
                                      "saleDetailID": 2,
                                      "storeID": 1,
                                      "scanned": "2025-06-14T06:27:54.4818757",
                                      "operatorG_UID": "QEA=",
                                      "barcode": "sample string 4",
                                      "processed": 1
                                    },
                                    {
                                      "$ref": "77"
                                    }
                                  ],
                                  "refund": {
                                    "$id": "78",
                                    "id": 1,
                                    "g_UID": "beHdm6pu70manw5WEsmcMw==",
                                    "guid": "9bdde16d-6eaa-49ef-9a9f-0e5612c99c33",
                                    "description": "sample string 1",
                                    "dumped": true,
                                    "inventoryReasonID": 1,
                                    "sortOrder": 1,
                                    "updated": "2025-06-14T06:27:54.4818757"
                                  },
                                  "modifier": {
                                    "$id": "79",
                                    "id": 1,
                                    "setG_UID": "mqgKVKp/EkOHjKoiNOqo2w==",
                                    "modifierSetGuid": "540aa89a-7faa-4312-878c-aa2234eaa8db",
                                    "name": "sample string 2",
                                    "price": 1,
                                    "quantity": 1,
                                    "modifierType": 1,
                                    "groupNumber": 1,
                                    "pageNumber": 1,
                                    "controlOrder": 1,
                                    "printToStation": true,
                                    "pluG_UID": "mjo+XKb9o0WAWaVFO5HnnA==",
                                    "pluGuid": "5c3e3a9a-fda6-45a3-8059-a5453b91e79c",
                                    "deleted": true,
                                    "g_UID": "PCCr5ciow0eadhaeon/ZuQ==",
                                    "guid": "e5ab203c-a8c8-47c3-9a76-169ea27fd9b9",
                                    "product": {
                                      "$ref": "7"
                                    }
                                  },
                                  "priceLevelName": "sample string 25",
                                  "pumpNumber": 1,
                                  "hoseNumber": 1
                                },
                                {
                                  "$ref": "76"
                                }
                              ],
                              "eftReceipts": [
                                {
                                  "$id": "80",
                                  "id": 1,
                                  "storeID": 1,
                                  "saleHeaderID": 2,
                                  "storeSaleHeader": {
                                    "$ref": "74"
                                  },
                                  "receipt": "sample string 3",
                                  "processed": 1
                                },
                                {
                                  "$ref": "80"
                                }
                              ],
                              "payments": [
                                {
                                  "$ref": "73"
                                },
                                {
                                  "$ref": "73"
                                }
                              ],
                              "cards": [
                                {
                                  "$id": "81",
                                  "id": 1,
                                  "saleHeaderID": 1,
                                  "identifier": "sample string 2",
                                  "cardType": 3,
                                  "providerName": "sample string 4"
                                },
                                {
                                  "$ref": "81"
                                }
                              ],
                              "campaignHits": [
                                {
                                  "$id": "82",
                                  "id": 1,
                                  "saleHeaderID": 2,
                                  "campaign": "sample string 3",
                                  "name": "sample string 4",
                                  "processed": 1,
                                  "campaignDescription": "sample string 5"
                                },
                                {
                                  "$ref": "82"
                                }
                              ],
                              "fuel": [
                                {
                                  "$id": "83",
                                  "id": 1,
                                  "plu": 1,
                                  "pluG_UID": "jVN4lgCmxk+w1RpST8XMcQ==",
                                  "pluGuid": "9678538d-a600-4fc6-b0d5-1a524fc5cc71",
                                  "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-14T06:27:54.4818757",
                                  "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-14T06:27:54.4818757",
                                  "tagNumber": "sample string 15",
                                  "trackTwoRem": "sample string 16",
                                  "transCode": 1,
                                  "transType": 1,
                                  "unitPrice": 1.0,
                                  "vehicleReg": "sample string 17",
                                  "offline": true,
                                  "processed": 1
                                },
                                {
                                  "$ref": "83"
                                }
                              ],
                              "fuelResells": [
                                {
                                  "$id": "84",
                                  "saleItemID": 1,
                                  "saleHeaderID": 2,
                                  "plu": 1,
                                  "pluG_UId": "9DwcBlDh0Uyhm9mib2c1JA==",
                                  "pluGuid": "061c3cf4-e150-4cd1-a19b-d9a26f673524",
                                  "accountID": "wieHkcQUlUyPHqTgnwQ6ew==",
                                  "accountIDGuid": "918727c2-14c4-4c95-8f1e-a4e09f043a7b",
                                  "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-14T06:27:54.4818757",
                                  "bestOrExpireType": 1,
                                  "refundG_UID": "c+C5xE3glUO4L9XAyAGP4Q==",
                                  "refundGuid": "c4b9e073-e04d-4395-b82f-d5c0c8018fe1",
                                  "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": "84"
                                }
                              ],
                              "customerOrder": [
                                {
                                  "$id": "85",
                                  "identifier": "VjgHcTRK+k2kjeKhRz2RnA==",
                                  "identifierGuid": "71073856-4a34-4dfa-a48d-e2a1473d919c",
                                  "id": 1,
                                  "orderNo": 2,
                                  "externalSaleIdentifier": "sample string 3",
                                  "storeID": 4,
                                  "zoneID": 5,
                                  "deptNo": 6,
                                  "customerIdentifier": "/JVLaEQoHEChIXzWFP60Vg==",
                                  "customerIdentifierGuid": "684b95fc-2844-401c-a121-7cd614feb456",
                                  "operatorNo": 1,
                                  "operatorG_UID": "bwktwhOnpU6d+hCQr73TUg==",
                                  "operatorGuid": "c22d096f-a713-4ea5-9dfa-1090afbdd352",
                                  "created": "2025-06-14T06:27:54.4818757",
                                  "ordered": "2025-06-14T06:27:54.4818757",
                                  "started": "2025-06-14T06:27:54.4818757",
                                  "completed": "2025-06-14T06:27:54.4818757",
                                  "supplied": "2025-06-14T06:27:54.4818757",
                                  "quickTicket": 1,
                                  "deleted": true,
                                  "walkAway": true,
                                  "approxWait": 1,
                                  "actualWait": 1,
                                  "deliveryMethod": 8,
                                  "externalSaleType": 9,
                                  "customer": {
                                    "$ref": "67"
                                  },
                                  "operator": {
                                    "$ref": "34"
                                  },
                                  "details": [
                                    {
                                      "$id": "86",
                                      "headerID": 1,
                                      "plu": 1,
                                      "pluG_UId": "YmViyXA6xkuz3+nMTQYN/A==",
                                      "pluGuid": "c9626562-3a70-4bc6-b3df-e9cc4d060dfc",
                                      "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": "tVLI5Zr3wEaKF9ZD6ueSRQ==",
                                      "headerIdentifierGuid": "e5c852b5-f79a-46c0-8a17-d643eae79245",
                                      "product": {
                                        "$ref": "7"
                                      }
                                    },
                                    {
                                      "$ref": "86"
                                    }
                                  ],
                                  "storeName": "sample string 11",
                                  "customerName": "sample string 12",
                                  "storeReplyTo": "sample string 13",
                                  "storeSubjectLine": "sample string 14",
                                  "storeSaleHeader": {
                                    "$ref": "74"
                                  }
                                },
                                {
                                  "$ref": "85"
                                }
                              ],
                              "surveyResponses": [
                                {
                                  "$id": "87",
                                  "surveyG_UID": "6GnCuypXUkOaIh7l3iTzkg==",
                                  "surveyGuid": "bbc269e8-572a-4352-9a22-1ee5de24f392",
                                  "saleHeaderGuid": "CslpIpRLPEqZmW2UwtvpUw==",
                                  "saleGuid": "2269c90a-4b94-4a3c-9999-6d94c2dbe953",
                                  "textResponse": "sample string 1",
                                  "integerResponse": 1,
                                  "g_UIDResponse": "N5W6RCWHnUyWJlJqqYL+6Q==",
                                  "guidResponse": "44ba9537-8725-4c9d-9626-526aa982fee9",
                                  "whoAnswered": 2,
                                  "answeredAtUTC": "2025-06-14T06:27:54.4818757",
                                  "sale": {
                                    "$ref": "74"
                                  },
                                  "survey": {
                                    "$id": "88",
                                    "g_UID": "5hGdGdie2keVwtdYzL9nGg==",
                                    "guid": "199d11e6-9ed8-47da-95c2-d758ccbf671a",
                                    "name": "sample string 1",
                                    "storeID": 2,
                                    "zoneID": 1,
                                    "checkoutFormG_UID": "uKkimCiheEOIXjpyzARdYQ==",
                                    "checkoutFormGuid": "9822a9b8-a128-4378-885e-3a72cc045d61",
                                    "displayToWho": 3,
                                    "displayWhen": 4,
                                    "start": "2025-06-14T06:27:54.4818757",
                                    "end": "2025-06-14T06:27:54.4818757",
                                    "deleted": true,
                                    "updated": "2025-06-14T06:27:54.4818757",
                                    "possibleIntegerResponses": [
                                      1,
                                      2
                                    ],
                                    "possibleTextResponses": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "possibleGuidResponses": [
                                      "dc6a1f26-c92c-4e50-9caa-55c212ef3a9d",
                                      "43fcbaf2-afdd-4bee-b401-e2ed04235bc7"
                                    ],
                                    "allowsAllTextResponses": true,
                                    "surveyForm": {
                                      "$ref": "42"
                                    }
                                  },
                                  "ingressId": "sample string 4"
                                },
                                {
                                  "$ref": "87"
                                }
                              ],
                              "storeName": "sample string 38",
                              "machineName": "sample string 39",
                              "operatorName": "sample string 40",
                              "direction": 1,
                              "reason": "sample string 41",
                              "accountG_UID": "3j2TBAUAQ0e8op+oiJGd6g==",
                              "accountIdentifier": "04933dde-0005-4743-bca2-9fa888919dea",
                              "accountName": "sample string 42",
                              "customerOrderIdentifier": "JcuPk32TR0SzPehvFkuBsA==",
                              "customerOrderIdentifierGuid": "938fcb25-937d-4447-b33d-e86f164b81b0",
                              "priceLevelName": "sample string 43",
                              "revision": 44,
                              "ingressId": "sample string 45"
                            },
                            "metadata": {
                              "$id": "89",
                              "id": 1,
                              "paymentID": 2,
                              "paymentIdentifier": "QHW96XX36U6jmKGC0PuBFA==",
                              "paymentIdentifierGuid": "e9bd7540-f775-4ee9-a398-a182d0fb8114",
                              "identifier": "7YFj9FaChkmS+k2dr1Gdew==",
                              "identifierGuid": "f46381ed-8256-4986-92fa-4d9daf519d7b",
                              "metadata": "sample string 3",
                              "signatureImage": "QEA=",
                              "itemIdentifier": "ekZ98JGBK0Cmg9lZGcLyVA==",
                              "itemIdentifierGuid": "f07d467a-8191-402b-a683-d95919c2f254"
                            }
                          },
                          {
                            "$ref": "73"
                          }
                        ]
                      },
                      {
                        "$ref": "68"
                      }
                    ],
                    "customerGroupMembers": [
                      {
                        "$ref": "72"
                      },
                      {
                        "$ref": "72"
                      }
                    ],
                    "customerGroups": [
                      {
                        "$ref": "71"
                      },
                      {
                        "$ref": "71"
                      }
                    ],
                    "accounts": [
                      {
                        "$ref": "69"
                      },
                      {
                        "$ref": "69"
                      }
                    ],
                    "account": {
                      "$ref": "69"
                    },
                    "vouchers": [
                      {
                        "$id": "90",
                        "customerIdentifier": "/NhZ8T2fNkOR6iYtSjwxmw==",
                        "customerIdentifierGuid": "f159d8fc-9f3d-4336-91ea-262d4a3c319b",
                        "voucherName": "sample string 2",
                        "count": 3,
                        "storeID": 4,
                        "barcode": "sample string 5",
                        "redeemCount": 6,
                        "issueCount": 7,
                        "storeSalePaymentID": 1,
                        "idempotentID": "dNB92bHafUGwaaiR/OkR6A==",
                        "idempotentGuid": "d97dd074-dab1-417d-b069-a891fce911e8",
                        "offline": true,
                        "voucher": {
                          "$id": "91",
                          "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-14T06:27:54.4818757",
                          "barcodeTemplate": {
                            "$id": "92",
                            "templateID": 1,
                            "template": "sample string 1",
                            "bcFunction": "sample string 2",
                            "sortOrder": 3
                          },
                          "scaleLabel": {
                            "$id": "93",
                            "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-14T06:27:54.4818757",
                            "labelPageLayout": "8Tr0VrV6iECUMzSAA8Tp7w==",
                            "pageLayoutGuid": "56f43af1-7ab5-4088-9433-348003c4e9ef",
                            "labelType": 6,
                            "oldName": "sample string 7",
                            "voucher": {
                              "$ref": "91"
                            },
                            "elements": [
                              {
                                "$id": "94",
                                "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-14T06:27:54.4818757"
                              },
                              {
                                "$ref": "94"
                              }
                            ]
                          },
                          "customerVouchers": [
                            {
                              "$id": "95",
                              "id": 1,
                              "customerIdentifier": "E7MODGMQgEG8S+96lknABQ==",
                              "customerIdentifierGuid": "0c0eb313-1063-4180-bc4b-ef7a9649c005",
                              "voucherID": 3,
                              "voucherName": "sample string 4",
                              "storeID": 1,
                              "barcode": "sample string 5",
                              "dateOfIssue": "2025-06-14T06:27:54.4818757",
                              "issuedSaleHeaderID": 1,
                              "issuedSaleIdentifier": "sample string 7",
                              "issuedOfflinePaymentID": 1,
                              "issuedIdempotentID": "lQhZ940qME2hPnUK0u9CJw==",
                              "issuedIdempotentGuid": "f7590895-2a8d-4d30-a13e-750ad2ef4227",
                              "issuedOffline": true,
                              "issuedUser": "sample string 9",
                              "issuedNotes": "sample string 10",
                              "expiryDate": "2025-06-14T06:27:54.4818757",
                              "expiredUser": "sample string 11",
                              "expiredNotes": "sample string 12",
                              "redeemed": "2025-06-14T06:27:54.4818757",
                              "redeemedSaleHeaderID": 1,
                              "redeemedSaleIdentifier": "sample string 13",
                              "redeemedOfflinePaymentID": 1,
                              "redeemedIdempotentID": "ATqzY1tzH0iLVzQswwTOVg==",
                              "redeemedIdempotentGuid": "63b33a01-735b-481f-8b57-342cc304ce56",
                              "redeemedUser": "sample string 14",
                              "redeemedNotes": "sample string 15",
                              "redeemedOffline": true,
                              "updated": "2025-06-14T06:27:54.4818757",
                              "storeName": "sample string 17",
                              "scaleLabel": {
                                "$ref": "93"
                              },
                              "voucher": {
                                "$ref": "91"
                              },
                              "customer": {
                                "$ref": "67"
                              },
                              "issuedOfflinePayment": {
                                "$ref": "73"
                              },
                              "redeemedOfflinePayment": {
                                "$ref": "73"
                              }
                            },
                            {
                              "$ref": "95"
                            }
                          ]
                        },
                        "customer": {
                          "$ref": "67"
                        }
                      },
                      {
                        "$ref": "90"
                      }
                    ]
                  }
                },
                {
                  "$ref": "66"
                }
              ],
              "customerGroups": [
                {
                  "$id": "96",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "groupID": "64WScU1SoUGDLA92PsYNXA==",
                  "groupIDGuid": "719285eb-524d-41a1-832c-0f763ec60d5c",
                  "campaign": {
                    "$ref": "63"
                  },
                  "group": {
                    "$ref": "71"
                  }
                },
                {
                  "$ref": "96"
                }
              ],
              "signIqTickets": [
                {
                  "$id": "97",
                  "identifier": "VKv3bEXdHk+oI32k6utysg==",
                  "identifierGuid": "6cf7ab54-dd45-4f1e-a823-7da4eaeb72b2",
                  "campaignName": "sample string 2",
                  "message": "sample string 3",
                  "ticketFileSource": "sample string 4",
                  "ticketFileDestination": "sample string 5",
                  "storeID": 1
                },
                {
                  "$ref": "97"
                }
              ],
              "comboPriceGroups": [
                {
                  "$id": "98",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "g_UID": "pZvprx9qAkWhCrolY5/9fQ==",
                  "guid": "afe99ba5-6a1f-4502-a10a-ba25639ffd7d",
                  "description": "sample string 5",
                  "newPrice": 1,
                  "rangeDescription": "sample string 6",
                  "dealDescription": "sample string 7",
                  "labelQuantity": 8,
                  "hostProductCategoryID": 1,
                  "offerID": 1,
                  "dontUpdatePricePlus": true,
                  "campaign": {
                    "$ref": "63"
                  },
                  "comboPricePlus": [
                    {
                      "$id": "99",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "groupG_UID": "cj7ina7lL0Whg9fNNaEpsg==",
                      "groupGuid": "9de23e72-e5ae-452f-a183-d7cd35a129b2",
                      "comboPriceType": 5,
                      "priceType": 5,
                      "pluG_UID": "hG0wPRxNH0uJddqIapBObQ==",
                      "pluGuid": "3d306d84-4d1c-4b1f-8975-da886a904e6d",
                      "priceGroupG_UID": "ylgnDo8mWU+zuPdp8mKaMA==",
                      "priceGroupGuid": "0e2758ca-268f-4f59-b3b8-f769f2629a30",
                      "campaignPoolID": "sample string 7",
                      "quantity": 1,
                      "campaign": {
                        "$ref": "63"
                      },
                      "product": {
                        "$ref": "7"
                      },
                      "priceGroup": {
                        "$ref": "28"
                      },
                      "campaignPool": {
                        "$ref": "63"
                      }
                    },
                    {
                      "$ref": "99"
                    }
                  ]
                },
                {
                  "$ref": "98"
                }
              ],
              "priceLevels": [
                {
                  "$id": "100",
                  "id": 1,
                  "priceLevelIdentifier": "I/Ab4jZniU+M7VNoD3Sxtw==",
                  "priceLevelIdentifierGuid": "e21bf023-6736-4f89-8ced-53680f74b1b7",
                  "campaignName": "sample string 3",
                  "priceLevelName": "sample string 4"
                },
                {
                  "$ref": "100"
                }
              ]
            },
            "product": {
              "$ref": "7"
            },
            "dealCost": {
              "$id": "101",
              "headerIdentifier": "MlL/XkRJCUq2FpuBqr7P6w==",
              "headerIdentifierGuid": "5eff5232-4944-4a09-b616-9b81aabecfeb",
              "identifier": "nM+awuilmE6sSj+DDFaqsw==",
              "identifierGuid": "c29acf9c-a5e8-4e98-ac4a-3f830c56aab3",
              "supplierIdentifier": "v9eRbdSZnUOMZJXFJ0IrzA==",
              "supplierGuid": "6d91d7bf-99d4-439d-8c64-95c527422bcc",
              "pluG_UID": "Nj4zB1Qh1EGfjaIfXZoX/w==",
              "pluGuid": "07333e36-2154-41d4-9f8d-a21f5d9a17ff",
              "campaignName": "617aef0d-509a-468d-bf72-6b1a6fd9d791",
              "description": "sample string 4",
              "cost": 5,
              "costDecimals": 6,
              "start": "2025-06-14T06:27:54.4818757",
              "end": "2025-06-14T06:27:54.4818757",
              "type": 9,
              "promoType": 10,
              "bonusItemPLUG_UID": "IJmyX79EYE2/Pd+4v2G2eA==",
              "bonusItemPluGuid": "5fb29920-44bf-4d60-bf3d-dfb8bf61b678",
              "bonusPurchaseUnits": 11,
              "bonusReceiveUnits": 12,
              "updated": "2025-06-14T06:27:54.4818757",
              "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-14T06:27:54.4818757",
              "campaignEndDate": "2025-06-14T06:27:54.4818757",
              "masterPLUG_UID": "YaGzoqdFiEWBNDy2SjFwGw==",
              "masterID": "a2b3a161-45a7-4588-8134-3cb64a31701b",
              "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": "eK2WFIS7/EuWADn8CUn/9w==",
              "bonusMasterID": "1496ad78-bb84-4bfc-9600-39fc0949fff7",
              "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-14T06:27:54.4818757",
          "dealCosts": [
            {
              "$ref": "101"
            },
            {
              "$ref": "101"
            }
          ],
          "tags": [
            {
              "$id": "102",
              "pluG_UID": "VvOEfqj8IEW7aGyK8I6nYg==",
              "pluGuid": "7e84f356-fca8-4520-bb68-6c8af08ea762",
              "tagID": 1,
              "description": "sample string 1",
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "102"
            }
          ],
          "alternateProductG_UID": "gBmzZFu1ikqoaFbwRDxTzQ==",
          "alternateProduct": "64b31980-b55b-4a8a-a868-56f0443c53cd",
          "productHostCode": {
            "$id": "103",
            "id": 1,
            "pluG_UID": "eHDwuA+MqUy/GsgMZWVK3A==",
            "pluGuid": "b8f07078-8c0f-4ca9-bf1a-c80c65654adc",
            "ibaCode": "sample string 2"
          },
          "mscCat": {
            "$ref": "57"
          },
          "mscCom": {
            "$ref": "58"
          },
          "mscDep": {
            "$ref": "60"
          },
          "mscSubCom": {
            "$ref": "59"
          },
          "isUserUpdate": true,
          "ignoreMasterProduct": true,
          "priceGroupLabelRequested": true,
          "firstSold": "2025-06-14T06:27:54.4818757",
          "inventoryTracked": "2025-06-14T06:27:54.4818757",
          "isNormalPriceChangesCampaign": true
        },
        "supplier": {
          "$ref": "2"
        },
        "serviceFee": {
          "$id": "104",
          "id": 1,
          "description": "sample string 1",
          "fee": 1
        },
        "isPrimaryHost": true,
        "hostVendor": 46
      },
      {
        "$ref": "5"
      }
    ],
    "orderCycleHeaders": [
      {
        "$id": "105",
        "storeID": 1,
        "supplierIdentifier": "4QvQHpNyTkuwsZjzUhCffw==",
        "supplierGuid": "1ed00be1-7293-4b4e-b0b1-98f352109f7f",
        "departmentCode": "sample string 2",
        "warehouseDirectIndicator": "sample string 3",
        "type": 4,
        "storeName": "sample string 5",
        "departmentName": "sample string 6",
        "orderDays": 7
      },
      {
        "$ref": "105"
      }
    ],
    "cycles": [
      {
        "$id": "106",
        "storeID": 1,
        "supplierIdentifier": "c3TFlBuWIkCHc9gMHPk+Gg==",
        "supplierGuid": "94c57473-961b-4022-8773-d80c1cf93e1a",
        "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-14T06:27:54.4818757",
        "deliveryDate": "2025-06-14T06:27:54.4818757",
        "nextCutOffDate": "2025-06-14T06:27:54.4818757",
        "nextDeliveryDate": "2025-06-14T06:27:54.4818757",
        "nextDaysBuffer": 10
      },
      {
        "$ref": "106"
      }
    ],
    "store": {
      "$ref": "8"
    },
    "updated": "2025-06-14T06:27:54.4818757",
    "isHost": true
  },
  "store": {
    "$ref": "8"
  }
}

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

Credit note identifier

globally unique identifier

Response Formats

application/json, text/json

Sample:
"32702569-40d4-4703-bedb-6e66cc035d19"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">32702569-40d4-4703-bedb-6e66cc035d19</guid>

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK{3�Zr����5xl/workbook.xml �(�����0��&�C���8q���{)�m�?ik��-%�x�3;��ԋqSō>j־r
!؊�(�/Ƃ���8�B��E�8J��o:�<�J�`fA텴o�X�:`�A�J1�q{>!T�͞�d4�����"��:�����f
ܱ�0J�}h0��U2�o4�͋�_i_�}�j��n�PK{3�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
{3�Z��s''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R6dd804bd086a42d4" /></Relationships>PK{3�Z�} %�xl/worksheets/sheet1.xml �(��Q�N�0���w�n��Lm'�i���кM�&��t�瓤!q�Ė��{v��M���)25l704-u�5̾�+��Tً����q[��~:p�Z�Z�
MhB�'���8��j�D��x�˲�[�RN�����.7Y]��ǕJe��:أ{f���i�7UB�+\ܯ��1>�.1y�j������e�b�-Ϩ�Æ������ʹ�{��-��꼬a_n�|�P����"�큵��?��꒯4I�$�h*K���c�q�iwa�k�U�{�	�o�k�[B{&�h����5_PK{3�ZyQ!�Pxl/_rels/workbook.xml.rels �(���;n�0@�"p�eɿ8���K�4�i��ؒ!)Ms�=R�P!Z��%���������m�+Y7]��b`��4��*8��i���@��a����XXѮ���y͹Þ&�"3����I��ڎ�
O�#.�8�vɀ{&;^g�Ѵ��l�<�����ؓ�<����
~J�߂�ؾ�� �!�SQ����Ԝ���~���LVHY�E�Z�Y�>T�W��oå�N��BM�He�m�a���oj��/�_PK{3�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK{3�Z��#��xl/sharedStrings.xml �(�5�An� E����퐦�d�'H@`#�������!�.���zߝ��,�R�8���Hk�x���K}HA0��"��	$��;"m�4ʉy�Ԛ�%Ю.�-��k	�p�kZV�&.����Rĺ!7���
.���;�}w4����`Ҡ����
�MY�6F����4{��}�^�PK-{3�Zr����5xl/workbook.xmlPK-{3�Z����	��[Content_Types].xmlPK-
{3�Z��s''U_rels/.relsPK-{3�Z�} %��xl/worksheets/sheet1.xmlPK-{3�ZyQ!�P8xl/_rels/workbook.xml.relsPK-{3�ZЃc'2E
~xl/styles.xmlPK-{3�Z��#���xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK{3�Z{(�5xl/workbook.xml �(�����0D�&�C����R8q����Z�������Ϸ@ ��mgv������ù�����7T�8֌��@8�m�I�
�$��9)��Ή�AY�e�8@����@W�?�0z�>(�h�e@[����]�����l���o�/��bQĂ��v��Ź�
�)�N��RA���E)�Bftg�0�PK{3�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
{3�Z'�	�''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rc20f0ee22cf24a60" /></Relationships>PK{3�Z�} %�xl/worksheets/sheet1.xml �(��Q�N�0���w�n��Lm'�i���кM�&��t�瓤!q�Ė��{v��M���)25l704-u�5̾�+��Tً����q[��~:p�Z�Z�
MhB�'���8��j�D��x�˲�[�RN�����.7Y]��ǕJe��:أ{f���i�7UB�+\ܯ��1>�.1y�j������e�b�-Ϩ�Æ������ʹ�{��-��꼬a_n�|�P����"�큵��?��꒯4I�$�h*K���c�q�iwa�k�U�{�	�o�k�[B{&�h����5_PK{3�Z�w��Pxl/_rels/workbook.xml.rels �(���Mn� F������8V�M6ݦ��Ɗ
H�����W(J��H]t��o�鍆�����2O�
}��*JJЀU�=������j����FУ$=1AP�{f,��Y��:4��[?˘J?0'�(duY���z�$����mߏ�[�M�����F���0
�v;�"Q)yQ��VV
�mj�����aj!^'�^�u&SK����8��2ZzT�ѧM�Ny��T��U�x��M�����PK{3�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK{3�Z��#��xl/sharedStrings.xml �(�5�An� E����퐦�d�'H@`#�������!�.���zߝ��,�R�8���Hk�x���K}HA0��"��	$��;"m�4ʉy�Ԛ�%Ю.�-��k	�p�kZV�&.����Rĺ!7���
.���;�}w4����`Ҡ����
�MY�6F����4{��}�^�PK-{3�Z{(�5xl/workbook.xmlPK-{3�Z����	��[Content_Types].xmlPK-
{3�Z'�	�''U_rels/.relsPK-{3�Z�} %��xl/worksheets/sheet1.xmlPK-{3�Z�w��P8xl/_rels/workbook.xml.relsPK-{3�ZЃc'2E
~xl/styles.xmlPK-{3�Z��#���xl/sharedStrings.xmlPK��