POST api/Report/Buis/JPHX/RZMX

以核销为入账依据的明细报表,以复杂类型返回数据CommonOperationResultWithTag(RptPaymentTypeHStyleResult(V_RPT_JPHZ_RZMXDataTable))。 (1)对于任意门票,首次核销为第一入账日期依据; (2)对于已过有效期,但未有核销的门票,有效截止日期为第一入账日期依据; (3)对于已入账的门票,退票时退票日期为第一入账日期依据。 (4)这是一个负载很大的表,一次不能统计超过366天。 (6)本报表的分付款方式收款数为“近似数”,不是绝对数。

Request Information

URI Parameters

None.

Body Parameters

Rpt_JPHX_RZCommonParm
NameDescriptionTypeAdditional information
VAR_RQ1

char(8),/*入账起始日期,YYYYMMDD*/

string

Max length: 8

VAR_RQ2

char(8) ,/*入账截止日期,YYYYMMDD*/

string

Max length: 8

VAR_HasCoupon

char(1) ,/*是否使用的优惠券,1使用了,0未使用,空不限*/

string

Max length: 1

VAR_JoinActivation

char(1),/*是否参与了优惠活动,1参与了,0未参与,空不限*/

string

Max length: 1

VAR_FKFSID

char(2),/*付款方式(含)*/

string

Max length: 2

VAR_JYLY

char(1),/*交易来源 1前台,2互联网*/

string

Max length: 1

VAR_RZLX

char(1),/*入账类型,(1)首次检票入账 1; (2)有效期内或未到有效期退票收入入账 2 (3)无检票最后一个有效日入账 3; (4)有效期内或未到有效期退票入账 4 (5)已过有效期退票入账 5 (6)已入账的有检票记录的退票入账 6,A或其他值全部*/

string

Max length: 1

VAR_DJSID

uniqueidentifier,/*地接社ID*/

globally unique identifier

None.

VAR_ZTSID

uniqueidentifier ,/*组团社ID*/

globally unique identifier

None.

VAR_XYDWID

uniqueidentifier,/*协议单位ID*/

globally unique identifier

None.

VAR_DJSBMID

uniqueidentifier,/*地接社部门ID*/

globally unique identifier

None.

VAR_ZTSBMID

uniqueidentifier,/*组团社部门ID*/

globally unique identifier

None.

VAR_DYZH

varchar(20) ,/*导游证号*/

string

Max length: 20

VAR_MemberId

bigint,/*会员ID*/

integer

None.

VAR_YWYDM

char(4) ,/*业务员代码*/

string

Max length: 4

VAR_SPDH

char(20),/*售票单号*/

string

Max length: 20

VAR_TPJYID

bigint,/*退票交易ID*/

integer

None.

VAR_YDDH

char(20),/*预订单号*/

string

Max length: 20

VAR_SENDERID

varchar(50),/*第三方交易单号*/

string

Max length: 50

VAR_MPLXIDS

CT_GUID_UNIQUE_ARR READONLY/*门票类型*/,

Collection of globally unique identifier

None.

VAR_YHDLMS

CT_STR50_UNIQUE_ARR READONLY,/*售票员*/

Collection of string

None.

VAR_SPZDDMS

