POST api/customers
Add a customer
Request Information
URI Parameters
None.
Body Parameters
Customer to save
CustomerName | Description | Type | Additional information |
---|---|---|---|
Identifier | Collection of byte |
None. |
|
IdentifierGuid | globally unique identifier |
None. |
|
Code | string |
String length: inclusive between 0 and 30 |
|
FamilyName | string |
Required String length: inclusive between 0 and 60 |
|
GivenName | string |
String length: inclusive between 0 and 60 |
|
OtherName | string |
String length: inclusive between 0 and 60 |
|
Title | string |
String length: inclusive between 0 and 20 |
|
DateOfBirth | date |
None. |
|
Sex |
Gender, indicated by M or F |
string |
String length: inclusive between 0 and 1 |
Address1 | string |
String length: inclusive between 0 and 60 |
|
Address2 | string |
String length: inclusive between 0 and 60 |
|
Town | string |
String length: inclusive between 0 and 60 |
|
State | string |
String length: inclusive between 0 and 60 |
|
Country | string |
String length: inclusive between 0 and 60 |
|
PostalCode | string |
String length: inclusive between 0 and 10 |
|
string |
Data type: EmailAddress String length: inclusive between 0 and 100 |
||
Telephone | string |
Data type: PhoneNumber String length: inclusive between 0 and 20 |
|
Mobile | string |
Data type: PhoneNumber String length: inclusive between 0 and 20 |
|
CommunityIdentifier | Collection of byte |
None. |
|
CommunityIdentifierGuid | globally unique identifier |
None. |
|
Joined | date |
Data type: DateTime |
|
Updated | date |
Data type: DateTime |
|
Active | boolean |
None. |
|
ReasonInactive | integer |
None. |
|
GroupCustomer | boolean |
None. |
|
LoyaltyPoints | integer |
None. |
|
HomeStoreID |
NOT to be used to restrict a customer |
integer |
None. |
AvailableSpend |
Loyalty points available to spend |
integer |
None. |
PriceLevelIdentifier | Collection of byte |
None. |
|
PriceLevelIdentifierGuid | globally unique identifier |
None. |
|
MarketingID | string |
None. |
|
Hidden |
Hidden from POS lookup |
boolean |
None. |
Registered |
Customer has registered via EMC |
boolean |
None. |
RegisteredOn | date |
Data type: DateTime |
|
EmailMarketing | boolean |
None. |
|
SMSMarketing | boolean |
None. |
|
Deleted | boolean |
None. |
|
DeletedUser | string |
None. |
|
HomeStoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
CustomerCards | Collection of CustomerCard |
Relation. This field may not always be loaded or used for updates. |
|
CustomerGroupMembers |
The customer group member classes for this customer and the customer groups that this customer belongs to |
Collection of CustomerGroupMember |
Relation. This field may not always be loaded or used for updates. |
CustomerGroups |
This customer is the primary Contact of the following groups |
Collection of CustomerGroup |
Relation. This field may not always be loaded or used for updates. |
Accounts |
Account.OwnerGuid |
Collection of Account |
Relation. This field may not always be loaded or used for updates. |
Account |
CustomerCards -> First Account Card's Identifier as a GUID -> Account.Identifier |
Account |
Relation. This field may not always be loaded or used for updates. |
Vouchers |
List of voucher summaries, grouping vouchers by type |
Collection of CustomerVoucherSummary |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{ "identifier": "ZDMHGZfJ9UaKY93Pcclfhg==", "identifierGuid": "19073364-c997-46f5-8a63-ddcf71c95f86", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-10-04T23:58:32.6772421", "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": "hJtX52kfkUqYC9Fq+vfjtw==", "communityIdentifierGuid": "e7579b84-1f69-4a91-980b-d16afaf7e3b7", "joined": "2025-10-04T23:58:32.6772421", "updated": "2025-10-04T23:58:32.6772421", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "O5p5fbwtOUOhxBFywferiw==", "priceLevelIdentifierGuid": "7d799a3b-2dbc-4339-a1c4-1172c1f7ab8b", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-10-04T23:58:32.6772421", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "2", "cardType": 2, "issueDate": "2025-10-04T23:58:32.6772421", "expiry": "2025-10-04T23:58:32.6772421", "customerID": "t9IffEXFykqN/UCSZkn0/A==", "customerIDGuid": "7c1fd2b7-c545-4aca-8dfd-40926649f4fc", "initialValue": 1, "currentValue": 1, "maxLimit": 1, "minTransaction": 1, "maxTransaction": 1, "multiplier": 1.1, "active": true, "reasonInactive": 1, "idRequired": true, "idType": 1, "idValue": "sample string 5", "updated": "2025-10-04T23:58:32.6772421", "linkedAccount": "X6LZ9lMt7ESQlmEELzTUvQ==", "linkedAccountGuid": "f6d9a25f-2d53-44ec-9096-61042f34d4bd", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "1" }, "account": { "$id": "3", "id": 1, "identifier": "Gxg56k/BkE6rW2UDgHz93A==", "identifierGuid": "ea39181b-c14f-4e90-ab5b-6503807cfddc", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-10-04T23:58:32.6772421", "owner": "KfGGYRbBLUyKN1WTOiWapA==", "ownerGuid": "6186f129-c116-4c2d-8a37-55933a259aa4", "accountStoreGroupIdentifier": "3yh2S7B4rkmXj8/ylYBmew==", "accountStoreGroupGuid": "4b7628df-78b0-49ae-978f-cff29580667b", "accountType": 1, "currentBalance": 1, "externalID": "sample string 7", "maximumLimit": 1, "accruePoints": true, "loyaltyPoints": 1, "termsOfTrade": 1, "signatureRequired": true, "referenceRequired": true, "statementSendType": 10, "ageingPeriod": 1, "monthlyAgeingPeriod": true, "explodedInvoice": true, "isFifoAllocation": true, "lastStatementSent": "2025-10-04T23:58:32.6772421", "active": true, "updated": "2025-10-04T23:58:32.6772421", "deleted": true, "deletedUser": "sample string 16", "currentBalanceChanged": true, "maximumLimitChanged": true, "loyaltyPointsChanged": true, "projectedBalance": 17, "accountStoreGroupStoreIDs": [ 1, 2 ], "customerEmail": "sample string 18", "ownerCustomer": { "$ref": "1" }, "card": { "$ref": "2" }, "members": { "$id": "4", "sample string 1": [ { "$ref": "1" }, { "$ref": "1" } ], "sample string 2": [ { "$ref": "1" }, { "$ref": "1" } ] }, "customerGroups": [ { "$id": "5", "identifier": "D3eOuu0sQ0yVui742xynwQ==", "identifierGuid": "ba8e770f-2ced-4c43-95ba-2ef8db1ca7c1", "name": "sample string 2", "primaryContact": "Diu6JkIGG0y/Sm2aYgvn/g==", "primaryContactGuid": "26ba2b0e-0642-4c1b-bf4a-6d9a620be7fe", "accountID": "ITlEcyNDSkKbAyr7apk1lw==", "accountIDGuid": "73443921-4323-424a-9b03-2afb6a993597", "special": true, "updated": "2025-10-04T23:58:32.6772421", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "0NDFoivzCEqIa64iYBLWiw==", "priceLevelIdentifierGuid": "a2c5d0d0-f32b-4a08-886b-ae226012d68b", "deleted": true, "account": { "$ref": "3" }, "primaryContactCustomer": { "$ref": "1" }, "customerGroupMembers": [ { "$id": "6", "id": 1, "groupID": "OQG3RrVg40q87GHi9jcmPw==", "groupIDGuid": "46b70139-60b5-4ae3-bcec-61e2f637263f", "customerID": "GISxHROOmUaNGBPsGbcC1Q==", "customerIDGuid": "1db18418-8e13-4699-8d18-13ec19b702d5", "card": "sample string 4", "linkedAccount": "w7w7NXVBfUWMNJQJmyfJ/Q==", "linkedAccountGuid": "353bbcc3-4175-457d-8c34-94099b27c9fd", "customer": { "$ref": "1" }, "group": { "$ref": "5" }, "customerCard": { "$ref": "2" } }, { "$ref": "6" } ] }, { "$ref": "5" } ] }, "payments": [ { "$id": "7", "id": 1, "identifier": "/zVWk8/YB0ilHIP7cvtHJw==", "identifierGuid": "935635ff-d8cf-4807-a51c-83fb72fb4727", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "YGzs42AmX0KIXNFWk8mmjw==", "accountIDGuid": "e3ec6c60-2660-425f-885c-d15693c9a68f", "customerAccount": { "$ref": "3" }, "customerCard": { "$ref": "2" }, "accountType": 1, "cardName": "sample string 8", "authorisationNumber": "sample string 9", "bankReference": "sample string 10", "merchantID": "sample string 11", "terminalID": "sample string 12", "cardNumber": "sample string 13", "paymentDate": "2025-10-04T23:58:32.6772421", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "aH0lSA0H/EiH6PJMbL3sSA==", "idempotentVoidGuid": "48257d68-070d-48fc-87e8-f24c6cbdec48", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "8", "saleHeaderID": 1, "saleHeaderGuid": "nGTOG6wmq0GN1IsGYEbzYw==", "saleHeaderIdentifierGuid": "1bce649c-26ac-41ab-8dd4-8b066046f363", "created": "2025-10-04T23:58:32.6772421", "createdLocal": "2025-10-04T23:58:32.6772421", "createdText": "sample string 4", "itemCount": 5, "totalAmount": 6, "cashTender": 1, "cardTender": 1, "cheqTender": 1, "acctTender": 1, "voucherTender": 1, "loyaltyPoints": 1, "cashout": 1, "changeAmount": 1, "rounding": 1, "gstAmount": 1, "transactionDiscountTender": 1, "totalTip": 7, "tranType": 1, "processed": 1, "imported": "2025-10-04T23:58:32.6772421", "storeID": 1, "operatorG_Uid": "XkNx5ifAckS2zdo0WgNaQA==", "operatorGuid": "e671435e-c027-4472-b6cd-da345a035a40", "customerG_Uid": "Ee0+Is+EYEiZ4aXQPibTvw==", "customerGuid": "223eed11-84cf-4860-99e1-a5d03e26d3bf", "communityIdentifier": "q4uR1Nsl50aaTTvqo1MPGw==", "communityIdentifierGuid": "d4918bab-25db-46e7-9a4d-3beaa3530f1b", "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": "NOzrdjzm1kCOrU6wx3dggQ==", "priceLevelIdentifierGuid": "76ebec34-e63c-40d6-8ead-4eb0c7776081", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$id": "9", "id": 1, "g_Uid": "PF+Sg85vt0iYysvmyb4FLQ==", "guid": "83925f3c-6fce-48b7-98ca-cbe6c9be052d", "operatorNumber": 1, "shortName": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "password": "sample string 5", "hasPassword": true, "passwordText": "sample string 6", "rfidTagID": "sample string 7", "blueprintID": 1, "groupID": 1, "groupName": "sample string 8", "managerGroupID": 1, "managerGroupName": "sample string 9", "zoneID": 1, "zoneName": "sample string 10", "loggedIn": 1, "lastUsedIP": "sample string 11", "deleted": true, "locked": true, "allowOpenTill": true, "webEmail": "sample string 14", "simpleOperatorType": 0, "webRole": "sample string 15", "updated": "2025-10-04T23:58:32.6772421", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-10-04T23:58:32.6772421", "endShift": "2025-10-04T23:58:32.6772421", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "10", "operatorG_UID": "7hFNMSTZkUy/+D0TpYvdlw==", "operatorGuid": "314d11ee-d924-4c91-bff8-3d13a58bdd97", "storeID": 2, "operator": { "$ref": "9" }, "store": { "$id": "11", "id": 1, "isMaster": true, "shortName": "sample string 3", "url": "sample string 4", "sortOrder": 1, "name": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "state": "sample string 12", "country": "sample string 13", "postCode": "sample string 14", "delivery": 1, "exportAccounts": 1, "salesAccountFolder": "sample string 15", "purchaseAccountFolder": "sample string 16", "initLoad": 1, "initIDs": 1, "zoneID": 1, "actAsMaster": 1, "lastActiveUtc": "2025-10-04T23:58:32.6772421", "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": "QWgEMqUTV0azY8C9EglZpA==", "hostIdentifierGuid": "32046841-13a5-4657-b363-c0bd120959a4", "hostName": 1, "hostAddress": "sample string 27", "hostUsername": "sample string 28", "hostPassword": "sample string 29", "excludeFromLeadInOut": true, "accountingProvider": 31, "accountingAddress": "sample string 32", "accountingUsername": "sample string 33", "accountingPassword": "sample string 34", "storeAccountingCode": "sample string 35", "softwareVariance": 36, "fuelWarningVariance": 37.0, "fuelErrorVariance": 38.0, "fuelAccumulatedWarningVariance": 39.0, "fuelAccumulatedErrorVariance": 40.0, "drawManagment": 41, "endOfDayManagment": true, "autoFillCashBalancing": true, "fuelDayVariance": 44, "accountingTradingTime": "00:00:00.1234567", "stockActivateProduct": 46, "giftCardSalesAccountingDeptCode": "sample string 47", "transactionDiscountAccountingDeptCode": "sample string 48", "size": 49, "updated": "2025-10-04T23:58:32.6772421", "priceZoneName": "sample string 51", "storeFuelConfigured": true, "shippingAddressCopied": true, "shippingAddress": { "$id": "12", "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": "12" }, "hostStoreSettings": [ { "$id": "13", "id": 1, "hostIdentifier": "qHyEoh8mUUeEamMGAQDFUQ==", "hostIdentifierGuid": "a2847ca8-261f-4751-846a-63060100c551", "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": "14", "identifier": "6WwU7qSZw0acKakAsQAl2w==", "identifierGuid": "ee146ce9-99a4-46c3-9c29-a900b10025db", "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": "VDgy724pAkqFCIZzH1yTKA==", "hostSupplierIdentifierGuid": "ef323854-296e-4a02-8508-86731f5c9328", "loyaltyPriceLevelIdentifier": "KtJCrSwc1EantsOi2yYpEw==", "loyaltyPriceLevelIdentifierGuid": "ad42d22a-1c2c-46d4-a7b6-c3a2db262913", "isGroup": true, "description": "sample string 22", "hostProvider": 23, "hostTypeEnum": 24, "hostType": "sample string 25", "hostCode": "sample string 26", "username": "sample string 27", "password": "sample string 28", "passwordPlain": "sample string 29", "server": "sample string 30", "url": "sample string 31", "global": true, "stateCode": "sample string 33", "lastCollected": "2025-10-04T23:58:32.6772421", "lastProcessed": "2025-10-04T23:58:32.6772421", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "15", "identifier": "nPlvfiNUtkG8HQEiIrAhDA==", "identifierGuid": "7e6ff99c-5423-41b6-bc1d-012222b0210c", "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": "CKRaiB+b5UGOmkMGLBiaXg==", "primaryContactID": "885aa408-9b1f-41e5-8e9a-43062c189a5e", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "zUW99XEREkeqX/kCiEgvUw==", "supplierGroupGuid": "f5bd45cd-1171-4712-aa5f-f90288482f53", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-10-04T23:58:32.6772421", "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": "16", "id": "2574c756-8984-4823-bcb0-bef99bebf3cb", "identifier": "3D31ut5QGUauYC256PJRNA==", "identifierGuid": "baf53ddc-50de-4619-ae60-2db9e8f25134", "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": "17", "supplierIdentifier": "Z0zVfAsNuECdoyFyQEyqRw==", "supplierIdentifierGuid": "7cd54c67-0d0b-40b8-9da3-2172404caa47", "contactGuid": "1OpG1X3H/E2kO5K94Rw8NA==", "contactID": "d546ead4-c77d-4dfc-a43b-92bde11c3c34", "contact": { "$ref": "16" }, "supplier": { "$ref": "15" } }, { "$ref": "17" } ], "products": [ { "$id": "18", "pluG_UID": "/277yv6Hxk+AE8NYRTogeA==", "pluGuid": "cafb6eff-87fe-4fc6-8013-c358453a2078", "supplierIdentifier": "SrVn3Y1wJEivZlmlxh69Bg==", "supplierIdentifierGuid": "dd67b54a-708d-4824-af66-59a5c61ebd06", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-10-04T23:58:32.6772421", "pricedByWeight": true, "landedUnitCostEx": 9, "landedUnitCostInc": 10, "landedCartonCostInc": 11, "landedCartonCostEx": 12, "standardCost": 13, "deliveryFee": 1, "deliveryFeeBasis": "sample string 14", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 15", "financeFee": 1, "financeFeeBasis": "sample string 16", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 17", "invoiceCode": "sample string 18", "invoiceDesc": "sample string 19", "orderDirect": true, "useCost": true, "minimumQuantity": 20, "hostType": 21, "fromHost": 22, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 23.1, "sellMultiple": 24.1, "baseMultiple": 25.1, "hostStandardCost": 26, "hostTotalCost": 27, "hostRetail": 28, "hostLandedUnitCostEx": 29, "hostLandedUnitCostInc": 30, "hostDesc": "sample string 31", "directIndicator": "sample string 32", "availableToOrder": true, "hostRangeIndicator": "sample string 34", "hostProductType": "sample string 35", "hostProductGrade": "sample string 36", "hostProductGroup": "sample string 37", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 40", "hostLastUpdated": "2025-10-04T23:58:32.6772421", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "19", "pluG_UID": "MGgOADqmZU6LDeBbkXXTKw==", "pluGuid": "000e6830-a63a-4e65-8b0d-e05b9175d32b", "supplierIdentifier": "WSMz2ZFCrEGX4QM8LzVdwg==", "supplierIdentifierGuid": "d9332359-4291-41ac-97e1-033c2f355dc2", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "19" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 41", "salesMode": 42, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 44, "parentPluG_UID": "UAV8EhOPNUSx3BLSP4+v/g==", "parentPluGuid": "127c0550-8f13-4435-b1dc-12d23f8faffe", "freight": 45.0, "freightType": 1, "product": { "$id": "20", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "z4ZpwXO130eLEBhvDe1CGQ==", "guid": "c16986cf-b573-47df-8b10-186f0ded4219", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "Wpo9za/nMEaOxC5OOBEydg==", "priceGroupGuid": "cd3d9a5a-e7af-4630-8ec4-2e4e38113276", "blueprintID": 1, "lastCountedDate": "2025-10-04T23:58:32.6928428", "externalID": "sample string 7", "active": true, "activated": "2025-10-04T23:58:32.6928428", "pluCreated": "2025-10-04T23:58:32.6928428", "createdByUser": "sample string 9", "name": "sample string 10", "nameChanged": true, "secondDescription": "sample string 12", "hostDescription": "sample string 13", "keepCartonQty": true, "keepDescription": true, "keepDepartments": true, "keepSuppliers": true, "markdownDescription": "sample string 18", "altDescription": "sample string 19", "bestOrExpire": 20, "lastUpdate": "2025-10-04T23:58:32.6928428", "lastManualUpdate": "2025-10-04T23:58:32.6928428", "imageName": "sample string 23", "showImageOnFlipCharts": true, "showTextOnFlipCharts": true, "overrideFlipChartText": true, "flipChartText": "sample string 27", "salesMode": 1, "eftCode": 1, "price": 1, "priceChanged": true, "rrp": 1, "gstPercent": 28, "gstPercentChanged": true, "costGSTPercent": 29, "costGSTPercentChanged": true, "wetPercent": 1, "priceOverride": 1, "cost": 1, "currentCost": 1, "currentCostDecimals": 1, "grossProfit": 1.0, "currentCostDesc": "sample string 30", "currentCostEnd": "2025-10-04T23:58:32.6928428", "currentCostUpdated": "2025-10-04T23:58:32.6928428", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-10-04T23:58:32.6928428", "defaultGP": 1, "breakTargetMode": 33, "break1": 1, "price1": 1, "target1": 34, "break2": 1, "price2": 1, "target2": 35, "break3": 1, "price3": 1, "target3": 36, "break1Changed": true, "price1Changed": true, "target1Changed": true, "break2Changed": true, "price2Changed": true, "target2Changed": true, "break3Changed": true, "price3Changed": true, "target3Changed": true, "breakTargetModeChanged": true, "margin": 1.1, "marginChanged": true, "marginRanged": true, "marginRangedChanged": true, "minimumMargin": 1.1, "minimumMarginChanged": true, "maximumMargin": 1.1, "maximumMarginChanged": true, "overrideHostWarehouseIndicator": true, "overrideHostWarehouseIndicatorChanged": true, "overrideHostPrice": true, "overrideHostPriceChanged": true, "overrideHostCost": true, "overrideHostCostChanged": true, "overrideHostMargin": true, "overrideHostMarginChanged": true, "alwaysApplyMargin": true, "alwaysApplyMarginChanged": true, "aws": 1.0, "paws": 1.0, "awsUpdated": "2025-10-04T23:58:32.6928428", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "ewWAcmWLb0euvjNsYWJJ2g==", "altPLUGuid": "7280057b-8b65-476f-aebe-336c616249da", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 54", "altPriceDescription2": "sample string 55", "cartonQuantity": 56, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 58", "text2": "sample string 59", "text3": "sample string 60", "labelText": "sample string 61", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 65", "barcodeFormat": "sample string 66", "austMade": 1, "coolCode": 67, "countryOfOrigin": "sample string 68", "percentContent": 69.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 70", "subDeptCode": "sample string 71", "minorDeptCode": "sample string 72", "lesserDeptCode": "sample string 73", "deptName": "sample string 74", "subDeptName": "sample string 75", "minorDeptName": "sample string 76", "lesserDeptName": "sample string 77", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 80, "labelShelfChanged": true, "labelTalkerQty": 82, "labelSmall": true, "labelLastPrinted": "2025-10-04T23:58:32.6928428", "labelLastPrice": 1, "shelfPageLayoutG_UID": "Ssow9TSnZUWyKDoXizj51g==", "shelfPageLayoutGuid": "f530ca4a-a734-4565-b228-3a178b38f9d6", "talkerPageLayoutG_UID": "FV9VVvWoEEKHb2u+dR/04A==", "talkerPageLayoutGuid": "56555f15-a8f5-4210-876f-6bbe751ff4e0", "unitMeasure": 1.1, "unitMeasureChanged": true, "unitMeasureKind": 85, "unitMeasureKindChanged": true, "signIQData": "sample string 87", "refresh": true, "earnLoyaltyPoints": true, "earnLoyaltyPointsChanged": true, "quantityOverride": true, "quantityOverrideChanged": true, "quantityRequired": true, "quantityRequiredChanged": true, "allowDiscounts": true, "allowDiscountsChanged": true, "discountDiscounts": true, "discountDiscountsChanged": true, "itemRecalled": true, "itemRecalledChanged": true, "noRefund": true, "noRefundChanged": true, "allowMarkdown": true, "allowMarkdownChanged": true, "priceRequired": true, "priceRequiredChanged": true, "fuelItem": true, "fuelItemChanged": true, "trackSerial": true, "trackSerialChanged": true, "allowZeroPrice": true, "allowZeroPriceChanged": true, "notForSale": 91, "notForSaleChanged": true, "excludeFromDeals": true, "excludeFromVoucher": true, "minimumAge": 94, "minimumAgeChanged": true, "buyingLimit": 1, "buyingLimitChanged": true, "buyingLimitIndependent": true, "buyingLimitIndependentChanged": true, "inventoryGuid": "PQEHk2Qf2U+Kvf3zwVtZHg==", "inventoryIdentifier": "9307013d-1f64-4fd9-8abd-fdf3c15b591e", "inventoryAccuracy": 1, "baseUnits": 98, "orderPacked": 1, "isManufactured": true, "isIngredient": true, "isModifier": true, "isModifierChanged": true, "hasModifiers": 99, "defaultPrinter": "sample string 100", "defaultPrinterGroup": "sample string 101", "ingredientsOnManufacture": true, "manufactureUnitMeasure": 1, "mpl": 1, "maxShelfQty": 102, "allowAutoOrder": true, "warrantyPeriod": 1, "parentPluG_UId": "qWHVEAATqUC/X24KFRfoKw==", "parentPluGuid": "10d561a9-1300-40a9-bf5f-6e0a1517e82b", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "RvGg56OexE2x42FWHqH71A==", "supplierIdentifierGuid": "e7a0f146-9ea3-4dc4-b1e3-61561ea1fbd4", "supplierChanged": true, "rebateSupplierIdentifier": "Fzt5R0cb0E+S/BCCBSdmXw==", "rebateSupplierIdentifierGuid": "47793b17-1b47-4fd0-92fc-10820527665f", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 108", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 110", "productType": "sample string 111", "productGroup": "sample string 112", "complianceIndicator": "sample string 113", "inhouseBrand": "sample string 114", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 117", "lastUpdatedByUser": "sample string 118", "lastManualUpdatedByUser": "sample string 119", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-10-04T23:58:32.6928428", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "5IKauO2n4ka5tPdA4Q9AKQ==", "hostIdentifierGuid": "b89a82e4-a7ed-46e2-b9b4-f740e10f4029", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 125", "aisleEnds": "sample string 126", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 137, "webPriceRounding": true, "webMarkup": 139, "webPriceMode": 140, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 141", "altSubDeptCode": "sample string 142", "altMinorDeptCode": "sample string 143", "altLesserDeptCode": "sample string 144", "altDepartmentChanged": true, "storeProducts": [ { "$ref": "20" }, { "$ref": "20" } ], "store": { "$ref": "11" }, "storePrices": [ { "$id": "21", "pluG_UID": "2hd6M+GMi0m052YKiEG+Ug==", "pluGuid": "337a17da-8ce1-498b-b4e7-660a8841be52", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "priceNext": 1, "costNext": 1, "costNextDecimals": 9, "nextCampaignName": "sample string 10", "gstPercent": 11, "normalCost": 12, "normalCostDecimals": 13, "costGstPercent": 14, "costCalcMethod": 1, "currentCost": 15, "currentCostDecimals": 16, "break1": 17, "price1": 18, "break2": 19, "price2": 20, "break3": 21, "price3": 22, "fuelItem": 23, "fixedWeight": 24, "active": true, "complianceIndicator": "sample string 25", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-10-04T23:58:32.6928428" }, { "$ref": "21" } ], "currentPrices": { "$id": "22", "pluPrices": { "$id": "23", "plu": 1, "pluG_UID": "QEA=", "stores": [ 1, 2 ], "normalPrice": 1, "cost": 2, "break1": 3, "price1": 4, "break2": 5, "price2": 6, "break3": 7, "price3": 8, "discountPrice": 9, "acceptedUtc": "2025-10-04T23:58:32.6928428", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "23" }, "winningCampaign": 1, "winner": { "$id": "24", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-10-04T23:58:32.6928428", "startTime": 3, "endDate": "2025-10-04T23:58:32.6928428", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "EGM9LN5+nEKhBGqoF6Q4mw==", "hostIdentifierGuid": "2c3d6310-7ede-429c-a104-6aa817a4389b", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "24" }, { "$ref": "24" } ] }, "tray": { "$id": "25", "g_UId": "rCgBqXQrJU66MnmGiRdOBA==", "guid": "a90128ac-2b74-4e25-ba32-798689174e04", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "26", "priceGroupG_UID": "b+zo8H2mMUKAeOh1fBzpcw==", "priceGroupGuid": "f0e8ec6f-a67d-4231-8078-e8757c1ce973", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-10-04T23:58:32.6928428", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "20" }, { "$ref": "20" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "27", "pluG_UID": "CpbYoqQzjUCN1GdgdxixQQ==", "pluGuid": "a2d8960a-33a4-408d-8dd4-67607718b141", "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": "28", "pluGuid": "a5866dbd-684a-4d08-8851-a54497549e69", "created": "2025-10-04T23:58:32.6928428", "createdByUser": "sample string 1", "activated": "2025-10-04T23:58:32.6928428", "deactivated": "2025-10-04T23:58:32.6928428", "lastOrdered": "2025-10-04T23:58:32.6928428", "lastOrderedQty": 2.0, "lastReceived": "2025-10-04T23:58:32.6928428", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-10-04T23:58:32.6928428", "lastSold": "2025-10-04T23:58:32.6928428", "firstSold": "2025-10-04T23:58:32.6928428", "awsUpdated": "2025-10-04T23:58:32.6928428", "lastManualUpdate": "2025-10-04T23:58:32.6928428", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-10-04T23:58:32.6928428", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-10-04T23:58:32.6928428", "doNotRangeUpdated": "2025-10-04T23:58:32.6928428", "doNotOrderUpdated": "2025-10-04T23:58:32.6928428", "tracked": "2025-10-04T23:58:32.6928428" }, "allergens": [ { "$id": "29", "allergenID": 1, "pluG_UID": "ThZwLy+5eEqY+WNv99uZsA==", "pluGuid": "2f70164e-b92f-4a78-98f9-636ff7db99b0", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "29" } ], "costs": { "$id": "30", "pluG_UID": "04hAiC5CcE++SCvToFq88A==", "pluGuid": "884088d3-422e-4f70-be48-2bd3a05abcf0", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-10-04T23:58:32.6928428", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "31", "saleHeaderID": 1, "created": "2025-10-04T23:58:32.6928428", "createdLocal": "2025-10-04T23:58:32.6928428", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "M9D7ekgnUUmLI3s9Kjn9yA==", "operatorGuid": "7afbd033-2748-4951-8b23-7b3d2a39fdc8", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "WpTLv4woNUS+aBBhxE/TaA==", "pluGuid": "bfcb945a-288c-4435-be68-1061c44fd368", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$ref": "9" } }, { "$ref": "31" } ], "apns": [ { "$id": "32", "pluID": 1, "pluG_UID": "97K0nnmU/Um6m9NzWOkgfg==", "pluGuid": "9eb4b2f7-9479-49fd-ba9b-d37358e9207e", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "32" } ], "tuns": [ { "$id": "33", "pluG_UId": "OhjEEef+rUiIw6zDXArkMg==", "pluGuid": "11c4183a-fee7-48ad-88c3-acc35c0ae432", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "20" }, "storeIDs": [ 1, 2 ] }, { "$ref": "33" } ], "competitionPricing": [ { "$id": "34", "identifier": "u8qzhOL/E0m7WgzXygQsqQ==", "identifierGuid": "84b3cabb-ffe2-4913-bb5a-0cd7ca042ca9", "pluG_UID": "D1J+STcDVEq0J3dLX46jMg==", "pluGuid": "497e520f-0337-4a54-b427-774b5f8ea332", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "34" } ], "supplier": { "$ref": "15" }, "supplierName": "sample string 147", "children": [ { "$ref": "20" }, { "$ref": "20" } ], "ordering": { "$ref": "18" }, "flipChartPages": [ { "$id": "35", "identifier": "E3eSFURV00uHkihDUe+4ZQ==", "groupName": "sample string 1", "identifierGuid": "15927713-5544-4bd3-8792-284351efb865", "exists": true, "flipChartIdentifier": "NPF1k7SSCEexCoPYt+rMMg==", "flipChartIdentifierGuid": "9375f134-92b4-4708-b10a-83d8b7eacc32", "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": "l2tU6YESu0iWATbqw2KK7w==", "groupIdentifierGuid": "e9546b97-1281-48bb-9601-36eac3628aef", "flipChart": { "$id": "36", "identifier": "xvmLjrRZnUa4emu1dJmpdQ==", "identifierGuid": "8e8bf9c6-59b4-469d-b87a-6bb57499a975", "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": "37", "identifier": "YWYDdhVDD0aMYzKjWBS+ww==", "identifierGuid": "76036661-4315-460f-8c63-32a35814bec3", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "38", "id": 1, "g_UID": "b0SP2f7Ijk+ON3E9I8dREw==", "guid": "d98f446f-c8fe-4f8e-8e37-713d23c75113", "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": "6Ny0LYB40Ui7EI7prQVudQ==", "previousFormGuid": "2db4dce8-7880-48d1-bb10-8ee9ad056e75", "nextForm": 1, "nextFormG_UID": "JKCFZfE+4Em4HUCgbeXTpA==", "nextFormGuid": "6585a024-3ef1-49e0-b81d-40a06de5d3a4", "attributes": "sample string 10", "updated": "2025-10-04T23:58:32.6928428", "positioning": 1, "contentPanel": "sample string 11", "selectionMode": 1, "maximumSelections": 1, "alteredInStore": true, "deleted": true, "blueprintID": 1, "preserveLayout": true, "mainCheckoutFormName": "sample string 13", "nextCheckoutForm": { "$ref": "38" }, "previousCheckoutForm": { "$ref": "38" }, "buttons": [ { "$id": "39", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "I2TgvqPvDEizdhOnZ6bm0w==", "checkoutFormGuid": "bee06423-efa3-480c-b376-13a767a6e6d3", "identifier": "8CigiW5IKEKMRcI259VWjA==", "identifierGuid": "89a028f0-486e-4228-8c45-c236e7d5568c", "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": "JSgeRDFPgkCIzBrMXYWTjA==", "valueGuid": "441e2825-4f31-4082-88cc-1acc5d85938c", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-10-04T23:58:32.6928428", "action": "sample string 12", "valueForm": { "$ref": "38" }, "image": { "$id": "40", "name": "sample string 3.sample string 4", "imageID": 2, "imageName": "sample string 3", "imageExtension": "sample string 4", "lastUpdate": "2025-10-04T23:58:32.6928428", "imageData": "QEA=", "readOnly": true } }, { "$ref": "39" } ], "panels": [ { "$id": "41", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "q8BGtId6OkSanZCSjIz+Yw==", "checkoutFormGuid": "b446c0ab-7a87-443a-9a9d-90928c8cfe63", "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": "41" } ] }, { "$ref": "38" } ], "panels": [ { "$ref": "41" }, { "$ref": "41" } ] }, "pages": [ { "$ref": "35" }, { "$ref": "35" } ] }, "contentPanel": { "$ref": "41" }, "products": [ { "$id": "42", "flipChartPageIdentifier": "luK+onWFFkaVGro22nuimA==", "flipChartPageIdentifierGuid": "a2bee296-8575-4616-951a-ba36da7ba298", "pluG_UID": "6u2G+CZKrkqmr7/myrTyvA==", "pluGuid": "f886edea-4a26-4aae-a6af-bfe6cab4f2bc", "sortOrder": 3, "sent": true, "productChanged": true, "productImageName": "sample string 6", "productShowImageOnFlipCharts": true, "productShowTextOnFlipCharts": true, "productOverrideFlipChartText": true, "productFlipChartText": "sample string 10", "product": { "$ref": "20" }, "departmentSortOrder": 11, "subDepartmentName": "sample string 12" }, { "$ref": "42" } ], "productCount": 27, "pages": [ { "$ref": "35" }, { "$ref": "35" } ] }, { "$ref": "35" } ], "priceHistory": [ { "$id": "43", "pluG_UID": "FKwAHolozUCgNFKP8qHxbQ==", "pluGuid": "1e00ac14-6889-40cd-a034-528ff2a1f16d", "price": 1, "costCalcMethod": 1, "cost": 2, "weightedAvgCost": 3, "lastCost": 4, "rawCost": 5, "rawWeightedAvgCost": 6, "rawLastCost": 7, "costDecimals": 8, "serviceFeeID": 9, "freight": 10.0, "freightType": 11, "process": "sample string 12", "user": "sample string 13", "updated": "2025-10-04T23:58:32.6928428", "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": "43" } ], "ingredients": [ { "$id": "44", "pluG_UID": "hi/FTt7yxkC2PX9nBUFlEw==", "ingredientGuid": "Ji5s3Cl0RUqi3Ulrd4PBgg==", "ingredientIdentifier": "dc6c2e26-7429-4a45-a2dd-496b7783c182", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "20" } }, { "$ref": "44" } ], "bins": [ { "$id": "45", "pluG_UID": "TirSC5Ho+Uq7XHz6zkEuhg==", "pluGuid": "0bd22a4e-e891-4af9-bb5c-7cface412e86", "shelfLocationIdentifier": "WXTBiHY6l0W9uXKLpraxKA==", "shelfLocationGuid": "88c17459-3a76-4597-bdb9-728ba6b6b128", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "TInkEPvsv0KcZVz/0D1qhg==", "labelPageLayoutGuid": "10e4894c-ecfb-42bf-9c65-5cffd03d6a86", "updated": "2025-10-04T23:58:32.6928428", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "20" }, "location": { "$id": "46", "identifier": "Mu72gIzvK0O7WQpb5bChIQ==", "storeID": 1, "identifierGuid": "80f6ee32-ef8c-432b-bb59-0a5be5b0a121", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-10-04T23:58:32.6928428", "minTemp": 1, "maxTemp": 1, "checkFrequency": 1, "storeCaseConfiguration": 5, "storeName": "sample string 6", "bins": [ { "$ref": "45" }, { "$ref": "45" } ] } }, { "$ref": "45" } ], "bin": { "$ref": "45" }, "scaleLocations": [ { "$id": "47", "plu": 1, "pluG_UID": "JhKhZYxmgEu1J6rfeTLJfw==", "pluGuid": "65a11226-668c-4b80-b527-aadf7932c97f", "deptNo": 1, "product": { "$ref": "20" }, "scaleLocation": { "$id": "48", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-10-04T23:58:32.6928428", "department": { "$id": "49", "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": "48" }, "subDepartments": [ { "$id": "50", "id": 1, "departmentID": 2, "name": "sample string 3", "code": "sample string 4", "departmentCode": "sample string 5", "externalSales": true, "minorDepartments": [ { "$id": "51", "id": 1, "subDepartmentID": 2, "departmentID": 3, "name": "sample string 4", "subDepartmentCode": "sample string 5", "departmentCode": "sample string 6", "code": "sample string 7", "lesserDepartments": [ { "$id": "52", "id": 1, "departmentID": 2, "subDepartmentID": 3, "minorDepartmentID": 4, "name": "sample string 5", "code": "sample string 6", "departmentCode": "sample string 7", "subDepartmentCode": "sample string 8", "minorDepartmentCode": "sample string 9", "updated": "2025-10-04T23:58:32.6928428", "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": "AZxfxCsnI0OiykbxTYX6lA==", "labelPageLayoutGuid": "c45f9c01-272b-4323-a2ca-46f14d85fa94", "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": "53", "dept": 1, "category": 2, "name": "sample string 3", "active": true, "mscCommodities": [ { "$id": "54", "dept": 1, "category": 2, "commodity": 3, "name": "sample string 4", "active": true, "mscSubCommodities": [ { "$id": "55", "dept": 1, "category": 2, "commodity": 3, "subCommodity": 4, "name": "sample string 5", "active": true, "subCommodityCode": "sample string 7" }, { "$ref": "55" } ], "commodityCode": "sample string 6" }, { "$ref": "54" } ], "categoryCode": "sample string 5" }, "mscCom": { "$ref": "54" }, "mscDep": { "$id": "56", "dept": 1, "name": "sample string 2", "active": true, "mscCategories": [ { "$ref": "53" }, { "$ref": "53" } ], "deptCode": "sample string 4" }, "mscSubCom": { "$ref": "55" } }, { "$ref": "52" } ], "updated": "2025-10-04T23:58:32.6928428", "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": "S0lQXOo6XEu5RhlNJnRNsA==", "labelPageLayoutGuid": "5c50494b-3aea-4b5c-b946-194d26744db0", "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": "53" }, "mscCom": { "$ref": "54" }, "mscDep": { "$ref": "56" }, "mscSubCom": { "$ref": "55" } }, { "$ref": "51" } ], "investmentBuyOverride": true, "updated": "2025-10-04T23:58:32.6928428", "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": "r4vViAWshUyJfMrp5FeS9Q==", "labelPageLayoutGuid": "88d58baf-ac05-4c85-897c-cae9e45792f5", "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": "53" }, "mscCom": { "$ref": "54" }, "mscDep": { "$ref": "56" }, "mscSubCom": { "$ref": "55" } }, { "$ref": "50" } ], "stores": [ 1, 2 ], "investmentBuyOverride": true, "updated": "2025-10-04T23:58:32.6928428", "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": "IhtpextKKUKAvNLkhwmKmw==", "labelPageLayoutGuid": "7b691b22-4a1b-4229-80bc-d2e487098a9b", "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": "53" }, "mscCom": { "$ref": "54" }, "mscDep": { "$ref": "56" }, "mscSubCom": { "$ref": "55" } } } }, { "$ref": "47" } ], "nextPrice": { "$id": "57", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 1, "hostOfferID": 1, "metcashPromotionID": "sample string 4", "metcashPromotionPlacement": "sample string 5", "pluG_UID": "h0b112wp6EydtDI26x/4/A==", "pluGuid": "d7f54687-296c-4ce8-9db4-3236eb1ff8fc", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "SiUrYk1SU0ipymuYOj9Abw==", "dealCostGuid": "622b254a-524d-4853-a9ca-6b983a3f406f", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "47CiLnqJUk+sQ8lxUMWgFw==", "priceGroupGuid": "2ea2b0e3-897a-4f52-ac43-c97150c5a017", "itemNumber": "sample string 10", "cri": "sample string 11", "pluPrice": 12, "pluCost": 13, "pluCostIndicator": "sample string 14", "pluPriceGstPercent": 15, "pluCostGstPercent": 16, "pluActive": true, "cartonQty": 1.1, "baseUnits": 18.1, "salesMode": 1, "pluNormalCost": 19, "pluaws": 20.0, "directNumber": "sample string 21", "departmentName": "sample string 22", "subDepartmentName": "sample string 23", "priceGroupName": "sample string 24", "supplierName": "sample string 25", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-10-04T23:58:32.6928428", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "LgjH7Gd0ckGJ4PM6g02RTw==", "campaignComboPriceGroupIdentifier": "ecc7082e-7467-4172-89e0-f33a834d914f", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "58", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-10-04T23:58:32.6928428", "operatorG_UID": "LJEv45JrzUK4ezsd6nUAZQ==", "operatorGuid": "e32f912c-6b92-42cd-b87b-3b1dea750065", "machineID": 1, "processed": true, "appliedUtc": "2025-10-04T23:58:32.6928428", "signIqTicketFileMovedUtc": "2025-10-04T23:58:32.6928428", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-10-04T23:58:32.6928428", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "20" }, "campaignPlu": { "$ref": "57" } }, { "$ref": "58" } ], "campaign": { "$id": "59", "id": 1, "storeID": 2, "name": "9ad3bc16-cd2f-4074-87ab-7b586df3526a", "nameGuid": "9ad3bc16-cd2f-4074-87ab-7b586df3526a", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-10-04T23:58:32.6928428", "startTime": 1, "endDate": "2025-10-04T23:58:32.6928428", "endTime": 1, "recurrence": 1, "recurrenceType": 1, "monthType": 1, "weekDays": 1, "months": 1, "monthWeeks": 1, "monthDays": "sample string 7", "printed": true, "talkerText": "sample string 8", "rangeDescription": "sample string 9", "dealDescription": "sample string 10", "labelQuantity": 11, "active": 1, "deactivated": "2025-10-04T23:58:32.6928428", "system": true, "created": "2025-10-04T23:58:32.6928428", "updated": "2025-10-04T23:58:32.6928428", "priceChangeNotifiedUtc": "2025-10-04T23:58:32.6928428", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "miE3w9cPbEC1OV9ge52ebQ==", "hostIdentifierGuid": "c337219a-0fd7-406c-b539-5f607b9d9e6d", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-10-04T23:58:32.6928428", "updatedByUser": "sample string 18", "offerID": 1, "isPriceChangeCampaign": true, "stores": [ 1, 2 ], "storeNames": [ "sample string 1", "sample string 2" ], "campaignPlus": [ { "$ref": "57" }, { "$ref": "57" } ], "campaignPools": [ { "$id": "60", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 4, "pluG_UID": "s5KnL9nOEUiJ6MlloyDa0A==", "pluGuid": "2fa792b3-ced9-4811-89e8-c965a320dad0", "hostOfferID": 1, "priceGroupG_UID": "3804rqiLV0Ke91FYlgrkig==", "priceGroupGuid": "ae38cddf-8ba8-4257-9ef7-5158960ae48a", "fuelItem": true, "pluName": "sample string 6", "apn": "sample string 7", "pluActive": true, "cartonQty": 1, "baseUnits": 9.1, "cri": "sample string 10", "salesMode": 1, "pluaws": 11.0, "directNumber": "sample string 12", "departmentName": "sample string 13", "subDepartmentName": "sample string 14", "priceGroupName": "sample string 15", "supplierName": "sample string 16", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-10-04T23:58:32.6928428", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "20" }, "campaign": { "$ref": "59" } }, { "$ref": "60" } ], "sellingRules": [ { "$id": "61", "id": 1, "identifier": "boLFnQ1OAkWOcNOZs7Ossw==", "identifierStr": "boLFnQ1OAkWOcNOZs7Ossw==", "identifierGuid": "9dc5826e-4e0d-4502-8e70-d399b3b3acb3", "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": "59" } }, { "$ref": "61" } ], "customers": [ { "$id": "62", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "customerID": "WpjfJuSztEqHcasQfiTUlQ==", "customerIDGuid": "26df985a-b3e4-4ab4-8771-ab107e24d495", "campaign": { "$ref": "59" }, "customer": { "$ref": "1" } }, { "$ref": "62" } ], "customerGroups": [ { "$id": "63", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupID": "spCD7cObgEqO76a2ZBDbLQ==", "groupIDGuid": "ed8390b2-9bc3-4a80-8eef-a6b66410db2d", "campaign": { "$ref": "59" }, "group": { "$ref": "5" } }, { "$ref": "63" } ], "signIqTickets": [ { "$id": "64", "identifier": "+NxlSovi8kiWmDrIaPshmg==", "identifierGuid": "4a65dcf8-e28b-48f2-9698-3ac868fb219a", "campaignName": "sample string 2", "message": "sample string 3", "ticketFileSource": "sample string 4", "ticketFileDestination": "sample string 5", "storeID": 1 }, { "$ref": "64" } ], "comboPriceGroups": [ { "$id": "65", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "g_UID": "nb+EfsMXDUOgeUJPyqk/1Q==", "guid": "7e84bf9d-17c3-430d-a079-424fcaa93fd5", "description": "sample string 5", "newPrice": 1, "rangeDescription": "sample string 6", "dealDescription": "sample string 7", "labelQuantity": 8, "hostProductCategoryID": 1, "offerID": 1, "dontUpdatePricePlus": true, "campaign": { "$ref": "59" }, "comboPricePlus": [ { "$id": "66", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupG_UID": "Qm6YcAaR1UeylrGDFN57Rw==", "groupGuid": "70986e42-9106-47d5-b296-b18314de7b47", "comboPriceType": 5, "priceType": 5, "pluG_UID": "8FEzmS+EkEeNaNJefUiWjw==", "pluGuid": "993351f0-842f-4790-8d68-d25e7d48968f", "priceGroupG_UID": "tFpB3cd65UKNEHaEkiKDBw==", "priceGroupGuid": "dd415ab4-7ac7-42e5-8d10-768492228307", "campaignPoolID": "sample string 7", "quantity": 1, "campaign": { "$ref": "59" }, "product": { "$ref": "20" }, "priceGroup": { "$ref": "26" }, "campaignPool": { "$ref": "59" } }, { "$ref": "66" } ] }, { "$ref": "65" } ], "priceLevels": [ { "$id": "67", "id": 1, "priceLevelIdentifier": "uBFJUwPnl0apb8eXOzxWMQ==", "priceLevelIdentifierGuid": "534911b8-e703-4697-a96f-c7973b3c5631", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "67" } ] }, "product": { "$ref": "20" }, "dealCost": { "$id": "68", "headerIdentifier": "chlRa6tjjkSzXqeFdm6kvQ==", "headerIdentifierGuid": "6b511972-63ab-448e-b35e-a785766ea4bd", "identifier": "TPdZKvlcHEaI+crvT1hUIA==", "identifierGuid": "2a59f74c-5cf9-461c-88f9-caef4f585420", "supplierIdentifier": "VsPomjCH9UKEeqltj/fPUg==", "supplierGuid": "9ae8c356-8730-42f5-847a-a96d8ff7cf52", "pluG_UID": "JJ2JZ8FhWkaTH03+ratK/w==", "pluGuid": "67899d24-61c1-465a-931f-4dfeadab4aff", "campaignName": "90102379-d69a-4ac0-8820-d2cfd36f2655", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-10-04T23:58:32.6928428", "end": "2025-10-04T23:58:32.6928428", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "CZKRvH7YF0mLrU4TKXvDrw==", "bonusItemPluGuid": "bc919209-d87e-4917-8bad-4e13297bc3af", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-10-04T23:58:32.6928428", "metcashPromotionID": "sample string 14", "fromHost": 15, "storeNames": "sample string 16", "storeIDs": [ 1, 2 ], "supplierName": "sample string 17", "campaignDescription": "sample string 18", "newPrice": 1, "campaignMetcashPromotionID": "sample string 19", "campaignActive": true, "campaignStartDate": "2025-10-04T23:58:32.6928428", "campaignEndDate": "2025-10-04T23:58:32.6928428", "masterPLUG_UID": "Ynqz2wVvr0+0Z/rYp3uMfQ==", "masterID": "dbb37a62-6f05-4faf-b467-fad8a77b8c7d", "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": "DOEb2qkoLkeNaBfA8hsFsg==", "bonusMasterID": "da1be10c-28a9-472e-8d68-17c0f21b05b2", "bonusProductName": "sample string 34", "bonusProductAPN": "sample string 35", "bonusOrderCode": "sample string 36", "bonusNormalSell": 37, "bonusNormalCost": 38, "bonusNormalCostDecimals": 39, "bonusCartonQuantity": 40, "bonusSalesMode": 41, "bonusOrderPacked": 42, "bonusFuelItem": true, "bonusActive": true } }, "currentCostStart": "2025-10-04T23:58:32.6928428", "dealCosts": [ { "$ref": "68" }, { "$ref": "68" } ], "tags": [ { "$id": "69", "pluG_UID": "xBOkRQ0V6kWw3E3n4jO9Dw==", "pluGuid": "45a413c4-150d-45ea-b0dc-4de7e233bd0f", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "69" } ], "alternateProductG_UID": "CKDiC92Mw06PTu8Fi6Iuqw==", "alternateProduct": "0be2a008-8cdd-4ec3-8f4e-ef058ba22eab", "productHostCode": { "$id": "70", "id": 1, "pluG_UID": "71WQNgJXbEeTekTP6mvPgQ==", "pluGuid": "369055ef-5702-476c-937a-44cfea6bcf81", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "53" }, "mscCom": { "$ref": "54" }, "mscDep": { "$ref": "56" }, "mscSubCom": { "$ref": "55" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-10-04T23:58:32.6928428", "inventoryTracked": "2025-10-04T23:58:32.6928428", "isNormalPriceChangesCampaign": true }, "supplier": { "$ref": "15" }, "serviceFee": { "$id": "71", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 47 }, { "$ref": "18" } ], "orderCycleHeaders": [ { "$id": "72", "storeID": 1, "supplierIdentifier": "BYtcRtJ3nE+2CepQB91BzA==", "supplierGuid": "465c8b05-77d2-4f9c-b609-ea5007dd41cc", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "storeName": "sample string 5", "departmentName": "sample string 6", "orderDays": 7 }, { "$ref": "72" } ], "cycles": [ { "$id": "73", "storeID": 1, "supplierIdentifier": "HldjWBtNwka0GmiTecXe/w==", "supplierGuid": "5863571e-4d1b-46c2-b41a-689379c5deff", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "cutOffWeek": 5, "cutOffDay": 6, "cutOffTime": "00:00:00.1234567", "leadTime": 7, "daysBuffer": 8, "supplierName": "sample string 9", "cutOffDate": "2025-10-04T23:58:32.6928428", "deliveryDate": "2025-10-04T23:58:32.6928428", "nextCutOffDate": "2025-10-04T23:58:32.6928428", "nextDeliveryDate": "2025-10-04T23:58:32.6928428", "nextDaysBuffer": 10 }, { "$ref": "73" } ], "store": { "$ref": "11" }, "updated": "2025-10-04T23:58:32.6928428", "isHost": true }, "files": [ { "$id": "74", "id": "sample string 1", "fileName": "sample string 2", "extension": "sample string 3", "provider": 0, "type": 0, "hostType": "sample string 4", "createdUtc": "2025-10-04T23:58:32.6928428", "processed": "2025-10-04T23:58:32.6928428", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-10-04T23:58:32.6928428", "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": "14" }, "metcashHeader": { "$id": "75", "customerNumber": "sample string 1", "creationDate": "2025-10-04T23:58:32.6928428", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "74" } ], "zoneMatrix": [ { "$id": "76", "id": 1, "hostIdentifier": "yJvWPSuAw0qqtKJ0FhwmxA==", "hostIdentifierGuid": "3dd69bc8-802b-4ac3-aab4-a274161c26c4", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "2ed309ab-431b-462d-9de3-b7571c3019bb", "ea2a7bf2-1e22-4d52-95ab-eae8de116ac9" ] }, { "$ref": "76" } ], "hostFileStoreSetting": { "$ref": "13" }, "hostStoreSettings": [ { "$ref": "13" }, { "$ref": "13" } ], "promotionPlacements": [ { "$id": "77", "identifier": "bZj2vKlIx0ympdGkEw/+Ag==", "identifierGuid": "bcf6986d-48a9-4cc7-a6a5-d1a4130ffe02", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "77" } ], "promoTypeGuids": [ "e9a57070-8207-4a8f-adec-b08ea563be81", "502b64ee-adf5-418a-8da7-a41e354ee959" ], "isPromotionOnly": false, "isOrderable": false, "vendor": 0 }, "groupIDs": [ 1, 2 ], "hostDescription": "sample string 24" }, { "$ref": "13" } ], "accounts": [ { "$id": "78", "id": 1, "storeID": 1, "accountName": "sample string 2", "bsb": "sample string 3", "accountNumber": "sample string 4", "accountDesignated": true }, { "$ref": "78" } ], "sales": [ { "$id": "79", "id": 1, "storeID": 1, "externalSalesType": 2, "ftpSiteID": 1, "lastSaleProcessed": "2025-10-04T23:58:32.6928428", "ftpSite": { "$id": "80", "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": "79" } ], "zoneMatrix": [ { "$ref": "76" }, { "$ref": "76" } ], "cashManagements": [ { "$id": "81", "id": 1, "storeID": 1, "cashManagementType": 2, "apiID": 1, "organisationID": "sample string 3", "siteName": "sample string 4", "thirdPartyAPI": { "$id": "82", "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": "81" } ], "updateStoreID": "9c88b548-0a48-4c9a-9198-0a15eb63ac4a", "updateStore": { "$id": "83", "id": "b15f73cf-c8b6-471f-b47e-464a5e6c82b9", "name": "sample string 1", "lastActivity": "2025-10-04T23:58:32.6928428", "zone": "sample string 2", "timeZoneOffset": 0.0, "businessHoursStart": "00:00:00.1234567", "businessHoursEnd": "00:00:00.1234567", "master": true, "lastIP": "sample string 10", "lastHostName": "sample string 11", "ping": 1, "pingStatus": "sample string 12", "lastUpdateCompleted": "2025-10-04T23:58:32.6928428" }, "timeZoneId": "sample string 53", "securityOptions": { "$id": "84", "loginMode": 1, "allowSelfVerification": true, "verifierEmail": "sample string 3", "source": "sample string 4", "loginModeInherited": 5, "loginModeSource": "sample string 6", "selfVerifyInherited": true, "selfVerifySource": "sample string 8", "verifyEmailInherited": "sample string 9", "verifyEmailSource": "sample string 10" } } }, { "$ref": "10" } ] }, "customer": { "$ref": "1" }, "communityOrganisation": { "$id": "85", "id": 1, "identifier": "EEYdD0mVikW2YZduJDljZw==", "identifierGuid": "0f1d4610-9549-458a-b661-976e24396367", "name": "sample string 3", "lookupIdentifier": "sample string 4", "externalID": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "postCode": "sample string 12", "state": "sample string 13", "country": "sample string 14", "totalAmountAwarded": 15.1, "updated": "2025-10-04T23:58:32.6928428", "deleted": true }, "details": [ { "$id": "86", "saleItemID": 1, "identifier": "oxUvULcMlEGVc8YmyxfPsQ==", "identifierGuid": "502f15a3-0cb7-4194-9573-c626cb17cfb1", "saleHeaderID": 2, "plu": 1, "pluG_UId": "Fhj5HIFPa0Wa2Xc0cwRxeA==", "pluGuid": "1cf91816-4f81-456b-9ad9-773473047178", "accountID": "BFmpWNzcvkW4ARIE4v//XQ==", "accountIDGuid": "58a95904-dcdc-45be-b801-1204e2ffff5d", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "discountType": 1, "cost": 1, "costDecimals": 8, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "offline": true, "barcode": "sample string 9", "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 10", "bestOrExpire": "2025-10-04T23:58:32.6928428", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "D6OOwXiULEObh9gQgrgQUA==", "refundGuid": "c18ea30f-9478-432c-9b87-d81082b81050", "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": "L2owifQvqkCQ5B36aEHhwA==", "idempotentVoidGuid": "89306a2f-2ff4-40aa-90e4-1dfa6841e1c0", "priceLevelIdentifier": "vTXGk23NKEKiE63wBIcwtA==", "priceLevelIdentifierGuid": "93c635bd-cd6d-4228-a213-adf0048730b4", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "87", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-10-04T23:58:32.6928428", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "87" } ], "refund": { "$id": "88", "id": 1, "g_UID": "XWeQRIVONEu5JG//a6n1lA==", "guid": "4490675d-4e85-4b34-b924-6fff6ba9f594", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-10-04T23:58:32.6928428" }, "modifier": { "$id": "89", "id": 1, "setG_UID": "IV0sxvb1i0qpQok8KXH8Yg==", "modifierSetGuid": "c62c5d21-f5f6-4a8b-a942-893c2971fc62", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "iPuBcI9GJUiGYz9HxX7npQ==", "pluGuid": "7081fb88-468f-4825-8663-3f47c57ee7a5", "deleted": true, "g_UID": "DsR2L+yrK0CqQbX7mBGFDA==", "guid": "2f76c40e-abec-402b-aa41-b5fb9811850c", "product": { "$ref": "20" } }, "priceLevelName": "sample string 25", "pumpNumber": 1, "hoseNumber": 1 }, { "$ref": "86" } ], "eftReceipts": [ { "$id": "90", "id": 1, "storeID": 1, "saleHeaderID": 2, "storeSaleHeader": { "$ref": "8" }, "receipt": "sample string 3", "processed": 1 }, { "$ref": "90" } ], "payments": [ { "$ref": "7" }, { "$ref": "7" } ], "cards": [ { "$id": "91", "id": 1, "saleHeaderID": 1, "identifier": "sample string 2", "cardType": 3, "providerName": "sample string 4" }, { "$ref": "91" } ], "campaignHits": [ { "$id": "92", "id": 1, "saleHeaderID": 2, "campaign": "sample string 3", "name": "sample string 4", "processed": 1, "campaignDescription": "sample string 5" }, { "$ref": "92" } ], "fuel": [ { "$id": "93", "id": 1, "plu": 1, "pluG_UID": "w4+u/PMToE+Bw1iVbm3zkw==", "pluGuid": "fcae8fc3-13f3-4fa0-81c3-58956e6df393", "saleHeaderID": 2, "totalCents": 3, "grade": 1, "gradeDescription": "sample string 4", "dispenser": 1, "hose": 1, "quantity": 1, "cost": 1, "acquirerNum": 1, "attendant": 1, "ePurseBalance": 1.0, "cardSignature": "sample string 5", "compartmentNumber": 1, "contractNumber": 1, "discountCardPAN": "sample string 6", "discountID": 1, "discountName": "sample string 7", "discountNetValue": 1.0, "discountType": 1, "discountValue": 1.0, "discretionaryData": "sample string 8", "driverID": "sample string 9", "eftBatchNumber": 1, "eftResponseCode": "sample string 10", "endDateTime": "2025-10-04T23:58:32.6928428", "engineHours": 1.1, "fposNumber": 1, "loyaltyCardPAN": "sample string 11", "miscData1": 1, "miscData2": "sample string 12", "miscFlags": 1, "mop": 1, "odometer": 1, "panNumber": "sample string 13", "saleRefund": true, "saleStatus": 1, "sequenceNumber": 1, "stan": 1, "startDateTime": "2025-10-04T23:58:32.6928428", "tagNumber": "sample string 15", "trackTwoRem": "sample string 16", "transCode": 1, "transType": 1, "unitPrice": 1.0, "vehicleReg": "sample string 17", "offline": true, "processed": 1 }, { "$ref": "93" } ], "fuelResells": [ { "$id": "94", "saleItemID": 1, "saleHeaderID": 2, "plu": 1, "pluG_UId": "0kzTYbwhXEui5420bygjPw==", "pluGuid": "61d34cd2-21bc-4b5c-a2e7-8db46f28233f", "accountID": "Umj0dlGnf0+rVGAiZH4uwQ==", "accountIDGuid": "76f46852-a751-4f7f-ab54-6022647e2ec1", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "processed": 1, "discountType": 1, "cost": 1, "costDecimals": 1, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "barcode": "sample string 8", "offline": 1, "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 9", "bestOrExpire": "2025-10-04T23:58:32.6928428", "bestOrExpireType": 1, "refundG_UID": "/aGMimZYRUKLoHKZoq5CaA==", "refundGuid": "8a8ca1fd-5866-4245-8ba0-7299a2ae4268", "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": "94" } ], "customerOrder": [ { "$id": "95", "identifier": "yoAxguNEJEukZh+HNWFWbg==", "identifierGuid": "823180ca-44e3-4b24-a466-1f873561566e", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "Uyd6YUXfXEq0RawtSEurOA==", "customerIdentifierGuid": "617a2753-df45-4a5c-b445-ac2d484bab38", "operatorNo": 1, "operatorG_UID": "mRbyI0AsGUqkWGQ3WyJtHA==", "operatorGuid": "23f21699-2c40-4a19-a458-64375b226d1c", "created": "2025-10-04T23:58:32.6928428", "ordered": "2025-10-04T23:58:32.6928428", "started": "2025-10-04T23:58:32.6928428", "completed": "2025-10-04T23:58:32.6928428", "supplied": "2025-10-04T23:58:32.6928428", "quickTicket": 1, "deleted": true, "walkAway": true, "approxWait": 1, "actualWait": 1, "deliveryMethod": 8, "externalSaleType": 9, "customer": { "$ref": "1" }, "operator": { "$ref": "9" }, "details": [ { "$id": "96", "headerID": 1, "plu": 1, "pluG_UId": "43092oRFl0SEiVRMakO7rw==", "pluGuid": "da3d7de3-4584-4497-8489-544c6a43bbaf", "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": "4CqLW6J8BU2gh4gIXExcIA==", "headerIdentifierGuid": "5b8b2ae0-7ca2-4d05-a087-88085c4c5c20", "product": { "$ref": "20" } }, { "$ref": "96" } ], "storeName": "sample string 11", "customerName": "sample string 12", "storeReplyTo": "sample string 13", "storeSubjectLine": "sample string 14", "storeSaleHeader": { "$ref": "8" } }, { "$ref": "95" } ], "surveyResponses": [ { "$id": "97", "surveyG_UID": "LlqR/h8rckqvo7KLUw6LXg==", "surveyGuid": "fe915a2e-2b1f-4a72-afa3-b28b530e8b5e", "saleHeaderGuid": "7DPmcUW4dEibFWb2xAGMxA==", "saleGuid": "71e633ec-b845-4874-9b15-66f6c4018cc4", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "lnol7qhADkuRR1EmHBBZ4g==", "guidResponse": "ee257a96-40a8-4b0e-9147-51261c1059e2", "whoAnswered": 2, "answeredAtUTC": "2025-10-04T23:58:32.6928428", "sale": { "$ref": "8" }, "survey": { "$id": "98", "g_UID": "yBCEi9144kq5a6XiVqHLNQ==", "guid": "8b8410c8-78dd-4ae2-b96b-a5e256a1cb35", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "wOZToXkfkkGAaY8Lq3B/Wg==", "checkoutFormGuid": "a153e6c0-1f79-4192-8069-8f0bab707f5a", "displayToWho": 3, "displayWhen": 4, "start": "2025-10-04T23:58:32.6928428", "end": "2025-10-04T23:58:32.6928428", "deleted": true, "updated": "2025-10-04T23:58:32.6928428", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "4edcfda3-85c3-4d74-bc77-f837fe56b9b0", "c04406d6-f2fa-4b19-a11f-cb1682d3223b" ], "allowsAllTextResponses": true, "surveyForm": { "$ref": "38" } }, "ingressId": "sample string 4" }, { "$ref": "97" } ], "storeName": "sample string 38", "machineName": "sample string 39", "operatorName": "sample string 40", "direction": 1, "reason": "sample string 41", "accountG_UID": "lFo4KrdFikSJMzF2inHs5Q==", "accountIdentifier": "2a385a94-45b7-448a-8933-31768a71ece5", "accountName": "sample string 42", "customerOrderIdentifier": "XkT9vyIwSU6qBa6TAYCb5g==", "customerOrderIdentifierGuid": "bffd445e-3022-4e49-aa05-ae9301809be6", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "99", "id": 1, "paymentID": 2, "paymentIdentifier": "pscdywJ9Gki+0Y3apiMMXQ==", "paymentIdentifierGuid": "cb1dc7a6-7d02-481a-bed1-8ddaa6230c5d", "identifier": "bpyliktkm06VPXoGdbe3GQ==", "identifierGuid": "8aa59c6e-644b-4e9b-953d-7a0675b7b719", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "Myj1KKs97Uufh500IXvzOw==", "itemIdentifierGuid": "28f52833-3dab-4bed-9f87-9d34217bf33b" } }, { "$ref": "7" } ] }, { "$ref": "2" } ], "customerGroupMembers": [ { "$ref": "6" }, { "$ref": "6" } ], "customerGroups": [ { "$ref": "5" }, { "$ref": "5" } ], "accounts": [ { "$ref": "3" }, { "$ref": "3" } ], "account": { "$ref": "3" }, "vouchers": [ { "$id": "100", "customerIdentifier": "2P81HrNaAUWrI/IBv42ChA==", "customerIdentifierGuid": "1e35ffd8-5ab3-4501-ab23-f201bf8d8284", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "2+voWH9faUuyprLC7aP9sg==", "idempotentGuid": "58e8ebdb-5f7f-4b69-b2a6-b2c2eda3fdb2", "offline": true, "voucher": { "$id": "101", "id": 1, "name": "sample string 2", "description": "sample string 3", "shortDescription": "sample string 4", "url": "sample string 5", "barcodeTemplateID": 1, "expiry": 0, "voucherType": 6, "limitPerTransaction": 7, "customerTracking": true, "discountAccount": "sample string 9", "endDate": "2025-10-04T23:58:32.6928428", "barcodeTemplate": { "$id": "102", "templateID": 1, "template": "sample string 1", "bcFunction": "sample string 2", "sortOrder": 3 }, "scaleLabel": { "$id": "103", "id": 1, "uid": "sample string 2", "name": "sample string 3", "width": 1.1, "height": 1.1, "showBorder": true, "borderWidth": 1.1, "borderStyle": 1, "borderColour": "sample string 5", "updated": "2025-10-04T23:58:32.6928428", "labelPageLayout": "N1BmJSVsJUanQPeFhjRnQQ==", "pageLayoutGuid": "25665037-6c25-4625-a740-f78586346741", "labelType": 6, "oldName": "sample string 7", "voucher": { "$ref": "101" }, "elements": [ { "$id": "104", "id": 1, "scaleLabelID": 2, "showPercentDI": true, "showAvgPerHundred": true, "showAvgPerServe": true, "name": "sample string 6", "x": 1.1, "y": 1.1, "width": 1.1, "height": 1.1, "type": 1, "rotation": 1, "text": "sample string 7", "fontFamily": "sample string 8", "align": 1, "bold": true, "italic": true, "underline": true, "strikeout": true, "reverse": true, "textColour": "sample string 9", "fontSize": 1.1, "picture": "QEA=", "borderWidth": 10, "sortOrder": 11, "printOptions": 12, "superScriptTextFontSize": 1.1, "lineStyle": 1, "spacingStyle": 1, "interCharacterSpacing": 1.1, "superScriptOffset": 1.1, "lineSpacing": 1.1, "dateFormat": "sample string 13", "autoGrow": true, "fontAutoResize": true, "updated": "2025-10-04T23:58:32.6928428" }, { "$ref": "104" } ] }, "customerVouchers": [ { "$id": "105", "id": 1, "customerIdentifier": "R2YHljFKrkiD8OFtVwgsmg==", "customerIdentifierGuid": "96076647-4a31-48ae-83f0-e16d57082c9a", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-10-04T23:58:32.6928428", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "kLS+U/NbukyB8Ik9cdl+nA==", "issuedIdempotentGuid": "53beb490-5bf3-4cba-81f0-893d71d97e9c", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-10-04T23:58:32.6928428", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-10-04T23:58:32.6928428", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "QjplyVH2Mk2Gl17wt8Pjvw==", "redeemedIdempotentGuid": "c9653a42-f651-4d32-8697-5ef0b7c3e3bf", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-10-04T23:58:32.6928428", "storeName": "sample string 17", "scaleLabel": { "$ref": "103" }, "voucher": { "$ref": "101" }, "customer": { "$ref": "1" }, "issuedOfflinePayment": { "$ref": "7" }, "redeemedOfflinePayment": { "$ref": "7" } }, { "$ref": "105" } ] }, "customer": { "$ref": "1" } }, { "$ref": "100" } ] }
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
IdentifierGuid of Customer
globally unique identifierResponse Formats
application/json, text/json
"ba3192c0-0a44-4967-837c-62ab7a8a670b"
application/xml, text/xml
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ba3192c0-0a44-4967-837c-62ab7a8a670b</guid>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK P�D[^��� 5 xl/workbook.xml � (� ����0��&�C��`�)��x�པ�4П�5���H�yۙ��v�l��3�����\��lE��(�OƂ�;a�b!J�"Fɡ5��@rβ�8�X�F�AZ�W�?,o�� AM+J1�qs< D�fO �O2[��Dd ��M��")����,0��s�k�c�*�GW^�n��>���;{�Q��n�PK P�D[���� � [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 P�D[�`F' ' _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="Rce7c4cbd81c24fc3" /></Relationships>PK P�D[� s~$ � xl/worksheets/sheet1.xml � (� �Q�n� ��}���VI�JU�ݦ�3K��p�I��m����-?��l�������+��;�.5�B�P�CS�诤�pG{_s¸�Z V� Gp�֣�*��_��i��d����IxT�R��H|a��T�-�a���8�T����=����Xp&�*#� ��+fi�O�kJ^��ˌ����Y�����3��qC����@�f֤�qf�=��邮��\m�N>�r�����N�~,�ťXh��I�Tg�s9��(�C�i�8ﭑ����x"���ү�������s�PK P�D[IlT�� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;�H�M7l)p�q�ؑmJ9[=R�P�Jm����h~OO��|����Ɓ����5�A�\�ۮ�s�O%춛2��`�)��bC &�iMiPG27�M��(cJ}G'�N�C�3��~{&9^'��i�+|v�<������S0��Q�c ?�@o�g� d��ph��7Xj�[.��B��u������d��E�X��Bp�P#=�/ѧKϝ����S��Uш�\����_l� PK P�D[Ѓc'2 E 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 P�D[g}Ǯ � xl/sharedStrings.xml � (� 5�An�0E�by��!He�E���=�`��f����]t��������W�S�Q�ON+�X�D�Q~��A+��B8�d�n�3��S�Q/"ۛ�����!���������3/��W�8������ �Z�J���\)x \��&:�mM{�z3\�h���z7y+�ۿ����/PK- P�D[^��� 5 xl/workbook.xmlPK- P�D[���� � � [Content_Types].xmlPK- P�D[�`F' ' U _rels/.relsPK- P�D[� s~$ � � xl/worksheets/sheet1.xmlPK- P�D[IlT�� P 7 xl/_rels/workbook.xml.relsPK- P�D[Ѓc'2 E ~ xl/styles.xmlPK- P�D[g}Ǯ � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK P�D[m(�:� 5 xl/workbook.xml � (� ����0D�&�C��"�N\�z��VhK��|o�vfg����kcz�Q�v�-h���3���Q��0V�Ҿ�B6X��P{��Wfq /�v�]i���hZ�!z5�(R��x ��͞'��`lug��5�~S|���"��,ν-hD��eq (�[�dYzI���������PK P�D[���� � [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 P�D[��B' ' _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="R7e02cf418ac246b3" /></Relationships>PK P�D[� s~$ � xl/worksheets/sheet1.xml � (� �Q�n� ��}���VI�JU�ݦ�3K��p�I��m����-?��l�������+��;�.5�B�P�CS�诤�pG{_s¸�Z V� Gp�֣�*��_��i��d����IxT�R��H|a��T�-�a���8�T����=����Xp&�*#� ��+fi�O�kJ^��ˌ����Y�����3��qC����@�f֤�qf�=��邮��\m�N>�r�����N�~,�ťXh��I�Tg�s9��(�C�i�8ﭑ����x"���ү�������s�PK P�D[����� P xl/_rels/workbook.xml.rels � (� ��Kn� @��f_��Uq�ɦ�4 x���`i��u�#� E����n����I3����e��:?Z�B�1 h��Fӷp �I�f���$C��øxW�oaay�ԫg�3���m�,CL]O���G���Kp�$���!Z�G�[�N3�����;�1 �K�ch���-�Y�y�Z��J�.�*��*�� �>L͇����;OdD��l�˚���a�\�tꔖ��7��h^r%�F��b�PK P�D[Ѓc'2 E 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 P�D[g}Ǯ � xl/sharedStrings.xml � (� 5�An�0E�by��!He�E���=�`��f����]t��������W�S�Q�ON+�X�D�Q~��A+��B8�d�n�3��S�Q/"ۛ�����!���������3/��W�8������ �Z�J���\)x \��&:�mM{�z3\�h���z7y+�ۿ����/PK- P�D[m(�:� 5 xl/workbook.xmlPK- P�D[���� � [Content_Types].xmlPK- P�D[��B' ' V _rels/.relsPK- P�D[� s~$ � � xl/worksheets/sheet1.xmlPK- P�D[����� P 8 xl/_rels/workbook.xml.relsPK- P�D[Ѓc'2 E ~ xl/styles.xmlPK- P�D[g}Ǯ � � xl/sharedStrings.xmlPK � �