GET api/{area}/Group?aid={aid}&oid={oid}

获取订单详情

Request Information

URI Parameters

NameDescriptionTypeAdditional information
aid

string

Required

oid

string

Required

area

string

None.

Body Parameters

None.

Response Information

Resource Description

GroupOrder
NameDescriptionTypeAdditional information
orderId

string

None.

orderNo

string

None.

porderId

string

None.

state

string

None.

postAmount

string

None.

linkName

string

None.

mobilePhone

string

None.

address

string

None.

payable

string

None.

TuanLimit

integer

None.

IsHideShare

boolean

None.

tuanState

boolean

None.

accountState

integer

None.

product

OrderProductInfo

None.

accountList

Collection of CommImageText

None.

aList

Collection of NAttributeType

None.

EndDate

decimal number

None.

IsEnd

boolean

None.

LastAmount

integer

None.

CreateDate

string

None.

setID

string

None.

stockList

Collection of StockAmountInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "orderId": "sample string 1",
  "orderNo": "sample string 2",
  "porderId": "sample string 3",
  "state": "sample string 4",
  "postAmount": "sample string 5",
  "linkName": "sample string 6",
  "mobilePhone": "sample string 7",
  "address": "sample string 8",
  "payable": "sample string 9",
  "TuanLimit": 10,
  "IsHideShare": true,
  "tuanState": true,
  "accountState": 13,
  "product": {
    "productId": "sample string 1",
    "productName": "sample string 2",
    "price": "sample string 3",
    "imageUrl": "sample string 4",
    "amount": 5,
    "BuyInfo": "sample string 6",
    "num": 7,
    "discountPrice": "sample string 8",
    "tuanLimit": 9,
    "saleAmount": 10,
    "ProductUrl": "sample string 11",
    "isShowNoSingle": true
  },
  "accountList": [
    {
      "url": "sample string 1",
      "img": "sample string 2",
      "text": "sample string 3",
      "description": "sample string 4",
      "isShowText": true,
      "type": 6,
      "createTime": "sample string 7"
    },
    {
      "url": "sample string 1",
      "img": "sample string 2",
      "text": "sample string 3",
      "description": "sample string 4",
      "isShowText": true,
      "type": 6,
      "createTime": "sample string 7"
    }
  ],
  "aList": [
    {
      "PTAID": 1,
      "Name": "sample string 2",
      "ShowType": "sample string 3",
      "VList": [
        {
          "SetID": 1,
          "ValueName": "sample string 2",
          "IsDefault": true,
          "ValueIco": "sample string 4",
          "IsChecked": true
        },
        {
          "SetID": 1,
          "ValueName": "sample string 2",
          "IsDefault": true,
          "ValueIco": "sample string 4",
          "IsChecked": true
        }
      ],
      "IsStockAmount": true
    },
    {
      "PTAID": 1,
      "Name": "sample string 2",
      "ShowType": "sample string 3",
      "VList": [
        {
          "SetID": 1,
          "ValueName": "sample string 2",
          "IsDefault": true,
          "ValueIco": "sample string 4",
          "IsChecked": true
        },
        {
          "SetID": 1,
          "ValueName": "sample string 2",
          "IsDefault": true,
          "ValueIco": "sample string 4",
          "IsChecked": true
        }
      ],
      "IsStockAmount": true
    }
  ],
  "EndDate": 14.1,
  "IsEnd": true,
  "LastAmount": 16,
  "CreateDate": "sample string 17",
  "setID": "sample string 18",
  "stockList": [
    {
      "objectLayer": "sample string 1",
      "laveAmount": 2,
      "price": "sample string 3",
      "oldPrice": "sample string 4",
      "tuanPrice": "sample string 5",
      "seckillPrice": "sample string 6",
      "objectLayer1": "sample string 7"
    },
    {
      "objectLayer": "sample string 1",
      "laveAmount": 2,
      "price": "sample string 3",
      "oldPrice": "sample string 4",
      "tuanPrice": "sample string 5",
      "seckillPrice": "sample string 6",
      "objectLayer1": "sample string 7"
    }
  ]
}

application/xml, text/xml

