POST api/Report/RPT_SCQH_YHZ_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_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": "9bc7bc87-5b80-473b-b394-fe80ecae6209",
  "VAR_SCQHDM": "sample string 7",
  "VAR_HasInsurance": "sample string 8",
  "VAR_MPLXList": [
    "a95d099e-7640-43b6-b903-63070a7ef081",
    "95f35df9-8025-41ad-868d-06f1bd356ad0"
  ]
}

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>a95d099e-7640-43b6-b903-63070a7ef081</d2p1:guid>
    <d2p1:guid>95f35df9-8025-41ad-868d-06f1bd356ad0</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>9bc7bc87-5b80-473b-b394-fe80ecae6209</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_YHZ_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.