POST api/Report/RPT_YWY_MX/V/Query

使用复杂参数查询表V_RPT_YWY_MX的数据

Request Information

URI Parameters

None.

Body Parameters

Rpt_Ywy_QueryParm
NameDescriptionTypeAdditional information
StartDate

起始日期

string

Required

Max length: 8

EndDate

截止日期

string

Required

Max length: 8

YWYDM

业务员代码

globally unique identifier

None.

VAR_HasInsurance

统计结果中是否包含保险数据。

string

Max length: 1

Request Formats

application/json, text/json

Sample:
{
  "StartDate": "sample string 1",
  "EndDate": "sample string 2",
  "YWYDM": "7f851c6e-2a5f-46ac-b628-d3aa2ba4c2f5",
  "VAR_HasInsurance": "sample string 4"
}

application/xml, text/xml

Sample:
<Rpt_Ywy_QueryParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report">
  <EndDate>sample string 2</EndDate>
  <StartDate>sample string 1</StartDate>
  <VAR_HasInsurance>sample string 4</VAR_HasInsurance>
  <YWYDM>7f851c6e-2a5f-46ac-b628-d3aa2ba4c2f5</YWYDM>
</Rpt_Ywy_QueryParm>

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_RPT_YWY_MX的数据

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.