GET api/Setting/Catering/JQ_MPZL/List?mplxid={mplxid}&mplxmc={mplxmc}&qszf={qszf}&pxfzmc={pxfzmc}&qybz={qybz}

获取门票列表(海洋公园餐饮)

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

获取门票列表(海洋公园餐饮)

CommonOperationResultWithTagOfIEnumerableOfTicketTypeToCateringResult
NameDescriptionTypeAdditional 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": "ceb3cbce-f136-4061-9d77-5a58aa8d01de",
      "MPLXMC": "sample string 2",
      "QSZF": "sample string 3",
      "MPFZMC": "sample string 4",
      "QYBZ": true
    },
    {
      "MPLXID": "ceb3cbce-f136-4061-9d77-5a58aa8d01de",
      "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>ceb3cbce-f136-4061-9d77-5a58aa8d01de</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>ceb3cbce-f136-4061-9d77-5a58aa8d01de</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.