GET api/Agent/WateringRelationShip/GroupCal/V/Query/WithPage?pageindex={pageindex}&pagesize={pagesize}&yearcode={yearcode}&serialid={serialid}&landgroupid={landgroupid}&wateringstarttime={wateringstarttime}&wateringovertime={wateringovertime}&tradeid={tradeid}&paymentstatus={paymentstatus}

以分页的方式查询当前运营商下的组账单的视图数据,并以复杂形式的形式返回(V_Agent_Watering_CalDataTable)。

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageindex

页序号,小于等于1均表示第一页,默认为1。

integer

Default value is 1

pagesize

页大小,默认为20。

integer

Default value is 20

yearcode

账务年度,如2022,2023等,等于。

string

Default value is

serialid

流量计ID,0表示不限,等于。

integer

Default value is 0

landgroupid

组ID,0表示不限,等于。

integer

Default value is 0

wateringstarttime

灌溉开始时间,YYYYMMDD,空表示不限,大于等于。

string

Default value is

wateringovertime

灌溉截止时间,YYYYMMDD,空表示限,小于等于。

string

Default value is

tradeid

交易ID ,0表示不限,等于

integer

Default value is 0

paymentstatus

‘1’表示仅显示有欠缴水费的数据

string

Default value is

Body Parameters

None.

Response Information

Resource Description

以分页的方式查询当前运营商下的组账单的视图数据,并以复杂形式的形式返回(V_Agent_Watering_CalDataTable)。

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.