导出收款监控表
None.
Name | Description | Type | Additional information |
---|---|---|---|
Keyword |
客户关键字(针对App) |
string |
None. |
RecMonth |
收款月份 |
date |
None. |
ServiceType |
服务类型 |
integer |
None. |
ServiceClass |
服务类别 |
ServiceClassEnums |
None. |
CustId |
客户Id |
integer |
None. |
ContractNo |
合同编号 |
string |
None. |
CustIds |
客户ID(间接获取) |
Collection of integer |
None. |
ContractIds |
合同ID(间接获取) |
Collection of integer |
None. |
SelectContractIds |
合同ID(前端设置,为导出) |
Collection of integer |
None. |
ContractStatus |
合同状态 |
ContractStatusEnums |
None. |
RecStatus |
收款状态 0,全部。1,未完成, 2,已完成 (合同表里的收款状态:0,未收款,1,部分收款, 2,全部收款) |
integer |
None. |
ExpOweOnly |
是否只显示上月累计逾期欠费合同 |
integer |
None. |
ExpChargeOnly |
是否只显示当前到期应收款合同 |
integer |
None. |
NoCountRow |
是否需要合计行 |
boolean |
None. |
CountOnly |
只是为了获取统计数据 |
boolean |
None. |
PageSize |
页面显示记录数目 |
integer |
None. |
PageIndex |
页码 |
integer |
None. |
ForApp |
该接口是否有App调用(App页面需要一些额外的信息) |
boolean |
None. |
{ "Keyword": "sample string 1", "RecMonth": "2025-04-04T02:22:20.9264964+08:00", "ServiceType": 3, "ServiceClass": 1001, "CustId": 4, "ContractNo": "sample string 5", "CustIds": [ 1, 2 ], "ContractIds": [ 1, 2 ], "SelectContractIds": [ 1, 2 ], "ContractStatus": 1010, "RecStatus": 6, "ExpOweOnly": 7, "ExpChargeOnly": 8, "NoCountRow": true, "CountOnly": true, "PageSize": 11, "PageIndex": 12, "IsSupperAdmin": true, "ForApp": true }
<RecMonitorSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Receipt"> <ContractIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </ContractIds> <ContractNo>sample string 5</ContractNo> <ContractStatus>Inprogress</ContractStatus> <CountOnly>true</CountOnly> <CustId>4</CustId> <CustIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </CustIds> <ExpChargeOnly>8</ExpChargeOnly> <ExpOweOnly>7</ExpOweOnly> <ForApp>true</ForApp> <IsSupperAdmin>true</IsSupperAdmin> <Keyword>sample string 1</Keyword> <NoCountRow>true</NoCountRow> <PageIndex>12</PageIndex> <PageSize>11</PageSize> <RecMonth>2025-04-04T02:22:20.9264964+08:00</RecMonth> <RecStatus>6</RecStatus> <SelectContractIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </SelectContractIds> <ServiceClass>AcountingAgent</ServiceClass> <ServiceType>3</ServiceType> </RecMonitorSearchConditions>
Sample not available.
导出收款监控表
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |