POST api/supplier

Request Information

URI Parameters

None.

Body Parameters

Supplier
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

Code

Host supplier code

string

String length: inclusive between 0 and 20

Name

Supplier name

string

String length: inclusive between 0 and 255

FuelSupplier

boolean

None.

IsSupplier

If it's not a Supplier, it's a manufactrer

boolean

None.

IsHostedSupplier

A hosted supplier doesn't take orders.

boolean

None.

HostID

Host vendor

HostProvider

None.

AccountCode

Third party accounting software code

string

String length: inclusive between 0 and 20

InvoiceSuffix

Third party invoice reference suffix

string

None.

OrderEmail

Email to send order to as PDF

string

None.

OrderEmailBcc

string

None.

OrderFax

Email to send order to as PDF

string

None.

ShowOrderCost

boolean

None.

ReceiptCostUpdate

boolean

None.

SendReceipt

Receipt email should be sent to supplier when an order or invoice is received

boolean

None.

ReceiptEmail

Email used to send stock receive receipts and credit invoice requests

string

None.

ReceiptEmailBcc

BCC email used to send stock receive receipts and credit invoice requests

string

None.

PrimaryContactGuid

Collection of byte

None.

PrimaryContactID

globally unique identifier

None.

StoreID

integer

None.

ABN

string

None.

SupplierGroupIdentifier

Collection of byte

None.

SupplierGroupGuid

globally unique identifier

None.

Rebate

decimal number

None.

RebateType

RebateType

None.

RebateFrequency

RebateFrequency

None.

RebateSource

RebateSource

None.

RebateLastClaimed

date

None.

RebateLastClaimedAmount

decimal number

None.

CartonsOnly

boolean

None.

MinimumOrderValue

integer

None.

EnforceMinimumQuantity

boolean

None.

Freight

Default freight fee for products with this as preferred supplier

decimal number

None.

FreightType

Default freight fee type for products with this as preferred supplier

FreightFeeType

None.

Deleted

boolean

None.

DeletedUser

string

None.

StoreName

string

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

PrimaryContact

Contact

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

Contacts

Collection of SupplierContact

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

Products

Collection of ProductOrderingDetail

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

OrderCycleHeaders

Collection of OrderCycleHeader

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

Cycles

Collection of OrderCycle

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

Store

Store

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

Updated

date

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

IsHost

boolean

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

Request Formats

application/json, text/json

