GET api/localTour/theme/priceC/{themeId}/{rankId}?sourceMarkUpBy={sourceMarkUpBy}&sourceMarkUpAmt={sourceMarkUpAmt}
获取主题价格列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
themeId |
主题编号 |
integer |
Required |
rankId |
等級编号 |
integer |
Required |
sourceMarkUpBy | string |
Default value is |
|
sourceMarkUpAmt | decimal number |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
获取主题价格列表
ReturnResultOfListOfThemePriceContractName | Description | Type | Additional information |
---|---|---|---|
data | Collection of ThemePriceContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "surplus": 1, "stock": 2, "date": "2024-12-23T19:43:40.212275+08:00", "adultprice": 4.0, "childprice": 5.0, "infantprice": 6.0, "elderlyprice": 7.0, "orgadultprice": 8.0, "orgchildprice": 9.0, "orginfantprice": 10.0, "orgelderlyprice": 11.0, "currency": "sample string 12" }, { "surplus": 1, "stock": 2, "date": "2024-12-23T19:43:40.212275+08:00", "adultprice": 4.0, "childprice": 5.0, "infantprice": 6.0, "elderlyprice": 7.0, "orgadultprice": 8.0, "orgchildprice": 9.0, "orginfantprice": 10.0, "orgelderlyprice": 11.0, "currency": "sample string 12" } ], "code": 1, "message": "sample string 2" }