GET api/Setting/JQ_YQ_PC/Sp/Query/SimpleRet/List?theatreid={theatreid}&startdate={startdate}&enddate={enddate}&theatricalid={theatricalid}
获取近期场次安排及各场次的空余座位情况。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| theatreid |
(可选)剧场(映播厅)ID |
string |
Default value is |
| startdate |
(可选)开始日期,不输入时为当天,不能检索今天以前的时间,格式YYYYMMDD。 |
string |
Default value is |
| enddate |
(可选),截止日期,不输入但startdate输入时,此值同startdate的值,startdate也不输入时默认为当天七天后的日期。,不能指定今天以前的日期,格式YYYYMMDD。 |
string |
Default value is |
| theatricalid |
(可选)剧目ID(影片ID) |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
获取近期场次安排及各场次的空余座位情况。
CommonOperationResultWithTagOfListOfSence| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | Collection of Sence |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": [
{
"theatreid": "sample string 1",
"theatrename": "sample string 2",
"senceid": "sample string 3",
"sencename": "sample string 4",
"theatricalid": "sample string 5",
"theatricalname": "sample string 6",
"date": "sample string 7",
"starttime": "sample string 8",
"endtime": "sample string 9",
"sellendtime": "sample string 10",
"startchecktime": "sample string 11",
"endchecktime": "sample string 12",
"freecount": 13,
"totalseat": 14
},
{
"theatreid": "sample string 1",
"theatrename": "sample string 2",
"senceid": "sample string 3",
"sencename": "sample string 4",
"theatricalid": "sample string 5",
"theatricalname": "sample string 6",
"date": "sample string 7",
"starttime": "sample string 8",
"endtime": "sample string 9",
"sellendtime": "sample string 10",
"startchecktime": "sample string 11",
"endchecktime": "sample string 12",
"freecount": 13,
"totalseat": 14
}
]
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfSence90Z6Xn9G 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.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.WebInterface">
<d2p1:Sence>
<d2p1:date>sample string 7</d2p1:date>
<d2p1:endchecktime>sample string 12</d2p1:endchecktime>
<d2p1:endtime>sample string 9</d2p1:endtime>
<d2p1:freecount>13</d2p1:freecount>
<d2p1:sellendtime>sample string 10</d2p1:sellendtime>
<d2p1:senceid>sample string 3</d2p1:senceid>
<d2p1:sencename>sample string 4</d2p1:sencename>
<d2p1:startchecktime>sample string 11</d2p1:startchecktime>
<d2p1:starttime>sample string 8</d2p1:starttime>
<d2p1:theatreid>sample string 1</d2p1:theatreid>
<d2p1:theatrename>sample string 2</d2p1:theatrename>
<d2p1:theatricalid>sample string 5</d2p1:theatricalid>
<d2p1:theatricalname>sample string 6</d2p1:theatricalname>
<d2p1:totalseat>14</d2p1:totalseat>
</d2p1:Sence>
<d2p1:Sence>
<d2p1:date>sample string 7</d2p1:date>
<d2p1:endchecktime>sample string 12</d2p1:endchecktime>
<d2p1:endtime>sample string 9</d2p1:endtime>
<d2p1:freecount>13</d2p1:freecount>
<d2p1:sellendtime>sample string 10</d2p1:sellendtime>
<d2p1:senceid>sample string 3</d2p1:senceid>
<d2p1:sencename>sample string 4</d2p1:sencename>
<d2p1:startchecktime>sample string 11</d2p1:startchecktime>
<d2p1:starttime>sample string 8</d2p1:starttime>
<d2p1:theatreid>sample string 1</d2p1:theatreid>
<d2p1:theatrename>sample string 2</d2p1:theatrename>
<d2p1:theatricalid>sample string 5</d2p1:theatricalid>
<d2p1:theatricalname>sample string 6</d2p1:theatricalname>
<d2p1:totalseat>14</d2p1:totalseat>
</d2p1:Sence>
</tag>
</CommonOperationResultWithTagOfArrayOfSence90Z6Xn9G>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.