GET api/ShopCar/GetShopCartMultiList?aid={aid}&sid={sid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
aid

string

Required

sid

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ShopCartMutilInfo
NameDescriptionTypeAdditional information
storeId

string

None.

storeName

string

None.

total

integer

None.

totalPrice

string

None.

shopCartList

Collection of ShopCartInfo

None.

couponsList

Collection of CarCouponsInfo

None.

isShowCouponInfo

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "storeId": "sample string 1",
    "storeName": "sample string 2",
    "total": 3,
    "totalPrice": "sample string 4",
    "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
      }
    ],
    "couponsList": [
      {
        "ACID": "sample string 1",
        "CouponID": 2,
        "img": "sample string 3",
        "CouponLimitValue": 4.0,
        "CouponValue": 5.0,
        "CouponStr": "sample string 6",
        "ReceiveDate": "sample string 7",
        "CouponVaildDays": "sample string 8",
        "State": 9,
        "CouponDays": "sample string 10",
        "CouponRuleType": "sample string 11",
        "Title": "sample string 12",
        "CouponRemark": "sample string 13",
        "CouponVaildDate": "sample string 14",
        "IsReceive": true,
        "BtnTitle": "sample string 16"
      },
      {
        "ACID": "sample string 1",
        "CouponID": 2,
        "img": "sample string 3",
        "CouponLimitValue": 4.0,
        "CouponValue": 5.0,
        "CouponStr": "sample string 6",
        "ReceiveDate": "sample string 7",
        "CouponVaildDays": "sample string 8",
        "State": 9,
        "CouponDays": "sample string 10",
        "CouponRuleType": "sample string 11",
        "Title": "sample string 12",
        "CouponRemark": "sample string 13",
        "CouponVaildDate": "sample string 14",
        "IsReceive": true,
        "BtnTitle": "sample string 16"
      }
    ],
    "isShowCouponInfo": true
  },
  {
    "storeId": "sample string 1",
    "storeName": "sample string 2",
    "total": 3,
    "totalPrice": "sample string 4",
    "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
      }
    ],
    "couponsList": [
      {
        "ACID": "sample string 1",
        "CouponID": 2,
        "img": "sample string 3",
        "CouponLimitValue": 4.0,
        "CouponValue": 5.0,
        "CouponStr": "sample string 6",
        "ReceiveDate": "sample string 7",
        "CouponVaildDays": "sample string 8",
        "State": 9,
        "CouponDays": "sample string 10",
        "CouponRuleType": "sample string 11",
        "Title": "sample string 12",
        "CouponRemark": "sample string 13",
        "CouponVaildDate": "sample string 14",
        "IsReceive": true,
        "BtnTitle": "sample string 16"
      },
      {
        "ACID": "sample string 1",
        "CouponID": 2,
        "img": "sample string 3",
        "CouponLimitValue": 4.0,
        "CouponValue": 5.0,
        "CouponStr": "sample string 6",
        "ReceiveDate": "sample string 7",
        "CouponVaildDays": "sample string 8",
        "State": 9,
        "CouponDays": "sample string 10",
        "CouponRuleType": "sample string 11",
        "Title": "sample string 12",
        "CouponRemark": "sample string 13",
        "CouponVaildDate": "sample string 14",
        "IsReceive": true,
        "BtnTitle": "sample string 16"
      }
    ],
    "isShowCouponInfo": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfShopCartMutilInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">
  <ShopCartMutilInfo>
    <couponsList>
      <CarCouponsInfo>
        <ACID>sample string 1</ACID>
        <BtnTitle>sample string 16</BtnTitle>
        <CouponDays>sample string 10</CouponDays>
        <CouponID>2</CouponID>
        <CouponLimitValue>4</CouponLimitValue>
        <CouponRemark>sample string 13</CouponRemark>
        <CouponRuleType>sample string 11</CouponRuleType>
        <CouponStr>sample string 6</CouponStr>
        <CouponVaildDate>sample string 14</CouponVaildDate>
        <CouponVaildDays>sample string 8</CouponVaildDays>
        <CouponValue>5</CouponValue>
        <IsReceive>true</IsReceive>
        <ReceiveDate>sample string 7</ReceiveDate>
        <State>9</State>
        <Title>sample string 12</Title>
        <img>sample string 3</img>
      </CarCouponsInfo>
      <CarCouponsInfo>
        <ACID>sample string 1</ACID>
        <BtnTitle>sample string 16</BtnTitle>
        <CouponDays>sample string 10</CouponDays>
        <CouponID>2</CouponID>
        <CouponLimitValue>4</CouponLimitValue>
        <CouponRemark>sample string 13</CouponRemark>
        <CouponRuleType>sample string 11</CouponRuleType>
        <CouponStr>sample string 6</CouponStr>
        <CouponVaildDate>sample string 14</CouponVaildDate>
        <CouponVaildDays>sample string 8</CouponVaildDays>
        <CouponValue>5</CouponValue>
        <IsReceive>true</IsReceive>
        <ReceiveDate>sample string 7</ReceiveDate>
        <State>9</State>
        <Title>sample string 12</Title>
        <img>sample string 3</img>
      </CarCouponsInfo>
    </couponsList>
    <isShowCouponInfo>true</isShowCouponInfo>
    <shopCartList>
      <ShopCartInfo>
        <BuyInfo>sample string 6</BuyInfo>
        <amount>5</amount>
        <imageUrl>sample string 4</imageUrl>
        <isChecked>true</isChecked>
        <price>sample string 3</price>
        <productID>sample string 1</productID>
        <productName>sample string 2</productName>
        <shopCartId>sample string 7</shopCartId>
      </ShopCartInfo>
      <ShopCartInfo>
        <BuyInfo>sample string 6</BuyInfo>
        <amount>5</amount>
        <imageUrl>sample string 4</imageUrl>
        <isChecked>true</isChecked>
        <price>sample string 3</price>
        <productID>sample string 1</productID>
        <productName>sample string 2</productName>
        <shopCartId>sample string 7</shopCartId>
      </ShopCartInfo>
    </shopCartList>
    <storeId>sample string 1</storeId>
    <storeName>sample string 2</storeName>
    <total>3</total>
    <totalPrice>sample string 4</totalPrice>
  </ShopCartMutilInfo>
  <ShopCartMutilInfo>
    <couponsList>
      <CarCouponsInfo>
        <ACID>sample string 1</ACID>
        <BtnTitle>sample string 16</BtnTitle>
        <CouponDays>sample string 10</CouponDays>
        <CouponID>2</CouponID>
        <CouponLimitValue>4</CouponLimitValue>
        <CouponRemark>sample string 13</CouponRemark>
        <CouponRuleType>sample string 11</CouponRuleType>
        <CouponStr>sample string 6</CouponStr>
        <CouponVaildDate>sample string 14</CouponVaildDate>
        <CouponVaildDays>sample string 8</CouponVaildDays>
        <CouponValue>5</CouponValue>
        <IsReceive>true</IsReceive>
        <ReceiveDate>sample string 7</ReceiveDate>
        <State>9</State>
        <Title>sample string 12</Title>
        <img>sample string 3</img>
      </CarCouponsInfo>
      <CarCouponsInfo>
        <ACID>sample string 1</ACID>
        <BtnTitle>sample string 16</BtnTitle>
        <CouponDays>sample string 10</CouponDays>
        <CouponID>2</CouponID>
        <CouponLimitValue>4</CouponLimitValue>
        <CouponRemark>sample string 13</CouponRemark>
        <CouponRuleType>sample string 11</CouponRuleType>
        <CouponStr>sample string 6</CouponStr>
        <CouponVaildDate>sample string 14</CouponVaildDate>
        <CouponVaildDays>sample string 8</CouponVaildDays>
        <CouponValue>5</CouponValue>
        <IsReceive>true</IsReceive>
        <ReceiveDate>sample string 7</ReceiveDate>
        <State>9</State>
        <Title>sample string 12</Title>
        <img>sample string 3</img>
      </CarCouponsInfo>
    </couponsList>
    <isShowCouponInfo>true</isShowCouponInfo>
    <shopCartList>
      <ShopCartInfo>
        <BuyInfo>sample string 6</BuyInfo>
        <amount>5</amount>
        <imageUrl>sample string 4</imageUrl>
        <isChecked>true</isChecked>
        <price>sample string 3</price>
        <productID>sample string 1</productID>
        <productName>sample string 2</productName>
        <shopCartId>sample string 7</shopCartId>
      </ShopCartInfo>
      <ShopCartInfo>
        <BuyInfo>sample string 6</BuyInfo>
        <amount>5</amount>
        <imageUrl>sample string 4</imageUrl>
        <isChecked>true</isChecked>
        <price>sample string 3</price>
        <productID>sample string 1</productID>
        <productName>sample string 2</productName>
        <shopCartId>sample string 7</shopCartId>
      </ShopCartInfo>
    </shopCartList>
    <storeId>sample string 1</storeId>
    <storeName>sample string 2</storeName>
    <total>3</total>
    <totalPrice>sample string 4</totalPrice>
  </ShopCartMutilInfo>
</ArrayOfShopCartMutilInfo>