GET api/values/ShopOrderItems?Shopname={Shopname}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Shopname
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "OrderId": "sample string 1",
    "UserID": 1,
    "total": "sample string 2",
    "Boy": "sample string 3",
    "DateTime": "sample string 4",
    "Address": "sample string 5",
    "PaymentId": "sample string 6",
    "boyId": 1,
    "PIN": 1,
    "id": 7
  },
  {
    "OrderId": "sample string 1",
    "UserID": 1,
    "total": "sample string 2",
    "Boy": "sample string 3",
    "DateTime": "sample string 4",
    "Address": "sample string 5",
    "PaymentId": "sample string 6",
    "boyId": 1,
    "PIN": 1,
    "id": 7
  },
  {
    "OrderId": "sample string 1",
    "UserID": 1,
    "total": "sample string 2",
    "Boy": "sample string 3",
    "DateTime": "sample string 4",
    "Address": "sample string 5",
    "PaymentId": "sample string 6",
    "boyId": 1,
    "PIN": 1,
    "id": 7
  }
]

application/xml, text/xml

Sample:
<ArrayOfOrdertbl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLinks.Models">
  <Ordertbl>
    <Address>sample string 5</Address>
    <Boy>sample string 3</Boy>
    <DateTime>sample string 4</DateTime>
    <OrderId>sample string 1</OrderId>
    <PIN>1</PIN>
    <PaymentId>sample string 6</PaymentId>
    <UserID>1</UserID>
    <boyId>1</boyId>
    <id>7</id>
    <total>sample string 2</total>
  </Ordertbl>
  <Ordertbl>
    <Address>sample string 5</Address>
    <Boy>sample string 3</Boy>
    <DateTime>sample string 4</DateTime>
    <OrderId>sample string 1</OrderId>
    <PIN>1</PIN>
    <PaymentId>sample string 6</PaymentId>
    <UserID>1</UserID>
    <boyId>1</boyId>
    <id>7</id>
    <total>sample string 2</total>
  </Ordertbl>
  <Ordertbl>
    <Address>sample string 5</Address>
    <Boy>sample string 3</Boy>
    <DateTime>sample string 4</DateTime>
    <OrderId>sample string 1</OrderId>
    <PIN>1</PIN>
    <PaymentId>sample string 6</PaymentId>
    <UserID>1</UserID>
    <boyId>1</boyId>
    <id>7</id>
    <total>sample string 2</total>
  </Ordertbl>
</ArrayOfOrdertbl>