POST api/Report/EquipmentLease/DailyComparion/DataTable/V/Query
调用存储过程,产生租赁业务收/退款分用户汇总表 返回类型CommonOperationResultWithTag(V_Rpt_EL_DailyComparionDataTable)
Request Information
URI Parameters
None.
Body Parameters
Rpt_EL_DailyComparionParmName | Description | Type | Additional information |
---|---|---|---|
LeaseBeginDay |
统计的租赁日期起 |
string |
Max length: 4 Min length: 4 |
LeaseEndDay |
统计的租赁日期止 |
string |
Max length: 4 Min length: 4 |
BusinessFrom |
交易来源 |
string |
Max length: 1 |
CategoryCode |
装备类别 |
string |
Max length: 6 |
Request Formats
application/json, text/json
Sample:
{ "LeaseBeginDay": "sample string 1", "LeaseEndDay": "sample string 2", "BusinessFrom": "sample string 3", "CategoryCode": "sample string 4" }
application/xml, text/xml
Sample:
<Rpt_EL_DailyComparionParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report"> <BusinessFrom>sample string 3</BusinessFrom> <CategoryCode>sample string 4</CategoryCode> <LeaseBeginDay>sample string 1</LeaseBeginDay> <LeaseEndDay>sample string 2</LeaseEndDay> </Rpt_EL_DailyComparionParm>
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_DailyComparionDataTable)
CommonOperationResultWithTagOfV_Rpt_EL_DailyComparionDataTableName | Description | Type | Additional 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.