POST api/customers
Add a customer
Request Information
URI Parameters
None.
Body Parameters
Customer to save
Customer| Name | 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. |
|
| ReceiptPrintOptions | ReceiptPrintOptions |
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": "pdf5jNIyPUandeKR/O/mKQ==",
"identifierGuid": "8cf9d7a5-32d2-463d-a775-e291fcefe629",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:15:06.0680764",
"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": "JEEXrS36IkWKaDu2+tTKIQ==",
"communityIdentifierGuid": "ad174124-fa2d-4522-8a68-3bb6fad4ca21",
"joined": "2026-04-03T06:15:06.0680764",
"updated": "2026-04-03T06:15:06.0680764",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "92y2jp1KPUe3QPxF8mgqQQ==",
"priceLevelIdentifierGuid": "8eb66cf7-4a9d-473d-b740-fc45f2682a41",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:15:06.0680764",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "2",
"cardType": 2,
"issueDate": "2026-04-03T06:15:06.0680764",
"expiry": "2026-04-03T06:15:06.0680764",
"customerID": "RHJlZ1hvtE+wXF3aVNE7Ug==",
"customerIDGuid": "67657244-6f58-4fb4-b05c-5dda54d13b52",
"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": "2026-04-03T06:15:06.0680764",
"linkedAccount": "SZTAvbywFUaNiWt//Ie+BQ==",
"linkedAccountGuid": "bdc09449-b0bc-4615-8d89-6b7ffc87be05",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "1"
},
"account": {
"$id": "3",
"id": 1,
"identifier": "rJ/Md2M8GkyIsrxhzg39bQ==",
"identifierGuid": "77cc9fac-3c63-4c1a-88b2-bc61ce0dfd6d",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:15:06.0680764",
"owner": "R8cEOw5kY0SLQ1Edj5TVag==",
"ownerGuid": "3b04c747-640e-4463-8b43-511d8f94d56a",
"accountStoreGroupIdentifier": "R1knjRQELkCOGDfrFD5X7Q==",
"accountStoreGroupGuid": "8d275947-0414-402e-8e18-37eb143e57ed",
"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": "2026-04-03T06:15:06.0680764",
"active": true,
"updated": "2026-04-03T06:15:06.0680764",
"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": "h0/Uk4RlaU6EbkIi1e1ONA==",
"identifierGuid": "93d44f87-6584-4e69-846e-4222d5ed4e34",
"name": "sample string 2",
"primaryContact": "ZZlYBWTEcUCWAKyT6eLisw==",
"primaryContactGuid": "05589965-c464-4071-9600-ac93e9e2e2b3",
"accountID": "A4ibAUHyo0GxZKpTeCe+sA==",
"accountIDGuid": "019b8803-f241-41a3-b164-aa537827beb0",
"special": true,
"updated": "2026-04-03T06:15:06.0680764",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "/bG2NSSnaE2L7akPinqnCA==",
"priceLevelIdentifierGuid": "35b6b1fd-a724-4d68-8bed-a90f8a7aa708",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "3"
},
"primaryContactCustomer": {
"$ref": "1"
},
"customerGroupMembers": [
{
"$id": "6",
"id": 1,
"groupID": "hvtNZjA9WEy6dzDCyOZDvA==",
"groupIDGuid": "664dfb86-3d30-4c58-ba77-30c2c8e643bc",
"customerID": "K0Bas6TsikCt+A3hkYP5zg==",
"customerIDGuid": "b35a402b-eca4-408a-adf8-0de19183f9ce",
"card": "sample string 4",
"linkedAccount": "a1xnhzja5UummbSCuePILQ==",
"linkedAccountGuid": "87675c6b-da38-4be5-a699-b482b9e3c82d",
"customer": {
"$ref": "1"
},
"group": {
"$ref": "5"
},
"customerCard": {
"$ref": "2"
}
},
{
"$ref": "6"
}
]
},
{
"$ref": "5"
}
]
},
"payments": [
{
"$id": "7",
"id": 1,
"identifier": "9Yia3RaIWUydt7/E4UYoeA==",
"identifierGuid": "dd9a88f5-8816-4c59-9db7-bfc4e1462878",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "WvgrY2ycf0mtYNc28yrDQg==",
"accountIDGuid": "632bf85a-9c6c-497f-ad60-d736f32ac342",
"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": "2026-04-03T06:15:06.0680764",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "jt5XLainL0e+b0xQJpJEZw==",
"idempotentVoidGuid": "2d57de8e-a7a8-472f-be6f-4c5026924467",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "8",
"saleHeaderID": 1,
"saleHeaderGuid": "8ZAM7Mx4uky4HmVQb+yQvQ==",
"saleHeaderIdentifierGuid": "ec0c90f1-78cc-4cba-b81e-65506fec90bd",
"created": "2026-04-03T06:15:06.0680764",
"createdLocal": "2026-04-03T06:15:06.0680764",
"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": "2026-04-03T06:15:06.0680764",
"storeID": 1,
"operatorG_Uid": "EC/zyW80DkS0pe05KkidyQ==",
"operatorGuid": "c9f32f10-346f-440e-b4a5-ed392a489dc9",
"customerG_Uid": "Q2XYQRhG2k+hr87PYZ/R1A==",
"customerGuid": "41d86543-4618-4fda-a1af-cecf619fd1d4",
"communityIdentifier": "j18wOsgMq0KGAHdnc2QBqQ==",
"communityIdentifierGuid": "3a305f8f-0cc8-42ab-8600-7767736401a9",
"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": "ARc6rgRwVUaifwH03Iqcpw==",
"priceLevelIdentifierGuid": "ae3a1701-7004-4655-a27f-01f4dc8a9ca7",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:15:06.0680764+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "9",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:15:06.0680764",
"deliveryAddress1": "sample string 2",
"deliveryAddress2": "sample string 3",
"customerPhoneNumber": "sample string 4",
"orderType": 0,
"externalOrderID": "sample string 5",
"externalDisplayableOrderID": "sample string 6",
"tableName": "sample string 7",
"createdBy": 0,
"orderingAppName": "sample string 8"
},
"relationChecksum": "sample string 38",
"loyaltyTender": 1,
"giftCardTender": 1,
"operator": {
"$id": "10",
"id": 1,
"g_Uid": "05TL8xaVVUS0VD8pmGKGIQ==",
"guid": "f3cb94d3-9516-4455-b454-3f2998628621",
"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": "2026-04-03T06:15:06.0680764",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:15:06.0680764",
"endShift": "2026-04-03T06:15:06.0680764",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "11",
"operatorG_UID": "zWVK9e0sikqyQ/hnMziUPA==",
"operatorGuid": "f54a65cd-2ced-4a8a-b243-f8673338943c",
"storeID": 2,
"operator": {
"$ref": "10"
},
"store": {
"$id": "12",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": 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": "2026-04-03T06:15:06.0680764",
"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": "fTPExEgIDEOS6phInzcaPg==",
"hostIdentifierGuid": "c4c4337d-0848-430c-92ea-98489f371a3e",
"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,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:15:06.0680764",
"priceZone": {
"$id": "13",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "adM6tiRPE0uqUIl7jVn3bw==",
"hostIdentifierGuid": "b63ad369-4f24-4b13-aa50-897b8d59f76f",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "14",
"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"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "14"
},
"hostStoreSettings": [
{
"$id": "15",
"id": 1,
"hostIdentifier": "4FAExR50EE6yTZyvGnFUFA==",
"hostIdentifierGuid": "c50450e0-741e-4e10-b24d-9caf1a715414",
"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,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "16",
"identifier": "HMEY+Nt9a0igrmn/ZxWiNA==",
"identifierGuid": "f818c11c-7ddb-486b-a0ae-69ff6715a234",
"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": "2Yz2X931k0G8lBaQtT7ddA==",
"hostSupplierIdentifierGuid": "5ff68cd9-f5dd-4193-bc94-1690b53edd74",
"loyaltyPriceLevelIdentifier": "Ne3+Wl+F8UW2vomdJ6D1+w==",
"loyaltyPriceLevelIdentifierGuid": "5afeed35-855f-45f1-b6be-899d27a0f5fb",
"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": "2026-04-03T06:15:06.0680764",
"lastProcessed": "2026-04-03T06:15:06.0680764",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "17",
"identifier": "Nah4BqDLMkew68Cuq/mM8w==",
"identifierGuid": "0678a835-cba0-4732-b0eb-c0aeabf98cf3",
"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": "CXQdrwVuwkaQrtf2pxxcKg==",
"primaryContactID": "af1d7409-6e05-46c2-90ae-d7f6a71c5c2a",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "3NJoHLfIqkqGW5IHqS0adg==",
"supplierGroupGuid": "1c68d2dc-c8b7-4aaa-865b-9207a92d1a76",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:15:06.0680764",
"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": "18",
"id": "2c81dd9f-88be-4ccd-8006-1277c50a948a",
"identifier": "BjdSmBXMD0G5inU+9uCjww==",
"identifierGuid": "98523706-cc15-410f-b98a-753ef6e0a3c3",
"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": "19",
"supplierIdentifier": "9CIgGB+78kCqkPTGnWNObQ==",
"supplierIdentifierGuid": "182022f4-bb1f-40f2-aa90-f4c69d634e6d",
"contactGuid": "2q3VUwwU+ECyCwlTlEPkbA==",
"contactID": "53d5adda-140c-40f8-b20b-09539443e46c",
"contact": {
"$ref": "18"
},
"supplier": {
"$ref": "17"
}
},
{
"$ref": "19"
}
],
"products": [
{
"$id": "20",
"pluG_UID": "0LDwPk7AeEW7oDFij6TI9Q==",
"pluGuid": "3ef0b0d0-c04e-4578-bba0-31628fa4c8f5",
"supplierIdentifier": "UzY6OClZXE+s3VkWO1j/BQ==",
"supplierIdentifierGuid": "383a3653-5929-4f5c-acdd-59163b58ff05",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:15:06.0680764",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:15:06.0680764",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "21",
"pluG_UID": "oJ9Ii8Vi6EyswcOWO30MkA==",
"pluGuid": "8b489fa0-62c5-4ce8-acc1-c3963b7d0c90",
"supplierIdentifier": "Fdp2oPyZ4U2JAipZwXmc5g==",
"supplierIdentifierGuid": "a076da15-99fc-4de1-8902-2a59c1799ce6",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "21"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "ptQL+dpevECe5bzirmZJmA==",
"parentPluGuid": "f90bd4a6-5eda-40bc-9ee5-bce2ae664998",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "22",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "bEdOpE2Rm0C8y7jBeSGHOA==",
"guid": "a44e476c-914d-409b-bccb-b8c179218738",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "vPXmRp4e1UCRveFw5UmHBQ==",
"priceGroupGuid": "46e6f5bc-1e9e-40d5-91bd-e170e5498705",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:15:06.0680764",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:15:06.0680764",
"pluCreated": "2026-04-03T06:15:06.0680764",
"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": "2026-04-03T06:15:06.0680764",
"lastManualUpdate": "2026-04-03T06:15:06.0680764",
"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": "2026-04-03T06:15:06.0680764",
"currentCostUpdated": "2026-04-03T06:15:06.0680764",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:15:06.0680764",
"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": "2026-04-03T06:15:06.0680764",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "Azo6FNeNJkSBAubn0pKx6Q==",
"altPLUGuid": "143a3a03-8dd7-4426-8102-e6e7d292b1e9",
"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": "2026-04-03T06:15:06.0680764",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "V+sG2/CQ50SmqGuXMXM0xg==",
"shelfPageLayoutGuid": "db06eb57-90f0-44e7-a6a8-6b97317334c6",
"talkerPageLayoutG_UID": "Zu42v2Z4OEqCF+RdWP4wkA==",
"talkerPageLayoutGuid": "bf36ee66-7866-4a38-8217-e45d58fe3090",
"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,
"liabilityItem": true,
"trackSerial": true,
"trackSerialChanged": true,
"allowZeroPrice": true,
"allowZeroPriceChanged": true,
"notForSale": 92,
"notForSaleChanged": true,
"excludeFromDeals": true,
"excludeFromVoucher": true,
"minimumAge": 95,
"minimumAgeChanged": true,
"buyingLimit": 1,
"buyingLimitChanged": true,
"buyingLimitIndependent": true,
"buyingLimitIndependentChanged": true,
"inventoryGuid": "PAYQFzQeSkG+hmwQcA+D6Q==",
"inventoryIdentifier": "1710063c-1e34-414a-be86-6c10700f83e9",
"inventoryAccuracy": 1,
"baseUnits": 99,
"orderPacked": 1,
"isManufactured": true,
"isIngredient": true,
"isModifier": true,
"isModifierChanged": true,
"hasModifiers": 100,
"defaultPrinter": "sample string 101",
"defaultPrinterGroup": "sample string 102",
"ingredientsOnManufacture": true,
"manufactureUnitMeasure": 1,
"mpl": 1,
"maxShelfQty": 103,
"allowAutoOrder": true,
"warrantyPeriod": 1,
"parentPluG_UId": "VU6tnQ7VxkubHCHWL/ThKg==",
"parentPluGuid": "9dad4e55-d50e-4bc6-9b1c-21d62ff4e12a",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "aSSGI0XbbkiODlZyvpasRg==",
"supplierIdentifierGuid": "23862469-db45-486e-8e0e-5672be96ac46",
"supplierChanged": true,
"rebateSupplierIdentifier": "Cs40QVDjV0WD+jKse4ceFA==",
"rebateSupplierIdentifierGuid": "4134ce0a-e350-4557-83fa-32ac7b871e14",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:15:06.0680764",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "ZPxz6Qbke0Oig5wHHDx6VA==",
"hostIdentifierGuid": "e973fc64-e406-437b-a283-9c071c3c7a54",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"store": {
"$ref": "12"
},
"storePrices": [
{
"$id": "23",
"pluG_UID": "rm+5wD2nF02SN5io4iF94w==",
"pluGuid": "c0b96fae-a73d-4d17-9237-98a8e2217de3",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:15:06.0680764"
},
{
"$ref": "23"
}
],
"currentPrices": {
"$id": "24",
"pluPrices": {
"$id": "25",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:15:06.0680764",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "25"
},
"winningCampaign": 1,
"winner": {
"$id": "26",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:15:06.0680764",
"startTime": 5,
"endDate": "2026-04-03T06:15:06.0680764",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "nkQ/JO+Q50ugKlv/Erlsdw==",
"hostIdentifierGuid": "243f449e-90ef-4be7-a02a-5bff12b96c77",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "26"
},
{
"$ref": "26"
}
]
},
"tray": {
"$id": "27",
"g_UId": "ssCyWPcMvku82El63GkCGA==",
"guid": "58b2c0b2-0cf7-4bbe-bcd8-497adc690218",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "28",
"priceGroupG_UID": "WWmhz6+n/UKDP5ef7SEgbg==",
"priceGroupGuid": "cfa16959-a7af-42fd-833f-979fed21206e",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:15:06.0680764",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "29",
"pluG_UID": "RlnbYJbpqEGJkWlS5ECEOw==",
"pluGuid": "60db5946-e996-41a8-8991-6952e440843b",
"plu": 1,
"servingsPerPack": 1,
"servingSize": 1,
"showAllergens": 1,
"energy": 1,
"protein": 1,
"fat": 1,
"saturated": 1,
"carbo": 1,
"sugars": 1,
"sodium": 1,
"potasium": 1,
"calcium": 1,
"fibre": 1,
"soya": 1,
"nutsSeeds": 1,
"shells": 1,
"eggs": 1,
"dairy": 1,
"gluten": 1,
"sulphites": 1,
"peanuts": 1,
"sesame": 1,
"fish": 1,
"lupins": 1
},
"dates": {
"$id": "30",
"pluGuid": "dd41c5f9-fa85-4374-b8bd-dfb310a0fb3f",
"created": "2026-04-03T06:15:06.0680764",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:15:06.0680764",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:15:06.0680764",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:15:06.0680764",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:15:06.0680764",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:15:06.0680764",
"lastSold": "2026-04-03T06:15:06.0680764",
"firstSold": "2026-04-03T06:15:06.0680764",
"awsUpdated": "2026-04-03T06:15:06.0680764",
"lastManualUpdate": "2026-04-03T06:15:06.0680764",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:15:06.0680764",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:15:06.0680764",
"doNotRangeUpdated": "2026-04-03T06:15:06.0680764",
"doNotOrderUpdated": "2026-04-03T06:15:06.0680764",
"tracked": "2026-04-03T06:15:06.0680764"
},
"allergens": [
{
"$id": "31",
"primaryKey": {
"$id": "32",
"pluGuid": "63d257fc-2815-40f9-a00b-21b4d1b31af9",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "/FfSYxUo+UCgCyG00bMa+Q==",
"pluGuid": "63d257fc-2815-40f9-a00b-21b4d1b31af9",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "31"
}
],
"costs": {
"$id": "33",
"pluG_UID": "B9T9s0+7mUK54ccw8aq/2A==",
"pluGuid": "b3fdd407-bb4f-4299-b9e1-c730f1aabfd8",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:15:06.0680764",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "34",
"saleHeaderID": 1,
"created": "2026-04-03T06:15:06.0680764",
"createdLocal": "2026-04-03T06:15:06.0680764",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "YcXKUUkSr0aSOYNbwklogg==",
"operatorGuid": "51cac561-1249-46af-9239-835bc2496882",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "5+XCPujRG0SigA9ZUb9ivA==",
"pluGuid": "3ec2e5e7-d1e8-441b-a280-0f5951bf62bc",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "10"
}
},
{
"$ref": "34"
}
],
"apns": [
{
"$id": "35",
"pluID": 1,
"pluG_UID": "4F4GdOMIP0qJGYtOkoVkNg==",
"pluGuid": "74065ee0-08e3-4a3f-8919-8b4e92856436",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"tuns": [
{
"$id": "36",
"pluG_UId": "PgcpTz7bX0+8ZpKL32tFlw==",
"pluGuid": "4f29073e-db3e-4f5f-bc66-928bdf6b4597",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "22"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"competitionPricing": [
{
"$id": "37",
"identifier": "HGA9BtuD9EeU+M4iTIgv2A==",
"identifierGuid": "063d601c-83db-47f4-94f8-ce224c882fd8",
"pluG_UID": "/51InaZHME6FakeV6ifvIA==",
"pluGuid": "9d489dff-47a6-4e30-856a-4795ea27ef20",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "37"
}
],
"supplier": {
"$ref": "17"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"ordering": {
"$ref": "20"
},
"flipChartPages": [
{
"$id": "38",
"identifier": "OOvyipszZ0aA1WWvra5YqA==",
"groupName": "sample string 1",
"identifierGuid": "8af2eb38-339b-4667-80d5-65afadae58a8",
"exists": true,
"flipChartIdentifier": "NOptIF5WTE2LYV3BNbS2wg==",
"flipChartIdentifierGuid": "206dea34-565e-4d4c-8b61-5dc135b4b6c2",
"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": "hR4arIGRZ0WOvdx+52+xDg==",
"groupIdentifierGuid": "ac1a1e85-9181-4567-8ebd-dc7ee76fb10e",
"flipChart": {
"$id": "39",
"identifier": "4v60+4CIo0eYIwQaPlNasQ==",
"identifierGuid": "fbb4fee2-8880-47a3-9823-041a3e535ab1",
"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": "lJSB8i2CCkmKbc9gIk0UVw==",
"identifierGuid": "f2819494-822d-490a-8a6d-cf60224d1457",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "41",
"id": 1,
"g_UID": "z/GHMuG2YkGcNrBFZI77sA==",
"guid": "3287f1cf-b6e1-4162-9c36-b045648efbb0",
"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": "FvgdvftIwkqw6OUYrXgP2A==",
"previousFormGuid": "bd1df816-48fb-4ac2-b0e8-e518ad780fd8",
"nextForm": 1,
"nextFormG_UID": "Fl5QwgjHgUKMo6ldmWoJ2Q==",
"nextFormGuid": "c2505e16-c708-4281-8ca3-a95d996a09d9",
"attributes": "sample string 10",
"updated": "2026-04-03T06:15:06.0680764",
"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": "0hugSo8Eok6QxMLiyNS2hw==",
"checkoutFormGuid": "4aa01bd2-048f-4ea2-90c4-c2e2c8d4b687",
"identifier": "+gTya7a+VU2LcM13D8UApw==",
"identifierGuid": "6bf204fa-beb6-4d55-8b70-cd770fc500a7",
"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": "CcqvJbNXmk2lIfiM3B5t0g==",
"valueGuid": "25afca09-57b3-4d9a-a521-f88cdc1e6dd2",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:15:06.0680764",
"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": "2026-04-03T06:15:06.0680764",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "42"
}
],
"panels": [
{
"$id": "44",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "tyl6FNmejUCiUi5fi9LXow==",
"checkoutFormGuid": "147a29b7-9ed9-408d-a252-2e5f8bd2d7a3",
"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": "5P4itaQOYUiSz1gFd9sBnA==",
"flipChartPageIdentifierGuid": "b522fee4-0ea4-4861-92cf-580577db019c",
"pluG_UID": "7A9HbZBD6kyIQwm81qhIsw==",
"pluGuid": "6d470fec-4390-4cea-8843-09bcd6a848b3",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "22"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "45"
}
],
"productCount": 27,
"pages": [
{
"$ref": "38"
},
{
"$ref": "38"
}
]
},
{
"$ref": "38"
}
],
"priceHistory": [
{
"$id": "46",
"pluG_UID": "uIkpmHdUpkS8BG1itfc/ww==",
"pluGuid": "982989b8-5477-44a6-bc04-6d62b5f73fc3",
"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": "2026-04-03T06:15:06.0680764",
"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": "EMjz5T6GZkOdxfZKFQwkcA==",
"ingredientGuid": "+L1B0xAo1kSU+Imya1zHPg==",
"ingredientIdentifier": "d341bdf8-2810-44d6-94f8-89b26b5cc73e",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "22"
}
},
{
"$ref": "47"
}
],
"bins": [
{
"$id": "48",
"pluG_UID": "7ONoBkB4vEaUvMutrjcwfQ==",
"pluGuid": "0668e3ec-7840-46bc-94bc-cbadae37307d",
"shelfLocationIdentifier": "UGtmvsw0U0aurtImr9VyOw==",
"shelfLocationGuid": "be666b50-34cc-4653-aeae-d226afd5723b",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "yeYPRmALKkyAcvCKJrWmng==",
"labelPageLayoutGuid": "460fe6c9-0b60-4c2a-8072-f08a26b5a69e",
"updated": "2026-04-03T06:15:06.0680764",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "22"
},
"location": {
"$id": "49",
"identifier": "MqyAyxUwO0Ce7cAhJ0CEQQ==",
"storeID": 1,
"identifierGuid": "cb80ac32-3015-403b-9eed-c02127408441",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:15:06.0680764",
"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": "kiaXS/nHWECoRsiekoHPtQ==",
"pluGuid": "4b972692-c7f9-4058-a846-c89e9281cfb5",
"deptNo": 1,
"product": {
"$ref": "22"
},
"scaleLocation": {
"$id": "51",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:15:06.0680764",
"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": "2026-04-03T06:15:06.0680764",
"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": "CBQqAmdR80CrkrfMoK4IjQ==",
"labelPageLayoutGuid": "022a1408-5167-40f3-ab92-b7cca0ae088d",
"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": "2026-04-03T06:15:06.0680764",
"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": "qkMhGdEP9EybVHzG4rNViw==",
"labelPageLayoutGuid": "192143aa-0fd1-4cf4-9b54-7cc6e2b3558b",
"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": "2026-04-03T06:15:06.0680764",
"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": "6oZ4x38mtkedQs1o46KRfg==",
"labelPageLayoutGuid": "c77886ea-267f-47b6-9d42-cd68e3a2917e",
"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": "2026-04-03T06:15:06.0680764",
"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": "aqMz/HMlW0WgurjWPBj4uA==",
"labelPageLayoutGuid": "fc33a36a-2573-455b-a0ba-b8d63c18f8b8",
"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": "yn1V1rjYL0Cy/lvOVGVonQ==",
"pluGuid": "d6557dca-d8b8-402f-b2fe-5bce5465689d",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "rBA4n43YDEei/X9XlEU5cg==",
"dealCostGuid": "9f3810ac-d88d-470c-a2fd-7f5794453972",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "cDD9xsnXK06lsMvTvnpNuw==",
"priceGroupGuid": "c6fd3070-d7c9-4e2b-a5b0-cbd3be7a4dbb",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:15:06.0680764",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "40e92317-9804-4a4d-a860-5af82b125647",
"campaignComboPriceGroupG_UID": "uPvISca7OUuDF5cYWj33FQ==",
"campaignComboPriceGroupIdentifier": "49c8fbb8-bbc6-4b39-8317-97185a3df715",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "61",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:15:06.0680764",
"operatorG_UID": "IG6qVcCwnkSEcORdRpZepA==",
"operatorGuid": "55aa6e20-b0c0-449e-8470-e45d46965ea4",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:15:06.0680764",
"signIqTicketFileMovedUtc": "2026-04-03T06:15:06.0680764",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:15:06.0680764",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "f5e37d92-e3ac-46cf-9eb8-bf1bfcf91e9e",
"product": {
"$ref": "22"
},
"campaignPlu": {
"$ref": "60"
},
"fuelItem": true
},
{
"$ref": "61"
}
],
"campaign": {
"$id": "62",
"id": 1,
"storeID": 2,
"name": "d4dc0418-2d93-473a-82ad-d6e52d9e2d56",
"nameGuid": "d4dc0418-2d93-473a-82ad-d6e52d9e2d56",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:15:06.0680764",
"startTime": 1,
"endDate": "2026-04-03T06:15:06.0680764",
"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": "2026-04-03T06:15:06.0680764",
"system": true,
"created": "2026-04-03T06:15:06.0680764",
"updated": "2026-04-03T06:15:06.0680764",
"priceChangeNotifiedUtc": "2026-04-03T06:15:06.0680764",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "zwxOGwMcfkWg+rxyBOYN0A==",
"hostIdentifierGuid": "1b4e0ccf-1c03-457e-a0fa-bc7204e60dd0",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:15:06.0680764",
"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": "/AVKIIHO6E2VaJ6XKSZ0/A==",
"pluGuid": "204a05fc-ce81-4de8-9568-9e97292674fc",
"hostOfferID": 1,
"priceGroupG_UID": "yZvYjrDRW0207LjAJQ7+Ww==",
"priceGroupGuid": "8ed89bc9-d1b0-4d5b-b4ec-b8c0250efe5b",
"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": "2026-04-03T06:15:06.0680764",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "22"
},
"campaign": {
"$ref": "62"
}
},
{
"$ref": "63"
}
],
"sellingRules": [
{
"$id": "64",
"id": 1,
"identifier": "ElzGWGMcKESIoP3NK6izcA==",
"identifierStr": "ElzGWGMcKESIoP3NK6izcA==",
"identifierGuid": "58c65c12-1c63-4428-88a0-fdcd2ba8b370",
"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": "nek7dozkEkm2pwt1bEcu3A==",
"customerIDGuid": "763be99d-e48c-4912-b6a7-0b756c472edc",
"campaign": {
"$ref": "62"
},
"customer": {
"$ref": "1"
}
},
{
"$ref": "65"
}
],
"customerGroups": [
{
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "VmDTRg81bEaTr7oMCD+aMg==",
"groupIDGuid": "46d36056-350f-466c-93af-ba0c083f9a32",
"campaign": {
"$ref": "62"
},
"group": {
"$ref": "5"
}
},
{
"$ref": "66"
}
],
"signIqTickets": [
{
"$id": "67",
"identifier": "XMIDqZt5x0eT5XAraaGjSw==",
"identifierGuid": "a903c25c-799b-47c7-93e5-702b69a1a34b",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "67"
}
],
"comboPriceGroups": [
{
"$id": "68",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "j+AANXgeQ0qXeu61O0CB+Q==",
"guid": "3500e08f-1e78-4a43-977a-eeb53b4081f9",
"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": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "OcdGOupJ0k+rHp1ff0algw==",
"groupGuid": "3a46c739-49ea-4fd2-ab1e-9d5f7f46a583",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "sNCvwBjfsk2QCMf7lfFHrw==",
"pluGuid": "c0afd0b0-df18-4db2-9008-c7fb95f147af",
"priceGroupG_UID": "sFCDwFtkbUe/VdOE/aF1+g==",
"priceGroupGuid": "c08350b0-645b-476d-bf55-d384fda175fa",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "62"
},
"product": {
"$ref": "22"
},
"priceGroup": {
"$ref": "28"
},
"campaignPool": {
"$ref": "62"
}
},
{
"$ref": "69"
}
]
},
{
"$ref": "68"
}
],
"priceLevels": [
{
"$id": "70",
"id": 1,
"priceLevelIdentifier": "xXtXlPWGtU+OvEFcqgGOhw==",
"priceLevelIdentifierGuid": "94577bc5-86f5-4fb5-8ebc-415caa018e87",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "70"
}
],
"promotionType": {
"$id": "71",
"identifier": "qUfPKIs7Jkuca9R/z7/XjA==",
"identifierGuid": "28cf47a9-3b8b-4b26-9c6b-d47fcfbfd78c",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "ktTsL/8oXkOXozt9oq18nQ==",
"labelPageLayoutGuid": "2fecd492-28ff-435e-97a3-3b7da2ad7c9d",
"priceLevelIdentifier": "Xg4J0tqvNkKYJ5MEy5R/MQ==",
"priceLevelIdentifierGuid": "d2090e5e-afda-4236-9827-9304cb947f31",
"active": true,
"updated": "2026-04-03T06:15:06.0680764",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "22"
},
"dealCost": {
"$id": "72",
"headerIdentifier": "tNkYXze5wkaJ9HArNEqFtQ==",
"headerIdentifierGuid": "5f18d9b4-b937-46c2-89f4-702b344a85b5",
"identifier": "VO1XOnk1RE6l92gcDTXaEA==",
"identifierGuid": "3a57ed54-3579-4e44-a5f7-681c0d35da10",
"supplierIdentifier": "MuVfUOfy/UqTLJdEZyKgSA==",
"supplierGuid": "505fe532-f2e7-4afd-932c-97446722a048",
"pluG_UID": "MW0sjESKB06erjliqI0hiw==",
"pluGuid": "8c2c6d31-8a44-4e07-9eae-3962a88d218b",
"campaignName": "848a52ea-c759-4b55-86fe-1147b72514da",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:15:06.0680764",
"end": "2026-04-03T06:15:06.0680764",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "gWQExHgITEK1b4qgWKK3zg==",
"bonusItemPluGuid": "c4046481-0878-424c-b56f-8aa058a2b7ce",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:15:06.0680764",
"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": "2026-04-03T06:15:06.0680764",
"campaignEndDate": "2026-04-03T06:15:06.0680764",
"masterPLUG_UID": "RLtj40YMRE6hzvwSZ0hSww==",
"masterID": "e363bb44-0c46-4e44-a1ce-fc12674852c3",
"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": "z0tcwzyYskautkLtNbZRjQ==",
"bonusMasterID": "c35c4bcf-983c-46b2-aeb6-42ed35b6518d",
"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": "2026-04-03T06:15:06.0680764",
"dealCosts": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"tags": [
{
"$id": "73",
"pluG_UID": "IwEs+8tkV0qSYLlkDnmLlQ==",
"pluGuid": "fb2c0123-64cb-4a57-9260-b9640e798b95",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "73"
}
],
"alternateProductG_UID": "bQZ/DrSbMkuj+DE6Vyfx8g==",
"alternateProduct": "0e7f066d-9bb4-4b32-a3f8-313a5727f1f2",
"altProduct": {
"$ref": "22"
},
"productHostCode": {
"$id": "74",
"id": 1,
"pluG_UID": "tBFVe2FqlUmTGHbuwDoplQ==",
"pluGuid": "7b5511b4-6a61-4995-9318-76eec03a2995",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:15:06.0680764",
"inventoryTracked": "2026-04-03T06:15:06.0680764",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "75",
"pluG_UID": "VJnHSxsrKkqlSRO5B6k/uQ==",
"pluGuid": "4bc79954-2b1b-4a2a-a549-13b907a93fb9",
"fuelPluG_UID": "Mjfyug1iekSldZbFMJC+kg==",
"fuelPluGuid": "baf23732-620d-447a-a575-96c53090be92",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "75"
},
{
"$ref": "75"
}
]
},
"supplier": {
"$ref": "17"
},
"serviceFee": {
"$id": "76",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "20"
}
],
"orderCycleHeaders": [
{
"$id": "77",
"storeID": 1,
"supplierIdentifier": "2ufFEMhBck299u1UvVL3WQ==",
"supplierGuid": "10c5e7da-41c8-4d72-bdf6-ed54bd52f759",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "77"
}
],
"cycles": [
{
"$id": "78",
"storeID": 1,
"supplierIdentifier": "Zzz9pbkzvk6wwwP2uLDmiA==",
"supplierGuid": "a5fd3c67-33b9-4ebe-b0c3-03f6b8b0e688",
"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": "2026-04-03T06:15:06.0680764",
"deliveryDate": "2026-04-03T06:15:06.0680764",
"nextCutOffDate": "2026-04-03T06:15:06.0680764",
"nextDeliveryDate": "2026-04-03T06:15:06.0680764",
"nextDaysBuffer": 10
},
{
"$ref": "78"
}
],
"store": {
"$ref": "12"
},
"updated": "2026-04-03T06:15:06.0680764",
"isHost": true
},
"files": [
{
"$id": "79",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:15:06.0680764",
"processed": "2026-04-03T06:15:06.0680764",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:15:06.0680764",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "16"
},
"metcashHeader": {
"$id": "80",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:15:06.0680764",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "79"
}
],
"zoneMatrix": [
{
"$id": "81",
"id": 1,
"hostIdentifier": "SOcfgnTxL0mqCa+2zn1sbg==",
"hostIdentifierGuid": "821fe748-f174-492f-aa09-afb6ce7d6c6e",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"ffac79a3-adcf-44c6-84c1-d94f7efa521e",
"f415d5ce-85b5-4a2b-8a52-87516db2920f"
]
},
{
"$ref": "81"
}
],
"hostFileStoreSetting": {
"$ref": "15"
},
"hostStoreSettings": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"promotionPlacements": [
{
"$id": "82",
"identifier": "DOi/xzMyyU6uVGIB2nG0jw==",
"identifierGuid": "c7bfe80c-3233-4ec9-ae54-6201da71b48f",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "82"
}
],
"promoTypeGuids": [
"88a9628c-5cbd-4ad5-9e1d-09aaa150fcba",
"24597809-24cd-4869-b2cc-a32a8a9a66aa"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "15"
}
],
"accounts": [
{
"$id": "83",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "83"
}
],
"sales": [
{
"$id": "84",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:15:06.0680764",
"ftpSite": {
"$id": "85",
"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": "84"
}
],
"zoneMatrix": [
{
"$ref": "81"
},
{
"$ref": "81"
}
],
"cashManagements": [
{
"$id": "86",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "87",
"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": "86"
}
],
"updateStoreID": "91c22dad-c20a-4571-a094-8986bf251280",
"updateStore": {
"$id": "88",
"id": "603c34f3-a9ad-44b6-921f-4c94f56f50ac",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:15:06.0680764",
"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": "2026-04-03T06:15:06.0680764"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "89",
"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": "11"
}
]
},
"customer": {
"$ref": "1"
},
"communityOrganisation": {
"$id": "90",
"id": 1,
"identifier": "5FWjt0/MpE6+ydGgS8AZ/Q==",
"identifierGuid": "b7a355e4-cc4f-4ea4-bec9-d1a04bc019fd",
"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",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:15:06.0680764",
"promoPeriodEnd": "2026-04-03T06:15:06.0680764",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:15:06.0680764",
"deleted": true
},
"details": [
{
"$id": "91",
"saleItemID": 1,
"identifier": "MEOpkUmxh0OV7OLV8rjgoA==",
"identifierGuid": "91a94330-b149-4387-95ec-e2d5f2b8e0a0",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "rg1/DB/US0uFrFxqgNUa0Q==",
"pluGuid": "0c7f0dae-d41f-4b4b-85ac-5c6a80d51ad1",
"accountID": "MWGtVOIPDki7S3FIwtaHtQ==",
"accountIDGuid": "54ad6131-0fe2-480e-bb4b-7148c2d687b5",
"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": "2026-04-03T06:15:06.0680764",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "6uK2IbjEfEyx4esWutMt3A==",
"refundGuid": "21b6e2ea-c4b8-4c7c-b1e1-eb16bad32ddc",
"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": "7GTrddEyUk+QHM4ORO371g==",
"idempotentVoidGuid": "75eb64ec-32d1-4f52-901c-ce0e44edfbd6",
"priceLevelIdentifier": "dUlDmHl4aEmK9AF+CNFYLA==",
"priceLevelIdentifierGuid": "98434975-7879-4968-8af4-017e08d1582c",
"communityIdentifier": "LjsUcKYR4kKcQXaM08FDnw==",
"communityIdentifierGuid": "70143b2e-11a6-42e2-9c41-768cd3c1439f",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "92",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:15:06.0680764",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "92"
}
],
"refund": {
"$id": "93",
"id": 1,
"g_UID": "aEPyOrJTuEe6+rcZTEuGSQ==",
"guid": "3af24368-53b2-47b8-bafa-b7194c4b8649",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:15:06.0680764"
},
"modifier": {
"$id": "94",
"id": 1,
"setG_UID": "8D9y6xGvYE+GWfGuALPmxg==",
"modifierSetGuid": "eb723ff0-af11-4f60-8659-f1ae00b3e6c6",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "nw85sMzl1UC6DpMtnTD2tg==",
"pluGuid": "b0390f9f-e5cc-40d5-ba0e-932d9d30f6b6",
"deleted": true,
"g_UID": "jTPBnZSyZEeG1ovmVPahnw==",
"guid": "9dc1338d-b294-4764-86d6-8be654f6a19f",
"product": {
"$ref": "22"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "91"
}
],
"eftReceipts": [
{
"$id": "95",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "8"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "95"
}
],
"payments": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"cards": [
{
"$id": "96",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "96"
}
],
"campaignHits": [
{
"$id": "97",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "97"
}
],
"fuel": [
{
"$id": "98",
"id": 1,
"plu": 1,
"pluG_UID": "/wX+QQjjHE6SmESNoP5/ow==",
"pluGuid": "41fe05ff-e308-4e1c-9298-448da0fe7fa3",
"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": "2026-04-03T06:15:06.0680764",
"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": "2026-04-03T06:15:06.0680764",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "98"
}
],
"fuelResells": [
{
"$id": "99",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "/ugY3pHNsEmo5CiI09LX4g==",
"pluGuid": "de18e8fe-cd91-49b0-a8e4-2888d3d2d7e2",
"accountID": "S3fGEPrDeEOHqbZ4OJ6bDA==",
"accountIDGuid": "10c6774b-c3fa-4378-87a9-b678389e9b0c",
"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": "2026-04-03T06:15:06.0680764",
"bestOrExpireType": 1,
"refundG_UID": "HOfd5z4RrUenkCaD8ijmCw==",
"refundGuid": "e7dde71c-113e-47ad-a790-2683f228e60b",
"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": "99"
}
],
"customerOrder": [
{
"$id": "100",
"identifier": "jTdTBaV1k02WRTJ+RKrKWQ==",
"identifierGuid": "0553378d-75a5-4d93-9645-327e44aaca59",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "ywe1aLxcIEW9fANUPYRuiw==",
"customerIdentifierGuid": "68b507cb-5cbc-4520-bd7c-03543d846e8b",
"operatorNo": 1,
"operatorG_UID": "les8FA+dAEiWnGNDdB3kOQ==",
"operatorGuid": "143ceb95-9d0f-4800-969c-6343741de439",
"created": "2026-04-03T06:15:06.0680764",
"ordered": "2026-04-03T06:15:06.0680764",
"started": "2026-04-03T06:15:06.0680764",
"completed": "2026-04-03T06:15:06.0680764",
"supplied": "2026-04-03T06:15:06.0680764",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "1"
},
"operator": {
"$ref": "10"
},
"details": [
{
"$id": "101",
"headerID": 1,
"plu": 1,
"pluG_UId": "BSvLYbeoB06jUaF/bpMsrg==",
"pluGuid": "61cb2b05-a8b7-4e07-a351-a17f6e932cae",
"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": "Jf7U6kcU1Emq83o3ZJHorQ==",
"headerIdentifierGuid": "ead4fe25-1447-49d4-aaf3-7a376491e8ad",
"product": {
"$ref": "22"
}
},
{
"$ref": "101"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "8"
}
},
{
"$ref": "100"
}
],
"surveyResponses": [
{
"$id": "102",
"surveyG_UID": "6mD5TuXrWkGgq8LrgE03Iw==",
"surveyGuid": "4ef960ea-ebe5-415a-a0ab-c2eb804d3723",
"saleHeaderGuid": "Ktq/NZ08YEuDjl16cV63Dg==",
"saleGuid": "35bfda2a-3c9d-4b60-838e-5d7a715eb70e",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "SClWm8S4j0KRRbNVcew9mQ==",
"guidResponse": "9b562948-b8c4-428f-9145-b35571ec3d99",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:15:06.0680764",
"sale": {
"$ref": "8"
},
"survey": {
"$id": "103",
"g_UID": "1VqgksuPX0yZA3g9Gm6eYQ==",
"guid": "92a05ad5-8fcb-4c5f-9903-783d1a6e9e61",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "xbSks0BMcUamPiF5pFn4aw==",
"checkoutFormGuid": "b3a4b4c5-4c40-4671-a63e-2179a459f86b",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:15:06.0680764",
"end": "2026-04-03T06:15:06.0680764",
"deleted": true,
"updated": "2026-04-03T06:15:06.0680764",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"4e50b8a3-0310-4ca9-99d2-48e6ed4a2d08",
"7ecba5d5-3be6-4086-8b31-90e1e1118004"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "41"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "102"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "NtqQ3VglGkKAxJ9exjbynQ==",
"accountIdentifier": "dd90da36-2558-421a-80c4-9f5ec636f29d",
"accountName": "sample string 44",
"customerOrderIdentifier": "hzmwDgrbHEK8BwZEzzGKVA==",
"customerOrderIdentifierGuid": "0eb03987-db0a-421c-bc07-0644cf318a54",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "104",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "H9YD11kbQUigvQTSeAVB2g==",
"paymentIdentifierGuid": "d703d61f-1b59-4841-a0bd-04d2780541da",
"identifier": "FDnHsIYdlECgeBmyHE1gvQ==",
"identifierGuid": "b0c73914-1d86-4094-a078-19b21c4d60bd",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "BLMjPotQaUKmkQRRd/p1RA==",
"itemIdentifierGuid": "3e23b304-508b-4269-a691-045177fa7544"
}
},
{
"$ref": "7"
}
]
},
{
"$ref": "2"
}
],
"customerGroupMembers": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"customerGroups": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"accounts": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"account": {
"$ref": "3"
},
"vouchers": [
{
"$id": "105",
"customerIdentifier": "WvJCDNu9nEe8oQqBnFF55w==",
"customerIdentifierGuid": "0c42f25a-bddb-479c-bca1-0a819c5179e7",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "mF33mHKrtkiE5aEi9L1vAg==",
"idempotentGuid": "98f75d98-ab72-48b6-84e5-a122f4bd6f02",
"offline": true,
"voucher": {
"$id": "106",
"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": "2026-04-03T06:15:06.0680764",
"barcodeTemplate": {
"$id": "107",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "108",
"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": "2026-04-03T06:15:06.0680764",
"labelPageLayout": "v4ThR5nh2Uy7/99UJKiT3w==",
"pageLayoutGuid": "47e184bf-e199-4cd9-bbff-df5424a893df",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "106"
},
"elements": [
{
"$id": "109",
"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": "2026-04-03T06:15:06.0680764"
},
{
"$ref": "109"
}
]
},
"customerVouchers": [
{
"$id": "110",
"id": 1,
"customerIdentifier": "3AcQQjcW8U++FtR98NNPIw==",
"customerIdentifierGuid": "421007dc-1637-4ff1-be16-d47df0d34f23",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:15:06.0680764",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "OfylsTC9N0eWuFsAz/Ws2Q==",
"issuedIdempotentGuid": "b1a5fc39-bd30-4737-96b8-5b00cff5acd9",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:15:06.0680764",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:15:06.0680764",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "aSNnJPiIW0O9GD6f5iDD9Q==",
"redeemedIdempotentGuid": "24672369-88f8-435b-bd18-3e9fe620c3f5",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:15:06.0680764",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "108"
},
"voucher": {
"$ref": "106"
},
"customer": {
"$ref": "1"
},
"issuedOfflinePayment": {
"$ref": "7"
},
"redeemedOfflinePayment": {
"$ref": "7"
}
},
{
"$ref": "110"
}
]
},
"customer": {
"$ref": "1"
}
},
{
"$ref": "105"
}
]
}
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
"9a619628-488e-4838-a174-be4f1d7d6fcc"
application/xml, text/xml
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9a619628-488e-4838-a174-be4f1d7d6fcc</guid>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK �1�\�� � 5 xl/workbook.xml � (� ����0D�&�C��B@
)��x��})[i�-ik��-H�yۙ�};|��o���G���]c��j�';��;i���{1+�X[��hK��s8@P��N����X~t���V�ehu<��fO��_d4���I�b�)����EKZC J�ޖ4��*�,��7yM$d�����a�m��/PK �1�\���� � [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
�1�\P?�' ' _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="R6a788ce8a5624495" /></Relationships>PK �1�\�o��% � xl/worksheets/sheet1.xml � (� �Q�n� ��}%i�6��T��j�M;lg�85����? �4i� [~~�ٔǻ�
��h+��2��6�j�W|���Ǻ��]� ��\��x�7
��+��Z��H
��v�n��d��Xg�N8$)������.?:�m�`���Hmy]�:�G��AW�SΙ�˄|�0�_1�c|"^c��V<KX�|Iʯ����i�7��A��SO��O73:�3#��uK���j_���)�y�嬙<��XʋK��$ͳ$Y�g�R9��(��� �ü�:+�-������~��H�����_PK �1�\>�Rb� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞��Ҫn7lؖ^�q�I�Ďl��Xp$��E%H%l����I3�����4�q�N/tƷ������a���q�)O�~�#�+.*�S�הF��c�gt�c}�t�i���QwHc
K\3��<������7� ]�L_}8�19��aR�S��;�"S�<�
�R���>p�ecK �fj1�G��^�|!Sf!&cRr{S�^l�Sȗ^:-��fU��5Y)��F��b�PK �1�\Ѓ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 �1�\�V�q� � xl/sharedStrings.xml � (� 5��n�0D��{pB�`*�������!��u�� ����^Fz����+/��B#t�R(1�c��1�X<E��~�A]�eU��#�"��f̞eE��T����мn�#ψ�}l�Ag�T(;I��S�����u 9+���<M��U>L�S�|c?u��)��Y�����{PK- �1�\�� � 5 xl/workbook.xmlPK- �1�\���� � � [Content_Types].xmlPK-
�1�\P?�' ' U _rels/.relsPK- �1�\�o��% � � xl/worksheets/sheet1.xmlPK- �1�\>�Rb� P 8 xl/_rels/workbook.xml.relsPK- �1�\Ѓc'2 E
} xl/styles.xmlPK- �1�\�V�q� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK �1�\�e�s� 5 xl/workbook.xml � (� ���� ��M��(��%=y鵇�Y*Q� �}��F��zۙ��v��|'�����6��m�C�XhZ4n@�v�y1I�bN)�`횷AY�eW汇��
�]h����dh���mi��§fO�c�e2ֺ�I�b�)>ö�YKZCJf�.Kz��:
u���$� ��MЍ��8[W_PK �1�\���� � [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
�1�\0'S�' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R5aeaa4b95d3d4f39" /></Relationships>PK �1�\�o��% � xl/worksheets/sheet1.xml � (� �Q�n� ��}%i�6��T��j�M;lg�85����? �4i� [~~�ٔǻ�
��h+��2��6�j�W|���Ǻ��]� ��\��x�7
��+��Z��H
��v�n��d��Xg�N8$)������.?:�m�`���Hmy]�:�G��AW�SΙ�˄|�0�_1�c|"^c��V<KX�|Iʯ����i�7��A��SO��O73:�3#��uK���j_���)�y�嬙<��XʋK��$ͳ$Y�g�R9��(��� �ü�:+�-������~��H�����_PK �1�\sʖa� P xl/_rels/workbook.xml.rels � (� ��Kn� ���f_�W\���M7٦� ��X�I��u�#�
E��:R�d����i������m��}���r h���z8E���v����b���IOL�A��(
B��Bf��Q��,���1qd�2���e�����V�Q��M�L_�?���0��z=�,Q��d{��|Uq�8�u�ȁл��x�0�z}����M[�V�-ǻ�h�Q�D�6�tZ��9U��KΛU-kuU�7�b�PK �1�\Ѓ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 �1�\�V�q� � xl/sharedStrings.xml � (� 5��n�0D��{pB�`*�������!��u�� ����^Fz����+/��B#t�R(1�c��1�X<E��~�A]�eU��#�"��f̞eE��T����мn�#ψ�}l�Ag�T(;I��S�����u 9+���<M��U>L�S�|c?u��)��Y�����{PK- �1�\�e�s� 5 xl/workbook.xmlPK- �1�\���� � � [Content_Types].xmlPK-
�1�\0'S�' ' U _rels/.relsPK- �1�\�o��% � � xl/worksheets/sheet1.xmlPK- �1�\sʖa� P 8 xl/_rels/workbook.xml.relsPK- �1�\Ѓc'2 E
xl/styles.xmlPK- �1�\�V�q� � � xl/sharedStrings.xmlPK � �