POST api/Report/EL/DailySummaryPayMethodDatable/V/Query
调用存储过程,产生装备租赁收入日汇总表(分收款方式)
Request Information
URI Parameters
None.
Body Parameters
Rpt_EL_DailySummary_PayMethodParm| Name | Description | Type | Additional information |
|---|---|---|---|
| LeaseStartDate |
统计的租赁日期起 |
string |
Max length: 8 Min length: 8 |
| LeaseEndDate |
统计的租赁日期止 |
string |
Max length: 8 Min length: 8 |
| ReceiveStartDate |
统计的收款日期起 |
string |
Max length: 8 |
| ReceiveEndDate |
统计的收款日期止 |
string |
Max length: 8 |
| UserLoginName |
操作用户 |
string |
Max length: 20 |
Request Formats
application/json, text/json
Sample:
{
"LeaseStartDate": "sample string 1",
"LeaseEndDate": "sample string 2",
"ReceiveStartDate": "sample string 3",
"ReceiveEndDate": "sample string 4",
"UserLoginName": "sample string 5"
}
application/xml, text/xml
Sample:
<Rpt_EL_DailySummary_PayMethodParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report"> <LeaseEndDate>sample string 2</LeaseEndDate> <LeaseStartDate>sample string 1</LeaseStartDate> <ReceiveEndDate>sample string 4</ReceiveEndDate> <ReceiveStartDate>sample string 3</ReceiveStartDate> <UserLoginName>sample string 5</UserLoginName> </Rpt_EL_DailySummary_PayMethodParm>
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
调用存储过程,产生装备租赁收入日汇总表(分收款方式)
CommonOperationResultWithTagOfV_Rpt_EL_DailySummary_PayMethodDataTable| Name | 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.