POST api/Report/Business/QueryV_RPT_SPRHZ_YS3_SEAT
查询分门票种类,预售日汇总表3的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": "4085f0bf-73a6-43a0-86ad-580b8c1e0cb9",
"JMDM": 1,
"YQID": "ffc30182-d5dc-4306-b5d6-dd2bd0415da9",
"PCMC": "sample string 3",
"PCID": "a4270b89-b840-40b3-9afd-5b38bb172af6",
"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": "c01fdef7-901d-4781-9b7e-5121b0d139ed",
"DJSID": "9a07695d-5a47-48e6-9f44-6a6e59454d5f",
"DJSBMID": "2724a8f9-b779-47fc-a12b-5bf28d740414",
"ZTSID": "885acf71-8812-4647-99c1-2516d8206705",
"ZTSBMID": "435fe6f7-c420-400b-a83d-02a9acdb8725",
"XYDWID": "3ddcd2c6-4fb7-4705-8713-2e00142c51ac",
"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>2724a8f9-b779-47fc-a12b-5bf28d740414</DJSBMID> <DJSFZID>c01fdef7-901d-4781-9b7e-5121b0d139ed</DJSFZID> <DJSID>9a07695d-5a47-48e6-9f44-6a6e59454d5f</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>3ddcd2c6-4fb7-4705-8713-2e00142c51ac</XYDWID> <YHDLM>sample string 21</YHDLM> <ZTSBMID>435fe6f7-c420-400b-a83d-02a9acdb8725</ZTSBMID> <ZTSID>885acf71-8812-4647-99c1-2516d8206705</ZTSID> <ISJQ>sample string 5</ISJQ> <JMDM>1</JMDM> <MPLXID>4085f0bf-73a6-43a0-86ad-580b8c1e0cb9</MPLXID> <PCID>a4270b89-b840-40b3-9afd-5b38bb172af6</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>ffc30182-d5dc-4306-b5d6-dd2bd0415da9</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
查询分门票种类,预售日汇总表3的api
CommonOperationResultWithTagOfV_RPT_SPRHZ_YS3_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.