POST api/Setting/SP_FKZBB2/V/Query

调用存储过程,查询一个V_SP_FKZBB2的表格

Request Information

URI Parameters

None.

Body Parameters

KH_FKDParm
NameDescriptionTypeAdditional information
RQ1

开始日期

string

None.

RQ2

截止日期

string

None.

DWLX

单位类型

string

None.

DWID

单位ID

string

None.

FKFAID

返款方案ID

string

None.

DH

单号

string

None.

MPLXID

门票类型ID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "RQ1": "sample string 1",
  "RQ2": "sample string 2",
  "DWLX": "sample string 3",
  "DWID": "sample string 4",
  "FKFAID": "sample string 5",
  "DH": "sample string 6",
  "MPLXID": "1ecb7095-d2c9-4f22-bf7c-1b2214cbee69"
}

application/xml, text/xml

Sample:
<KH_FKDParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm">
  <DH>sample string 6</DH>
  <DWID>sample string 4</DWID>
  <DWLX>sample string 3</DWLX>
  <FKFAID>sample string 5</FKFAID>
  <MPLXID>1ecb7095-d2c9-4f22-bf7c-1b2214cbee69</MPLXID>
  <RQ1>sample string 1</RQ1>
  <RQ2>sample string 2</RQ2>
</KH_FKDParm>

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

调用存储过程,查询一个V_SP_FKZBB2的表格

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