CT_STR50_UNIQUE_ARR READONLY/*售票站点代码*/,

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "VAR_RQ1": "sample string 1",
  "VAR_RQ2": "sample string 2",
  "VAR_HasCoupon": "sample string 3",
  "VAR_JoinActivation": "sample string 4",
  "VAR_FKFSID": "sample string 5",
  "VAR_JYLY": "sample string 6",
  "VAR_RZLX": "sample string 7",
  "VAR_DJSID": "a3264bf6-b707-4233-bb52-b064d225d0bf",
  "VAR_ZTSID": "831f65aa-d6f0-46f0-9365-d9084d9ff0f2",
  "VAR_XYDWID": "796713e3-247e-4a87-b28c-0319ba0a7fa1",
  "VAR_DJSBMID": "703552f5-b370-4d74-a7e3-9e16bbbb38f7",
  "VAR_ZTSBMID": "a69d145e-d1e5-43a9-83e1-fc86ec6afd91",
  "VAR_DYZH": "sample string 8",
  "VAR_MemberId": 1,
  "VAR_YWYDM": "sample string 9",
  "VAR_SPDH": "sample string 10",
  "VAR_TPJYID": 1,
  "VAR_YDDH": "sample string 11",
  "VAR_SENDERID": "sample string 12",
  "VAR_MPLXIDS": [
    "bfae4d26-bed5-4062-914e-244ee4659100",
    "737431f6-e31a-4bf3-9c9f-c7bfdaf819ce"
  ],
  "VAR_YHDLMS": [
    "sample string 1",
    "sample string 2"
  ],
  "VAR_SPZDDMS": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<Rpt_JPHX_RZCommonParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report">
  <VAR_DJSBMID>703552f5-b370-4d74-a7e3-9e16bbbb38f7</VAR_DJSBMID>
  <VAR_DJSID>a3264bf6-b707-4233-bb52-b064d225d0bf</VAR_DJSID>
  <VAR_DYZH>sample string 8</VAR_DYZH>
  <VAR_FKFSID>sample string 5</VAR_FKFSID>
  <VAR_HasCoupon>sample string 3</VAR_HasCoupon>
  <VAR_JYLY>sample string 6</VAR_JYLY>
  <VAR_JoinActivation>sample string 4</VAR_JoinActivation>
  <VAR_MPLXIDS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>bfae4d26-bed5-4062-914e-244ee4659100</d2p1:guid>
    <d2p1:guid>737431f6-e31a-4bf3-9c9f-c7bfdaf819ce</d2p1:guid>
  </VAR_MPLXIDS>
  <VAR_MemberId>1</VAR_MemberId>
  <VAR_RQ1>sample string 1</VAR_RQ1>
  <VAR_RQ2>sample string 2</VAR_RQ2>
  <VAR_RZLX>sample string 7</VAR_RZLX>
  <VAR_SENDERID>sample string 12</VAR_SENDERID>
  <VAR_SPDH>sample string 10</VAR_SPDH>
  <VAR_SPZDDMS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </VAR_SPZDDMS>
  <VAR_TPJYID>1</VAR_TPJYID>
  <VAR_XYDWID>796713e3-247e-4a87-b28c-0319ba0a7fa1</VAR_XYDWID>
  <VAR_YDDH>sample string 11</VAR_YDDH>
  <VAR_YHDLMS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </VAR_YHDLMS>
  <VAR_YWYDM>sample string 9</VAR_YWYDM>
  <VAR_ZTSBMID>a69d145e-d1e5-43a9-83e1-fc86ec6afd91</VAR_ZTSBMID>
  <VAR_ZTSID>831f65aa-d6f0-46f0-9365-d9084d9ff0f2</VAR_ZTSID>
</Rpt_JPHX_RZCommonParm>

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

以核销为入账依据的明细报表,以复杂类型返回数据CommonOperationResultWithTag(RptPaymentTypeHStyleResult(V_RPT_JPHZ_RZMXDataTable))。 (1)对于任意门票,首次核销为第一入账日期依据; (2)对于已过有效期,但未有核销的门票,有效截止日期为第一入账日期依据; (3)对于已入账的门票,退票时退票日期为第一入账日期依据。 (4)这是一个负载很大的表,一次不能统计超过366天。 (6)本报表的分付款方式收款数为“近似数”,不是绝对数。

ComplexParm
NameDescriptionTypeAdditional information
Zipped

读取或设置一个值,指示当前缓冲区是否经过了压缩

boolean

None.

Buffer

读取或设置一个值,指明当前缓冲区的内容

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "Zipped": true,
  "Buffer": "QEA="
}

application/xml, text/xml

Sample:
<ComplexParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
  <Buffer>QEA=</Buffer>
  <Zipped>true</Zipped>
</ComplexParm>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.