POST api/Report/Business/QueryV_RPT_SPRHZ_YS_SEAT
对分门票种类,预售日汇总表查询的api
Request Information
URI Parameters
None.
Body Parameters
Rpt_DailySummaryParmName | Description | Type | Additional information |
---|---|---|---|
MPLXID |
门票类型id GUID类型 |
globally unique identifier |
None. |
JMDM |
@VAR_JMDM bigint, 剧目代码 |
integer |
None. |
YQID |
@VAR_YQID UNIQUEIDENTIFIER,园区ID |
globally unique identifier |
None. |
PCMC |
@VAR_PCMC nvarchar(64) 场次名称 |
string |
Max length: 64 |
PCID |
@VAR_PCID uniqueidentifier,场次ID |
globally unique identifier |
None. |
ISJQ |
@VAR_ISJQ char(1),是否是景区统计 1表示景区,其他值表示演艺系统 |
string |
Max length: 1 |
TJNR |
@VAR_TJNR char(1)1仅统计数量,2仅统计金额,其他值,全部统计 |
string |
Max length: 1 |
SPZD |
@VAR_SPZD char(2),售票站点 |
string |
Max length: 2 |
SYSID |
@VAR_SYSID char(1)/*1-仅检索团队购票 2-仅检索散客购票 0或空,检索上序两种购票*/ |
string |
Max length: 1 |
DayType | string |
Max length: 1 |
|
StartDate | string |
Required Max length: 8 |
|
EndDate | string |
Required Max length: 8 |
|
DJSFZID | globally unique identifier |
None. |
|
DJSID | globally unique identifier |
None. |
|
DJSBMID | globally unique identifier |
None. |
|
ZTSID | globally unique identifier |
None. |
|
ZTSBMID | globally unique identifier |
None. |
|
XYDWID | globally unique identifier |
None. |
|
SPDH | string |
Max length: 20 |
|
LBSBH | string |
Max length: 32 |
|
YHDLM | string |
Max length: 20 |
|
DYZH | string |
Max length: 20 |
|
JYLY | string |
Max length: 1 |
|
XFFAID | string |
Max length: 6 |
|
FKFSID | string |
Max length: 2 |
|
MPLXList | string |
Max length: 2000 |
|
SPZDList | string |
Max length: 2000 |
Request Formats
application/json, text/json
Sample:
{ "MPLXID": "76b89bc5-d640-4280-807a-bdfd13d21c7f", "JMDM": 1, "YQID": "3f4eafc4-ac89-41c0-bc1e-af61021d544f", "PCMC": "sample string 3", "PCID": "ff528a11-5687-4de4-a191-e7d8b14e5d7a", "ISJQ": "sample string 5", "TJNR": "sample string 6", "SPZD": "sample string 7", "SYSID": "sample string 8", "DayType": "sample string 9", "StartDate": "sample string 10", "EndDate": "sample string 11", "DJSFZID": "4f3af39b-acaf-4ea2-aa61-45a5f349bbf8", "DJSID": "7e4717f3-5939-40f9-97a8-0462e0255e2e", "DJSBMID": "758918b4-20aa-41b8-a106-cc8c50673ff4", "ZTSID": "1099e270-94f3-4960-92e8-b2703ff48fe6", "ZTSBMID": "598768a1-07c0-475e-9b30-33170ba4dd9e", "XYDWID": "efd3a930-b34d-4947-8f4d-332965c1dea1", "SPDH": "sample string 18", "LBSBH": "sample string 19", "YHDLM": "sample string 20", "DYZH": "sample string 21", "JYLY": "sample string 22", "XFFAID": "sample string 23", "FKFSID": "sample string 24", "MPLXList": "sample string 25", "SPZDList": "sample string 26" }
application/xml, text/xml
Sample:
<Rpt_DailySummaryParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report"> <DJSBMID>758918b4-20aa-41b8-a106-cc8c50673ff4</DJSBMID> <DJSFZID>4f3af39b-acaf-4ea2-aa61-45a5f349bbf8</DJSFZID> <DJSID>7e4717f3-5939-40f9-97a8-0462e0255e2e</DJSID> <DYZH>sample string 21</DYZH> <DayType>sample string 9</DayType> <EndDate>sample string 11</EndDate> <FKFSID>sample string 24</FKFSID> <JYLY>sample string 22</JYLY> <LBSBH>sample string 19</LBSBH> <MPLXList>sample string 25</MPLXList> <SPDH>sample string 18</SPDH> <SPZDList>sample string 26</SPZDList> <StartDate>sample string 10</StartDate> <XFFAID>sample string 23</XFFAID> <XYDWID>efd3a930-b34d-4947-8f4d-332965c1dea1</XYDWID> <YHDLM>sample string 20</YHDLM> <ZTSBMID>598768a1-07c0-475e-9b30-33170ba4dd9e</ZTSBMID> <ZTSID>1099e270-94f3-4960-92e8-b2703ff48fe6</ZTSID> <ISJQ>sample string 5</ISJQ> <JMDM>1</JMDM> <MPLXID>76b89bc5-d640-4280-807a-bdfd13d21c7f</MPLXID> <PCID>ff528a11-5687-4de4-a191-e7d8b14e5d7a</PCID> <PCMC>sample string 3</PCMC> <SPZD>sample string 7</SPZD> <SYSID>sample string 8</SYSID> <TJNR>sample string 6</TJNR> <YQID>3f4eafc4-ac89-41c0-bc1e-af61021d544f</YQID> </Rpt_DailySummaryParm>
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
对分门票种类,预售日汇总表查询的api
CommonOperationResultWithTagOfV_RPT_SPRHZ_YS_SEATDataTableName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": null }
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.