GET api/Product/GetProducts?LastExecutedDate={LastExecutedDate}&CurrentDate={CurrentDate}&TerminalId={TerminalId}&SharedDB={SharedDB}&TableName={TableName}
Get Product and categories updated in btween a date range
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastExecutedDate | date |
None. |
|
| CurrentDate | date |
None. |
|
| TerminalId | globally unique identifier |
None. |
|
| SharedDB | boolean |
None. |
|
| TableName | TableName |
None. |
Body Parameters
None.
Response Information
Resource Description
Model of ProductData that includes List of Products, Categories and Item Campaing , Accouting
ProductData| Name | Description | Type | Additional information |
|---|---|---|---|
| Products | Collection of Product |
None. |
|
| Categories | Collection of Category |
None. |
|
| ItemCategories | Collection of ItemCategory |
None. |
|
| Accountings | Collection of Accounting |
None. |
|
| ItemCampaigns | Collection of ItemCampaign |
None. |
|
| ItemGroups | Collection of ItemGroup |
None. |
|
| ProductPrices | Collection of ProductPrice |
None. |
|
| PricePolicies | Collection of Item_PricePolicy |
None. |
|
| ItemStocks | Collection of ItemStock |
None. |
|
| PolicyGroups | Collection of PolicyGroup |
None. |
|
| PriceGroupPolicies | Collection of PriceGroupPolicy |
None. |
|
| ItemPolicyGroups | Collection of Item_PolicyGroup |
None. |
|
| ItemIngredients | Collection of ItemIngredient |
None. |
|
| ItemConfigurations | Collection of ItemConfiguration |
None. |
|
| ItemDiscountedPrices | Collection of ItemDiscountedPrice |
None. |
|
| ItemInventories | Collection of ItemInventory |
None. |
|
| ServeTypes | Collection of ServeType |
None. |
|
| ServeFlows | Collection of ServeFlow |
None. |
|
| ServeFlowTypes | Collection of ServeFlowType |
None. |
|
| ItemPrinters | Collection of ItemPrinter |
None. |
|
| PriceLists | Collection of PriceList |
None. |
|
| ItemPriceLists | Collection of ItemPriceList |
None. |
|
| CampaignMasters | Collection of CampaignMaster |
None. |
|
| CampaignPriceDetails | Collection of CampaignPriceDetail |
None. |
|
| ProductCampaigns | Collection of ProductCampaign |
None. |
|
| CategoryItemGroups | Collection of CategoryItemGroup |
None. |
|
| ItemOptionGroups | Collection of ItemOptionGroup |
None. |
|
| ItemOptions | Collection of ItemOption |
None. |
|
| ItemOptionGroupOptions | Collection of ItemOptionGroupOption |
None. |
|
| ItemOutletStatuses | Collection of ItemOutletStatus |
None. |
|
| CategoryOutletStatuses | Collection of CategoryOutletStatus |
None. |
|
| ItemTags | Collection of ItemTag |
None. |
|
| Tags | Collection of Tag |
None. |
|
| IconStores | Collection of IconStore |
None. |
|
| ItemLanguageTexts | Collection of ItemLanguageText |
None. |
|
| MenuSchedules | Collection of MenuSchedule |
None. |
|
| MenuScheduleEntities | Collection of MenuScheduleEntity |
None. |
Response Formats
application/json, text/json
Sample:
{
"Products": [
{
"$id": "2",
"Id": "e2a8585b-e804-4d2f-b97d-ab2d0b0273b2",
"Name": "sample string 2",
"SKU": "sample string 3",
"BarCode": "sample string 4",
"PLU": "sample string 5",
"GroupId": "515195e8-ee2d-443d-9e4d-a9ee02e53aea",
"SupplierId": "a1d8ddab-b3a2-4a31-9e4e-aa24f293bfbb",
"SupplierSKU": "sample string 7",
"BrandId": 8,
"Description": "sample string 9",
"LongDescription": "sample string 10",
"BongTitle": "sample string 11",
"TextColor": "sample string 12",
"ColorCode": "sample string 13",
"IconId": 14,
"ShowItemButton": true,
"ShowGroupItem": true,
"Price": 17.0,
"PurchasePrice": 18.0,
"Tax": 19.0,
"Unit": 0,
"AskPrice": true,
"AskWeight": true,
"PriceLock": true,
"PrinterId": 23,
"PlaceHolder": true,
"AskVolume": true,
"NeedIngredient": true,
"Bong": true,
"Sticky": 28,
"Seamless": true,
"AccountingId": 30,
"ReceiptMethod": 0,
"ItemType": 0,
"DiscountAllowed": true,
"PreparationTime": 0,
"IngredientPopup": true,
"DefaultCartQty": 33.0,
"SortOrder": 34,
"Active": true,
"Deleted": true,
"Weight": 37.0,
"Availability": true,
"ServeType": 64,
"Synced": true,
"DemandIdControl": true,
"Discontinued": true,
"AskPLU": true,
"NoticeStockLevel": 44.0,
"DefaultUnit": 0,
"ManageStock": 45,
"PriceRek": 46.0,
"CommentsRequired": true,
"TicketQty": 48,
"MinCartQty": 49.0,
"MinQtyAlert": 50.0,
"ComissionPercent": 51.0,
"PantPrice": 52.0,
"TrackAmount": true,
"SaleUnitSuffix": "sample string 54",
"QtyPerSaleUnit": 55.0,
"AutoClose": true,
"ButtonTitle": "sample string 57",
"SpecialSalesPrice": 1.0,
"SpecialSalesPriceValidFrom": "2026-02-04T04:14:53.1010954+01:00",
"SpecialSalesPriceValidTo": "2026-02-04T04:14:53.1010954+01:00",
"Draft": true,
"Created": "2026-02-04T04:14:53.1010954+01:00",
"Updated": "2026-02-04T04:14:53.1010954+01:00",
"UpdatedBy": "f453a72e-daa2-4c8d-a3eb-a3899874dce1",
"CategoryId": 60,
"Campaign": {
"$id": "3",
"Id": "61bcefbb-bf9a-4625-b56c-bb44287c7c90",
"CampaignType": 0,
"DiscountBy": 0,
"BuyLimit": 2,
"FreeOffer": 3,
"Price": 4.0,
"DiscountQtyIncrement": 5,
"Description": "sample string 6",
"StartDate": "2026-02-04T04:14:53.1010954+01:00",
"EndDate": "2026-02-04T04:14:53.1010954+01:00",
"Deleted": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00",
"CampaignPriceDetails": [
{
"$id": "4",
"Id": "e5ff0735-777e-4bb3-a863-e86f84675dc5",
"CampaignId": "0eedcc23-03df-4542-9d37-63ea46d9e77e",
"Quantity": 3,
"PayPrice": 4.0,
"Deleted": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "4"
}
]
},
"ItemsTags": [
{
"$id": "5",
"Id": "d275d7a6-162c-4b8a-86e4-e8cd728a56e0",
"TagId": "281448e1-21ea-4551-b70d-02030be9f1e1",
"ItemId": "0439f65b-479f-4d6a-95e3-20a4d16cee41",
"Deleted": true,
"Synced": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00",
"TagName": "sample string 7"
},
{
"$ref": "5"
}
],
"ItemCampaign": {
"$id": "6",
"UUID": "a701c707-432d-4247-9468-e9a088e048b2",
"CampaignTypeId": "OPEN",
"Title": "sample string 2",
"DiscountBy": 1,
"FreeOffer": 1,
"BuyLimit": 1,
"StartDate": "2026-02-04T04:14:53.1010954+01:00",
"EndDate": "2026-02-04T04:14:53.1010954+01:00",
"PriceEach": 1.0,
"PriceTotal": 1.0,
"Grouped": true,
"CurrencyCode": "sample string 6",
"IncludesVat": true,
"CreatedAt": "2026-02-04T04:14:53.1010954+01:00",
"CreatedByUUID": "sample string 9",
"UpdatedAt": "2026-02-04T04:14:53.1010954+01:00",
"UpdatedByUUID": "sample string 10",
"DeletedAt": "2026-02-04T04:14:53.1010954+01:00",
"DeletedByUUID": "sample string 11",
"Synced": true,
"ItemPrices": [
{
"$id": "7",
"UUID": "1e2864ba-3494-4687-9970-bb806ce0d156",
"PriceListUUID": "f444e4f9-90e2-40c5-b323-1eefe24c736b",
"ItemGroupUUID": "388c6923-b7a1-4048-9d91-602b1e54b568",
"AgreementUUID": "45b43b4c-5b08-4ef0-bd8e-70cc95e200f7",
"CustomerGroupUUID": "e3b064d1-74cb-4a3a-9cde-8145056f34ac",
"CustomerUUID": "cc2ae0b4-60ba-4d07-a8ee-0e23edcd56e0",
"ProjectUUID": "dee55f00-6055-483b-8944-de04133edd2d",
"CampaignUUID": "cf99d064-e80e-4a37-b398-50a815dc746a",
"ItemUUID": "666a7cb0-c586-44d0-ad32-54970cd7fc8e",
"WildCardSKU": "sample string 4",
"MinQty": 1.0,
"MaxQty": 1.0,
"Price": 1.0,
"Percentage": 1.0,
"Type": "sample string 5",
"RegularPrice": true,
"PurchasePrice": 1.0,
"ValidFrom": "2026-02-04T04:14:53.1010954+01:00",
"ValidTo": "2026-02-04T04:14:53.1010954+01:00",
"CreatedAt": "2026-02-04T04:14:53.1010954+01:00",
"CreatedByUUID": "sample string 8",
"UpdatedAt": "2026-02-04T04:14:53.1010954+01:00",
"UpdatedByUUID": "sample string 9",
"DeletedAt": "2026-02-04T04:14:53.1010954+01:00",
"DeletedByUUID": "sample string 10",
"Synced": true,
"ItemName": "sample string 12",
"CampaignTitle": "sample string 13"
},
{
"$ref": "7"
}
]
},
"HasPricePolicy": true,
"ItemCategory": [
{
"$id": "8",
"Id": 1,
"ItemId": "30cbe784-862c-4a43-b513-8a991bab73a2",
"CategoryId": 3,
"SortOrder": 4,
"IsPrimary": true,
"CategoryBoostId": "sample string 6"
},
{
"$ref": "8"
}
],
"ItemIdex": 62,
"PolicyGroupId": 63,
"HasCampaign": true,
"Products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"ColorName": "sample string 64",
"Type": 65,
"ImagePath": "sample string 66",
"ImageVisibility": true,
"ifExists": "sample string 68",
"ProductPrices": [
{
"$id": "9",
"Id": 1,
"ItemId": "c07936d1-4109-497d-81e0-767693c66c84",
"PurchasePrice": 3.0,
"Price": 4.0,
"OutletId": "5f44517b-f710-4399-8cd6-32a4765d215f",
"PriceMode": 0,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "9"
}
],
"Ingredients": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"Variants": [
{
"$id": "10",
"Id": 1,
"ConfigurationId": "c78997a6-b5cc-499e-bf74-572c90a4c145",
"ItemId": "915d9584-de23-4662-86e3-6bcc9fed0304",
"SortOrder": 4,
"Deleted": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "10"
}
],
"ItemOption": [
{
"$id": "11",
"Id": "53ff15f0-1976-48d6-80f0-4ab459766549",
"ItemOptionGroupId": "690791a4-5522-4255-ab77-030c7882aeaa",
"ItemId": "49f9dbf9-8f97-4bf4-bc33-d0a0b003729e",
"CategoryId": 4,
"Active": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "11"
}
],
"ShowOnReceipt": true,
"QuickAdd": true,
"HasIngredients": true,
"HasVariants": true,
"HasOptions": true,
"CategoryItemGroups": [
{
"$id": "12",
"Id": "5035b7f2-50b8-4218-8a9f-cdc559692bcc",
"CategoryId": 2,
"GroupId": "c7d2cd91-f16c-4875-88b0-d00f656ecfad",
"Qty": 4.0,
"Price": 5.0,
"Deleted": true,
"SortOrder": 7,
"Updated": "2026-02-04T04:14:53.1010954+01:00",
"Description": "sample string 9"
},
{
"$ref": "12"
}
],
"ItemPricePolicies": [
{
"$id": "13",
"Id": 1,
"ItemId": "6f01bca9-986b-4fa2-a541-5b29dccd8252",
"BuyLimit": 3,
"DiscountAmount": 4.0,
"Active": true,
"Deleted": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00",
"PolicyId": 8
},
{
"$ref": "13"
}
],
"PriceGroupPolicies": [
{
"$id": "14",
"Id": 1,
"GroupId": 2,
"BuyLimit": 3,
"MaxLimit": 4,
"DiscountAmount": 5.0,
"TotalAmount": 6.0,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "14"
}
],
"Photo": "QEA=",
"GroupPrice": 72.0,
"ExternalId": "sample string 73",
"IngredientQty": 74.0,
"StockQty": 75.0,
"Attributes": "sample string 76",
"LocalStockNull": true,
"StockInitialCount": 78.0,
"Selected": true,
"ShowWarhouseStock": true,
"ShowStockQty": true,
"HideStockQty": false,
"IsRUT": true,
"NotSelected": true,
"IsInActive": true,
"CreatedBy": "sample string 84",
"TerminalId": "b0d02140-77ed-404d-bde6-35eb22f970c6",
"CategoryName": "sample string 85",
"ShowCategoryName": true,
"DiscountedPrice": 86.0,
"Qty": 87.0,
"ConfigurationId": 88,
"ItemOptionId": "dbd8b44f-b268-467c-8fa0-0f1f8de08dbd",
"PriceAdd": 90.0,
"PriceRemove": 91.0,
"FreeQty": 92.0,
"MinQty": 93.0,
"MaxQty": 94.0,
"FirstItemSelected": true,
"OptionForOrderType": 0,
"PLUNumeric": 0,
"ScalePrice": 96.0,
"Files": [
{
"$id": "15",
"UUID": "cc059966-2964-4b30-850e-43c59d38af69",
"ParentUUID": "905685ab-dad9-47e5-904e-f26d760f77ba",
"EntityUUID": "ffdab3cb-0177-4bb3-9853-46cd6da7c690",
"EntityType": "sample string 3",
"ClientFilename": "sample string 4",
"ServerFilename": "sample string 5",
"ContentType": "sample string 6",
"ContentSubType": "sample string 7",
"FileSize": 8,
"Location": "sample string 9",
"Url": "sample string 10",
"ThumbnailUrl": "sample string 11",
"MetaData": "sample string 12",
"CreatedByUUID": "sample string 13",
"CreatedAt": "2026-02-04T04:14:53.1010954+01:00",
"UpdatedAt": "2026-02-04T04:14:53.1010954+01:00",
"UpdatedByUUID": "sample string 15",
"DeletedByUUID": "sample string 16",
"DeletedAt": "2026-02-04T04:14:53.1010954+01:00",
"Synced": true
},
{
"$ref": "15"
}
],
"HasFile": true,
"ItemAdditionalIdentifications": [
{
"$id": "16",
"UUID": "06dde899-e11a-44a1-95d8-ef029384147e",
"ItemUUID": "f45aaed8-10c7-45e4-86f7-42b678029ed2",
"ItemInstanceUUID": "sample string 3",
"Identifier": "sample string 4",
"IdentifierSchemeId": "sample string 5",
"CreatedAt": "2026-02-04T04:14:53.1010954+01:00",
"CreatedByUUID": "sample string 7",
"UpdatedAt": "2026-02-04T04:14:53.1010954+01:00",
"updatedByUUID": "sample string 8"
},
{
"$ref": "16"
}
],
"IsManageStock": false,
"PriceExlTax": 20.23,
"IndexId": 97,
"IsSelected": true,
"HideQuantityUnit": true
},
{
"$ref": "2"
}
],
"Categories": [
{
"$id": "17",
"Id": 1,
"Name": "sample string 2",
"Parant": 3,
"CategoryLevel": 4,
"Type": 0,
"Active": true,
"Deleted": true,
"Created": "2026-02-04T04:14:53.1010954+01:00",
"Updated": "2026-02-04T04:14:53.1010954+01:00",
"ColorCode": "sample string 8",
"TextColorCode": "sample string 9",
"ItemColorCode": "sample string 10",
"ApplyItemColor": true,
"SortOrder": 12,
"IconId": 13,
"ReportOrder": 14,
"AccountingId": 15,
"SortItemByName": true,
"ComissionPercent": 17.0,
"ShowButton": true,
"IngredientCategoryId": 19,
"BoostParentId": "sample string 20",
"BoostId": "sample string 21",
"Synced": true,
"SubCategories": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"Children": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"Photo": "QEA=",
"ImageURL": "sample string 23",
"IsPrimary": true,
"IsParent": true,
"IsSelected": true,
"ingredientCategoryUUID": "sample string 27"
},
{
"$ref": "17"
}
],
"ItemCategories": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"Accountings": [
{
"$id": "18",
"Id": 1,
"AcNo": 2,
"Name": "sample string 3",
"IsDeleted": true,
"TAX": 5.0,
"AccountType": 0,
"Updated": "2026-02-04T04:14:53.1010954+01:00",
"SortOrder": 7
},
{
"$ref": "18"
}
],
"ItemCampaigns": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"ItemGroups": [
{
"$id": "19",
"Id": 1,
"ItemId": "1b611baf-58e7-45d3-9dbd-b36a571c1878",
"GroupId": "30647b96-0fcc-4868-8253-821c85870d55",
"Qty": 4.0,
"Price": 5.0,
"Deleted": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00",
"Description": "sample string 8",
"Bong": true,
"PrinterId": 10,
"ItemType": 0,
"ServeType": 64,
"Tax": 12.0,
"DiscountAllowed": true
},
{
"$ref": "19"
}
],
"ProductPrices": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"PricePolicies": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"ItemStocks": [
{
"$id": "20",
"Id": 1,
"ItemId": "4f1e5d87-e97a-4ef7-bc16-3d5b2f4920f8",
"Quantity": 3.0,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "20"
}
],
"PolicyGroups": [
{
"$id": "21",
"Id": 1,
"Title": "sample string 2",
"Updated": "2026-02-04T04:14:53.1010954+01:00",
"GroupPolicies": [
{
"$ref": "14"
},
{
"$ref": "14"
}
]
},
{
"$ref": "21"
}
],
"PriceGroupPolicies": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"ItemPolicyGroups": [
{
"$id": "22",
"Id": 1,
"ItemId": "5c8b01bb-5477-4392-83aa-31ba41c4fc3b",
"GroupId": 3,
"Active": true,
"Deleted": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "22"
}
],
"ItemIngredients": [
{
"$id": "23",
"Id": 1,
"ItemId": "70c02642-a26a-4757-a501-a5080501e697",
"IngredientId": "a3531289-df8a-42b2-91f7-582d17ac976e",
"ShowOnReceipt": true,
"QuickAdd": true,
"Qty": 6.0,
"Unit": 0,
"Price": 7.0,
"SortOrder": 8,
"Deleted": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "23"
}
],
"ItemConfigurations": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"ItemDiscountedPrices": [
{
"$id": "24",
"Id": 1,
"ItemId": "3ce4851e-5670-40da-8dd5-7933f32aff75",
"Price": 3.0,
"StartDate": "2026-02-04T04:14:53.1010954+01:00",
"EndDate": "2026-02-04T04:14:53.1010954+01:00",
"Deleted": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "24"
}
],
"ItemInventories": [
{
"$id": "25",
"ItemInventoryID": "f008186d-3b86-482b-bc04-2d7ce5305f8b",
"ItemId": "697307f7-a867-4808-af61-2346ec39adcf",
"WarehouseID": "cb902760-06f6-43c8-9549-4ef0ef5a0efb",
"WarehouseLocationID": "283ecf62-cbb3-4369-883f-89513844e90b",
"StockCount": 5.0,
"StockReservations": 6.0,
"Synced": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00",
"Direction": 9,
"ResetStock": true
},
{
"$ref": "25"
}
],
"ServeTypes": [
{
"$id": "26",
"Id": 64,
"Name": "sample string 2",
"SortOrder": 3,
"ColorCode": "sample string 4",
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "26"
}
],
"ServeFlows": [
{
"$id": "27",
"Id": 64,
"Name": "sample string 2",
"StartAutomatically": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "27"
}
],
"ServeFlowTypes": [
{
"$id": "28",
"Id": 1,
"FlowId": 64,
"ServeTypeId": 64,
"SortOrder": 4,
"Deleted": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "28"
}
],
"ItemPrinters": [
{
"$id": "29",
"Id": "925f8a24-4d07-42bf-a07d-6c2db2d955a9",
"ItemId": "cd7f8d36-8e21-4c10-b4a7-ad2860e16944",
"OutletId": "4ccb6af0-d34f-4acc-838d-c7d2c5b67b2a",
"TerminalId": "5ce7d133-6090-4e24-a2e6-e35a8c957ada",
"PrinterId": 5,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "29"
}
],
"PriceLists": [
{
"$id": "30",
"Id": "bd19eaa5-8ddb-4d0e-9c77-5cd541826e35",
"Code": "sample string 2",
"Name": "sample string 3",
"Comment": "sample string 4",
"IsDefault": true,
"Deleted": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "30"
}
],
"ItemPriceLists": [
{
"$id": "31",
"Id": "e074a934-814c-4119-bc45-182ac705fef4",
"PriceListId": "0d804102-d318-4bd3-bded-1fb23caa2c08",
"ItemId": "f1d77e9f-616c-457c-a332-ee55ef236346",
"Price": 4.0,
"Quantity": 5.0,
"ValidFrom": "2026-02-04T04:14:53.1010954+01:00",
"ValidTo": "2026-02-04T04:14:53.1010954+01:00",
"Deleted": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00",
"Code": "sample string 10",
"Name": "sample string 11"
},
{
"$ref": "31"
}
],
"CampaignMasters": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"CampaignPriceDetails": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"ProductCampaigns": [
{
"$id": "32",
"Id": "d2f82d96-552c-426d-a419-8be701eaa00d",
"ItemId": "d73b9ed2-aa8a-4a36-9f4a-a43a46e987e3",
"CampaignId": "7098b149-4470-4e9d-bc9e-cb90704bbfd3",
"StartDate": "2026-02-04T04:14:53.1010954+01:00",
"EndDate": "2026-02-04T04:14:53.1010954+01:00",
"Active": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "32"
}
],
"CategoryItemGroups": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"ItemOptionGroups": [
{
"$id": "33",
"Id": "1568f3d6-025b-43ac-91e7-c53cf366d7d6",
"Name": "sample string 2",
"Description": "sample string 3",
"FreeQty": 4.0,
"PriceAdd": 5.0,
"PriceRemove": 6.0,
"MinQty": 7.0,
"MaxQty": 8.0,
"Placement": 0,
"SortOrder": 9,
"FirstItemSelected": true,
"OptionForOrderType": 0,
"Deleted": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "33"
}
],
"ItemOptions": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"ItemOptionGroupOptions": [
{
"$id": "34",
"Id": "5c04c12b-12a2-40c4-a9fe-d467b9cdf489",
"ItemOptionGroupId": "80001d26-6917-4286-be72-bc45de727610",
"ItemId": "024096e0-5a3f-4b6f-83dd-0f6234a5f082",
"UsePriceFromGroup": true,
"PriceAdd": 5.0,
"PriceRemove": 6.0,
"Active": true,
"SortOrder": 8,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "34"
}
],
"ItemOutletStatuses": [
{
"$id": "35",
"Id": "3a181ecf-7494-43e9-80ff-bd057c8f5e05",
"ItemId": "0d9e7b44-84c2-4b6f-a5d9-dc705f3a3e88",
"OutletId": "42ac5757-838a-4370-b5f4-1b68fe1c93f1",
"Active": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "35"
}
],
"CategoryOutletStatuses": [
{
"$id": "36",
"Id": "79c3436b-691b-4c83-9fde-3c74bbcabd8e",
"CategoryId": 2,
"OutletId": "7b6f0689-2552-48fa-b620-c6c516df262b",
"Active": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "36"
}
],
"ItemTags": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"Tags": [
{
"$id": "37",
"Id": "f5621132-d43b-41f4-8199-efeef2b004b1",
"Name": "sample string 2",
"ItemAssignable": true,
"OrderAssignable": true,
"Action": "sample string 5",
"Deleted": true,
"Synced": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00",
"Assignable": "Item"
},
{
"$ref": "37"
}
],
"IconStores": [
{
"$id": "38",
"Id": 1,
"Type": 0,
"Title": "sample string 2",
"Photo": "QEA=",
"Created": "2026-02-04T04:14:53.1010954+01:00",
"Updated": "2026-02-04T04:14:53.1010954+01:00",
"ImageToShow": "QEA=",
"PhotoURL": "data:image/png;base64,QEA="
},
{
"$ref": "38"
}
],
"ItemLanguageTexts": [
{
"$id": "39",
"Id": "7a0847c8-2bb6-42e9-a2f9-f441fcc8f6da",
"ItemId": "5d299b00-db0e-44b4-95fe-d80b95526f90",
"LanguageId": 3,
"Name": "sample string 4",
"ShortDescription": "sample string 5",
"LongDescription": "sample string 6",
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "39"
}
],
"MenuSchedules": [
{
"$id": "40",
"Id": "96dc25ab-121d-433c-a0cb-497bd3bc5e96",
"PriceListId": "58480b56-e9eb-4b7a-8afe-70deec094f72",
"Name": "sample string 3",
"Action": "sample string 4",
"StartAt": "sample string 5",
"EndAt": "sample string 6",
"DaysOfWeek": "sample string 7",
"IsActive": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "40"
}
],
"MenuScheduleEntities": [
{
"$id": "41",
"Id": "be76a4ec-fb08-4707-b7bd-e1257d8e0a7e",
"MenuScheduleId": "7e5f66c7-e117-467d-8411-28a8b66988d3",
"EntityId": "sample string 3",
"EntityType": 0,
"IsActive": true,
"Updated": "2026-02-04T04:14:53.1010954+01:00"
},
{
"$ref": "41"
}
]
}