GET api/shoppingcart/list/{memeberId}?guestId={guestId}&tIds={tIds}&cartId={cartId}&lang={lang}
購物車商品
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
memeberId |
會員ID |
integer |
Required |
guestId | string |
None. |
|
tIds | string |
None. |
|
cartId | string |
None. |
|
lang |
語言 |
string |
Default value is zh-hk |
Body Parameters
None.
Response Information
Resource Description
購物車商品
ReturnResultOfListOfSearchCartRpContractName | Description | Type | Additional information |
---|---|---|---|
data | Collection of SearchCartRpContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "tourdetailinfo": [ { "themeno": "sample string 1", "themename": "sample string 2", "planno": "sample string 3", "planname": "sample string 4", "cartid": 5, "tourid": 6, "themeid": 7, "planid": "sample string 8", "adult": 9, "adultprice": 10.0, "adulttax": 11.0, "tripdate": "2024-12-23T19:26:08.0213601+08:00", "child": 13, "childprice": 14.0, "childtax": 15.0, "infant": 16, "infantprice": 17.0, "infanttax": 18.0, "elderly": 19, "elderlyprice": 20.0, "elderlytax": 21.0 }, { "themeno": "sample string 1", "themename": "sample string 2", "planno": "sample string 3", "planname": "sample string 4", "cartid": 5, "tourid": 6, "themeid": 7, "planid": "sample string 8", "adult": 9, "adultprice": 10.0, "adulttax": 11.0, "tripdate": "2024-12-23T19:26:08.0213601+08:00", "child": 13, "childprice": 14.0, "childtax": 15.0, "infant": 16, "infantprice": 17.0, "infanttax": 18.0, "elderly": 19, "elderlyprice": 20.0, "elderlytax": 21.0 } ], "cartid": 1, "memberid": 2, "guestid": "sample string 3", "itemtype": "sample string 4", "itemname": "sample string 5", "currency": "sample string 6", "discountamt": 7.0, "count": 8, "createdate": "2024-12-23T19:26:08.0213601+08:00", "createip": "sample string 10", "createagent": "sample string 11", "expiredmins": 12 }, { "tourdetailinfo": [ { "themeno": "sample string 1", "themename": "sample string 2", "planno": "sample string 3", "planname": "sample string 4", "cartid": 5, "tourid": 6, "themeid": 7, "planid": "sample string 8", "adult": 9, "adultprice": 10.0, "adulttax": 11.0, "tripdate": "2024-12-23T19:26:08.0213601+08:00", "child": 13, "childprice": 14.0, "childtax": 15.0, "infant": 16, "infantprice": 17.0, "infanttax": 18.0, "elderly": 19, "elderlyprice": 20.0, "elderlytax": 21.0 }, { "themeno": "sample string 1", "themename": "sample string 2", "planno": "sample string 3", "planname": "sample string 4", "cartid": 5, "tourid": 6, "themeid": 7, "planid": "sample string 8", "adult": 9, "adultprice": 10.0, "adulttax": 11.0, "tripdate": "2024-12-23T19:26:08.0213601+08:00", "child": 13, "childprice": 14.0, "childtax": 15.0, "infant": 16, "infantprice": 17.0, "infanttax": 18.0, "elderly": 19, "elderlyprice": 20.0, "elderlytax": 21.0 } ], "cartid": 1, "memberid": 2, "guestid": "sample string 3", "itemtype": "sample string 4", "itemname": "sample string 5", "currency": "sample string 6", "discountamt": 7.0, "count": 8, "createdate": "2024-12-23T19:26:08.0213601+08:00", "createip": "sample string 10", "createagent": "sample string 11", "expiredmins": 12 } ], "code": 1, "message": "sample string 2" }