POST api/localTour/plan/info
獲取主題計劃列表
Request Information
URI Parameters
None.
Body Parameters
PlanRqContractName | Description | Type | Additional 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:
Response Information
Resource Description
獲取主題計劃列表
ReturnResultOfListOfPlanRpContractName | Description | Type | Additional 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, "adultpricename": "sample string 14", "childpricename": "sample string 15", "elderlypricename": "sample string 16", "infantpricename": "sample string 17", "adultallotment": true, "childallotment": true, "elderlyallotment": true, "infantallotment": true, "planid": "sample string 22", "memeberid": 23, "themeid": 24, "planname": "sample string 25", "planduration": "sample string 26", "planremark": "sample string 27", "planno": "sample string 28" }, { "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, "adultpricename": "sample string 14", "childpricename": "sample string 15", "elderlypricename": "sample string 16", "infantpricename": "sample string 17", "adultallotment": true, "childallotment": true, "elderlyallotment": true, "infantallotment": true, "planid": "sample string 22", "memeberid": 23, "themeid": 24, "planname": "sample string 25", "planduration": "sample string 26", "planremark": "sample string 27", "planno": "sample string 28" } ], "code": 1, "message": "sample string 2" }