GET api/{area}/Recycling/GetRecyclingOrderCreateDataInfo/{id}?aid={aid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

aid

string

Required

area

string

None.

Body Parameters

None.

Response Information

Resource Description

RecyclingOrderCreateDataInfo
NameDescriptionTypeAdditional information
deliveryAddress

DeliveryAddressEntity

None.

ColumnList

Collection of CommImageText

None.

WeightList

Collection of CommImageText

None.

NewList

Collection of CommImageText

None.

DayList

Collection of CommImageText

None.

TimeList

Collection of CommImageText

None.

IsShowWeight

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ColumnList": [
    {
      "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"
    }
  ],
  "WeightList": [
    {
      "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"
    }
  ],
  "NewList": [
    {
      "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"
    }
  ],
  "DayList": [
    {
      "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"
    }
  ],
  "TimeList": [
    {
      "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"
    }
  ],
  "IsShowWeight": true,
  "deliveryAddress": {
    "DeliveryAddressID": "17a48c91-50d6-48fe-b999-e3240b1702b3",
    "AccountID": "365beed7-1cac-4fec-a203-5ca86fdd557a",
    "IsDefault": true,
    "CityId": 3,
    "Linkman": "sample string 4",
    "Phone": "sample string 5",
    "Mobile": "sample string 6",
    "PostCode": "sample string 7",
    "Address": "sample string 8",
    "Explain": "sample string 9",
    "CreateTime": "2026-04-19T19:49:32.3853759+08:00",
    "UpdateTime": "2026-04-19T19:49:32.3853759+08:00",
    "AddrName": "sample string 12",
    "AddrDistrict": "sample string 13",
    "AddrDeail": "sample string 14",
    "Lng": 1.1,
    "Lat": 1.1
  }
}

application/xml, text/xml

Sample:
<RecyclingController.RecyclingOrderCreateDataInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Controllers">
  <ColumnList 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>
  </ColumnList>
  <DayList 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>
  </DayList>
  <IsShowWeight>true</IsShowWeight>
  <NewList 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>
  </NewList>
  <TimeList 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>
  </TimeList>
  <WeightList 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>
  </WeightList>
  <deliveryAddress xmlns:d2p1="http://schemas.datacontract.org/2004/07/WST.Distributors.Entity">
    <d2p1:DeliveryAddressID>17a48c91-50d6-48fe-b999-e3240b1702b3</d2p1:DeliveryAddressID>
    <d2p1:AccountID>365beed7-1cac-4fec-a203-5ca86fdd557a</d2p1:AccountID>
    <d2p1:IsDefault>true</d2p1:IsDefault>
    <d2p1:CityId>3</d2p1:CityId>
    <d2p1:Linkman>sample string 4</d2p1:Linkman>
    <d2p1:Phone>sample string 5</d2p1:Phone>
    <d2p1:Mobile>sample string 6</d2p1:Mobile>
    <d2p1:PostCode>sample string 7</d2p1:PostCode>
    <d2p1:Address>sample string 8</d2p1:Address>
    <d2p1:Explain>sample string 9</d2p1:Explain>
    <d2p1:CreateTime>2026-04-19T19:49:32.3853759+08:00</d2p1:CreateTime>
    <d2p1:UpdateTime>2026-04-19T19:49:32.3853759+08:00</d2p1:UpdateTime>
    <d2p1:AddrName>sample string 12</d2p1:AddrName>
    <d2p1:AddrDistrict>sample string 13</d2p1:AddrDistrict>
    <d2p1:AddrDeail>sample string 14</d2p1:AddrDeail>
    <d2p1:Lng>1.1</d2p1:Lng>
    <d2p1:Lat>1.1</d2p1:Lat>
  </deliveryAddress>
</RecyclingController.RecyclingOrderCreateDataInfo>