POST api/Report/EquipmentLease/PayAndRefundSummary/DataTable/V/Query

调用存储过程,产生租赁业务收/退款分用户汇总表 返回类型CommonOperationResultWithTag(V_Rpt_EL_PayAndRefundSummaryDataTable)

Request Information

URI Parameters

None.

Body Parameters

Rpt_EL_PayAndRefundSummaryParm
NameDescriptionTypeAdditional information
LeaseStartDate

租赁起始日期

string

Max length: 8

LeaseEndDate

租赁截止日期

string

Max length: 8

ReceiveStartDate

收/退款完成的日期起

string

Max length: 8

ReceiveEndDate

收/退款完成的日期止

string

Max length: 8

PaymentID

付款方式

string

Max length: 2

PaymentUser

收/退款用户

string

Max length: 20

DepotIn

还件仓库

string

None.

DepotOut

取件仓库

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LeaseStartDate": "sample string 1",
  "LeaseEndDate": "sample string 2",
  "ReceiveStartDate": "sample string 3",
  "ReceiveEndDate": "sample string 4",
  "PaymentID": "sample string 5",
  "PaymentUser": "sample string 6",
  "DepotIn": "sample string 7",
  "DepotOut": "sample string 8"
}

application/xml, text/xml

Sample:
<Rpt_EL_PayAndRefundSummaryParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report">
  <DepotIn>sample string 7</DepotIn>
  <DepotOut>sample string 8</DepotOut>
  <LeaseEndDate>sample string 2</LeaseEndDate>
  <LeaseStartDate>sample string 1</LeaseStartDate>
  <PaymentID>sample string 5</PaymentID>
  <PaymentUser>sample string 6</PaymentUser>
  <ReceiveEndDate>sample string 4</ReceiveEndDate>
  <ReceiveStartDate>sample string 3</ReceiveStartDate>
</Rpt_EL_PayAndRefundSummaryParm>

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(V_Rpt_EL_PayAndRefundSummaryDataTable)

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.