POST api/account/landlordincome/csv
Generate a landlord income report
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.Lists.Tenancy.LandlordIncomeListDataContractName | Description | Type | Additional information |
---|---|---|---|
FromDate | date |
None. |
|
ToDate | date |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "FromDate": "2025-02-20T19:11:32.9829311Z", "ToDate": "2025-02-20T19:11:32.9829311Z" }
Response Information
Resource Description
Dezrez.Core.DataContracts.Accounts.Financial.Query.Statement.StatementDataContractName | Description | Type | Additional information |
---|---|---|---|
OpeningBalance | decimal number |
None. |
|
ClosingBalance | decimal number |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
StatementType | string |
None. |
|
Items | Collection of Dezrez.Core.DataContracts.Accounts.Financial.Query.Ledger.LedgerItemDataContract |
None. |
|
RelatedProperties | Collection of string |
None. |
|
Credits | decimal number |
None. |
|
Debits | decimal number |
None. |
|
PageSize | integer |
None. |
|
PageNumber | integer |
None. |
|
TotalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "OpeningBalance": 1.0, "ClosingBalance": 2.0, "StartDate": "2025-02-20T19:11:32.9829311Z", "EndDate": "2025-02-20T19:11:32.9829311Z", "StatementType": "sample string 5", "Items": [ { "Amount": 1.0, "Description": "sample string 2", "Balance": 3.0, "DrCr": "sample string 4", "DateTime": "2025-02-20T19:11:32.9829311Z", "AccountId": 6, "AccountType": { "Name": "sample string 1", "SystemName": "sample string 2", "Id": 1 }, "TransactionType": { "Name": "sample string 1", "SystemName": "sample string 2", "Id": 1 }, "InvoiceSubType": { "Name": "sample string 1", "SystemName": "sample string 2", "Id": 1 }, "ClearedStatus": { "Name": "sample string 1", "SystemName": "sample string 2", "Id": 1 }, "LedgerEntryId": 7, "IsCrPositive": true, "FromTo": "sample string 9", "FromToGroupId": 10, "From": "sample string 11", "FromGroupId": 12, "To": "sample string 13", "ToGroupId": 14, "IsAdjustment": true, "IsReversal": true, "IsUnsuspended": true, "OriginalTotal": 18.0, "PaymentType": 0, "IsReconciled": true, "PaymentId": 20, "PaymentItemId": 1, "PaymentReziDocumentIds": [ 1, 2 ], "TenantRoleId": 1, "PropertyId": 1, "RelatedProperty": "sample string 21", "IsInReversedPayment": true, "IsProtected": true, "IsReleased": true, "RefundedTotal": 25.0, "InvoiceAllocationsTotal": 26.0, "Batch": { "IsProcessed": true, "Id": 2 }, "CreatedById": 27, "Id": 28 }, { "Amount": 1.0, "Description": "sample string 2", "Balance": 3.0, "DrCr": "sample string 4", "DateTime": "2025-02-20T19:11:32.9829311Z", "AccountId": 6, "AccountType": { "Name": "sample string 1", "SystemName": "sample string 2", "Id": 1 }, "TransactionType": { "Name": "sample string 1", "SystemName": "sample string 2", "Id": 1 }, "InvoiceSubType": { "Name": "sample string 1", "SystemName": "sample string 2", "Id": 1 }, "ClearedStatus": { "Name": "sample string 1", "SystemName": "sample string 2", "Id": 1 }, "LedgerEntryId": 7, "IsCrPositive": true, "FromTo": "sample string 9", "FromToGroupId": 10, "From": "sample string 11", "FromGroupId": 12, "To": "sample string 13", "ToGroupId": 14, "IsAdjustment": true, "IsReversal": true, "IsUnsuspended": true, "OriginalTotal": 18.0, "PaymentType": 0, "IsReconciled": true, "PaymentId": 20, "PaymentItemId": 1, "PaymentReziDocumentIds": [ 1, 2 ], "TenantRoleId": 1, "PropertyId": 1, "RelatedProperty": "sample string 21", "IsInReversedPayment": true, "IsProtected": true, "IsReleased": true, "RefundedTotal": 25.0, "InvoiceAllocationsTotal": 26.0, "Batch": { "IsProcessed": true, "Id": 2 }, "CreatedById": 27, "Id": 28 } ], "RelatedProperties": [ "sample string 1", "sample string 2" ], "Credits": 6.0, "Debits": 7.0, "PageSize": 8, "PageNumber": 9, "TotalCount": 10 }