GET api/shoppingcart/gettourbyid?planId={planId}&date={date}&lang={lang}&rankId={rankId}
獲取计划详细
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| planId | string | 
                                 Required  | 
                |
| date | string | 
                                 Required  | 
                |
| lang | string | 
                                 Required  | 
                |
| rankId | integer | 
                                 Default value is 1  | 
                
Body Parameters
None.
Response Information
Resource Description
獲取计划详细
ReturnResultOfListOfPlanDetailContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| data | Collection of PlanDetailContract | 
                             None.  | 
                |
| code | 
                         状态码:100成功,其他自定义  | 
                    integer | 
                             None.  | 
                
| message | 
                         提示消息  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "data": [
    {
      "planid": "sample string 1",
      "planno": "sample string 2",
      "planname": "sample string 3",
      "themeid": 4,
      "stock": 5,
      "sellcount": 6,
      "memberid": 7,
      "adultprice": 8.0,
      "childprice": 9.0,
      "infantprice": 10.0,
      "elderlyprice": 11.0,
      "adultpricename": "sample string 12",
      "childpricename": "sample string 13",
      "elderlypricename": "sample string 14",
      "infantpricename": "sample string 15",
      "currency": "sample string 16",
      "maxstock": 17,
      "date": "2025-11-04T18:50:25.7407644+08:00",
      "departStartDate": "2025-11-04T18:50:25.7407644+08:00",
      "departEndDate": "2025-11-04T18:50:25.7407644+08:00",
      "cutoffdate": 21,
      "rate": 22.0,
      "hit": 23
    },
    {
      "planid": "sample string 1",
      "planno": "sample string 2",
      "planname": "sample string 3",
      "themeid": 4,
      "stock": 5,
      "sellcount": 6,
      "memberid": 7,
      "adultprice": 8.0,
      "childprice": 9.0,
      "infantprice": 10.0,
      "elderlyprice": 11.0,
      "adultpricename": "sample string 12",
      "childpricename": "sample string 13",
      "elderlypricename": "sample string 14",
      "infantpricename": "sample string 15",
      "currency": "sample string 16",
      "maxstock": 17,
      "date": "2025-11-04T18:50:25.7407644+08:00",
      "departStartDate": "2025-11-04T18:50:25.7407644+08:00",
      "departEndDate": "2025-11-04T18:50:25.7407644+08:00",
      "cutoffdate": 21,
      "rate": 22.0,
      "hit": 23
    }
  ],
  "code": 1,
  "message": "sample string 2"
}