GET api/WebInterface/AddOnSolution/TicketTypeList/ById?solutionid={solutionid}&isscience={isscience}&date={date}

依据方案ID查询可购票型,区分景区和演出

Request Information

URI Parameters

NameDescriptionTypeAdditional information
solutionid

string

Required

isscience

boolean

Required

date

string

Required

Body Parameters

None.

Response Information

Resource Description

依据方案ID查询可购票型,区分景区和演出

CommonOperationResultWithTagOfDictionaryOfGuidAndString
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

Dictionary of globally unique identifier [key] and string [value]

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": {
    "f8ea5049-2a92-45ef-9246-0632d999fe03": "sample string 2",
    "433ac44d-ca10-45de-97ce-ff3eadd38f9d": "sample string 4"
  }
}

application/xml, text/xml

Sample:
<CommonOperationResultWithTagOfArrayOfKeyValueOfguidstringuHEDJ7Dj 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.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfguidstring>
      <d2p1:Key>f8ea5049-2a92-45ef-9246-0632d999fe03</d2p1:Key>
      <d2p1:Value>sample string 2</d2p1:Value>
    </d2p1:KeyValueOfguidstring>
    <d2p1:KeyValueOfguidstring>
      <d2p1:Key>433ac44d-ca10-45de-97ce-ff3eadd38f9d</d2p1:Key>
      <d2p1:Value>sample string 4</d2p1:Value>
    </d2p1:KeyValueOfguidstring>
  </tag>
</CommonOperationResultWithTagOfArrayOfKeyValueOfguidstringuHEDJ7Dj>

application/bson

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