GET api/Setting/TicketType/List/Query

用于手持机售票时查询门票信息

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

用于手持机售票时查询门票信息

Collection of TicketTypeParm
NameDescriptionTypeAdditional information
MPLXID

门票类型id

globally unique identifier

None.

MPLXMC

门票类型名称

string

None.

JG

价格

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MPLXID": "829fe96e-8723-48bd-8f58-94857604c415",
    "MPLXMC": "sample string 2",
    "JG": 3.0
  },
  {
    "MPLXID": "829fe96e-8723-48bd-8f58-94857604c415",
    "MPLXMC": "sample string 2",
    "JG": 3.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfTicketTypeParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result">
  <TicketTypeParm>
    <JG>3</JG>
    <MPLXID>829fe96e-8723-48bd-8f58-94857604c415</MPLXID>
    <MPLXMC>sample string 2</MPLXMC>
  </TicketTypeParm>
  <TicketTypeParm>
    <JG>3</JG>
    <MPLXID>829fe96e-8723-48bd-8f58-94857604c415</MPLXID>
    <MPLXMC>sample string 2</MPLXMC>
  </TicketTypeParm>
</ArrayOfTicketTypeParm>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.