POST api/Report/RPT_SCQH_YDDB_1G/V/Query

调用存储过程,产生一级市场区划月度对比报表

Request Information

URI Parameters

None.

Body Parameters

Rpt_MarketSegmentsParm
NameDescriptionTypeAdditional 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_MPLXIDS

门票类型ID

string

Max length: 8000

VAR_YQID

园区ID

globally unique identifier

None.

VAR_SCQHDM

一级市场区划代码

string

Max length: 10

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_MPLXIDS": "sample string 6",
  "VAR_YQID": "1d0ad773-3021-4cfc-af9e-e987fc492cfc",
  "VAR_SCQHDM": "sample string 8"
}

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_MPLXIDS>sample string 6</VAR_MPLXIDS>
  <VAR_RQ1>sample string 2</VAR_RQ1>
  <VAR_RQ2>sample string 3</VAR_RQ2>
  <VAR_SCQHDM>sample string 8</VAR_SCQHDM>
  <VAR_SYSID>sample string 5</VAR_SYSID>
  <VAR_YQID>1d0ad773-3021-4cfc-af9e-e987fc492cfc</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_YDDB_1GDataTable
NameDescriptionTypeAdditional 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.