POST api/Report/RPT_SCQH_HZ_1G/V/Query
调用存储过程,产生一级市场区划汇总表
Request Information
URI Parameters
None.
Body Parameters
Rpt_MarketSegmentsParm| Name | Description | Type | Additional information |
|---|---|---|---|
| DayType |
1交易日期,2门票日期 |
string |
Max length: 1 |
| VAR_RQ1 |
起始月份 |
string |
Max length: 6 |
| VAR_RQ2 |
截止月份 |
string |
Max length: 6 |
| VAR_GPXZ |
购票人性质 '0' 只含旅行社部门导游组团组团部门 '1' 只含散客 其他值全包括 |
string |
Max length: 1 |
| VAR_SYSID |
数据范围 '0' 只统计门票销售数据 '1' 只统计返款票销售数据 其他值全包括 |
string |
Max length: 1 |
| VAR_YQID |
园区ID |
globally unique identifier |
None. |
| VAR_SCQHDM |
一级市场区划代码 |
string |
Max length: 10 |
| VAR_HasInsurance |
统计结果中是否包含保险数据。 |
string |
Max length: 1 |
| VAR_MPLXList |
@MPLXList varchar(2000),门票类型ID |
Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DayType": "sample string 1",
"VAR_RQ1": "sample string 2",
"VAR_RQ2": "sample string 3",
"VAR_GPXZ": "sample string 4",
"VAR_SYSID": "sample string 5",
"VAR_YQID": "138eb3b4-0de0-4217-a951-d07b7ac78e96",
"VAR_SCQHDM": "sample string 7",
"VAR_HasInsurance": "sample string 8",
"VAR_MPLXList": [
"7b7d1718-30e4-4bec-8b21-ed6ac5542974",
"cd50eea4-8637-404f-b818-8aa8141cfc8a"
]
}
application/xml, text/xml
Sample:
<Rpt_MarketSegmentsParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report">
<DayType>sample string 1</DayType>
<VAR_GPXZ>sample string 4</VAR_GPXZ>
<VAR_HasInsurance>sample string 8</VAR_HasInsurance>
<VAR_MPLXList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7b7d1718-30e4-4bec-8b21-ed6ac5542974</d2p1:guid>
<d2p1:guid>cd50eea4-8637-404f-b818-8aa8141cfc8a</d2p1:guid>
</VAR_MPLXList>
<VAR_RQ1>sample string 2</VAR_RQ1>
<VAR_RQ2>sample string 3</VAR_RQ2>
<VAR_SCQHDM>sample string 7</VAR_SCQHDM>
<VAR_SYSID>sample string 5</VAR_SYSID>
<VAR_YQID>138eb3b4-0de0-4217-a951-d07b7ac78e96</VAR_YQID>
</Rpt_MarketSegmentsParm>
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
调用存储过程,产生一级市场区划汇总表
CommonOperationResultWithTagOfV_RPT_SCQH_HZ_1GDataTable| 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.