Sample:
{
  "identifier": "B65xuKMNuk2HqfPshVE19A==",
  "identifierGuid": "b871ae07-0da3-4dba-87a9-f3ec855135f4",
  "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": "ctDH9+2xrkSrM6ELDV9C/g==",
  "primaryContactID": "f7c7d072-b1ed-44ae-ab33-a10b0d5f42fe",
  "storeID": 1,
  "abn": "sample string 16",
  "supplierGroupIdentifier": "gyosOMfkjUynBT7xmw/A0A==",
  "supplierGroupGuid": "382c2a83-e4c7-4c8d-a705-3ef19b0fc0d0",
  "rebate": 1.0,
  "rebateType": 1,
  "rebateFrequency": 1,
  "rebateSource": 1,
  "rebateLastClaimed": "2025-06-14T07:07:37.7908147",
  "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": "2",
    "id": "4191d90d-40f1-4e4f-b7aa-596c44c3c837",
    "identifier": "UZ5alW8gQ02nv/HRLzlPsA==",
    "identifierGuid": "955a9e51-206f-4d43-a7bf-f1d12f394fb0",
    "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": "3",
      "supplierIdentifier": "MRy2v+W2nE69Ss1/xncKKQ==",
      "supplierIdentifierGuid": "bfb61c31-b6e5-4e9c-bd4a-cd7fc6770a29",
      "contactGuid": "JJMa8o0t7kqH8eeuY+lDBw==",
      "contactID": "f21a9324-2d8d-4aee-87f1-e7ae63e94307",
      "contact": {
        "$ref": "2"
      },
      "supplier": {
        "$ref": "1"
      }
    },
    {
      "$ref": "3"
    }
  ],
  "products": [
    {
      "$id": "4",
      "pluG_UID": "l1MjXpPOukajaYArAjGmGQ==",
      "pluGuid": "5e235397-ce93-46ba-a369-802b0231a619",
      "supplierIdentifier": "Dc7tZIswRE+iLWT4Wb3vtw==",
      "supplierIdentifierGuid": "64edce0d-308b-4f44-a22d-64f859bdefb7",
      "cartonQuantity": 1,
      "cartonQuantityChanged": true,
      "productSize": "sample string 2",
      "cigarettesPerSleeve": 1,
      "randomWeight": true,
      "piecesPerUnit": 4,
      "averagePackSize": 5,
      "effectiveDate": "2025-06-14T07:07:37.7908147",
      "pricedByWeight": true,
      "landedUnitCostEx": 8,
      "landedUnitCostInc": 9,
      "landedCartonCostInc": 10,
      "landedCartonCostEx": 11,
      "standardCost": 12,
      "deliveryFee": 1,
      "deliveryFeeBasis": "sample string 13",
      "pickAndPackFee": 1,
      "pickAndPackFeeBasis": "sample string 14",
      "financeFee": 1,
      "financeFeeBasis": "sample string 15",
      "cartonLength": 1,
      "cartonWidth": 1,
      "cartonHeight": 1,
      "palletLayerQuantity": 1,
      "palletLayers": 1,
      "itemCode": "sample string 16",
      "invoiceCode": "sample string 17",
      "invoiceDesc": "sample string 18",
      "orderDirect": true,
      "useCost": true,
      "minimumQuantity": 19,
      "hostType": 20,
      "fromHost": 21,
      "minimumReorder": 1,
      "maximumReorder": 1,
      "orderMultiple": 22.1,
      "sellMultiple": 23.1,
      "baseMultiple": 24.1,
      "hostStandardCost": 25,
      "hostTotalCost": 26,
      "hostRetail": 27,
      "hostLandedUnitCostEx": 28,
      "hostLandedUnitCostInc": 29,
      "hostDesc": "sample string 30",
      "directIndicator": "sample string 31",
      "availableToOrder": true,
      "hostRangeIndicator": "sample string 33",
      "hostProductType": "sample string 34",
      "hostProductGrade": "sample string 35",
      "hostProductGroup": "sample string 36",
      "hostSlowMoving": true,
      "hostGeneralMerchandise": true,
      "hostPillar": "sample string 39",
      "hostLastUpdated": "2025-06-14T07:07:37.7908147",
      "rebate": 1.0,
      "rebateExclude": true,
      "invoiceCodes": [
        {
          "$id": "5",
          "pluG_UID": "O1KmUDTkg0GIyRsTH/Kntw==",
          "pluGuid": "50a6523b-e434-4183-88c9-1b131ff2a7b7",
          "supplierIdentifier": "iFnL15zItECPPVeqW+RY4Q==",
          "supplierIdentifierGuid": "d7cb5988-c89c-40b4-8f3d-57aa5be458e1",
          "invoiceCode": "sample string 1",
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "5"
        }
      ],
      "storeIDs": [
        1,
        2
      ],
      "preferredSupplier": true,
      "preferredRebateSupplier": true,
      "supplierName": "sample string 40",
      "salesMode": 41,
      "orderPacked": true,
      "active": true,
      "price": 1,
      "costGstPercent": 43,
      "parentPluG_UID": "IP4xiIXNTU6798/NVsEylw==",
      "parentPluGuid": "8831fe20-cd85-4e4d-bbf7-cfcd56c13297",
      "freight": 44.0,
      "freightType": 1,
      "product": {
        "$id": "6",
        "plu": 1,
        "storeID": 1,
        "masterPluG_UID": "QEA=",
        "storeIDs": [
          1,
          2
        ],
        "g_UId": "oVeY6xHo1U601M+KPxji3g==",
        "guid": "eb9857a1-e811-4ed5-b4d4-cf8a3f18e2de",
        "apn": "sample string 1",
        "apnChanged": true,
        "apnSwitched": true,
        "barcode": "sample string 4",
        "itemNumber": "sample string 5",
        "itemNumberChanged": true,
        "priceGroupG_UID": "+vP/6u/ijkOjGJ+GH1CjDQ==",
        "priceGroupGuid": "eafff3fa-e2ef-438e-a318-9f861f50a30d",
        "blueprintID": 1,
        "lastCountedDate": "2025-06-14T07:07:37.7908147",
        "externalID": "sample string 7",
        "active": true,
        "activated": "2025-06-14T07:07:37.7908147",
        "pluCreated": "2025-06-14T07:07:37.7908147",
        "createdByUser": "sample string 9",
        "name": "sample string 10",
        "nameChanged": true,
        "secondDescription": "sample string 12",
        "hostDescription": "sample string 13",
        "keepCartonQty": true,
        "keepDescription": true,
        "keepDepartments": true,
        "keepSuppliers": true,
        "markdownDescription": "sample string 18",
        "altDescription": "sample string 19",
        "bestOrExpire": 20,
        "lastUpdate": "2025-06-14T07:07:37.7908147",
        "lastManualUpdate": "2025-06-14T07:07:37.7908147",
        "imageName": "sample string 23",
        "showImageOnFlipCharts": true,
        "showTextOnFlipCharts": true,
        "overrideFlipChartText": true,
        "flipChartText": "sample string 27",
        "salesMode": 1,
        "eftCode": 1,
        "price": 1,
        "priceChanged": true,
        "rrp": 1,
        "gstPercent": 28,
        "gstPercentChanged": true,
        "costGSTPercent": 29,
        "costGSTPercentChanged": true,
        "wetPercent": 1,
        "priceOverride": 1,
        "cost": 1,
        "currentCost": 1,
        "currentCostDecimals": 1,
        "grossProfit": 1.0,
        "currentCostDesc": "sample string 30",
        "currentCostEnd": "2025-06-14T07:07:37.7908147",
        "currentCostUpdated": "2025-06-14T07:07:37.7908147",
        "costDecimals": 31,
        "costChanged": true,
        "dealCostIdentifier": "QEA=",
        "excludeFromRebate": true,
        "rebateOverride": 1,
        "costCalcMethod": 1,
        "costCalcMethodChanged": true,
        "costEffectiveDate": "2025-06-14T07:07:37.7908147",
        "defaultGP": 1,
        "breakTargetMode": 32,
        "break1": 1,
        "price1": 1,
        "target1": 33,
        "break2": 1,
        "price2": 1,
        "target2": 34,
        "break3": 1,
        "price3": 1,
        "target3": 35,
        "break1Changed": true,
        "price1Changed": true,
        "target1Changed": true,
        "break2Changed": true,
        "price2Changed": true,
        "target2Changed": true,
        "break3Changed": true,
        "price3Changed": true,
        "target3Changed": true,
        "breakTargetModeChanged": true,
        "margin": 1.1,
        "marginChanged": true,
        "marginRanged": true,
        "marginRangedChanged": true,
        "minimumMargin": 1.1,
        "minimumMarginChanged": true,
        "maximumMargin": 1.1,
        "maximumMarginChanged": true,
        "overrideHostWarehouseIndicator": true,
        "overrideHostWarehouseIndicatorChanged": true,
        "overrideHostPrice": true,
        "overrideHostPriceChanged": true,
        "overrideHostCost": true,
        "overrideHostCostChanged": true,
        "overrideHostMargin": true,
        "overrideHostMarginChanged": true,
        "alwaysApplyMargin": true,
        "alwaysApplyMarginChanged": true,
        "aws": 1.0,
        "awsUpdated": "2025-06-14T07:07:37.7908147",
        "posTare": 1,
        "altPrice": 1.0,
        "altPriceChanged": true,
        "altPriceMode": 52,
        "altPriceModeChanged": true,
        "altPLUG_UID": "KLtDS2t65U+kqjL1oqNHjg==",
        "altPLUGuid": "4b43bb28-7a6b-4fe5-a4aa-32f5a2a3478e",
        "altPLUGuidChanged": true,
        "altPriceDescription1": "sample string 53",
        "altPriceDescription2": "sample string 54",
        "cartonQuantity": 55,
        "cartonQuantityChanged": true,
        "trayID": 1,
        "promptID": 1,
        "tare": 1,
        "packQty": 1,
        "fixedWeight": 1,
        "extraMesg": 1,
        "text1": "sample string 57",
        "text2": "sample string 58",
        "text3": "sample string 59",
        "labelText": "sample string 60",
        "labelTextChanged": true,
        "sendToScale": true,
        "nonScaleWeigh": true,
        "labelFormat": "sample string 64",
        "barcodeFormat": "sample string 65",
        "austMade": 1,
        "coolCode": 66,
        "countryOfOrigin": "sample string 67",
        "percentContent": 68.1,
        "departmentID": 1,
        "subDepartmentID": 1,
        "minorDepartmentID": 1,
        "lesserDepartmentID": 1,
        "deptCode": "sample string 69",
        "subDeptCode": "sample string 70",
        "minorDeptCode": "sample string 71",
        "lesserDeptCode": "sample string 72",
        "deptName": "sample string 73",
        "subDeptName": "sample string 74",
        "minorDeptName": "sample string 75",
        "lesserDeptName": "sample string 76",
        "departmentChanged": true,
        "subCategoryID": 1,
        "expiry": 1,
        "showDays": 1,
        "datePrint": 1,
        "labelRequired": true,
        "labelShelfQty": 79,
        "labelShelfChanged": true,
        "labelTalkerQty": 81,
        "labelSmall": true,
        "labelLastPrinted": "2025-06-14T07:07:37.7908147",
        "labelLastPrice": 1,
        "shelfPageLayoutG_UID": "JhghYVcy4ECfdxtJcwJpYA==",
        "shelfPageLayoutGuid": "61211826-3257-40e0-9f77-1b4973026960",
        "talkerPageLayoutG_UID": "MFQFVz84xEKbAIP9PthIyw==",
        "talkerPageLayoutGuid": "57055430-383f-42c4-9b00-83fd3ed848cb",
        "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": "G+GYtB6EjkiK5Rjz//xbtA==",
        "inventoryIdentifier": "b498e11b-841e-488e-8ae5-18f3fffc5bb4",
        "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": "EUczcU+FmUOjVSeK3ElW1Q==",
        "parentPluGuid": "71334711-854f-4399-a355-278adc4956d5",
        "preferredHostVendor": 103,
        "preferredHostChanged": true,
        "code": "sample string 105",
        "supplierIdentifier": "VqrpBVNQD0OzYHtdmI8Qiw==",
        "supplierIdentifierGuid": "05e9aa56-5053-430f-b360-7b5d988f108b",
        "supplierChanged": true,
        "rebateSupplierIdentifier": "Py/GpUrmc0eB8ua+suctvw==",
        "rebateSupplierIdentifierGuid": "a5c62f3f-e64a-4773-81f2-e6beb2e72dbf",
        "rebateSupplierChanged": true,
        "availableForOrder": true,
        "warehouseDirectIndicator": "sample string 107",
        "warehouseDirectIndicatorChanged": true,
        "productGrade": "sample string 109",
        "productType": "sample string 110",
        "productGroup": "sample string 111",
        "complianceIndicator": "sample string 112",
        "inhouseBrand": "sample string 113",
        "slowMoving": true,
        "generalMerchandise": true,
        "comment": "sample string 116",
        "lastUpdatedByUser": "sample string 117",
        "lastManualUpdatedByUser": "sample string 118",
        "lastUpdatedByUserOverride": true,
        "lastUpdatedByHost": "2025-06-14T07:07:37.7908147",
        "commodity": "sample string 120",
        "businessPillar": "sample string 121",
        "mscCommodity": "sample string 122",
        "hostIdentifier": "OOxv/XL79UWx14LIjyKFZA==",
        "hostIdentifierGuid": "fd6fec38-fb72-45f5-b1d7-82c88f228564",
        "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": "6"
          },
          {
            "$ref": "6"
          }
        ],
        "store": {
          "$id": "7",
          "id": 1,
          "isMaster": true,
          "shortName": "sample string 3",
          "url": "sample string 4",
          "sortOrder": 1,
          "name": "sample string 5",
          "phone": "sample string 6",
          "fax": "sample string 7",
          "email": "sample string 8",
          "address1": "sample string 9",
          "address2": "sample string 10",
          "city": "sample string 11",
          "state": "sample string 12",
          "country": "sample string 13",
          "postCode": "sample string 14",
          "delivery": 1,
          "exportAccounts": 1,
          "salesAccountFolder": "sample string 15",
          "purchaseAccountFolder": "sample string 16",
          "initLoad": 1,
          "initIDs": 1,
          "zoneID": 1,
          "actAsMaster": 1,
          "lastActiveUtc": "2025-06-14T07:07:37.7908147",
          "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": "UEP1IkUp70Ofz0ws5oZ6gw==",
          "hostIdentifierGuid": "22f54350-2945-43ef-9fcf-4c2ce6867a83",
          "hostName": 1,
          "hostAddress": "sample string 27",
          "hostUsername": "sample string 28",
          "hostPassword": "sample string 29",
          "excludeFromLeadInOut": true,
          "accountingProvider": 31,
          "accountingAddress": "sample string 32",
          "accountingUsername": "sample string 33",
          "accountingPassword": "sample string 34",
          "storeAccountingCode": "sample string 35",
          "softwareVariance": 36,
          "fuelWarningVariance": 37.0,
          "fuelErrorVariance": 38.0,
          "fuelAccumulatedWarningVariance": 39.0,
          "fuelAccumulatedErrorVariance": 40.0,
          "drawManagment": 41,
          "endOfDayManagment": true,
          "autoFillCashBalancing": true,
          "fuelDayVariance": 44,
          "accountingTradingTime": "00:00:00.1234567",
          "stockActivateProduct": 46,
          "giftCardSalesAccountingDeptCode": "sample string 47",
          "transactionDiscountAccountingDeptCode": "sample string 48",
          "size": 49,
          "updated": "2025-06-14T07:07:37.7908147",
          "priceZoneName": "sample string 51",
          "storeFuelConfigured": true,
          "shippingAddressCopied": true,
          "shippingAddress": {
            "$id": "8",
            "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": "8"
          },
          "hostStoreSettings": [
            {
              "$id": "9",
              "id": 1,
              "hostIdentifier": "UE5BQak3WUyyUQTNqvVeaQ==",
              "hostIdentifierGuid": "41414e50-37a9-4c59-b251-04cdaaf55e69",
              "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": "10",
                "identifier": "xJ0403/m7kGc0VeuPW4eJQ==",
                "identifierGuid": "d3389dc4-e67f-41ee-9cd1-57ae3d6e1e25",
                "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": "6fMEa9jpwkKKsfFHhX3cPw==",
                "hostSupplierIdentifierGuid": "6b04f3e9-e9d8-42c2-8ab1-f147857ddc3f",
                "loyaltyPriceLevelIdentifier": "Cx2r5vJBX0CqWzReC49SKA==",
                "loyaltyPriceLevelIdentifierGuid": "e6ab1d0b-41f2-405f-aa5b-345e0b8f5228",
                "isGroup": true,
                "description": "sample string 22",
                "hostProvider": 23,
                "hostTypeEnum": 24,
                "hostType": "sample string 25",
                "hostCode": "sample string 26",
                "username": "sample string 27",
                "password": "sample string 28",
                "passwordPlain": "sample string 29",
                "server": "sample string 30",
                "url": "sample string 31",
                "global": true,
                "stateCode": "sample string 33",
                "lastCollected": "2025-06-14T07:07:37.7908147",
                "lastProcessed": "2025-06-14T07:07:37.7908147",
                "hold": true,
                "supplierName": "sample string 35",
                "supplier": {
                  "$ref": "1"
                },
                "files": [
                  {
                    "$id": "11",
                    "id": "sample string 1",
                    "fileName": "sample string 2",
                    "extension": "sample string 3",
                    "provider": 0,
                    "type": 0,
                    "hostType": "sample string 4",
                    "createdUtc": "2025-06-14T07:07:37.7908147",
                    "processed": "2025-06-14T07:07:37.7908147",
                    "isProcessing": true,
                    "processedCount": 6,
                    "processingTime": 1,
                    "collectedUtc": "2025-06-14T07:07:37.7908147",
                    "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": "10"
                    },
                    "metcashHeader": {
                      "$id": "12",
                      "customerNumber": "sample string 1",
                      "creationDate": "2025-06-14T07:07:37.7908147",
                      "businessPillar": "sample string 3",
                      "fileType": "sample string 4"
                    }
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$id": "13",
                    "id": 1,
                    "hostIdentifier": "uGgayFO1wU2WjRwmQlOz5A==",
                    "hostIdentifierGuid": "c81a68b8-b553-4dc1-968d-1c264253b3e4",
                    "storeID": 1,
                    "departmentCode": "sample string 2",
                    "hostGuids": [
                      "895bd5c3-bbb0-42e1-a9f5-ad84e0beffef",
                      "5f790ac0-7d5a-40ce-bc62-cda1021f7aa6"
                    ]
                  },
                  {
                    "$ref": "13"
                  }
                ],
                "hostFileStoreSetting": {
                  "$ref": "9"
                },
                "hostStoreSettings": [
                  {
                    "$ref": "9"
                  },
                  {
                    "$ref": "9"
                  }
                ],
                "promotionPlacements": [
                  {
                    "$id": "14",
                    "identifier": "s9Y+n8Y2o0ea1jjjdzcGVA==",
                    "identifierGuid": "9f3ed6b3-36c6-47a3-9ad6-38e377370654",
                    "code": "sample string 2",
                    "description": "sample string 3",
                    "isAdvertised": true
                  },
                  {
                    "$ref": "14"
                  }
                ],
                "promoTypeGuids": [
                  "a986da7c-8888-49bd-92e1-6de7e904c290",
                  "aaa2674c-4f72-4527-81fb-ba7e4c980cc1"
                ],
                "isPromotionOnly": false,
                "isOrderable": false,
                "vendor": 0
              },
              "groupIDs": [
                1,
                2
              ],
              "hostDescription": "sample string 24"
            },
            {
              "$ref": "9"
            }
          ],
          "accounts": [
            {
              "$id": "15",
              "id": 1,
              "storeID": 1,
              "accountName": "sample string 2",
              "bsb": "sample string 3",
              "accountNumber": "sample string 4",
              "accountDesignated": true
            },
            {
              "$ref": "15"
            }
          ],
          "sales": [
            {
              "$id": "16",
              "id": 1,
              "storeID": 1,
              "externalSalesType": 2,
              "ftpSiteID": 1,
              "lastSaleProcessed": "2025-06-14T07:07:37.7908147",
              "ftpSite": {
                "$id": "17",
                "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": "16"
            }
          ],
          "zoneMatrix": [
            {
              "$ref": "13"
            },
            {
              "$ref": "13"
            }
          ],
          "cashManagements": [
            {
              "$id": "18",
              "id": 1,
              "storeID": 1,
              "cashManagementType": 2,
              "apiID": 1,
              "organisationID": "sample string 3",
              "siteName": "sample string 4",
              "thirdPartyAPI": {
                "$id": "19",
                "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": "18"
            }
          ],
          "updateStoreID": "bd7e6e00-3153-4dfd-bfcb-9c91489c7c9a",
          "updateStore": {
            "$id": "20",
            "id": "b4770bb5-6b3c-4da8-92fd-8be3306face7",
            "name": "sample string 1",
            "lastActivity": "2025-06-14T07:07:37.7908147",
            "zone": "sample string 2",
            "timeZoneOffset": 0.0,
            "businessHoursStart": "00:00:00.1234567",
            "businessHoursEnd": "00:00:00.1234567",
            "master": true,
            "lastIP": "sample string 10",
            "lastHostName": "sample string 11",
            "ping": 1,
            "pingStatus": "sample string 12",
            "lastUpdateCompleted": "2025-06-14T07:07:37.7908147"
          },
          "timeZoneId": "sample string 53",
          "securityOptions": {
            "$id": "21",
            "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": "22",
            "pluG_UID": "cEZf/b7mTUO5+zT7zAe7eA==",
            "pluGuid": "fd5f4670-e6be-434d-b9fb-34fbcc07bb78",
            "plu": 1,
            "storeID": 1,
            "zoneID": 2,
            "zoneName": "sample string 3",
            "store": "sample string 4",
            "priceNow": 5,
            "costNow": 6,
            "costNowDecimals": 7,
            "normalPrice": 8,
            "gstPercent": 9,
            "normalCost": 10,
            "normalCostDecimals": 11,
            "costGstPercent": 12,
            "costCalcMethod": 1,
            "currentCost": 13,
            "currentCostDecimals": 14,
            "break1": 15,
            "price1": 16,
            "break2": 17,
            "price2": 18,
            "break3": 19,
            "price3": 20,
            "fuelItem": 21,
            "fixedWeight": 22,
            "active": true,
            "complianceIndicator": "sample string 23",
            "doNotOrder": true,
            "doNotRange": true,
            "isNormalPriceChangesCampaign": true,
            "updated": "2025-06-14T07:07:37.7908147"
          },
          {
            "$ref": "22"
          }
        ],
        "currentPrices": {
          "$id": "23",
          "pluPrices": {
            "$id": "24",
            "plu": 1,
            "pluG_UID": "QEA=",
            "stores": [
              1,
              2
            ],
            "normalPrice": 1,
            "cost": 2,
            "break1": 3,
            "price1": 4,
            "break2": 5,
            "price2": 6,
            "break3": 7,
            "price3": 8,
            "discountPrice": 9,
            "acceptedUtc": "2025-06-14T07:07:37.7908147",
            "priceChangeType": 0,
            "costDecimals": 10
          },
          "normalPluPrices": {
            "$ref": "24"
          },
          "winningCampaign": 1,
          "winner": {
            "$id": "25",
            "campaignName": "sample string 1",
            "campaignDescription": "sample string 2",
            "startDate": "2025-06-14T07:07:37.7908147",
            "startTime": 3,
            "endDate": "2025-06-14T07:07:37.7908147",
            "endTime": 4,
            "newPrice": 5,
            "newCost": 6,
            "newCostDecimals": 7,
            "pctDiscount": 8,
            "promoType": 1,
            "promotionTypeCode": "sample string 9",
            "hostType": 10,
            "hostIdentifier": "H0QxY80ka0uJpVjM94/38Q==",
            "hostIdentifierGuid": "6331441f-24cd-4b6b-89a5-58ccf78ff7f1",
            "storeNames": [
              "sample string 1",
              "sample string 2"
            ]
          },
          "details": [
            {
              "$ref": "25"
            },
            {
              "$ref": "25"
            }
          ]
        },
        "tray": {
          "$id": "26",
          "g_UId": "5RyYMS6SvE+zxCT4Xyi6aA==",
          "guid": "31981ce5-922e-4fbc-b3c4-24f85f28ba68",
          "name": "sample string 1",
          "number": 1,
          "tare": 1
        },
        "priceGroup": {
          "$id": "27",
          "priceGroupG_UID": "yxdUVI4ncUufacex0pjRKA==",
          "priceGroupGuid": "545417cb-278e-4b71-9f69-c7b1d298d128",
          "name": "sample string 2",
          "code": 1,
          "modified": true,
          "updated": "2025-06-14T07:07:37.7908147",
          "buyingLimit": 1,
          "buyingLimitIndependent": true,
          "buyingLimitType": 0,
          "number": 1,
          "products": [
            {
              "$ref": "6"
            },
            {
              "$ref": "6"
            }
          ],
          "productCount": 1
        },
        "priceGroupName": "sample string 145",
        "nutrifacts": {
          "$id": "28",
          "pluG_UID": "PKvWlnlrKE6nTjlMNyRwpg==",
          "pluGuid": "96d6ab3c-6b79-4e28-a74e-394c372470a6",
          "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": "29",
          "pluGuid": "48811eaf-fc4e-4302-bae4-657c03cd29b5",
          "created": "2025-06-14T07:07:37.7908147",
          "createdByUser": "sample string 1",
          "activated": "2025-06-14T07:07:37.7908147",
          "deactivated": "2025-06-14T07:07:37.7908147",
          "lastOrdered": "2025-06-14T07:07:37.7908147",
          "lastOrderedQty": 2.0,
          "lastReceived": "2025-06-14T07:07:37.7908147",
          "lastReceivedQty": 3.0,
          "lastInvoiceStatus": 1,
          "lastCounted": "2025-06-14T07:07:37.7908147",
          "lastSold": "2025-06-14T07:07:37.7908147",
          "firstSold": "2025-06-14T07:07:37.7908147",
          "awsUpdated": "2025-06-14T07:07:37.7908147",
          "lastManualUpdate": "2025-06-14T07:07:37.7908147",
          "lastManualUpdatedByUser": "sample string 5",
          "lastUpdated": "2025-06-14T07:07:37.7908147",
          "lastUpdatedByUser": "sample string 7",
          "lastUpdatedByHost": "2025-06-14T07:07:37.7908147",
          "doNotRangeUpdated": "2025-06-14T07:07:37.7908147",
          "doNotOrderUpdated": "2025-06-14T07:07:37.7908147",
          "tracked": "2025-06-14T07:07:37.7908147"
        },
        "allergens": [
          {
            "$id": "30",
            "allergenID": 1,
            "pluG_UID": "RDZYiNba80a/EO1QOT2PlA==",
            "pluGuid": "88583644-dad6-46f3-bf10-ed50393d8f94",
            "contains": 2,
            "allergenName": "sample string 3",
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "30"
          }
        ],
        "costs": {
          "$id": "31",
          "pluG_UID": "A/+hwDvWYUKEXuoElogZ1Q==",
          "pluGuid": "c0a1ff03-d63b-4261-845e-ea04968819d5",
          "enteredCost": 1,
          "weightedAvgCost": 1,
          "lastCost": 1,
          "rawEnteredCost": 2,
          "rawWeightedAvgCost": 3,
          "rawLastCost": 4,
          "freight": 5.0,
          "freightType": 6,
          "costDecimals": 7,
          "fifoCost": 1,
          "updated": "2025-06-14T07:07:37.7908147",
          "normalCost": 1,
          "currentCost": 1
        },
        "sales": [
          {
            "$id": "32",
            "saleHeaderID": 1,
            "created": "2025-06-14T07:07:37.7908147",
            "createdLocal": "2025-06-14T07:07:37.7908147",
            "storeID": 3,
            "storeName": "sample string 4",
            "operatorG_Uid": "00Fl6YAwtUGQUhB4buBG3g==",
            "operatorGuid": "e96541d3-3080-41b5-9052-10786ee046de",
            "operatorName": "sample string 5",
            "tranType": 1,
            "plu": 1,
            "pluG_UId": "v9kghQ/idEKuiaCh4p2Gzg==",
            "pluGuid": "8520d9bf-e20f-4274-ae89-a0a1e29d86ce",
            "normalPrice": 1,
            "totalCents": 1,
            "cost": 1,
            "grossProfit": 1,
            "quantity": 1,
            "operator": {
              "$id": "33",
              "id": 1,
              "g_Uid": "q9ojJt+K4EyqKqq2qn+IbA==",
              "guid": "2623daab-8adf-4ce0-aa2a-aab6aa7f886c",
              "operatorNumber": 1,
              "shortName": "sample string 2",
              "firstName": "sample string 3",
              "lastName": "sample string 4",
              "password": "sample string 5",
              "hasPassword": true,
              "passwordText": "sample string 6",
              "rfidTagID": "sample string 7",
              "blueprintID": 1,
              "groupID": 1,
              "groupName": "sample string 8",
              "managerGroupID": 1,
              "managerGroupName": "sample string 9",
              "zoneID": 1,
              "zoneName": "sample string 10",
              "loggedIn": 1,
              "lastUsedIP": "sample string 11",
              "deleted": true,
              "locked": true,
              "allowOpenTill": true,
              "webEmail": "sample string 14",
              "simpleOperatorType": 0,
              "webRole": "sample string 15",
              "updated": "2025-06-14T07:07:37.7908147",
              "passwordResetRequired": true,
              "alteredInStore": true,
              "startShift": "2025-06-14T07:07:37.7908147",
              "endShift": "2025-06-14T07:07:37.7908147",
              "machineName": "sample string 20",
              "drawerID": 1,
              "stores": [
                {
                  "$id": "34",
                  "operatorG_UID": "1ER2GHYmQU+LWagIBKjtZg==",
                  "operatorGuid": "187644d4-2676-4f41-8b59-a80804a8ed66",
                  "storeID": 2,
                  "operator": {
                    "$ref": "33"
                  },
                  "store": {
                    "$ref": "7"
                  }
                },
                {
                  "$ref": "34"
                }
              ]
            }
          },
          {
            "$ref": "32"
          }
        ],
        "apns": [
          {
            "$id": "35",
            "pluID": 1,
            "pluG_UID": "IWILfE/f/0KrKqg+ukxI/Q==",
            "pluGuid": "7c0b6221-df4f-42ff-ab2a-a83eba4c48fd",
            "apn": "sample string 1",
            "deleted": true,
            "storeID": 1,
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "35"
          }
        ],
        "tuns": [
          {
            "$id": "36",
            "pluG_UId": "qxTnN9Duj0+6rnXVrSYMug==",
            "pluGuid": "37e714ab-eed0-4f8f-baae-75d5ad260cba",
            "apn": "sample string 1",
            "tun": "sample string 2",
            "cartonQuantity": 3,
            "product": {
              "$ref": "6"
            },
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "36"
          }
        ],
        "competitionPricing": [
          {
            "$id": "37",
            "identifier": "PmSC4cblnU6bxWvOCeYGtw==",
            "identifierGuid": "e182643e-e5c6-4e9d-9bc5-6bce09e606b7",
            "pluG_UID": "J8EEERpxIESm5V1e09KBWg==",
            "pluGuid": "1104c127-711a-4420-a6e5-5d5ed3d2815a",
            "competitionID": 1,
            "name": "sample string 2",
            "sellMultiple": 3,
            "retailPrice": 4,
            "storeName": "sample string 5"
          },
          {
            "$ref": "37"
          }
        ],
        "supplier": {
          "$ref": "1"
        },
        "supplierName": "sample string 146",
        "children": [
          {
            "$ref": "6"
          },
          {
            "$ref": "6"
          }
        ],
        "ordering": {
          "$ref": "4"
        },
        "flipChartPages": [
          {
            "$id": "38",
            "identifier": "daHOdvrrKkG3GR2fPLjuRQ==",
            "groupName": "sample string 1",
            "identifierGuid": "76cea175-ebfa-412a-b719-1d9f3cb8ee45",
            "exists": true,
            "flipChartIdentifier": "yfLYib9SgUeLesczVj6AKA==",
            "flipChartIdentifierGuid": "89d8f2c9-52bf-4781-8b7a-c733563e8028",
            "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": "OO71FFmSm0O09UKCGyRZ/A==",
            "groupIdentifierGuid": "14f5ee38-9259-439b-b4f5-42821b2459fc",
            "flipChart": {
              "$id": "39",
              "identifier": "JIvc2W0h9EqZ5rOG5KHmBw==",
              "identifierGuid": "d9dc8b24-216d-4af4-99e6-b386e4a1e607",
              "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": "40",
                "identifier": "RYTY2IEmvEifV6hBmfcNMw==",
                "identifierGuid": "d8d88445-2681-48bc-9f57-a84199f70d33",
                "name": "sample string 2",
                "formType": "sample string 3",
                "forms": [
                  {
                    "$id": "41",
                    "id": 1,
                    "g_UID": "7MWPqAX64UWKvElc6PPleA==",
                    "guid": "a88fc5ec-fa05-45e1-8abc-495ce8f3e578",
                    "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": "ZX6wTqjz30GSnOHhlQ181w==",
                    "previousFormGuid": "4eb07e65-f3a8-41df-929c-e1e1950d7cd7",
                    "nextForm": 1,
                    "nextFormG_UID": "cXEzU8tSuESkVvWFUgyZlg==",
                    "nextFormGuid": "53337171-52cb-44b8-a456-f585520c9996",
                    "attributes": "sample string 10",
                    "updated": "2025-06-14T07:07:37.7908147",
                    "positioning": 1,
                    "contentPanel": "sample string 11",
                    "selectionMode": 1,
                    "maximumSelections": 1,
                    "alteredInStore": true,
                    "deleted": true,
                    "blueprintID": 1,
                    "preserveLayout": true,
                    "mainCheckoutFormName": "sample string 13",
                    "nextCheckoutForm": {
                      "$ref": "41"
                    },
                    "previousCheckoutForm": {
                      "$ref": "41"
                    },
                    "buttons": [
                      {
                        "$id": "42",
                        "id": 1,
                        "checkoutFormID": 2,
                        "checkoutFormG_UID": "oC2OoXEDfE69hwZnopst8g==",
                        "checkoutFormGuid": "a18e2da0-0371-4e7c-bd87-0667a29b2df2",
                        "identifier": "GtVmVVf+eEyvYx5vWCWlTQ==",
                        "identifierGuid": "5566d51a-fe57-4c78-af63-1e6f5825a54d",
                        "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": "TdzesN7dJ0WdaH50A3ZwlA==",
                        "valueGuid": "b0dedc4d-ddde-4527-9d68-7e7403767094",
                        "buttonText": "sample string 10",
                        "valueText": "sample string 11",
                        "drawImageAndButton": true,
                        "updated": "2025-06-14T07:07:37.7908147",
                        "action": "sample string 12",
                        "valueForm": {
                          "$ref": "41"
                        },
                        "image": {
                          "$id": "43",
                          "name": "sample string 3.sample string 4",
                          "imageID": 2,
                          "imageName": "sample string 3",
                          "imageExtension": "sample string 4",
                          "lastUpdate": "2025-06-14T07:07:37.7908147",
                          "imageData": "QEA=",
                          "readOnly": true
                        }
                      },
                      {
                        "$ref": "42"
                      }
                    ],
                    "panels": [
                      {
                        "$id": "44",
                        "id": 1,
                        "checkoutFormID": 2,
                        "checkoutFormG_UID": "4XZnsIqdJU6syEJhlKFO1Q==",
                        "checkoutFormGuid": "b06776e1-9d8a-4e25-acc8-426194a14ed5",
                        "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": "44"
                      }
                    ]
                  },
                  {
                    "$ref": "41"
                  }
                ],
                "panels": [
                  {
                    "$ref": "44"
                  },
                  {
                    "$ref": "44"
                  }
                ]
              },
              "pages": [
                {
                  "$ref": "38"
                },
                {
                  "$ref": "38"
                }
              ]
            },
            "contentPanel": {
              "$ref": "44"
            },
            "products": [
              {
                "$id": "45",
                "flipChartPageIdentifier": "ZoJXkU/gtkaRFjHVWALyzw==",
                "flipChartPageIdentifierGuid": "91578266-e04f-46b6-9116-31d55802f2cf",
                "pluG_UID": "xKlmP+KTyEml1IdzB+PlTw==",
                "pluGuid": "3f66a9c4-93e2-49c8-a5d4-877307e3e54f",
                "sortOrder": 3,
                "sent": true,
                "productChanged": true,
                "productImageName": "sample string 6",
                "productShowImageOnFlipCharts": true,
                "productShowTextOnFlipCharts": true,
                "productOverrideFlipChartText": true,
                "productFlipChartText": "sample string 10",
                "product": {
                  "$ref": "6"
                },
                "departmentSortOrder": 11,
                "subDepartmentName": "sample string 12"
              },
              {
                "$ref": "45"
              }
            ],
            "productCount": 27,
            "pages": [
              {
                "$ref": "38"
              },
              {
                "$ref": "38"
              }
            ]
          },
          {
            "$ref": "38"
          }
        ],
        "priceHistory": [
          {
            "$id": "46",
            "pluG_UID": "DzRnuF2Ac0WOsdga1ABtUA==",
            "pluGuid": "b867340f-805d-4573-8eb1-d81ad4006d50",
            "price": 1,
            "costCalcMethod": 1,
            "cost": 2,
            "weightedAvgCost": 3,
            "lastCost": 4,
            "rawCost": 5,
            "rawWeightedAvgCost": 6,
            "rawLastCost": 7,
            "costDecimals": 8,
            "serviceFeeID": 9,
            "freight": 10.0,
            "freightType": 11,
            "process": "sample string 12",
            "user": "sample string 13",
            "updated": "2025-06-14T07:07:37.7908147",
            "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": "46"
          }
        ],
        "ingredients": [
          {
            "$id": "47",
            "pluG_UID": "Uv1MSkIxwUi4DFVACV1mPQ==",
            "ingredientGuid": "t++ZUAViMEGh4PkdU2H0hg==",
            "ingredientIdentifier": "5099efb7-6205-4130-a1e0-f91d5361f486",
            "quantity": 1.0,
            "storeIDs": [
              1,
              2
            ],
            "ingredientText": "sample string 1",
            "ingredient": {
              "$ref": "6"
            }
          },
          {
            "$ref": "47"
          }
        ],
        "bins": [
          {
            "$id": "48",
            "pluG_UID": "nRvUmOJob0iNqMhv14Z3Iw==",
            "pluGuid": "98d41b9d-68e2-486f-8da8-c86fd7867723",
            "shelfLocationIdentifier": "zSpn3Rchw0yYUo58jNnlEg==",
            "shelfLocationGuid": "dd672acd-2117-4cc3-9852-8e7c8cd9e512",
            "labelShelfDefault": 1,
            "labelTalkerDefault": 1,
            "labelSmall": true,
            "labelPageLayoutG_UID": "Xob2uLCWaEK90RfdsZnXzw==",
            "labelPageLayoutGuid": "b8f6865e-96b0-4268-bdd1-17ddb199d7cf",
            "updated": "2025-06-14T07:07:37.7908147",
            "electronicShelfLabelIdentifier": "sample string 5",
            "electronicshelfLabelsConfigurationID": 6,
            "labelShelfChanged": true,
            "productName": "sample string 8",
            "locationText": "sample string 9",
            "product": {
              "$ref": "6"
            },
            "location": {
              "$id": "49",
              "identifier": "TLOYsDEaRUq6yUjriO1Lfg==",
              "storeID": 1,
              "identifierGuid": "b098b34c-1a31-4a45-bac9-48eb88ed4b7e",
              "name": "sample string 2",
              "haccp": true,
              "blueprintID": 1,
              "updated": "2025-06-14T07:07:37.7908147",
              "minTemp": 1,
              "maxTemp": 1,
              "checkFrequency": 1,
              "storeCaseConfiguration": 5,
              "storeName": "sample string 6",
              "bins": [
                {
                  "$ref": "48"
                },
                {
                  "$ref": "48"
                }
              ]
            }
          },
          {
            "$ref": "48"
          }
        ],
        "bin": {
          "$ref": "48"
        },
        "scaleLocations": [
          {
            "$id": "50",
            "plu": 1,
            "pluG_UID": "1wXAaHuul0yri4pljTK7tg==",
            "pluGuid": "68c005d7-ae7b-4c97-ab8b-8a658d32bbb6",
            "deptNo": 1,
            "product": {
              "$ref": "6"
            },
            "scaleLocation": {
              "$id": "51",
              "id": 1,
              "deptNo": 1,
              "deptCode": "sample string 2",
              "name": "sample string 3",
              "enabled": true,
              "updated": "2025-06-14T07:07:37.7908147",
              "department": {
                "$id": "52",
                "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": "51"
                },
                "subDepartments": [
                  {
                    "$id": "53",
                    "id": 1,
                    "departmentID": 2,
                    "name": "sample string 3",
                    "code": "sample string 4",
                    "departmentCode": "sample string 5",
                    "externalSales": true,
                    "minorDepartments": [
                      {
                        "$id": "54",
                        "id": 1,
                        "subDepartmentID": 2,
                        "departmentID": 3,
                        "name": "sample string 4",
                        "subDepartmentCode": "sample string 5",
                        "departmentCode": "sample string 6",
                        "code": "sample string 7",
                        "lesserDepartments": [
                          {
                            "$id": "55",
                            "id": 1,
                            "departmentID": 2,
                            "subDepartmentID": 3,
                            "minorDepartmentID": 4,
                            "name": "sample string 5",
                            "code": "sample string 6",
                            "departmentCode": "sample string 7",
                            "subDepartmentCode": "sample string 8",
                            "minorDepartmentCode": "sample string 9",
                            "updated": "2025-06-14T07:07:37.7908147",
                            "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": "vFDss/25ikitr1C3MzjR/g==",
                            "labelPageLayoutGuid": "b3ec50bc-b9fd-488a-adaf-50b73338d1fe",
                            "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": "56",
                              "dept": 1,
                              "category": 2,
                              "name": "sample string 3",
                              "active": true,
                              "mscCommodities": [
                                {
                                  "$id": "57",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "name": "sample string 4",
                                  "active": true,
                                  "mscSubCommodities": [
                                    {
                                      "$id": "58",
                                      "dept": 1,
                                      "category": 2,
                                      "commodity": 3,
                                      "subCommodity": 4,
                                      "name": "sample string 5",
                                      "active": true,
                                      "subCommodityCode": "sample string 7"
                                    },
                                    {
                                      "$ref": "58"
                                    }
                                  ],
                                  "commodityCode": "sample string 6"
                                },
                                {
                                  "$ref": "57"
                                }
                              ],
                              "categoryCode": "sample string 5"
                            },
                            "mscCom": {
                              "$ref": "57"
                            },
                            "mscDep": {
                              "$id": "59",
                              "dept": 1,
                              "name": "sample string 2",
                              "active": true,
                              "mscCategories": [
                                {
                                  "$ref": "56"
                                },
                                {
                                  "$ref": "56"
                                }
                              ],
                              "deptCode": "sample string 4"
                            },
                            "mscSubCom": {
                              "$ref": "58"
                            }
                          },
                          {
                            "$ref": "55"
                          }
                        ],
                        "updated": "2025-06-14T07:07:37.7908147",
                        "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": "dIUqDWWqmUul4YkArLIS7Q==",
                        "labelPageLayoutGuid": "0d2a8574-aa65-4b99-a5e1-8900acb212ed",
                        "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": "56"
                        },
                        "mscCom": {
                          "$ref": "57"
                        },
                        "mscDep": {
                          "$ref": "59"
                        },
                        "mscSubCom": {
                          "$ref": "58"
                        }
                      },
                      {
                        "$ref": "54"
                      }
                    ],
                    "investmentBuyOverride": true,
                    "updated": "2025-06-14T07:07:37.7908147",
                    "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": "DfWecQdtI0OPzIvwORnbUg==",
                    "labelPageLayoutGuid": "719ef50d-6d07-4323-8fcc-8bf03919db52",
                    "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": "56"
                    },
                    "mscCom": {
                      "$ref": "57"
                    },
                    "mscDep": {
                      "$ref": "59"
                    },
                    "mscSubCom": {
                      "$ref": "58"
                    }
                  },
                  {
                    "$ref": "53"
                  }
                ],
                "stores": [
                  1,
                  2
                ],
                "investmentBuyOverride": true,
                "updated": "2025-06-14T07:07:37.7908147",
                "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": "uDnvYd5mkky9tLMfR9RDPA==",
                "labelPageLayoutGuid": "61ef39b8-66de-4c92-bdb4-b31f47d4433c",
                "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": "56"
                },
                "mscCom": {
                  "$ref": "57"
                },
                "mscDep": {
                  "$ref": "59"
                },
                "mscSubCom": {
                  "$ref": "58"
                }
              }
            }
          },
          {
            "$ref": "50"
          }
        ],
        "nextPrice": {
          "$id": "60",
          "id": 1,
          "campaignID": 2,
          "campaignName": "sample string 3",
          "plu": 1,
          "hostOfferID": 1,
          "metcashPromotionID": "sample string 4",
          "metcashPromotionPlacement": "sample string 5",
          "pluG_UID": "QSeavTm7z0yuYzJlo+jYmA==",
          "pluGuid": "bd9a2741-bb39-4ccf-ae63-3265a3e8d898",
          "newPrice": 1,
          "pctDiscount": 1,
          "newCost": 1,
          "newCostDecimals": 6,
          "dealCostIdentifier": "ysY1S2wbx0e5lbCi5apevw==",
          "dealCostGuid": "4b35c6ca-1b6c-47c7-b995-b0a2e5aa5ebf",
          "pluName": "sample string 7",
          "apn": "sample string 8",
          "fuelItem": true,
          "priceGroupG_UID": "3G4PBqGMwku67yoRy4N0OQ==",
          "priceGroupGuid": "060f6edc-8ca1-4bc2-baef-2a11cb837439",
          "itemNumber": "sample string 10",
          "cri": "sample string 11",
          "pluPrice": 12,
          "pluCost": 13,
          "pluCostIndicator": "sample string 14",
          "pluPriceGstPercent": 15,
          "pluCostGstPercent": 16,
          "pluActive": true,
          "cartonQty": 1.1,
          "baseUnits": 18.1,
          "salesMode": 1,
          "pluNormalCost": 19,
          "pluaws": 20.0,
          "directNumber": "sample string 21",
          "departmentName": "sample string 22",
          "subDepartmentName": "sample string 23",
          "priceGroupName": "sample string 24",
          "supplierName": "sample string 25",
          "stockOnHand": 1.1,
          "stockOnOrder": 1.1,
          "lastReceived": "2025-06-14T07:07:37.7908147",
          "rrp": 26,
          "campaignDescription": "sample string 27",
          "campaignComboPriceGroupG_UID": "IbiJWbKH10qH8N4pXVBiog==",
          "campaignComboPriceGroupIdentifier": "5989b821-87b2-4ad7-87f0-de295d5062a2",
          "promotionPlacementDescription": "sample string 28",
          "storeAcceptances": [
            {
              "$id": "61",
              "plu": 1,
              "pluG_UId": "QEA=",
              "campaignID": 1,
              "campaignName": "sample string 2",
              "storeID": 3,
              "acceptedUtc": "2025-06-14T07:07:37.7908147",
              "operatorG_UID": "5StJpbAfCEWReItgetp9vQ==",
              "operatorGuid": "a5492be5-1fb0-4508-9178-8b607ada7dbd",
              "machineID": 1,
              "processed": true,
              "appliedUtc": "2025-06-14T07:07:37.7908147",
              "signIqTicketFileMovedUtc": "2025-06-14T07:07:37.7908147",
              "user": "sample string 6",
              "campaignDescription": "sample string 7",
              "productDesc": "sample string 8",
              "storeName": "sample string 9",
              "effectiveUtc": "2025-06-14T07:07:37.7908147",
              "priceChangeType": 0,
              "operatorName": "sample string 10",
              "hostCampaign": true,
              "product": {
                "$ref": "6"
              },
              "campaignPlu": {
                "$ref": "60"
              }
            },
            {
              "$ref": "61"
            }
          ],
          "campaign": {
            "$id": "62",
            "id": 1,
            "storeID": 2,
            "name": "0f196b07-030c-4349-9e55-06663bc879ca",
            "nameGuid": "0f196b07-030c-4349-9e55-06663bc879ca",
            "description": "sample string 4",
            "showDiscounts": true,
            "showTotals": true,
            "onlyEvaluateOnSubtotal": true,
            "useDescription": true,
            "campaignType": 1,
            "startDate": "2025-06-14T07:07:37.7908147",
            "startTime": 1,
            "endDate": "2025-06-14T07:07:37.7908147",
            "endTime": 1,
            "recurrence": 1,
            "recurrenceType": 1,
            "monthType": 1,
            "weekDays": 1,
            "months": 1,
            "monthWeeks": 1,
            "monthDays": "sample string 7",
            "printed": true,
            "talkerText": "sample string 8",
            "rangeDescription": "sample string 9",
            "dealDescription": "sample string 10",
            "labelQuantity": 11,
            "active": 1,
            "deactivated": "2025-06-14T07:07:37.7908147",
            "system": true,
            "created": "2025-06-14T07:07:37.7908147",
            "updated": "2025-06-14T07:07:37.7908147",
            "priceChangeNotifiedUtc": "2025-06-14T07:07:37.7908147",
            "promoType": 1,
            "promotionTypeCode": "sample string 13",
            "hostIdentifier": "PcfCJ/zHPka64JSvYOY+9g==",
            "hostIdentifierGuid": "27c2c73d-c7fc-463e-bae0-94af60e63ef6",
            "hostType": 14,
            "createdByUser": "sample string 15",
            "fromHost": true,
            "deleted": true,
            "campaignDeleted": "2025-06-14T07:07:37.7908147",
            "updatedByUser": "sample string 18",
            "offerID": 1,
            "isPriceChangeCampaign": true,
            "stores": [
              1,
              2
            ],
            "storeNames": [
              "sample string 1",
              "sample string 2"
            ],
            "campaignPlus": [
              {
                "$ref": "60"
              },
              {
                "$ref": "60"
              }
            ],
            "campaignPools": [
              {
                "$id": "63",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "plu": 4,
                "pluG_UID": "nfhtheLew02eOOyMckEKIg==",
                "pluGuid": "856df89d-dee2-4dc3-9e38-ec8c72410a22",
                "hostOfferID": 1,
                "priceGroupG_UID": "hOdY1MWpIkWivsyAWA6uHA==",
                "priceGroupGuid": "d458e784-a9c5-4522-a2be-cc80580eae1c",
                "fuelItem": true,
                "pluName": "sample string 6",
                "apn": "sample string 7",
                "pluActive": true,
                "cartonQty": 1,
                "baseUnits": 9.1,
                "cri": "sample string 10",
                "salesMode": 1,
                "pluaws": 11.0,
                "directNumber": "sample string 12",
                "departmentName": "sample string 13",
                "subDepartmentName": "sample string 14",
                "priceGroupName": "sample string 15",
                "supplierName": "sample string 16",
                "stockOnHand": 1.1,
                "stockOnOrder": 1.1,
                "lastReceived": "2025-06-14T07:07:37.7908147",
                "rrp": 17,
                "campaignDescription": "sample string 18",
                "product": {
                  "$ref": "6"
                },
                "campaign": {
                  "$ref": "62"
                }
              },
              {
                "$ref": "63"
              }
            ],
            "sellingRules": [
              {
                "$id": "64",
                "id": 1,
                "identifier": "dgEuzl+LokKMVRWYlAHbjQ==",
                "identifierStr": "dgEuzl+LokKMVRWYlAHbjQ==",
                "identifierGuid": "ce2e0176-8b5f-42a2-8c55-15989401db8d",
                "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": "62"
                }
              },
              {
                "$ref": "64"
              }
            ],
            "customers": [
              {
                "$id": "65",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "customerID": "lH4i2YbmyEC4t3PA/60+7Q==",
                "customerIDGuid": "d9227e94-e686-40c8-b8b7-73c0ffad3eed",
                "campaign": {
                  "$ref": "62"
                },
                "customer": {
                  "$id": "66",
                  "identifier": "LqpzIJuZtUWAy48WRCbBSA==",
                  "identifierGuid": "2073aa2e-999b-45b5-80cb-8f164426c148",
                  "code": "sample string 2",
                  "familyName": "sample string 3",
                  "givenName": "sample string 4",
                  "otherName": "sample string 5",
                  "title": "sample string 6",
                  "dateOfBirth": "2025-06-14T07:07:37.7908147",
                  "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": "x7p8WLliR0Oy17ktIrNKXg==",
                  "communityIdentifierGuid": "587cbac7-62b9-4347-b2d7-b92d22b34a5e",
                  "joined": "2025-06-14T07:07:37.7908147",
                  "updated": "2025-06-14T07:07:37.7908147",
                  "active": true,
                  "reasonInactive": 1,
                  "groupCustomer": true,
                  "loyaltyPoints": 1,
                  "homeStoreID": 1,
                  "availableSpend": 1,
                  "priceLevelIdentifier": "8moOYdIBFE+SGtBsb/k7Lg==",
                  "priceLevelIdentifierGuid": "610e6af2-01d2-4f14-921a-d06c6ff93b2e",
                  "marketingID": "sample string 18",
                  "hidden": true,
                  "registered": true,
                  "registeredOn": "2025-06-14T07:07:37.7908147",
                  "emailMarketing": true,
                  "smsMarketing": true,
                  "deleted": true,
                  "deletedUser": "sample string 24",
                  "homeStoreName": "sample string 25",
                  "customerCards": [
                    {
                      "$id": "67",
                      "cardType": 2,
                      "issueDate": "2025-06-14T07:07:37.7908147",
                      "expiry": "2025-06-14T07:07:37.7908147",
                      "customerID": "iUc2sdQ0v0my6vpEGs9Qdg==",
                      "customerIDGuid": "b1364789-34d4-49bf-b2ea-fa441acf5076",
                      "initialValue": 1,
                      "currentValue": 1,
                      "maxLimit": 1,
                      "minTransaction": 1,
                      "maxTransaction": 1,
                      "multiplier": 1.1,
                      "active": true,
                      "reasonInactive": 1,
                      "idRequired": true,
                      "idType": 1,
                      "idValue": "sample string 5",
                      "updated": "2025-06-14T07:07:37.7908147",
                      "linkedAccount": "JR1D0hwqiEuM8LD+ur+W2w==",
                      "linkedAccountGuid": "d2431d25-2a1c-4b88-8cf0-b0febabf96db",
                      "currentValueChanged": true,
                      "limitsChanged": true,
                      "customer": {
                        "$ref": "66"
                      },
                      "account": {
                        "$id": "68",
                        "id": 1,
                        "identifier": "+NsAK4NTekCn2BNkW+lAvQ==",
                        "identifierGuid": "2b00dbf8-5383-407a-a7d8-13645be940bd",
                        "referenceNo": "sample string 3",
                        "name": "sample string 4",
                        "created": "2025-06-14T07:07:37.7908147",
                        "owner": "WMm2cbKrXUiVPfhTIUp4/A==",
                        "ownerGuid": "71b6c958-abb2-485d-953d-f853214a78fc",
                        "accountStoreGroupIdentifier": "snFwpjZ33Uup9hJVmrqa/g==",
                        "accountStoreGroupGuid": "a67071b2-7736-4bdd-a9f6-12559aba9afe",
                        "accountType": 1,
                        "currentBalance": 1,
                        "externalID": "sample string 7",
                        "maximumLimit": 1,
                        "accruePoints": true,
                        "loyaltyPoints": 1,
                        "termsOfTrade": 1,
                        "signatureRequired": true,
                        "referenceRequired": true,
                        "statementSendType": 10,
                        "ageingPeriod": 1,
                        "monthlyAgeingPeriod": true,
                        "explodedInvoice": true,
                        "isFifoAllocation": true,
                        "lastStatementSent": "2025-06-14T07:07:37.7908147",
                        "active": true,
                        "updated": "2025-06-14T07:07:37.7908147",
                        "deleted": true,
                        "deletedUser": "sample string 16",
                        "currentBalanceChanged": true,
                        "maximumLimitChanged": true,
                        "loyaltyPointsChanged": true,
                        "projectedBalance": 17,
                        "accountStoreGroupStoreIDs": [
                          1,
                          2
                        ],
                        "customerEmail": "sample string 18",
                        "ownerCustomer": {
                          "$ref": "66"
                        },
                        "card": {
                          "$ref": "67"
                        },
                        "members": {
                          "$id": "69",
                          "sample string 1": [
                            {
                              "$ref": "66"
                            },
                            {
                              "$ref": "66"
                            }
                          ],
                          "sample string 2": [
                            {
                              "$ref": "66"
                            },
                            {
                              "$ref": "66"
                            }
                          ]
                        },
                        "customerGroups": [
                          {
                            "$id": "70",
                            "identifier": "En3qrSgYnkmUX7gG/EUvVg==",
                            "identifierGuid": "adea7d12-1828-499e-945f-b806fc452f56",
                            "name": "sample string 2",
                            "primaryContact": "nLXw+HnmZkWIFjIZ5QgAzA==",
                            "primaryContactGuid": "f8f0b59c-e679-4566-8816-3219e50800cc",
                            "accountID": "PXB413HznECTZROk8MAatQ==",
                            "accountIDGuid": "d778703d-f371-409c-9365-13a4f0c01ab5",
                            "special": true,
                            "updated": "2025-06-14T07:07:37.7908147",
                            "active": true,
                            "reasonInactive": 1,
                            "priceLevelIdentifier": "zRigUX+fuk201PRSd2frcw==",
                            "priceLevelIdentifierGuid": "51a018cd-9f7f-4dba-b4d4-f4527767eb73",
                            "deleted": true,
                            "account": {
                              "$ref": "68"
                            },
                            "primaryContactCustomer": {
                              "$ref": "66"
                            },
                            "customerGroupMembers": [
                              {
                                "$id": "71",
                                "id": 1,
                                "groupID": "TkTfgwkJ8EGVKh9Y2eLJfw==",
                                "groupIDGuid": "83df444e-0909-41f0-952a-1f58d9e2c97f",
                                "customerID": "m+gersH+6ECP6LuzSaoaZQ==",
                                "customerIDGuid": "ae1ee89b-fec1-40e8-8fe8-bbb349aa1a65",
                                "card": "sample string 4",
                                "linkedAccount": "PfHuMjWiO0W6mpe3VcBSbQ==",
                                "linkedAccountGuid": "32eef13d-a235-453b-ba9a-97b755c0526d",
                                "customer": {
                                  "$ref": "66"
                                },
                                "group": {
                                  "$ref": "70"
                                },
                                "customerCard": {
                                  "$ref": "67"
                                }
                              },
                              {
                                "$ref": "71"
                              }
                            ]
                          },
                          {
                            "$ref": "70"
                          }
                        ]
                      },
                      "payments": [
                        {
                          "$id": "72",
                          "id": 1,
                          "identifier": "Rhn2TRR6Sk6kn7WztgeR+A==",
                          "identifierGuid": "4df61946-7a14-4e4a-a49f-b5b3b60791f8",
                          "storeID": 2,
                          "operatorName": "sample string 3",
                          "saleHeaderID": 4,
                          "paymentType": 5,
                          "amount": 6,
                          "account": "sample string 7",
                          "accountID": "saLRFcFPzUGimqTm5YJgRA==",
                          "accountIDGuid": "15d1a2b1-4fc1-41cd-a29a-a4e6e5826044",
                          "customerAccount": {
                            "$ref": "68"
                          },
                          "customerCard": {
                            "$ref": "67"
                          },
                          "accountType": 1,
                          "cardName": "sample string 8",
                          "authorisationNumber": "sample string 9",
                          "bankReference": "sample string 10",
                          "merchantID": "sample string 11",
                          "terminalID": "sample string 12",
                          "cardNumber": "sample string 13",
                          "paymentDate": "2025-06-14T07:07:37.7908147",
                          "invRocNo": "sample string 14",
                          "responseCode": "sample string 15",
                          "cashout": 1,
                          "tip": 16,
                          "idempotentVoid": "nete4SvAlECn77wx65Xg7g==",
                          "idempotentVoidGuid": "e15eeb9d-c02b-4094-a7ef-bc31eb95e0ee",
                          "offline": true,
                          "processed": 1,
                          "storeSaleHeader": {
                            "$id": "73",
                            "saleHeaderID": 1,
                            "saleHeaderGuid": "mA8ckcvQ5UCkrfkcthdZiw==",
                            "saleHeaderIdentifierGuid": "911c0f98-d0cb-40e5-a4ad-f91cb617598b",
                            "created": "2025-06-14T07:07:37.7908147",
                            "createdLocal": "2025-06-14T07:07:37.7908147",
                            "createdText": "sample string 4",
                            "itemCount": 5,
                            "totalAmount": 6,
                            "cashTender": 1,
                            "cardTender": 1,
                            "cheqTender": 1,
                            "acctTender": 1,
                            "voucherTender": 1,
                            "loyaltyPoints": 1,
                            "cashout": 1,
                            "changeAmount": 1,
                            "rounding": 1,
                            "gstAmount": 1,
                            "transactionDiscountTender": 1,
                            "totalTip": 7,
                            "tranType": 1,
                            "processed": 1,
                            "imported": "2025-06-14T07:07:37.7908147",
                            "storeID": 1,
                            "operatorG_Uid": "UFWlmyV/WUCF5+oHeyws3Q==",
                            "operatorGuid": "9ba55550-7f25-4059-85e7-ea077b2c2cdd",
                            "customerG_Uid": "caILQa4FIEWYovCJqVgYOg==",
                            "customerGuid": "410ba271-05ae-4520-98a2-f089a958183a",
                            "communityIdentifier": "Vk67dS2pVkC98e+qBCtjDg==",
                            "communityIdentifierGuid": "75bb4e56-a92d-4056-bdf1-efaa042b630e",
                            "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": "f0bldKduYES8PPdraG8zEQ==",
                            "priceLevelIdentifierGuid": "74e5467f-6ea7-4460-bc3c-f76b686f3311",
                            "locked": 36,
                            "relationChecksum": "sample string 37",
                            "loyaltyTender": 1,
                            "giftCardTender": 1,
                            "operator": {
                              "$ref": "33"
                            },
                            "customer": {
                              "$ref": "66"
                            },
                            "communityOrganisation": {
                              "$id": "74",
                              "id": 1,
                              "identifier": "K1oTeLfUwEKiVj03MOvktQ==",
                              "identifierGuid": "78135a2b-d4b7-42c0-a256-3d3730ebe4b5",
                              "name": "sample string 3",
                              "lookupIdentifier": "sample string 4",
                              "externalID": "sample string 5",
                              "phone": "sample string 6",
                              "fax": "sample string 7",
                              "email": "sample string 8",
                              "address1": "sample string 9",
                              "address2": "sample string 10",
                              "city": "sample string 11",
                              "postCode": "sample string 12",
                              "state": "sample string 13",
                              "country": "sample string 14",
                              "totalAmountAwarded": 15.1,
                              "updated": "2025-06-14T07:07:37.7908147",
                              "deleted": true
                            },
                            "details": [
                              {
                                "$id": "75",
                                "saleItemID": 1,
                                "identifier": "yYqk52Bx9UmoHt/HR+zlxA==",
                                "identifierGuid": "e7a48ac9-7160-49f5-a81e-dfc747ece5c4",
                                "saleHeaderID": 2,
                                "plu": 1,
                                "pluG_UId": "m4C+0MHs/ECSk/M6RYhL5w==",
                                "pluGuid": "d0be809b-ecc1-40fc-9293-f33a45884be7",
                                "accountID": "SOa3mPSycUy87eEaT2PYzw==",
                                "accountIDGuid": "98b7e648-b2f4-4c71-bced-e11a4f63d8cf",
                                "normalPrice": 3,
                                "originalSellingPrice": 4,
                                "discountPrice": 5,
                                "unit": 1,
                                "quantity": 6,
                                "totalCents": 7,
                                "fixedPrice": 1,
                                "tranType": 1,
                                "discountType": 1,
                                "cost": 1,
                                "costDecimals": 8,
                                "markdown": 1,
                                "manualQuantity": 1,
                                "manualPrice": 1,
                                "manualMode": 1,
                                "active": 1,
                                "offline": true,
                                "barcode": "sample string 9",
                                "keyedSale": 1,
                                "discountedID": 1,
                                "fuelID": 1,
                                "serialNumber": "sample string 10",
                                "bestOrExpire": "2025-06-14T07:07:37.7908147",
                                "bestOrExpireType": 1,
                                "providerName": "sample string 11",
                                "refundG_UID": "eA0jYs24X06X2NYnoNB9gQ==",
                                "refundGuid": "62230d78-b8cd-4e5f-97d8-d627a0d07d81",
                                "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": "nBCYSd5JFUiPj5G9swtJBQ==",
                                "idempotentVoidGuid": "4998109c-49de-4815-8f8f-91bdb30b4905",
                                "priceLevelIdentifier": "pvGO8uKN/kKD2s2J/P7dLA==",
                                "priceLevelIdentifierGuid": "f28ef1a6-8de2-42fe-83da-cd89fcfedd2c",
                                "productName": "sample string 23",
                                "apn": "sample string 24",
                                "unknownScans": [
                                  {
                                    "$id": "76",
                                    "id": 1,
                                    "saleDetailID": 2,
                                    "storeID": 1,
                                    "scanned": "2025-06-14T07:07:37.7908147",
                                    "operatorG_UID": "QEA=",
                                    "barcode": "sample string 4",
                                    "processed": 1
                                  },
                                  {
                                    "$ref": "76"
                                  }
                                ],
                                "refund": {
                                  "$id": "77",
                                  "id": 1,
                                  "g_UID": "3E/TBhmCO0+7LnYAS9pv1Q==",
                                  "guid": "06d34fdc-8219-4f3b-bb2e-76004bda6fd5",
                                  "description": "sample string 1",
                                  "dumped": true,
                                  "inventoryReasonID": 1,
                                  "sortOrder": 1,
                                  "updated": "2025-06-14T07:07:37.7908147"
                                },
                                "modifier": {
                                  "$id": "78",
                                  "id": 1,
                                  "setG_UID": "8+cSswQrjkSL8ysI3zj3Dw==",
                                  "modifierSetGuid": "b312e7f3-2b04-448e-8bf3-2b08df38f70f",
                                  "name": "sample string 2",
                                  "price": 1,
                                  "quantity": 1,
                                  "modifierType": 1,
                                  "groupNumber": 1,
                                  "pageNumber": 1,
                                  "controlOrder": 1,
                                  "printToStation": true,
                                  "pluG_UID": "VfayEI81UEeDVrAThRboCA==",
                                  "pluGuid": "10b2f655-358f-4750-8356-b0138516e808",
                                  "deleted": true,
                                  "g_UID": "3eQ13GXTwUqreKHTXYGarQ==",
                                  "guid": "dc35e4dd-d365-4ac1-ab78-a1d35d819aad",
                                  "product": {
                                    "$ref": "6"
                                  }
                                },
                                "priceLevelName": "sample string 25",
                                "pumpNumber": 1,
                                "hoseNumber": 1
                              },
                              {
                                "$ref": "75"
                              }
                            ],
                            "eftReceipts": [
                              {
                                "$id": "79",
                                "id": 1,
                                "storeID": 1,
                                "saleHeaderID": 2,
                                "storeSaleHeader": {
                                  "$ref": "73"
                                },
                                "receipt": "sample string 3",
                                "processed": 1
                              },
                              {
                                "$ref": "79"
                              }
                            ],
                            "payments": [
                              {
                                "$ref": "72"
                              },
                              {
                                "$ref": "72"
                              }
                            ],
                            "cards": [
                              {
                                "$id": "80",
                                "id": 1,
                                "saleHeaderID": 1,
                                "identifier": "sample string 2",
                                "cardType": 3,
                                "providerName": "sample string 4"
                              },
                              {
                                "$ref": "80"
                              }
                            ],
                            "campaignHits": [
                              {
                                "$id": "81",
                                "id": 1,
                                "saleHeaderID": 2,
                                "campaign": "sample string 3",
                                "name": "sample string 4",
                                "processed": 1,
                                "campaignDescription": "sample string 5"
                              },
                              {
                                "$ref": "81"
                              }
                            ],
                            "fuel": [
                              {
                                "$id": "82",
                                "id": 1,
                                "plu": 1,
                                "pluG_UID": "jW0ZKN0/NkGRy/dGGv2HVw==",
                                "pluGuid": "28196d8d-3fdd-4136-91cb-f7461afd8757",
                                "saleHeaderID": 2,
                                "totalCents": 3,
                                "grade": 1,
                                "gradeDescription": "sample string 4",
                                "dispenser": 1,
                                "hose": 1,
                                "quantity": 1,
                                "cost": 1,
                                "acquirerNum": 1,
                                "attendant": 1,
                                "ePurseBalance": 1.0,
                                "cardSignature": "sample string 5",
                                "compartmentNumber": 1,
                                "contractNumber": 1,
                                "discountCardPAN": "sample string 6",
                                "discountID": 1,
                                "discountName": "sample string 7",
                                "discountNetValue": 1.0,
                                "discountType": 1,
                                "discountValue": 1.0,
                                "discretionaryData": "sample string 8",
                                "driverID": "sample string 9",
                                "eftBatchNumber": 1,
                                "eftResponseCode": "sample string 10",
                                "endDateTime": "2025-06-14T07:07:37.7908147",
                                "engineHours": 1.1,
                                "fposNumber": 1,
                                "loyaltyCardPAN": "sample string 11",
                                "miscData1": 1,
                                "miscData2": "sample string 12",
                                "miscFlags": 1,
                                "mop": 1,
                                "odometer": 1,
                                "panNumber": "sample string 13",
                                "saleRefund": true,
                                "saleStatus": 1,
                                "sequenceNumber": 1,
                                "stan": 1,
                                "startDateTime": "2025-06-14T07:07:37.7908147",
                                "tagNumber": "sample string 15",
                                "trackTwoRem": "sample string 16",
                                "transCode": 1,
                                "transType": 1,
                                "unitPrice": 1.0,
                                "vehicleReg": "sample string 17",
                                "offline": true,
                                "processed": 1
                              },
                              {
                                "$ref": "82"
                              }
                            ],
                            "fuelResells": [
                              {
                                "$id": "83",
                                "saleItemID": 1,
                                "saleHeaderID": 2,
                                "plu": 1,
                                "pluG_UId": "HhfPnpfJYUGXq7UZck+PqQ==",
                                "pluGuid": "9ecf171e-c997-4161-97ab-b519724f8fa9",
                                "accountID": "Ast75CyLp0u2xEL8g7iISg==",
                                "accountIDGuid": "e47bcb02-8b2c-4ba7-b6c4-42fc83b8884a",
                                "normalPrice": 3,
                                "originalSellingPrice": 4,
                                "discountPrice": 5,
                                "unit": 1,
                                "quantity": 6,
                                "totalCents": 7,
                                "fixedPrice": 1,
                                "tranType": 1,
                                "processed": 1,
                                "discountType": 1,
                                "cost": 1,
                                "costDecimals": 1,
                                "markdown": 1,
                                "manualQuantity": 1,
                                "manualPrice": 1,
                                "manualMode": 1,
                                "active": 1,
                                "barcode": "sample string 8",
                                "offline": 1,
                                "keyedSale": 1,
                                "discountedID": 1,
                                "fuelID": 1,
                                "serialNumber": "sample string 9",
                                "bestOrExpire": "2025-06-14T07:07:37.7908147",
                                "bestOrExpireType": 1,
                                "refundG_UID": "85kWc8yNPEixbtPhoiF4XQ==",
                                "refundGuid": "731699f3-8dcc-483c-b16e-d3e1a221785d",
                                "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": "83"
                              }
                            ],
                            "customerOrder": [
                              {
                                "$id": "84",
                                "identifier": "2L4vqo+J9UOOYg+w3uNujA==",
                                "identifierGuid": "aa2fbed8-898f-43f5-8e62-0fb0dee36e8c",
                                "id": 1,
                                "orderNo": 2,
                                "externalSaleIdentifier": "sample string 3",
                                "storeID": 4,
                                "zoneID": 5,
                                "deptNo": 6,
                                "customerIdentifier": "Li1+gga8h0aq0D+pbqZspg==",
                                "customerIdentifierGuid": "827e2d2e-bc06-4687-aad0-3fa96ea66ca6",
                                "operatorNo": 1,
                                "operatorG_UID": "XdoP0AJ2hkOgVsw0xN341g==",
                                "operatorGuid": "d00fda5d-7602-4386-a056-cc34c4ddf8d6",
                                "created": "2025-06-14T07:07:37.7908147",
                                "ordered": "2025-06-14T07:07:37.7908147",
                                "started": "2025-06-14T07:07:37.7908147",
                                "completed": "2025-06-14T07:07:37.7908147",
                                "supplied": "2025-06-14T07:07:37.7908147",
                                "quickTicket": 1,
                                "deleted": true,
                                "walkAway": true,
                                "approxWait": 1,
                                "actualWait": 1,
                                "deliveryMethod": 8,
                                "externalSaleType": 9,
                                "customer": {
                                  "$ref": "66"
                                },
                                "operator": {
                                  "$ref": "33"
                                },
                                "details": [
                                  {
                                    "$id": "85",
                                    "headerID": 1,
                                    "plu": 1,
                                    "pluG_UId": "in1g/pg1MEWZmNKQ5Ywg7w==",
                                    "pluGuid": "fe607d8a-3598-4530-9998-d290e58c20ef",
                                    "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": "woXm4BL49EaVylmGtRrxFw==",
                                    "headerIdentifierGuid": "e0e685c2-f812-46f4-95ca-5986b51af117",
                                    "product": {
                                      "$ref": "6"
                                    }
                                  },
                                  {
                                    "$ref": "85"
                                  }
                                ],
                                "storeName": "sample string 11",
                                "customerName": "sample string 12",
                                "storeReplyTo": "sample string 13",
                                "storeSubjectLine": "sample string 14",
                                "storeSaleHeader": {
                                  "$ref": "73"
                                }
                              },
                              {
                                "$ref": "84"
                              }
                            ],
                            "surveyResponses": [
                              {
                                "$id": "86",
                                "surveyG_UID": "WWouMnsuHkuzrDLDk25qHA==",
                                "surveyGuid": "322e6a59-2e7b-4b1e-b3ac-32c3936e6a1c",
                                "saleHeaderGuid": "N89wJl4DZUy5swl8NTYIjg==",
                                "saleGuid": "2670cf37-035e-4c65-b9b3-097c3536088e",
                                "textResponse": "sample string 1",
                                "integerResponse": 1,
                                "g_UIDResponse": "OCoJhHGrRkKgB1dOynXX+A==",
                                "guidResponse": "84092a38-ab71-4246-a007-574eca75d7f8",
                                "whoAnswered": 2,
                                "answeredAtUTC": "2025-06-14T07:07:37.7908147",
                                "sale": {
                                  "$ref": "73"
                                },
                                "survey": {
                                  "$id": "87",
                                  "g_UID": "+Yn2QwOtzkqHq5FZy3UArw==",
                                  "guid": "43f689f9-ad03-4ace-87ab-9159cb7500af",
                                  "name": "sample string 1",
                                  "storeID": 2,
                                  "zoneID": 1,
                                  "checkoutFormG_UID": "y1x0dG2/A0KNR+1LHjizqA==",
                                  "checkoutFormGuid": "74745ccb-bf6d-4203-8d47-ed4b1e38b3a8",
                                  "displayToWho": 3,
                                  "displayWhen": 4,
                                  "start": "2025-06-14T07:07:37.7908147",
                                  "end": "2025-06-14T07:07:37.7908147",
                                  "deleted": true,
                                  "updated": "2025-06-14T07:07:37.7908147",
                                  "possibleIntegerResponses": [
                                    1,
                                    2
                                  ],
                                  "possibleTextResponses": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "possibleGuidResponses": [
                                    "96011845-e65d-40e6-a656-9924cde20d74",
                                    "ca0237d6-c321-4e20-93e3-2e6089b871aa"
                                  ],
                                  "allowsAllTextResponses": true,
                                  "surveyForm": {
                                    "$ref": "41"
                                  }
                                },
                                "ingressId": "sample string 4"
                              },
                              {
                                "$ref": "86"
                              }
                            ],
                            "storeName": "sample string 38",
                            "machineName": "sample string 39",
                            "operatorName": "sample string 40",
                            "direction": 1,
                            "reason": "sample string 41",
                            "accountG_UID": "jKHOgA4xqUqmn60585n3lA==",
                            "accountIdentifier": "80cea18c-310e-4aa9-a69f-ad39f399f794",
                            "accountName": "sample string 42",
                            "customerOrderIdentifier": "qa8P7OrfXECJnNh5bZCCKg==",
                            "customerOrderIdentifierGuid": "ec0fafa9-dfea-405c-899c-d8796d90822a",
                            "priceLevelName": "sample string 43",
                            "revision": 44,
                            "ingressId": "sample string 45"
                          },
                          "metadata": {
                            "$id": "88",
                            "id": 1,
                            "paymentID": 2,
                            "paymentIdentifier": "KRN+pGxjw0iYab1qXdMXmA==",
                            "paymentIdentifierGuid": "a47e1329-636c-48c3-9869-bd6a5dd31798",
                            "identifier": "HuWKJceM70WKKdRUfssY4g==",
                            "identifierGuid": "258ae51e-8cc7-45ef-8a29-d4547ecb18e2",
                            "metadata": "sample string 3",
                            "signatureImage": "QEA=",
                            "itemIdentifier": "oGy//hTSHEqRyHmv7d3Y3w==",
                            "itemIdentifierGuid": "febf6ca0-d214-4a1c-91c8-79afedddd8df"
                          }
                        },
                        {
                          "$ref": "72"
                        }
                      ]
                    },
                    {
                      "$ref": "67"
                    }
                  ],
                  "customerGroupMembers": [
                    {
                      "$ref": "71"
                    },
                    {
                      "$ref": "71"
                    }
                  ],
                  "customerGroups": [
                    {
                      "$ref": "70"
                    },
                    {
                      "$ref": "70"
                    }
                  ],
                  "accounts": [
                    {
                      "$ref": "68"
                    },
                    {
                      "$ref": "68"
                    }
                  ],
                  "account": {
                    "$ref": "68"
                  },
                  "vouchers": [
                    {
                      "$id": "89",
                      "customerIdentifier": "J9jMCgq9R0axxgQ+J+ZzEA==",
                      "customerIdentifierGuid": "0accd827-bd0a-4647-b1c6-043e27e67310",
                      "voucherName": "sample string 2",
                      "count": 3,
                      "storeID": 4,
                      "barcode": "sample string 5",
                      "redeemCount": 6,
                      "issueCount": 7,
                      "storeSalePaymentID": 1,
                      "idempotentID": "mzWya7Vh9U2VXLBcHStZVg==",
                      "idempotentGuid": "6bb2359b-61b5-4df5-955c-b05c1d2b5956",
                      "offline": true,
                      "voucher": {
                        "$id": "90",
                        "id": 1,
                        "name": "sample string 2",
                        "description": "sample string 3",
                        "shortDescription": "sample string 4",
                        "url": "sample string 5",
                        "barcodeTemplateID": 1,
                        "expiry": 0,
                        "voucherType": 6,
                        "limitPerTransaction": 7,
                        "customerTracking": true,
                        "discountAccount": "sample string 9",
                        "endDate": "2025-06-14T07:07:37.7908147",
                        "barcodeTemplate": {
                          "$id": "91",
                          "templateID": 1,
                          "template": "sample string 1",
                          "bcFunction": "sample string 2",
                          "sortOrder": 3
                        },
                        "scaleLabel": {
                          "$id": "92",
                          "id": 1,
                          "uid": "sample string 2",
                          "name": "sample string 3",
                          "width": 1.1,
                          "height": 1.1,
                          "showBorder": true,
                          "borderWidth": 1.1,
                          "borderStyle": 1,
                          "borderColour": "sample string 5",
                          "updated": "2025-06-14T07:07:37.7908147",
                          "labelPageLayout": "+VpGdPnLVUeVMFY9UKLR+w==",
                          "pageLayoutGuid": "74465af9-cbf9-4755-9530-563d50a2d1fb",
                          "labelType": 6,
                          "oldName": "sample string 7",
                          "voucher": {
                            "$ref": "90"
                          },
                          "elements": [
                            {
                              "$id": "93",
                              "id": 1,
                              "scaleLabelID": 2,
                              "showPercentDI": true,
                              "showAvgPerHundred": true,
                              "showAvgPerServe": true,
                              "name": "sample string 6",
                              "x": 1.1,
                              "y": 1.1,
                              "width": 1.1,
                              "height": 1.1,
                              "type": 1,
                              "rotation": 1,
                              "text": "sample string 7",
                              "fontFamily": "sample string 8",
                              "align": 1,
                              "bold": true,
                              "italic": true,
                              "underline": true,
                              "strikeout": true,
                              "reverse": true,
                              "textColour": "sample string 9",
                              "fontSize": 1.1,
                              "picture": "QEA=",
                              "borderWidth": 10,
                              "sortOrder": 11,
                              "printOptions": 12,
                              "superScriptTextFontSize": 1.1,
                              "lineStyle": 1,
                              "spacingStyle": 1,
                              "interCharacterSpacing": 1.1,
                              "superScriptOffset": 1.1,
                              "lineSpacing": 1.1,
                              "dateFormat": "sample string 13",
                              "autoGrow": true,
                              "fontAutoResize": true,
                              "updated": "2025-06-14T07:07:37.7908147"
                            },
                            {
                              "$ref": "93"
                            }
                          ]
                        },
                        "customerVouchers": [
                          {
                            "$id": "94",
                            "id": 1,
                            "customerIdentifier": "7MUtC+ala06VJ4R7/jrn6w==",
                            "customerIdentifierGuid": "0b2dc5ec-a5e6-4e6b-9527-847bfe3ae7eb",
                            "voucherID": 3,
                            "voucherName": "sample string 4",
                            "storeID": 1,
                            "barcode": "sample string 5",
                            "dateOfIssue": "2025-06-14T07:07:37.7908147",
                            "issuedSaleHeaderID": 1,
                            "issuedSaleIdentifier": "sample string 7",
                            "issuedOfflinePaymentID": 1,
                            "issuedIdempotentID": "nEPCb/AbTEu8uKgfQiVVRw==",
                            "issuedIdempotentGuid": "6fc2439c-1bf0-4b4c-bcb8-a81f42255547",
                            "issuedOffline": true,
                            "issuedUser": "sample string 9",
                            "issuedNotes": "sample string 10",
                            "expiryDate": "2025-06-14T07:07:37.7908147",
                            "expiredUser": "sample string 11",
                            "expiredNotes": "sample string 12",
                            "redeemed": "2025-06-14T07:07:37.7908147",
                            "redeemedSaleHeaderID": 1,
                            "redeemedSaleIdentifier": "sample string 13",
                            "redeemedOfflinePaymentID": 1,
                            "redeemedIdempotentID": "AjT83X0bbkuW47Sdk1eYYg==",
                            "redeemedIdempotentGuid": "ddfc3402-1b7d-4b6e-96e3-b49d93579862",
                            "redeemedUser": "sample string 14",
                            "redeemedNotes": "sample string 15",
                            "redeemedOffline": true,
                            "updated": "2025-06-14T07:07:37.7908147",
                            "storeName": "sample string 17",
                            "scaleLabel": {
                              "$ref": "92"
                            },
                            "voucher": {
                              "$ref": "90"
                            },
                            "customer": {
                              "$ref": "66"
                            },
                            "issuedOfflinePayment": {
                              "$ref": "72"
                            },
                            "redeemedOfflinePayment": {
                              "$ref": "72"
                            }
                          },
                          {
                            "$ref": "94"
                          }
                        ]
                      },
                      "customer": {
                        "$ref": "66"
                      }
                    },
                    {
                      "$ref": "89"
                    }
                  ]
                }
              },
              {
                "$ref": "65"
              }
            ],
            "customerGroups": [
              {
                "$id": "95",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupID": "uuUJbFTWIUiDVQYyRaXA8Q==",
                "groupIDGuid": "6c09e5ba-d654-4821-8355-063245a5c0f1",
                "campaign": {
                  "$ref": "62"
                },
                "group": {
                  "$ref": "70"
                }
              },
              {
                "$ref": "95"
              }
            ],
            "signIqTickets": [
              {
                "$id": "96",
                "identifier": "ejnBqXk9Wk2aNVqCSMFFbQ==",
                "identifierGuid": "a9c1397a-3d79-4d5a-9a35-5a8248c1456d",
                "campaignName": "sample string 2",
                "message": "sample string 3",
                "ticketFileSource": "sample string 4",
                "ticketFileDestination": "sample string 5",
                "storeID": 1
              },
              {
                "$ref": "96"
              }
            ],
            "comboPriceGroups": [
              {
                "$id": "97",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "g_UID": "YmalNEiWykCv4pa93QQKaQ==",
                "guid": "34a56662-9648-40ca-afe2-96bddd040a69",
                "description": "sample string 5",
                "newPrice": 1,
                "rangeDescription": "sample string 6",
                "dealDescription": "sample string 7",
                "labelQuantity": 8,
                "hostProductCategoryID": 1,
                "offerID": 1,
                "dontUpdatePricePlus": true,
                "campaign": {
                  "$ref": "62"
                },
                "comboPricePlus": [
                  {
                    "$id": "98",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "groupG_UID": "lPpL272xSE+w2vY2KXQp9w==",
                    "groupGuid": "db4bfa94-b1bd-4f48-b0da-f636297429f7",
                    "comboPriceType": 5,
                    "priceType": 5,
                    "pluG_UID": "8Ei39JAbd0KvJ5kDJqcBdA==",
                    "pluGuid": "f4b748f0-1b90-4277-af27-990326a70174",
                    "priceGroupG_UID": "izq5Od2QUESfe783G0SPhQ==",
                    "priceGroupGuid": "39b93a8b-90dd-4450-9f7b-bf371b448f85",
                    "campaignPoolID": "sample string 7",
                    "quantity": 1,
                    "campaign": {
                      "$ref": "62"
                    },
                    "product": {
                      "$ref": "6"
                    },
                    "priceGroup": {
                      "$ref": "27"
                    },
                    "campaignPool": {
                      "$ref": "62"
                    }
                  },
                  {
                    "$ref": "98"
                  }
                ]
              },
              {
                "$ref": "97"
              }
            ],
            "priceLevels": [
              {
                "$id": "99",
                "id": 1,
                "priceLevelIdentifier": "ZL3B6EQgKkWrSTCCsefuSA==",
                "priceLevelIdentifierGuid": "e8c1bd64-2044-452a-ab49-3082b1e7ee48",
                "campaignName": "sample string 3",
                "priceLevelName": "sample string 4"
              },
              {
                "$ref": "99"
              }
            ]
          },
          "product": {
            "$ref": "6"
          },
          "dealCost": {
            "$id": "100",
            "headerIdentifier": "gsD1sFio4Uq6a19j1wH+Sg==",
            "headerIdentifierGuid": "b0f5c082-a858-4ae1-ba6b-5f63d701fe4a",
            "identifier": "4KNfeQ+S2UO9bPLUkHdRaA==",
            "identifierGuid": "795fa3e0-920f-43d9-bd6c-f2d490775168",
            "supplierIdentifier": "mCa7MqjwKEq5wxRhAbr+ew==",
            "supplierGuid": "32bb2698-f0a8-4a28-b9c3-146101bafe7b",
            "pluG_UID": "fpEiOLeciEWOfYRc9onyxQ==",
            "pluGuid": "3822917e-9cb7-4588-8e7d-845cf689f2c5",
            "campaignName": "b3693ccc-8ccc-4795-8407-448d657e132f",
            "description": "sample string 4",
            "cost": 5,
            "costDecimals": 6,
            "start": "2025-06-14T07:07:37.7908147",
            "end": "2025-06-14T07:07:37.7908147",
            "type": 9,
            "promoType": 10,
            "bonusItemPLUG_UID": "IRIhqpiN5USNbV6sfihEGA==",
            "bonusItemPluGuid": "aa211221-8d98-44e5-8d6d-5eac7e284418",
            "bonusPurchaseUnits": 11,
            "bonusReceiveUnits": 12,
            "updated": "2025-06-14T07:07:37.7908147",
            "metcashPromotionID": "sample string 14",
            "fromHost": 15,
            "storeNames": "sample string 16",
            "storeIDs": [
              1,
              2
            ],
            "supplierName": "sample string 17",
            "campaignDescription": "sample string 18",
            "newPrice": 1,
            "campaignMetcashPromotionID": "sample string 19",
            "campaignActive": true,
            "campaignStartDate": "2025-06-14T07:07:37.7908147",
            "campaignEndDate": "2025-06-14T07:07:37.7908147",
            "masterPLUG_UID": "t/6cgRVh2kiI6PvIoi75qg==",
            "masterID": "819cfeb7-6115-48da-88e8-fbc8a22ef9aa",
            "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": "5gegHoAaGUyUQz3C4xbOPA==",
            "bonusMasterID": "1ea007e6-1a80-4c19-9443-3dc2e316ce3c",
            "bonusProductName": "sample string 34",
            "bonusProductAPN": "sample string 35",
            "bonusOrderCode": "sample string 36",
            "bonusNormalSell": 37,
            "bonusNormalCost": 38,
            "bonusNormalCostDecimals": 39,
            "bonusCartonQuantity": 40,
            "bonusSalesMode": 41,
            "bonusOrderPacked": 42,
            "bonusFuelItem": true,
            "bonusActive": true
          }
        },
        "currentCostStart": "2025-06-14T07:07:37.7908147",
        "dealCosts": [
          {
            "$ref": "100"
          },
          {
            "$ref": "100"
          }
        ],
        "tags": [
          {
            "$id": "101",
            "pluG_UID": "xw7/pUkALE2GkxX8MxKGNw==",
            "pluGuid": "a5ff0ec7-0049-4d2c-8693-15fc33128637",
            "tagID": 1,
            "description": "sample string 1",
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "101"
          }
        ],
        "alternateProductG_UID": "9ZRq3NGGakOJGEbgmQyaAQ==",
        "alternateProduct": "dc6a94f5-86d1-436a-8918-46e0990c9a01",
        "productHostCode": {
          "$id": "102",
          "id": 1,
          "pluG_UID": "VFAH56YSnUiXGwFy8PLZWQ==",
          "pluGuid": "e7075054-12a6-489d-971b-0172f0f2d959",
          "ibaCode": "sample string 2"
        },
        "mscCat": {
          "$ref": "56"
        },
        "mscCom": {
          "$ref": "57"
        },
        "mscDep": {
          "$ref": "59"
        },
        "mscSubCom": {
          "$ref": "58"
        },
        "isUserUpdate": true,
        "ignoreMasterProduct": true,
        "priceGroupLabelRequested": true,
        "firstSold": "2025-06-14T07:07:37.7908147",
        "inventoryTracked": "2025-06-14T07:07:37.7908147",
        "isNormalPriceChangesCampaign": true
      },
      "supplier": {
        "$ref": "1"
      },
      "serviceFee": {
        "$id": "103",
        "id": 1,
        "description": "sample string 1",
        "fee": 1
      },
      "isPrimaryHost": true,
      "hostVendor": 46
    },
    {
      "$ref": "4"
    }
  ],
  "orderCycleHeaders": [
    {
      "$id": "104",
      "storeID": 1,
      "supplierIdentifier": "XusHN8z6PUWiSSN7OuWkDg==",
      "supplierGuid": "3707eb5e-facc-453d-a249-237b3ae5a40e",
      "departmentCode": "sample string 2",
      "warehouseDirectIndicator": "sample string 3",
      "type": 4,
      "storeName": "sample string 5",
      "departmentName": "sample string 6",
      "orderDays": 7
    },
    {
      "$ref": "104"
    }
  ],
  "cycles": [
    {
      "$id": "105",
      "storeID": 1,
      "supplierIdentifier": "birt2aEU2Eupeqedddh8EA==",
      "supplierGuid": "d9ed2a6e-14a1-4bd8-a97a-a79d75d87c10",
      "departmentCode": "sample string 2",
      "warehouseDirectIndicator": "sample string 3",
      "type": 4,
      "cutOffWeek": 5,
      "cutOffDay": 6,
      "cutOffTime": "00:00:00.1234567",
      "leadTime": 7,
      "daysBuffer": 8,
      "supplierName": "sample string 9",
      "cutOffDate": "2025-06-14T07:07:37.7908147",
      "deliveryDate": "2025-06-14T07:07:37.7908147",
      "nextCutOffDate": "2025-06-14T07:07:37.7908147",
      "nextDeliveryDate": "2025-06-14T07:07:37.7908147",
      "nextDaysBuffer": 10
    },
    {
      "$ref": "105"
    }
  ],
  "store": {
    "$ref": "7"
  },
  "updated": "2025-06-14T07:07:37.7908147",
  "isHost": true
}

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

