GET api/Product/GetProductByTerminalId?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "7af14020-6519-4c3b-81bd-a560a1aa600d",
"Name": "sample string 2",
"SKU": "sample string 3",
"BarCode": "sample string 4",
"PLU": "sample string 5",
"GroupId": "4a8389ca-34e3-4a82-aa32-eb37f9e3d2cd",
"SupplierId": "c3a42033-65b1-4144-8d95-863fca819104",
"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-03-21T23:49:32.3612597+01:00",
"SpecialSalesPriceValidTo": "2026-03-21T23:49:32.3612597+01:00",
"Draft": true,
"Created": "2026-03-21T23:49:32.3612597+01:00",
"Updated": "2026-03-21T23:49:32.3612597+01:00",
"UpdatedBy": "2dad3f87-e87b-4352-b4cc-93c825af7c40",
"CategoryId": 60,
"Campaign": {
"$id": "3",
"Id": "34b92a39-76c7-4636-8256-12fd19e79863",
"CampaignType": 0,
"DiscountBy": 0,
"BuyLimit": 2,
"FreeOffer": 3,
"Price": 4.0,
"DiscountQtyIncrement": 5,
"Description": "sample string 6",
"StartDate": "2026-03-21T23:49:32.3612597+01:00",
"EndDate": "2026-03-21T23:49:32.3612597+01:00",
"Deleted": true,
"Updated": "2026-03-21T23:49:32.3612597+01:00",
"CampaignPriceDetails": [
{
"$id": "4",
"Id": "3ab9f169-51e8-480e-9889-b69c3d568585",
"CampaignId": "692c5880-cbbf-4504-b3bf-b8651ebdaf24",
"Quantity": 3,
"PayPrice": 4.0,
"Deleted": true,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "4"
}
]
},
"ItemsTags": [
{
"$id": "5",
"Id": "0c3cd3f3-777d-4756-8375-091192f0a37b",
"TagId": "ca6e1d84-4c17-43c6-868d-3d97e26cfec5",
"ItemId": "adfccbb5-9fbe-4b9e-83dc-45b02f219850",
"Deleted": true,
"Synced": true,
"Updated": "2026-03-21T23:49:32.3612597+01:00",
"TagName": "sample string 7"
},
{
"$ref": "5"
}
],
"ItemCampaign": {
"$id": "6",
"UUID": "70a832ee-1cb6-4000-bfc9-7fea775a07d7",
"CampaignTypeId": "OPEN",
"Title": "sample string 2",
"DiscountBy": 1,
"FreeOffer": 1,
"BuyLimit": 1,
"StartDate": "2026-03-21T23:49:32.3612597+01:00",
"EndDate": "2026-03-21T23:49:32.3612597+01:00",
"PriceEach": 1.0,
"PriceTotal": 1.0,
"Grouped": true,
"CurrencyCode": "sample string 6",
"IncludesVat": true,
"CreatedAt": "2026-03-21T23:49:32.3612597+01:00",
"CreatedByUUID": "sample string 9",
"UpdatedAt": "2026-03-21T23:49:32.3612597+01:00",
"UpdatedByUUID": "sample string 10",
"DeletedAt": "2026-03-21T23:49:32.3612597+01:00",
"DeletedByUUID": "sample string 11",
"Synced": true,
"ItemPrices": [
{
"$id": "7",
"UUID": "1557a1e7-a769-4411-bc46-294697d12599",
"PriceListUUID": "47dd78b4-5881-49dc-a741-853164c0c057",
"ItemGroupUUID": "a39a2103-dca8-45f9-abab-08024066823d",
"AgreementUUID": "b46e1d46-1a46-4e73-a9d7-e799dc6f4949",
"CustomerGroupUUID": "662ac337-4241-47a9-99a5-a44e56587218",
"CustomerUUID": "fe598bd1-7189-47ce-8b13-5b1fc0f3ca02",
"ProjectUUID": "cee121dc-0839-4b2c-ad93-272aa63aa339",
"CampaignUUID": "5f93bfe1-047b-4e56-981f-54e8d9e01009",
"ItemUUID": "dbe84e39-bf93-44da-aab6-79719109cd05",
"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-03-21T23:49:32.3612597+01:00",
"ValidTo": "2026-03-21T23:49:32.3612597+01:00",
"CreatedAt": "2026-03-21T23:49:32.3612597+01:00",
"CreatedByUUID": "sample string 8",
"UpdatedAt": "2026-03-21T23:49:32.3612597+01:00",
"UpdatedByUUID": "sample string 9",
"DeletedAt": "2026-03-21T23:49:32.3612597+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": "a3559ef2-3755-4bab-a41b-6b0dc642e726",
"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": "60a28518-0712-4919-ab92-07dd0032f240",
"PurchasePrice": 3.0,
"Price": 4.0,
"OutletId": "2cd904bd-08bb-47ff-822f-f6d5fd47a374",
"PriceMode": 0,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "9"
}
],
"Ingredients": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"Variants": [
{
"$id": "10",
"Id": 1,
"ConfigurationId": "696d93ba-08df-43f4-a643-982f3fa6c9a8",
"ItemId": "e9154275-96c4-4844-8f57-26b2aff5e9e4",
"SortOrder": 4,
"Deleted": true,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "10"
}
],
"ItemOption": [
{
"$id": "11",
"Id": "53469fc1-bf41-4887-adf6-7664d1e00649",
"ItemOptionGroupId": "06f87c04-a526-44ce-9410-f2af31de59f8",
"ItemId": "7854afa4-f616-4ba5-a39a-60f44e47dc3a",
"CategoryId": 4,
"Active": true,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "11"
}
],
"ShowOnReceipt": true,
"QuickAdd": true,
"HasIngredients": true,
"HasVariants": true,
"HasOptions": true,
"CategoryItemGroups": [
{
"$id": "12",
"Id": "abc848e4-c130-48e1-841f-02ef4234e57b",
"CategoryId": 2,
"GroupId": "87da6802-f985-48d5-bdd2-ff0e0b6f75df",
"Qty": 4.0,
"Price": 5.0,
"Deleted": true,
"SortOrder": 7,
"Updated": "2026-03-21T23:49:32.3612597+01:00",
"Description": "sample string 9"
},
{
"$ref": "12"
}
],
"ItemPricePolicies": [
{
"$id": "13",
"Id": 1,
"ItemId": "ec2a8aed-a054-4ca5-a98b-a5cd953577da",
"BuyLimit": 3,
"DiscountAmount": 4.0,
"Active": true,
"Deleted": true,
"Updated": "2026-03-21T23:49:32.3612597+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-03-21T23:49:32.3612597+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": "5192a62c-9978-4059-b61b-8f54fc1fab99",
"CategoryName": "sample string 85",
"ShowCategoryName": true,
"DiscountedPrice": 86.0,
"Qty": 87.0,
"ConfigurationId": 88,
"ItemOptionId": "6d056504-41d5-4776-85f6-7082fff5f584",
"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": "b5a0a787-7a85-4ef8-926f-f7477b1ceed3",
"ParentUUID": "25561040-af2c-4db2-a2a8-becdf2348553",
"EntityUUID": "8d758e21-0d65-40e8-94b0-43266919518e",
"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-03-21T23:49:32.3612597+01:00",
"UpdatedAt": "2026-03-21T23:49:32.3612597+01:00",
"UpdatedByUUID": "sample string 15",
"DeletedByUUID": "sample string 16",
"DeletedAt": "2026-03-21T23:49:32.3612597+01:00",
"Synced": true
},
{
"$ref": "15"
}
],
"HasFile": true,
"ItemAdditionalIdentifications": [
{
"$id": "16",
"UUID": "ed93fe9f-2c72-43e5-80f4-a5dee4f12611",
"ItemUUID": "ebbde058-545d-4a62-a811-3512b60307ec",
"ItemInstanceUUID": "sample string 3",
"Identifier": "sample string 4",
"IdentifierSchemeId": "sample string 5",
"CreatedAt": "2026-03-21T23:49:32.3612597+01:00",
"CreatedByUUID": "sample string 7",
"UpdatedAt": "2026-03-21T23:49:32.3612597+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-03-21T23:49:32.3612597+01:00",
"Updated": "2026-03-21T23:49:32.3612597+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-03-21T23:49:32.3612597+01:00",
"SortOrder": 7
},
{
"$ref": "18"
}
],
"ItemCampaigns": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"ItemGroups": [
{
"$id": "19",
"Id": 1,
"ItemId": "a6c16be9-4381-4b2b-90a2-119af67c0826",
"GroupId": "abf34575-4a60-404a-a345-822395a8d069",
"Qty": 4.0,
"Price": 5.0,
"Deleted": true,
"Updated": "2026-03-21T23:49:32.3612597+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": "aa0ff424-8b2c-415b-98da-a1841c3b5cc8",
"Quantity": 3.0,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "20"
}
],
"PolicyGroups": [
{
"$id": "21",
"Id": 1,
"Title": "sample string 2",
"Updated": "2026-03-21T23:49:32.3612597+01:00",
"GroupPolicies": [
{
"$ref": "14"
},
{
"$ref": "14"
}
]
},
{
"$ref": "21"
}
],
"PriceGroupPolicies": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"ItemPolicyGroups": [
{
"$id": "22",
"Id": 1,
"ItemId": "e0323590-f238-419b-8851-cde5988ad03d",
"GroupId": 3,
"Active": true,
"Deleted": true,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "22"
}
],
"ItemIngredients": [
{
"$id": "23",
"Id": 1,
"ItemId": "ad909b57-288e-4e39-abac-a9f82d98492c",
"IngredientId": "a054e81a-aae0-46fa-a94a-9a08c773c646",
"ShowOnReceipt": true,
"QuickAdd": true,
"Qty": 6.0,
"Unit": 0,
"Price": 7.0,
"SortOrder": 8,
"Deleted": true,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "23"
}
],
"ItemConfigurations": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"ItemDiscountedPrices": [
{
"$id": "24",
"Id": 1,
"ItemId": "411a9677-43e6-432c-b482-56c18a6b7ade",
"Price": 3.0,
"StartDate": "2026-03-21T23:49:32.3612597+01:00",
"EndDate": "2026-03-21T23:49:32.3612597+01:00",
"Deleted": true,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "24"
}
],
"ItemInventories": [
{
"$id": "25",
"ItemInventoryID": "a44d6632-de4f-4b1a-8a02-b8d8c4f82fee",
"ItemId": "361f70ae-5887-43be-b14f-c66fc8e4d822",
"WarehouseID": "17912be3-6a1f-486f-a74d-ac983194010d",
"WarehouseLocationID": "8d393533-90e0-44c4-8d8e-306d8eb57afe",
"StockCount": 5.0,
"StockReservations": 6.0,
"Synced": true,
"Updated": "2026-03-21T23:49:32.3612597+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-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "26"
}
],
"ServeFlows": [
{
"$id": "27",
"Id": 64,
"Name": "sample string 2",
"StartAutomatically": true,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "27"
}
],
"ServeFlowTypes": [
{
"$id": "28",
"Id": 1,
"FlowId": 64,
"ServeTypeId": 64,
"SortOrder": 4,
"Deleted": true,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "28"
}
],
"ItemPrinters": [
{
"$id": "29",
"Id": "67bb7fa7-5131-4ca6-b8b6-1122bc514b09",
"ItemId": "e6a879e9-9c7f-47db-85a5-fb62768d335b",
"OutletId": "b822ceb6-242d-4d9a-b09c-2642901f945d",
"TerminalId": "1e97a8db-5113-4ed4-b6ae-88e3f9ac3d25",
"PrinterId": 5,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "29"
}
],
"PriceLists": [
{
"$id": "30",
"Id": "05129891-469a-4e46-8b85-387c58fa2c12",
"Code": "sample string 2",
"Name": "sample string 3",
"Comment": "sample string 4",
"IsDefault": true,
"Deleted": true,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "30"
}
],
"ItemPriceLists": [
{
"$id": "31",
"Id": "34efb341-a85e-4b48-a3c0-746fdb10816f",
"PriceListId": "5c0367e7-4eda-4f11-96a5-a623533be94a",
"ItemId": "0bf58c8c-8602-43d1-9964-6f015001ce6c",
"Price": 4.0,
"Quantity": 5.0,
"ValidFrom": "2026-03-21T23:49:32.3612597+01:00",
"ValidTo": "2026-03-21T23:49:32.3612597+01:00",
"Deleted": true,
"Updated": "2026-03-21T23:49:32.3612597+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": "a14b9460-9b98-4243-a09e-28167dc55322",
"ItemId": "9f49b85b-ac2e-4567-912d-19e13ca47f57",
"CampaignId": "aa1729bd-a7da-494b-af46-2fec38680e35",
"StartDate": "2026-03-21T23:49:32.3612597+01:00",
"EndDate": "2026-03-21T23:49:32.3612597+01:00",
"Active": true,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "32"
}
],
"CategoryItemGroups": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"ItemOptionGroups": [
{
"$id": "33",
"Id": "f1347960-b15b-4c03-b692-0a839303dcb3",
"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-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "33"
}
],
"ItemOptions": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"ItemOptionGroupOptions": [
{
"$id": "34",
"Id": "33017dfa-134b-46cc-8cff-df07587558a5",
"ItemOptionGroupId": "c3c995a0-bb37-4016-88d0-82d469ff6bf8",
"ItemId": "550aa023-4cc2-4167-9c4a-dc0926d61a66",
"UsePriceFromGroup": true,
"PriceAdd": 5.0,
"PriceRemove": 6.0,
"Active": true,
"SortOrder": 8,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "34"
}
],
"ItemOutletStatuses": [
{
"$id": "35",
"Id": "bcc7c252-35d8-4f69-8279-2a240478cf87",
"ItemId": "3d327153-5417-45ef-b03f-e74f6e8fb0d3",
"OutletId": "a76a90b6-5002-4274-9cef-7bf32234d36f",
"Active": true,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "35"
}
],
"CategoryOutletStatuses": [
{
"$id": "36",
"Id": "32434be2-0910-48d3-80a1-08ae042255fd",
"CategoryId": 2,
"OutletId": "0bd64a18-ed49-42bc-aa0b-75700e6525f5",
"Active": true,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "36"
}
],
"ItemTags": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"Tags": [
{
"$id": "37",
"Id": "307eed75-51a9-4dd3-9a57-441c875f4c02",
"Name": "sample string 2",
"ItemAssignable": true,
"OrderAssignable": true,
"Action": "sample string 5",
"Deleted": true,
"Synced": true,
"Updated": "2026-03-21T23:49:32.3612597+01:00",
"Assignable": "Item"
},
{
"$ref": "37"
}
],
"IconStores": [
{
"$id": "38",
"Id": 1,
"Type": 0,
"Title": "sample string 2",
"Photo": "QEA=",
"Created": "2026-03-21T23:49:32.3612597+01:00",
"Updated": "2026-03-21T23:49:32.3612597+01:00",
"ImageToShow": "QEA=",
"PhotoURL": "data:image/png;base64,QEA="
},
{
"$ref": "38"
}
],
"ItemLanguageTexts": [
{
"$id": "39",
"Id": "c8d5005e-9d0c-49fe-8796-cf153928fbaa",
"ItemId": "5fcc07e1-ba19-4472-8c94-6b2824bb69e5",
"LanguageId": 3,
"Name": "sample string 4",
"ShortDescription": "sample string 5",
"LongDescription": "sample string 6",
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "39"
}
],
"MenuSchedules": [
{
"$id": "40",
"Id": "f36a1daa-1622-4779-a943-83d5a565af20",
"PriceListId": "db16d112-ed36-4002-8750-9dd50fb80ef9",
"Name": "sample string 3",
"Action": "sample string 4",
"StartAt": "sample string 5",
"EndAt": "sample string 6",
"DaysOfWeek": "sample string 7",
"IsActive": true,
"Updated": "2026-03-21T23:49:32.3612597+01:00"
},
{
"$ref": "40"
}
],
"MenuScheduleEntities": [
{
"$id": "41",
"Id": "5c4c1ef9-572e-4855-83c7-a9235bf3e18c",
"MenuScheduleId": "2f4f7c1f-4df3-4fc4-97e5-7405e098a5c8",
"EntityId": "sample string 3",
"EntityType": 0,
"IsActive": true,
"Updated": "2026-03-21T23:49:32.3768788+01:00"
},
{
"$ref": "41"
}
]
}