POST api/Report/RPT_YQ_SCQHDBB/V/Query

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

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": "30cb8a21-6af7-4b1c-bd02-76723a178280",
  "VAR_SCQHDM": "sample string 7",
  "VAR_HasInsurance": "sample string 8",
  "VAR_MPLXList": [
    "1f656c51-3b8d-4672-8ed9-4fefda9a73cd",
    "c307f5fb-7e0e-4a9e-bc3b-9c0906344060"
  ]
}

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>1f656c51-3b8d-4672-8ed9-4fefda9a73cd</d2p1:guid>
    <d2p1:guid>c307f5fb-7e0e-4a9e-bc3b-9c0906344060</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>30cb8a21-6af7-4b1c-bd02-76723a178280</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

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

CommonOperationResultWithTagOfV_RPT_YQ_SCQHDBBDataTable
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.