GET api/Exchange/GetOrderCreateInfo?aid={aid}&sid={sid}&buydata={buydata}&carid={carid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aid | string |
Required |
|
| sid | string |
Required |
|
| buydata | string |
Default value is |
|
| carid | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
OrderInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| deliveryAddress | DeliveryAddressEntity |
None. |
|
| shopCartInfoList | ShopCartInfoList |
None. |
|
| AddressType | integer |
None. |
|
| deliveryTypeList | Collection of CommImageText |
None. |
|
| trueName | string |
None. |
|
| accountMobile | string |
None. |
|
| IntegralAlias | string |
None. |
|
| freightCollect | string |
None. |
|
| IsNeedChooseStore | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"deliveryAddress": {
"DeliveryAddressID": "d5656990-742b-49dc-8bb0-ff41682d3eb5",
"AccountID": "70577c1e-0656-4ca3-bfc5-e9a4400909c7",
"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": "2025-12-18T14:52:52.0965896+08:00",
"UpdateTime": "2025-12-18T14:52:52.0965896+08:00",
"AddrName": "sample string 12",
"AddrDistrict": "sample string 13",
"AddrDeail": "sample string 14",
"Lng": 1.1,
"Lat": 1.1
},
"shopCartInfoList": {
"shopCartList": [
{
"productID": "sample string 1",
"productName": "sample string 2",
"price": "sample string 3",
"imageUrl": "sample string 4",
"amount": 5,
"BuyInfo": "sample string 6",
"shopCartId": "sample string 7",
"isChecked": true
},
{
"productID": "sample string 1",
"productName": "sample string 2",
"price": "sample string 3",
"imageUrl": "sample string 4",
"amount": 5,
"BuyInfo": "sample string 6",
"shopCartId": "sample string 7",
"isChecked": true
}
],
"total": 1,
"totalPrice": "sample string 2",
"IntegralAlias": "sample string 3"
},
"AddressType": 1,
"deliveryTypeList": [
{
"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"
}
],
"trueName": "sample string 2",
"accountMobile": "sample string 3",
"IntegralAlias": "sample string 4",
"freightCollect": "sample string 5",
"IsNeedChooseStore": true
}
application/xml, text/xml
Sample:
<ExchangeController.OrderInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Controllers">
<AddressType>1</AddressType>
<IntegralAlias>sample string 4</IntegralAlias>
<IsNeedChooseStore>true</IsNeedChooseStore>
<accountMobile>sample string 3</accountMobile>
<deliveryAddress xmlns:d2p1="http://schemas.datacontract.org/2004/07/WST.Distributors.Entity">
<d2p1:DeliveryAddressID>d5656990-742b-49dc-8bb0-ff41682d3eb5</d2p1:DeliveryAddressID>
<d2p1:AccountID>70577c1e-0656-4ca3-bfc5-e9a4400909c7</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>2025-12-18T14:52:52.0965896+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2025-12-18T14:52:52.0965896+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>
<deliveryTypeList 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>
</deliveryTypeList>
<freightCollect>sample string 5</freightCollect>
<shopCartInfoList xmlns:d2p1="http://schemas.datacontract.org/2004/07/open.wst.com.Models">
<d2p1:IntegralAlias>sample string 3</d2p1:IntegralAlias>
<d2p1:shopCartList>
<d2p1:ShopCartInfo>
<d2p1:BuyInfo>sample string 6</d2p1:BuyInfo>
<d2p1:amount>5</d2p1:amount>
<d2p1:imageUrl>sample string 4</d2p1:imageUrl>
<d2p1:isChecked>true</d2p1:isChecked>
<d2p1:price>sample string 3</d2p1:price>
<d2p1:productID>sample string 1</d2p1:productID>
<d2p1:productName>sample string 2</d2p1:productName>
<d2p1:shopCartId>sample string 7</d2p1:shopCartId>
</d2p1:ShopCartInfo>
<d2p1:ShopCartInfo>
<d2p1:BuyInfo>sample string 6</d2p1:BuyInfo>
<d2p1:amount>5</d2p1:amount>
<d2p1:imageUrl>sample string 4</d2p1:imageUrl>
<d2p1:isChecked>true</d2p1:isChecked>
<d2p1:price>sample string 3</d2p1:price>
<d2p1:productID>sample string 1</d2p1:productID>
<d2p1:productName>sample string 2</d2p1:productName>
<d2p1:shopCartId>sample string 7</d2p1:shopCartId>
</d2p1:ShopCartInfo>
</d2p1:shopCartList>
<d2p1:total>1</d2p1:total>
<d2p1:totalPrice>sample string 2</d2p1:totalPrice>
</shopCartInfoList>
<trueName>sample string 2</trueName>
</ExchangeController.OrderInfo>