POST api/localTour/plan/detail/{planId}/{lang}?rankId={rankId}&sourceMarkUpBy={sourceMarkUpBy}&sourceMarkUpAmt={sourceMarkUpAmt}

獲取計劃信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
planId

計劃編號

string

Required

lang

語言

string

Required

rankId

用戶等級ID

integer

Default value is 1

sourceMarkUpBy

string

Default value is

sourceMarkUpAmt

decimal number

Default value is 0

Body Parameters

None.

Response Information

Resource Description

獲取計劃信息

ReturnResultOfListOfPlanDetailContract
NameDescriptionTypeAdditional information
data

Collection of PlanDetailContract

None.

code

状态码:100成功,其他自定义

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "date": "2024-12-23T20:02:46.6913249+08:00",
      "planid": "sample string 2",
      "memeberid": 3,
      "themeid": 4,
      "planname": "sample string 5",
      "planno": "sample string 6",
      "stock": 7,
      "maxstock": 8,
      "sellcount": 9,
      "surplus": -2,
      "state": 11,
      "adultprice": 12.0,
      "childprice": 13.0,
      "infantprice": 14.0,
      "elderlyprice": 15.0,
      "orgadultprice": 16.0,
      "orgchildprice": 17.0,
      "orginfantprice": 18.0,
      "orgelderlyprice": 19.0,
      "currency": "sample string 20",
      "adultpricename": "sample string 21",
      "childpricename": "sample string 22",
      "elderlypricename": "sample string 23",
      "infantpricename": "sample string 24"
    },
    {
      "date": "2024-12-23T20:02:46.6913249+08:00",
      "planid": "sample string 2",
      "memeberid": 3,
      "themeid": 4,
      "planname": "sample string 5",
      "planno": "sample string 6",
      "stock": 7,
      "maxstock": 8,
      "sellcount": 9,
      "surplus": -2,
      "state": 11,
      "adultprice": 12.0,
      "childprice": 13.0,
      "infantprice": 14.0,
      "elderlyprice": 15.0,
      "orgadultprice": 16.0,
      "orgchildprice": 17.0,
      "orginfantprice": 18.0,
      "orgelderlyprice": 19.0,
      "currency": "sample string 20",
      "adultpricename": "sample string 21",
      "childpricename": "sample string 22",
      "elderlypricename": "sample string 23",
      "infantpricename": "sample string 24"
    }
  ],
  "code": 1,
  "message": "sample string 2"
}