POST api/localTour/plan/info

獲取主題計劃列表

Request Information

URI Parameters

None.

Body Parameters

PlanRqContract
NameDescriptionTypeAdditional information
themid

主题编号

integer

None.

rankid

等级编号

integer

None.

pagenumber

当前页码

integer

None.

pagesize

每页记录数

integer

None.

lang

语言

string

None.

sourcemarkupamt

decimal number

None.

sourcemarkupby

string

None.

Request Formats

application/json, text/json

Sample:
{
  "themid": 1,
  "rankid": 2,
  "pagenumber": 3,
  "pagesize": 4,
  "lang": "sample string 5",
  "sourcemarkupamt": 6.0,
  "sourcemarkupby": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PlanRqContract'.

Response Information

Resource Description

獲取主題計劃列表

ReturnResultOfListOfPlanRpContract
NameDescriptionTypeAdditional information
data

Collection of PlanRpContract

None.

code

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

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "surplus": 11,
      "adultprice": 1.0,
      "childprice": 2.0,
      "infantprice": 3.0,
      "elderlyprice": 4.0,
      "orgadultprice": 5.0,
      "orgchildprice": 6.0,
      "orginfantprice": 7.0,
      "orgelderlyprice": 8.0,
      "currency": "sample string 9",
      "maxstock": 10,
      "sellcount": 12,
      "Stock": 13,
      "planid": "sample string 14",
      "memeberid": 15,
      "themeid": 16,
      "planname": "sample string 17",
      "planduration": "sample string 18",
      "planremark": "sample string 19",
      "planno": "sample string 20"
    },
    {
      "surplus": 11,
      "adultprice": 1.0,
      "childprice": 2.0,
      "infantprice": 3.0,
      "elderlyprice": 4.0,
      "orgadultprice": 5.0,
      "orgchildprice": 6.0,
      "orginfantprice": 7.0,
      "orgelderlyprice": 8.0,
      "currency": "sample string 9",
      "maxstock": 10,
      "sellcount": 12,
      "Stock": 13,
      "planid": "sample string 14",
      "memeberid": 15,
      "themeid": 16,
      "planname": "sample string 17",
      "planduration": "sample string 18",
      "planremark": "sample string 19",
      "planno": "sample string 20"
    }
  ],
  "code": 1,
  "message": "sample string 2"
}