POST api/Busi/SellTicket/Theatre/SellTicketSeatOrderByWindowTran
座位模式的前台座位预订
Request Information
URI Parameters
None.
Body Parameters
CSellTicketOrderByWindowTranParmV5| Name | 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": "55d3f15f-e2b1-4c17-b67d-7895d42970aa",
"Seats": [
"4e33586e-edc9-4706-b8ce-c9fc187fb0c6",
"5dead543-098a-414a-9704-4c352e31a4fe"
],
"MPLXID": "9a63ae74-693c-4883-9af5-95f32b22d250",
"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>9a63ae74-693c-4883-9af5-95f32b22d250</MPLXID>
<PCID>55d3f15f-e2b1-4c17-b67d-7895d42970aa</PCID>
<QHDM>sample string 5</QHDM>
<SJHM>sample string 13</SJHM>
<Seats xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4e33586e-edc9-4706-b8ce-c9fc187fb0c6</d2p1:guid>
<d2p1:guid>5dead543-098a-414a-9704-4c352e31a4fe</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
座位模式的前台座位预订
JQSellTicketOrderTranReturn| Name | 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.