globally unique identifier

Response Formats

application/json, text/json

Sample:
"6ab2ba16-bd80-4402-9b2b-87f43572c3c8"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6ab2ba16-bd80-4402-9b2b-87f43572c3c8</guid>

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�8�Z�;�z�5xl/workbook.xml �(�����0��&�C��X�!�p��Ճ�Ji�?ik��-%�x�3;��ɸ�ì>jԾt�C�%!��Aq0t�u�)�t/b�N�И��@B��B�<H�}/�������=@P�R\j\�w���C�䓌�Zw6YB�7�l�H
i���
���D���R��N��*rȳ=�
A���`����/PK�8�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
�8�Z�FE�''_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="R47fe93ee59c64777" /></Relationships>PK�8�ZeT$�xl/worksheets/sheet1.xml �(��Q�j�0���괥](Iʠ��6v��^�Ԧ�d����v�첃m	=��$Wǻ�
(X�\�
)���Y����C)�M5#]�`�>���y<(ZN���c�Gr�cJ�}o[8a;9�6E�W��(��\���F�enX���^6Ug#{r/�Z>��PM�����+i�O�kJ^�Z����Y��D��~����p��.��8�|g�ޤp����vlj�-W��]�ٔe�.�{)�)0�����TM�<i�ME8��Ȟ�4O�N�x��ޚ�R��O��_�M��������5_PK�8�Zz�4�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�MǠ�ݰa[zי|�Ďl��Xp$��U$p%l����I3�����<��atV��`@�׎�Wp�ݝ��f��I�4�q	$�ؠ`�qy�4�g
��M���Yǔ��.�u��dLP�3�I���Ct]7|t�4������0 F {�{�
~J�^ªHT O��])e�VX1Q�\�%z3���_��<��%��U�n��Q�Tf����ӥs����	��3�Ccx�5z��/PK�8�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�8�Z�'y���xl/sharedStrings.xml �(�5�Mn� ���fO ��&�J=Ar�'1�\ϸjo_�����{������BR,S���ۧ�A���R�Eu��YT�0����p�1>��&��� UnO��a�Q�bk;�C"P��$j���ǿ����.������궵�~���/��t�4�{g�;�����PK-�8�Z�;�z�5xl/workbook.xmlPK-�8�Z����	�[Content_Types].xmlPK-
�8�Z�FE�''V_rels/.relsPK-�8�ZeT$��xl/worksheets/sheet1.xmlPK-�8�Zz�4�P8xl/_rels/workbook.xml.relsPK-�8�ZЃc'2E
~xl/styles.xmlPK-�8�Z�'y����xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK�8�ZH0�p�5xl/workbook.xml �(�����0��&�C����'�p��Ճ�Bi�?ik��-%�x�3;��ɸ�1f@5j_��!؂����?:�:�Q�1]'[�M�V�ɳ�B�<H�}/�������=@P�R\j\�w���S�䓌�Zw6YB�7�l�H
i���5���E���B��qkO�*(�D��g��7#���PK�8�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
�8�Z�5�''_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="R0c24d003d73f43ab" /></Relationships>PK�8�ZeT$�xl/worksheets/sheet1.xml �(��Q�j�0���괥](Iʠ��6v��^�Ԧ�d����v�첃m	=��$Wǻ�
(X�\�
)���Y����C)�M5#]�`�>���y<(ZN���c�Gr�cJ�}o[8a;9�6E�W��(��\���F�enX���^6Ug#{r/�Z>��PM�����+i�O�kJ^�Z����Y��D��~����p��.��8�|g�ޤp����vlj�-W��]�ٔe�.�{)�)0�����TM�<i�ME8��Ȟ�4O�N�x��ޚ�R��O��_�M��������5_PK�8�ZJӿ4�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8S[�i7lؖ^`j�����.г��H\�H�J,�t5��ӓf>�?�۷id/��]UQ#��\��)�;��zG#�<�a�,���B����y�=M?���Ä)���3�#v��\�d�5���3���4=z}�ȥ?��Շc��=��R?��/�*2ؓia�t#��45����o��y�����/dj�
�AI��P���L���s
��K�ey�����2�()EY�E�_���PK�8�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�8�Z�'y���xl/sharedStrings.xml �(�5�Mn� ���fO ��&�J=Ar�'1�\ϸjo_�����{������BR,S���ۧ�A���R�Eu��YT�0����p�1>��&��� UnO��a�Q�bk;�C"P��$j���ǿ����.������궵�~���/��t�4�{g�;�����PK-�8�ZH0�p�5xl/workbook.xmlPK-�8�Z����	�[Content_Types].xmlPK-
�8�Z�5�''V_rels/.relsPK-�8�ZeT$��xl/worksheets/sheet1.xmlPK-�8�ZJӿ4�P8xl/_rels/workbook.xml.relsPK-�8�ZЃc'2E
}xl/styles.xmlPK-�8�Z�'y����xl/sharedStrings.xmlPK��