POST api/values/GetOrderDetails

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Data
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "OrederId": "sample string 1",
  "UserID": 2,
  "ProductName": "sample string 3",
  "ShopName": "sample string 4",
  "Price": 5.0,
  "Quantity": 6,
  "Status": "sample string 7",
  "Id": 8,
  "Daliver_date": "sample string 9",
  "Retunrqst_date": "sample string 10",
  "retunDeliver_date": "sample string 11",
  "StoreSelectionBy": true,
  "Disbursement": 1,
  "ItemCode": "sample string 12"
}

application/xml, text/xml

Sample:
<OrderItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLinks.Models">
  <Daliver_date>sample string 9</Daliver_date>
  <Disbursement>1</Disbursement>
  <Id>8</Id>
  <ItemCode>sample string 12</ItemCode>
  <OrederId>sample string 1</OrederId>
  <Price>5</Price>
  <ProductName>sample string 3</ProductName>
  <Quantity>6</Quantity>
  <Retunrqst_date>sample string 10</Retunrqst_date>
  <ShopName>sample string 4</ShopName>
  <Status>sample string 7</Status>
  <StoreSelectionBy>true</StoreSelectionBy>
  <UserID>2</UserID>
  <retunDeliver_date>sample string 11</retunDeliver_date>
</OrderItem>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OrderItem'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "Item_id": 1,
    "ItemName": "sample string 2",
    "ItemBrand": "sample string 3",
    "IsThereOffer": "sample string 4",
    "ItemPrice": 1,
    "offer": 1,
    "Description": "sample string 5",
    "ItemCategory": "sample string 6",
    "ItemType": "sample string 7",
    "ItemIMG": "sample string 8",
    "fav_id": 9,
    "Stock": 10,
    "Shop_id": 1,
    "Shop_price": 1,
    "ShopName": "sample string 11",
    "Quantitiy": 12,
    "ShopType": "sample string 13",
    "ShopAddress": "sample string 14",
    "ShopMobileNo": "sample string 15",
    "ShopOwnerName": "sample string 16",
    "ShopIMG": "sample string 17",
    "IsActive": "sample string 18",
    "IsEnable": true,
    "Delivery": 19
  },
  {
    "Item_id": 1,
    "ItemName": "sample string 2",
    "ItemBrand": "sample string 3",
    "IsThereOffer": "sample string 4",
    "ItemPrice": 1,
    "offer": 1,
    "Description": "sample string 5",
    "ItemCategory": "sample string 6",
    "ItemType": "sample string 7",
    "ItemIMG": "sample string 8",
    "fav_id": 9,
    "Stock": 10,
    "Shop_id": 1,
    "Shop_price": 1,
    "ShopName": "sample string 11",
    "Quantitiy": 12,
    "ShopType": "sample string 13",
    "ShopAddress": "sample string 14",
    "ShopMobileNo": "sample string 15",
    "ShopOwnerName": "sample string 16",
    "ShopIMG": "sample string 17",
    "IsActive": "sample string 18",
    "IsEnable": true,
    "Delivery": 19
  },
  {
    "Item_id": 1,
    "ItemName": "sample string 2",
    "ItemBrand": "sample string 3",
    "IsThereOffer": "sample string 4",
    "ItemPrice": 1,
    "offer": 1,
    "Description": "sample string 5",
    "ItemCategory": "sample string 6",
    "ItemType": "sample string 7",
    "ItemIMG": "sample string 8",
    "fav_id": 9,
    "Stock": 10,
    "Shop_id": 1,
    "Shop_price": 1,
    "ShopName": "sample string 11",
    "Quantitiy": 12,
    "ShopType": "sample string 13",
    "ShopAddress": "sample string 14",
    "ShopMobileNo": "sample string 15",
    "ShopOwnerName": "sample string 16",
    "ShopIMG": "sample string 17",
    "IsActive": "sample string 18",
    "IsEnable": true,
    "Delivery": 19
  }
]

application/xml, text/xml

Sample:
<ArrayOfItems xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLinks.Models">
  <Items>
    <Delivery>19</Delivery>
    <Description>sample string 5</Description>
    <IsActive>sample string 18</IsActive>
    <IsEnable>true</IsEnable>
    <IsThereOffer>sample string 4</IsThereOffer>
    <ItemBrand>sample string 3</ItemBrand>
    <ItemCategory>sample string 6</ItemCategory>
    <ItemIMG>sample string 8</ItemIMG>
    <ItemName>sample string 2</ItemName>
    <ItemPrice>1</ItemPrice>
    <ItemType>sample string 7</ItemType>
    <Item_id>1</Item_id>
    <Quantitiy>12</Quantitiy>
    <ShopAddress>sample string 14</ShopAddress>
    <ShopIMG>sample string 17</ShopIMG>
    <ShopMobileNo>sample string 15</ShopMobileNo>
    <ShopName>sample string 11</ShopName>
    <ShopOwnerName>sample string 16</ShopOwnerName>
    <ShopType>sample string 13</ShopType>
    <Shop_id>1</Shop_id>
    <Shop_price>1</Shop_price>
    <Stock>10</Stock>
    <fav_id>9</fav_id>
    <offer>1</offer>
  </Items>
  <Items>
    <Delivery>19</Delivery>
    <Description>sample string 5</Description>
    <IsActive>sample string 18</IsActive>
    <IsEnable>true</IsEnable>
    <IsThereOffer>sample string 4</IsThereOffer>
    <ItemBrand>sample string 3</ItemBrand>
    <ItemCategory>sample string 6</ItemCategory>
    <ItemIMG>sample string 8</ItemIMG>
    <ItemName>sample string 2</ItemName>
    <ItemPrice>1</ItemPrice>
    <ItemType>sample string 7</ItemType>
    <Item_id>1</Item_id>
    <Quantitiy>12</Quantitiy>
    <ShopAddress>sample string 14</ShopAddress>
    <ShopIMG>sample string 17</ShopIMG>
    <ShopMobileNo>sample string 15</ShopMobileNo>
    <ShopName>sample string 11</ShopName>
    <ShopOwnerName>sample string 16</ShopOwnerName>
    <ShopType>sample string 13</ShopType>
    <Shop_id>1</Shop_id>
    <Shop_price>1</Shop_price>
    <Stock>10</Stock>
    <fav_id>9</fav_id>
    <offer>1</offer>
  </Items>
  <Items>
    <Delivery>19</Delivery>
    <Description>sample string 5</Description>
    <IsActive>sample string 18</IsActive>
    <IsEnable>true</IsEnable>
    <IsThereOffer>sample string 4</IsThereOffer>
    <ItemBrand>sample string 3</ItemBrand>
    <ItemCategory>sample string 6</ItemCategory>
    <ItemIMG>sample string 8</ItemIMG>
    <ItemName>sample string 2</ItemName>
    <ItemPrice>1</ItemPrice>
    <ItemType>sample string 7</ItemType>
    <Item_id>1</Item_id>
    <Quantitiy>12</Quantitiy>
    <ShopAddress>sample string 14</ShopAddress>
    <ShopIMG>sample string 17</ShopIMG>
    <ShopMobileNo>sample string 15</ShopMobileNo>
    <ShopName>sample string 11</ShopName>
    <ShopOwnerName>sample string 16</ShopOwnerName>
    <ShopType>sample string 13</ShopType>
    <Shop_id>1</Shop_id>
    <Shop_price>1</Shop_price>
    <Stock>10</Stock>
    <fav_id>9</fav_id>
    <offer>1</offer>
  </Items>
</ArrayOfItems>