GET api/General/OrderManage/GetOrderItemsByID?Id={Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of OrderItemsView
NameDescriptionTypeAdditional information
OrderItemsID

string

None.

OrderID

string

None.

MenuOrderID

integer

None.

MenuID

integer

None.

MenuName

string

None.

ImageFile

string

None.

MenuType

string

None.

Qty

integer

None.

Tax

integer

None.

SizeOptionID

string

None.

SizeName

string

None.

OriginalPrice

decimal number

None.

OriginalPriceWithTax

decimal number

None.

DiscountPercent

integer

None.

DiscountPrice

decimal number

None.

DiscountPriceWithTax

decimal number

None.

TotalAmtWithoutTax

decimal number

None.

TotalAmtWithTax

decimal number

None.

ExcludedItems

string

None.

FiltersApplied

string

None.

OrderAddons

Collection of OrderAddonView

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OrderItemsID": "sample string 1",
    "OrderID": "sample string 2",
    "MenuOrderID": 3,
    "MenuID": 4,
    "MenuName": "sample string 5",
    "ImageFile": "sample string 6",
    "MenuType": "sample string 7",
    "Qty": 8,
    "Tax": 9,
    "SizeOptionID": "sample string 10",
    "SizeName": "sample string 11",
    "OriginalPrice": 12.0,
    "OriginalPriceWithTax": 13.0,
    "DiscountPercent": 1,
    "DiscountPrice": 1.0,
    "DiscountPriceWithTax": 1.0,
    "TotalAmtWithoutTax": 14.0,
    "TotalAmtWithTax": 15.0,
    "ExcludedItems": "sample string 16",
    "FiltersApplied": "sample string 17",
    "OrderAddons": [
      {
        "OrderAddOnID": "sample string 1",
        "OrderID": "sample string 2",
        "MenuOrderID": 3,
        "MenuID": 4,
        "AddOnCategory": "sample string 5",
        "AddOnName": "sample string 6",
        "Qty": 1,
        "AddOnPrice": 7.0,
        "Tax": 8,
        "AddOnPriceWithTax": 9.0,
        "TotalAmtWithoutTax": 10.0,
        "TotalAmtWithTax": 11.0,
        "UserID": "sample string 12",
        "TransDate": "2025-12-07T09:56:13.0098575+05:30"
      },
      {
        "OrderAddOnID": "sample string 1",
        "OrderID": "sample string 2",
        "MenuOrderID": 3,
        "MenuID": 4,
        "AddOnCategory": "sample string 5",
        "AddOnName": "sample string 6",
        "Qty": 1,
        "AddOnPrice": 7.0,
        "Tax": 8,
        "AddOnPriceWithTax": 9.0,
        "TotalAmtWithoutTax": 10.0,
        "TotalAmtWithTax": 11.0,
        "UserID": "sample string 12",
        "TransDate": "2025-12-07T09:56:13.0098575+05:30"
      }
    ]
  },
  {
    "OrderItemsID": "sample string 1",
    "OrderID": "sample string 2",
    "MenuOrderID": 3,
    "MenuID": 4,
    "MenuName": "sample string 5",
    "ImageFile": "sample string 6",
    "MenuType": "sample string 7",
    "Qty": 8,
    "Tax": 9,
    "SizeOptionID": "sample string 10",
    "SizeName": "sample string 11",
    "OriginalPrice": 12.0,
    "OriginalPriceWithTax": 13.0,
    "DiscountPercent": 1,
    "DiscountPrice": 1.0,
    "DiscountPriceWithTax": 1.0,
    "TotalAmtWithoutTax": 14.0,
    "TotalAmtWithTax": 15.0,
    "ExcludedItems": "sample string 16",
    "FiltersApplied": "sample string 17",
    "OrderAddons": [
      {
        "OrderAddOnID": "sample string 1",
        "OrderID": "sample string 2",
        "MenuOrderID": 3,
        "MenuID": 4,
        "AddOnCategory": "sample string 5",
        "AddOnName": "sample string 6",
        "Qty": 1,
        "AddOnPrice": 7.0,
        "Tax": 8,
        "AddOnPriceWithTax": 9.0,
        "TotalAmtWithoutTax": 10.0,
        "TotalAmtWithTax": 11.0,
        "UserID": "sample string 12",
        "TransDate": "2025-12-07T09:56:13.0098575+05:30"
      },
      {
        "OrderAddOnID": "sample string 1",
        "OrderID": "sample string 2",
        "MenuOrderID": 3,
        "MenuID": 4,
        "AddOnCategory": "sample string 5",
        "AddOnName": "sample string 6",
        "Qty": 1,
        "AddOnPrice": 7.0,
        "Tax": 8,
        "AddOnPriceWithTax": 9.0,
        "TotalAmtWithoutTax": 10.0,
        "TotalAmtWithTax": 11.0,
        "UserID": "sample string 12",
        "TransDate": "2025-12-07T09:56:13.0098575+05:30"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfOrderItemsView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/General.Operations.CustomModels">
  <OrderItemsView>
    <DiscountPercent>1</DiscountPercent>
    <DiscountPrice>1</DiscountPrice>
    <DiscountPriceWithTax>1</DiscountPriceWithTax>
    <ExcludedItems>sample string 16</ExcludedItems>
    <FiltersApplied>sample string 17</FiltersApplied>
    <ImageFile>sample string 6</ImageFile>
    <MenuID>4</MenuID>
    <MenuName>sample string 5</MenuName>
    <MenuOrderID>3</MenuOrderID>
    <MenuType>sample string 7</MenuType>
    <OrderAddons>
      <OrderAddonView>
        <AddOnCategory>sample string 5</AddOnCategory>
        <AddOnName>sample string 6</AddOnName>
        <AddOnPrice>7</AddOnPrice>
        <AddOnPriceWithTax>9</AddOnPriceWithTax>
        <MenuID>4</MenuID>
        <MenuOrderID>3</MenuOrderID>
        <OrderAddOnID>sample string 1</OrderAddOnID>
        <OrderID>sample string 2</OrderID>
        <Qty>1</Qty>
        <Tax>8</Tax>
        <TotalAmtWithTax>11</TotalAmtWithTax>
        <TotalAmtWithoutTax>10</TotalAmtWithoutTax>
        <TransDate>2025-12-07T09:56:13.0098575+05:30</TransDate>
        <UserID>sample string 12</UserID>
      </OrderAddonView>
      <OrderAddonView>
        <AddOnCategory>sample string 5</AddOnCategory>
        <AddOnName>sample string 6</AddOnName>
        <AddOnPrice>7</AddOnPrice>
        <AddOnPriceWithTax>9</AddOnPriceWithTax>
        <MenuID>4</MenuID>
        <MenuOrderID>3</MenuOrderID>
        <OrderAddOnID>sample string 1</OrderAddOnID>
        <OrderID>sample string 2</OrderID>
        <Qty>1</Qty>
        <Tax>8</Tax>
        <TotalAmtWithTax>11</TotalAmtWithTax>
        <TotalAmtWithoutTax>10</TotalAmtWithoutTax>
        <TransDate>2025-12-07T09:56:13.0098575+05:30</TransDate>
        <UserID>sample string 12</UserID>
      </OrderAddonView>
    </OrderAddons>
    <OrderID>sample string 2</OrderID>
    <OrderItemsID>sample string 1</OrderItemsID>
    <OriginalPrice>12</OriginalPrice>
    <OriginalPriceWithTax>13</OriginalPriceWithTax>
    <Qty>8</Qty>
    <SizeName>sample string 11</SizeName>
    <SizeOptionID>sample string 10</SizeOptionID>
    <Tax>9</Tax>
    <TotalAmtWithTax>15</TotalAmtWithTax>
    <TotalAmtWithoutTax>14</TotalAmtWithoutTax>
  </OrderItemsView>
  <OrderItemsView>
    <DiscountPercent>1</DiscountPercent>
    <DiscountPrice>1</DiscountPrice>
    <DiscountPriceWithTax>1</DiscountPriceWithTax>
    <ExcludedItems>sample string 16</ExcludedItems>
    <FiltersApplied>sample string 17</FiltersApplied>
    <ImageFile>sample string 6</ImageFile>
    <MenuID>4</MenuID>
    <MenuName>sample string 5</MenuName>
    <MenuOrderID>3</MenuOrderID>
    <MenuType>sample string 7</MenuType>
    <OrderAddons>
      <OrderAddonView>
        <AddOnCategory>sample string 5</AddOnCategory>
        <AddOnName>sample string 6</AddOnName>
        <AddOnPrice>7</AddOnPrice>
        <AddOnPriceWithTax>9</AddOnPriceWithTax>
        <MenuID>4</MenuID>
        <MenuOrderID>3</MenuOrderID>
        <OrderAddOnID>sample string 1</OrderAddOnID>
        <OrderID>sample string 2</OrderID>
        <Qty>1</Qty>
        <Tax>8</Tax>
        <TotalAmtWithTax>11</TotalAmtWithTax>
        <TotalAmtWithoutTax>10</TotalAmtWithoutTax>
        <TransDate>2025-12-07T09:56:13.0098575+05:30</TransDate>
        <UserID>sample string 12</UserID>
      </OrderAddonView>
      <OrderAddonView>
        <AddOnCategory>sample string 5</AddOnCategory>
        <AddOnName>sample string 6</AddOnName>
        <AddOnPrice>7</AddOnPrice>
        <AddOnPriceWithTax>9</AddOnPriceWithTax>
        <MenuID>4</MenuID>
        <MenuOrderID>3</MenuOrderID>
        <OrderAddOnID>sample string 1</OrderAddOnID>
        <OrderID>sample string 2</OrderID>
        <Qty>1</Qty>
        <Tax>8</Tax>
        <TotalAmtWithTax>11</TotalAmtWithTax>
        <TotalAmtWithoutTax>10</TotalAmtWithoutTax>
        <TransDate>2025-12-07T09:56:13.0098575+05:30</TransDate>
        <UserID>sample string 12</UserID>
      </OrderAddonView>
    </OrderAddons>
    <OrderID>sample string 2</OrderID>
    <OrderItemsID>sample string 1</OrderItemsID>
    <OriginalPrice>12</OriginalPrice>
    <OriginalPriceWithTax>13</OriginalPriceWithTax>
    <Qty>8</Qty>
    <SizeName>sample string 11</SizeName>
    <SizeOptionID>sample string 10</SizeOptionID>
    <Tax>9</Tax>
    <TotalAmtWithTax>15</TotalAmtWithTax>
    <TotalAmtWithoutTax>14</TotalAmtWithoutTax>
  </OrderItemsView>
</ArrayOfOrderItemsView>