POST api/Busi/SellTicket/Theatre/SeatSelectCheck

前台演出售票时的座位选定判断

Request Information

URI Parameters

None.

Body Parameters

CTheatreSellTicketSeatLockParm
NameDescriptionTypeAdditional information
Operator

操作的类型

ESeatLockOperatorParm

None.

ParkId

园区ID

globally unique identifier

None.

SenceId

场次ID

globally unique identifier

None.

SeatId

座位ID

globally unique identifier

None.

YHDLM

用户登录名

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Operator": 0,
  "ParkId": "f26b03e1-df5a-479b-8a85-20957ba2dc87",
  "SenceId": "43a5e466-6138-41ff-9163-c5299d4756a2",
  "SeatId": "0b600b90-87cb-4113-bae6-dbd2bc0289aa",
  "YHDLM": "sample string 4"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: 枚举值“Lock”对于类型“DigitalScience.DataTransfer.Tour.V5.Parm.ESeatLockOperatorParm”无效,无法序列化。如果该类型具有 DataContractAttribute 特性,则请确保显示必要的枚举值且标记为 EnumMemberAttribute 特性。

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: 枚举值“Lock”对于类型“DigitalScience.DataTransfer.Tour.V5.Parm.ESeatLockOperatorParm”无效,无法序列化。如果该类型具有 DataContractAttribute 特性,则请确保显示必要的枚举值且标记为 EnumMemberAttribute 特性。

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CTheatreSellTicketSeatLockParm'.

application/bson

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

Response Information

Resource Description

前台演出售票时的座位选定判断

CommonOperationResult
NameDescriptionTypeAdditional information
errcode

错误代码,通常0表示成功,其他值表示错误。

integer

None.

errmsg

错误描述,当errcode不为零时,此值可以用于呈现给用户。

string

None.

tag

操作同时,服务器端需要返回的其他值。

string

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": "sample string 3"
}

application/xml, text/xml

Sample:
<CommonOperationResult 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>sample string 3</tag>
</CommonOperationResult>

application/bson

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