Sample:
<GroupController.GroupOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Controllers">
  <CreateDate>sample string 17</CreateDate>
  <EndDate>14.1</EndDate>
  <IsEnd>true</IsEnd>
  <IsHideShare>true</IsHideShare>
  <LastAmount>16</LastAmount>
  <TuanLimit>10</TuanLimit>
  <aList xmlns:d2p1="http://schemas.datacontract.org/2004/07/MVC.Helper">
    <d2p1:NAttributeType>
      <d2p1:PTAID>1</d2p1:PTAID>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:ShowType>sample string 3</d2p1:ShowType>
      <d2p1:VList>
        <d2p1:NAttributeValue>
          <d2p1:SetID>1</d2p1:SetID>
          <d2p1:ValueName>sample string 2</d2p1:ValueName>
          <d2p1:IsDefault>true</d2p1:IsDefault>
          <d2p1:ValueIco>sample string 4</d2p1:ValueIco>
          <d2p1:IsChecked>true</d2p1:IsChecked>
        </d2p1:NAttributeValue>
        <d2p1:NAttributeValue>
          <d2p1:SetID>1</d2p1:SetID>
          <d2p1:ValueName>sample string 2</d2p1:ValueName>
          <d2p1:IsDefault>true</d2p1:IsDefault>
          <d2p1:ValueIco>sample string 4</d2p1:ValueIco>
          <d2p1:IsChecked>true</d2p1:IsChecked>
        </d2p1:NAttributeValue>
      </d2p1:VList>
      <d2p1:IsStockAmount>true</d2p1:IsStockAmount>
    </d2p1:NAttributeType>
    <d2p1:NAttributeType>
      <d2p1:PTAID>1</d2p1:PTAID>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:ShowType>sample string 3</d2p1:ShowType>
      <d2p1:VList>
        <d2p1:NAttributeValue>
          <d2p1:SetID>1</d2p1:SetID>
          <d2p1:ValueName>sample string 2</d2p1:ValueName>
          <d2p1:IsDefault>true</d2p1:IsDefault>
          <d2p1:ValueIco>sample string 4</d2p1:ValueIco>
          <d2p1:IsChecked>true</d2p1:IsChecked>
        </d2p1:NAttributeValue>
        <d2p1:NAttributeValue>
          <d2p1:SetID>1</d2p1:SetID>
          <d2p1:ValueName>sample string 2</d2p1:ValueName>
          <d2p1:IsDefault>true</d2p1:IsDefault>
          <d2p1:ValueIco>sample string 4</d2p1:ValueIco>
          <d2p1:IsChecked>true</d2p1:IsChecked>
        </d2p1:NAttributeValue>
      </d2p1:VList>
      <d2p1:IsStockAmount>true</d2p1:IsStockAmount>
    </d2p1:NAttributeType>
  </aList>
  <accountList xmlns:d2p1="http://schemas.datacontract.org/2004/07/open.wst.com.Models">
    <d2p1:CommImageText>
      <d2p1:createTime>sample string 7</d2p1:createTime>
      <d2p1:description>sample string 4</d2p1:description>
      <d2p1:img>sample string 2</d2p1:img>
      <d2p1:isShowText>true</d2p1:isShowText>
      <d2p1:text>sample string 3</d2p1:text>
      <d2p1:type>6</d2p1:type>
      <d2p1:url>sample string 1</d2p1:url>
    </d2p1:CommImageText>
    <d2p1:CommImageText>
      <d2p1:createTime>sample string 7</d2p1:createTime>
      <d2p1:description>sample string 4</d2p1:description>
      <d2p1:img>sample string 2</d2p1:img>
      <d2p1:isShowText>true</d2p1:isShowText>
      <d2p1:text>sample string 3</d2p1:text>
      <d2p1:type>6</d2p1:type>
      <d2p1:url>sample string 1</d2p1:url>
    </d2p1:CommImageText>
  </accountList>
  <accountState>13</accountState>
  <address>sample string 8</address>
  <linkName>sample string 6</linkName>
  <mobilePhone>sample string 7</mobilePhone>
  <orderId>sample string 1</orderId>
  <orderNo>sample string 2</orderNo>
  <payable>sample string 9</payable>
  <porderId>sample string 3</porderId>
  <postAmount>sample string 5</postAmount>
  <product xmlns:d2p1="http://schemas.datacontract.org/2004/07/open.wst.com.Models">
    <d2p1:BuyInfo>sample string 6</d2p1:BuyInfo>
    <d2p1:ProductUrl>sample string 11</d2p1:ProductUrl>
    <d2p1:amount>5</d2p1:amount>
    <d2p1:discountPrice>sample string 8</d2p1:discountPrice>
    <d2p1:imageUrl>sample string 4</d2p1:imageUrl>
    <d2p1:isShowNoSingle>true</d2p1:isShowNoSingle>
    <d2p1:num>7</d2p1:num>
    <d2p1:price>sample string 3</d2p1:price>
    <d2p1:productId>sample string 1</d2p1:productId>
    <d2p1:productName>sample string 2</d2p1:productName>
    <d2p1:saleAmount>10</d2p1:saleAmount>
    <d2p1:tuanLimit>9</d2p1:tuanLimit>
  </product>
  <setID>sample string 18</setID>
  <state>sample string 4</state>
  <stockList xmlns:d2p1="http://schemas.datacontract.org/2004/07/open.wst.com.Models">
    <d2p1:StockAmountInfo>
      <d2p1:laveAmount>2</d2p1:laveAmount>
      <d2p1:objectLayer>sample string 1</d2p1:objectLayer>
      <d2p1:objectLayer1>sample string 7</d2p1:objectLayer1>
      <d2p1:oldPrice>sample string 4</d2p1:oldPrice>
      <d2p1:price>sample string 3</d2p1:price>
      <d2p1:seckillPrice>sample string 6</d2p1:seckillPrice>
      <d2p1:tuanPrice>sample string 5</d2p1:tuanPrice>
    </d2p1:StockAmountInfo>
    <d2p1:StockAmountInfo>
      <d2p1:laveAmount>2</d2p1:laveAmount>
      <d2p1:objectLayer>sample string 1</d2p1:objectLayer>
      <d2p1:objectLayer1>sample string 7</d2p1:objectLayer1>
      <d2p1:oldPrice>sample string 4</d2p1:oldPrice>
      <d2p1:price>sample string 3</d2p1:price>
      <d2p1:seckillPrice>sample string 6</d2p1:seckillPrice>
      <d2p1:tuanPrice>sample string 5</d2p1:tuanPrice>
    </d2p1:StockAmountInfo>
  </stockList>
  <tuanState>true</tuanState>
</GroupController.GroupOrder>