GET api/Setting/Catering/JQ_MPZL/List?mplxid={mplxid}&mplxmc={mplxmc}&qszf={qszf}&pxfzmc={pxfzmc}&qybz={qybz}
获取门票列表(海洋公园餐饮)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
mplxid |
门票类型ID |
string |
Default value is |
mplxmc |
门票类型名称 |
string |
Default value is |
qszf |
起始字符 |
string |
Default value is |
pxfzmc |
门票分组名称 |
string |
Default value is |
qybz |
启用标志 |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
获取门票列表(海洋公园餐饮)
CommonOperationResultWithTagOfIEnumerableOfTicketTypeToCateringResultName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Collection of TicketTypeToCateringResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": [ { "MPLXID": "8bc6a616-7d2f-4676-9456-29f26bcc4fc4", "MPLXMC": "sample string 2", "QSZF": "sample string 3", "MPFZMC": "sample string 4", "QYBZ": true }, { "MPLXID": "8bc6a616-7d2f-4676-9456-29f26bcc4fc4", "MPLXMC": "sample string 2", "QSZF": "sample string 3", "MPFZMC": "sample string 4", "QYBZ": true } ] }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfTicketTypeToCateringResultldpHZqFJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result"> <d2p1:TicketTypeToCateringResult> <d2p1:MPFZMC>sample string 4</d2p1:MPFZMC> <d2p1:MPLXID>8bc6a616-7d2f-4676-9456-29f26bcc4fc4</d2p1:MPLXID> <d2p1:MPLXMC>sample string 2</d2p1:MPLXMC> <d2p1:QSZF>sample string 3</d2p1:QSZF> <d2p1:QYBZ>true</d2p1:QYBZ> </d2p1:TicketTypeToCateringResult> <d2p1:TicketTypeToCateringResult> <d2p1:MPFZMC>sample string 4</d2p1:MPFZMC> <d2p1:MPLXID>8bc6a616-7d2f-4676-9456-29f26bcc4fc4</d2p1:MPLXID> <d2p1:MPLXMC>sample string 2</d2p1:MPLXMC> <d2p1:QSZF>sample string 3</d2p1:QSZF> <d2p1:QYBZ>true</d2p1:QYBZ> </d2p1:TicketTypeToCateringResult> </tag> </CommonOperationResultWithTagOfArrayOfTicketTypeToCateringResultldpHZqFJ>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.