POST api/Report/Business/QueryV_RPT_SPRHZ_YS_SEAT
对分门票种类,预售日汇总表查询的api
Request Information
URI Parameters
None.
Body Parameters
Rpt_DailySummaryParm| Name | 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 |
| VAR_HasInsurance |
统计结果中是否包含保险数据。 |
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 |
None. |
|
| SPZDList | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MPLXID": "b3ccdde5-8830-4303-9cc1-5bde94526016",
"JMDM": 1,
"YQID": "a6a6c4c8-a10b-4f73-8e83-aeedf77e3a30",
"PCMC": "sample string 3",
"PCID": "c88a496c-aae4-42b2-8c61-10d4ba34644e",
"ISJQ": "sample string 5",
"TJNR": "sample string 6",
"SPZD": "sample string 7",
"SYSID": "sample string 8",
"VAR_HasInsurance": "sample string 9",
"DayType": "sample string 10",
"StartDate": "sample string 11",
"EndDate": "sample string 12",
"DJSFZID": "f7d5c806-f634-4ab3-a189-b6cc8e986944",
"DJSID": "2c2d5efc-3714-43ca-9027-8b387fcbeb4a",
"DJSBMID": "bf9478f2-ef0e-408a-acce-04040e74bb79",
"ZTSID": "eab8f55b-c5f4-4c9f-94ec-02d7e6abf927",
"ZTSBMID": "f10db778-7b47-4793-8d5a-bd5111bcf443",
"XYDWID": "c07fafc0-39a9-4216-bfca-8423a2456fff",
"SPDH": "sample string 19",
"LBSBH": "sample string 20",
"YHDLM": "sample string 21",
"DYZH": "sample string 22",
"JYLY": "sample string 23",
"XFFAID": "sample string 24",
"FKFSID": "sample string 25",
"MPLXList": "sample string 26",
"SPZDList": "sample string 27"
}
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>bf9478f2-ef0e-408a-acce-04040e74bb79</DJSBMID> <DJSFZID>f7d5c806-f634-4ab3-a189-b6cc8e986944</DJSFZID> <DJSID>2c2d5efc-3714-43ca-9027-8b387fcbeb4a</DJSID> <DYZH>sample string 22</DYZH> <DayType>sample string 10</DayType> <EndDate>sample string 12</EndDate> <FKFSID>sample string 25</FKFSID> <JYLY>sample string 23</JYLY> <LBSBH>sample string 20</LBSBH> <MPLXList>sample string 26</MPLXList> <SPDH>sample string 19</SPDH> <SPZDList>sample string 27</SPZDList> <StartDate>sample string 11</StartDate> <XFFAID>sample string 24</XFFAID> <XYDWID>c07fafc0-39a9-4216-bfca-8423a2456fff</XYDWID> <YHDLM>sample string 21</YHDLM> <ZTSBMID>f10db778-7b47-4793-8d5a-bd5111bcf443</ZTSBMID> <ZTSID>eab8f55b-c5f4-4c9f-94ec-02d7e6abf927</ZTSID> <ISJQ>sample string 5</ISJQ> <JMDM>1</JMDM> <MPLXID>b3ccdde5-8830-4303-9cc1-5bde94526016</MPLXID> <PCID>c88a496c-aae4-42b2-8c61-10d4ba34644e</PCID> <PCMC>sample string 3</PCMC> <SPZD>sample string 7</SPZD> <SYSID>sample string 8</SYSID> <TJNR>sample string 6</TJNR> <VAR_HasInsurance>sample string 9</VAR_HasInsurance> <YQID>a6a6c4c8-a10b-4f73-8e83-aeedf77e3a30</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_SEATDataTable| Name | 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.