POST api/Busi/SellTicket/Theatre/SellTicketSeatOrderByWindowTran
座位模式的前台座位预订
Request Information
URI Parameters
None.
Body Parameters
CSellTicketOrderByWindowTranParmV5Name | Description | Type | Additional information |
---|---|---|---|
DH |
预订单号 |
string |
None. |
DWID |
客户单位ID |
string |
None. |
DWLX |
客户单位类型 |
string |
None. |
DYZH |
导游证号 |
string |
None. |
QHDM |
市场区划代码 |
string |
None. |
TDLX |
团队类型代码 |
string |
None. |
PCID |
场次ID |
globally unique identifier |
None. |
Seats |
座位表 |
Collection of globally unique identifier |
None. |
MPLXID |
门票类型 |
globally unique identifier |
None. |
ZJLX |
证件类型 1二代居名身份证 2其他证件 |
string |
None. |
ZJHM |
证件号码 |
string |
None. |
XM |
姓名 |
string |
None. |
XB |
性别 |
string |
None. |
SJHM |
手机号码 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DH": "sample string 1", "DWID": "sample string 2", "DWLX": "sample string 3", "DYZH": "sample string 4", "QHDM": "sample string 5", "TDLX": "sample string 6", "PCID": "2817bf40-fb84-4323-ae12-5d388d7556d4", "Seats": [ "a862be37-e5f6-4293-af50-1523f7c6e0b7", "55a195d3-cc00-4fe3-a129-f1079060ee7a" ], "MPLXID": "2e4f944d-d93b-414c-b2d0-6bb4f192f3cd", "ZJLX": "sample string 9", "ZJHM": "sample string 10", "XM": "sample string 11", "XB": "sample string 12", "SJHM": "sample string 13" }
application/xml, text/xml
Sample:
<CSellTicketOrderByWindowTranParmV5 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm"> <DH>sample string 1</DH> <DWID>sample string 2</DWID> <DWLX>sample string 3</DWLX> <DYZH>sample string 4</DYZH> <MPLXID>2e4f944d-d93b-414c-b2d0-6bb4f192f3cd</MPLXID> <PCID>2817bf40-fb84-4323-ae12-5d388d7556d4</PCID> <QHDM>sample string 5</QHDM> <SJHM>sample string 13</SJHM> <Seats xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>a862be37-e5f6-4293-af50-1523f7c6e0b7</d2p1:guid> <d2p1:guid>55a195d3-cc00-4fe3-a129-f1079060ee7a</d2p1:guid> </Seats> <TDLX>sample string 6</TDLX> <XB>sample string 12</XB> <XM>sample string 11</XM> <ZJHM>sample string 10</ZJHM> <ZJLX>sample string 9</ZJLX> </CSellTicketOrderByWindowTranParmV5>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
座位模式的前台座位预订
JQSellTicketOrderTranReturnName | Description | Type | Additional information |
---|---|---|---|
DH |
预订单号 |
string |
None. |
ErrorMessage |
错误信息 |
string |
None. |
ErrorCode |
故障码 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "DH": "sample string 1", "ErrorMessage": "sample string 2", "ErrorCode": 3 }
application/xml, text/xml
Sample:
<JQSellTicketOrderTranReturn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.YearCard"> <DH>sample string 1</DH> <ErrorCode>3</ErrorCode> <ErrorMessage>sample string 2</ErrorMessage> </JQSellTicketOrderTranReturn>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.