POST api/account/ledger
Retrive ledger postings without account id
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.Accounts.Financial.Query.Ledger.GetLedgerItemsDataContractName | Description | Type | Additional information |
---|---|---|---|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
TransactionType | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "StartDate": "2024-11-21T09:42:35.561444Z", "EndDate": "2024-11-21T09:42:35.561444Z", "TransactionType": "sample string 1" }
Response Information
Resource Description
Collection of Dezrez.Core.DataContracts.Accounts.Financial.Query.Ledger.LedgerItemDataContractName | Description | Type | Additional information |
---|---|---|---|
Amount | decimal number |
None. |
|
Description | string |
None. |
|
Balance | decimal number |
None. |
|
DrCr | string |
None. |
|
DateTime | date |
None. |
|
AccountId | integer |
None. |
|
AccountType | Dezrez.Core.DataContracts.Accounts.Api.AccountingEnumDataContract |
None. |
|
TransactionType | Dezrez.Core.DataContracts.Accounts.Api.AccountingEnumDataContract |
None. |
|
InvoiceSubType | Dezrez.Core.DataContracts.Accounts.Api.AccountingEnumDataContract |
None. |
|
ClearedStatus | Dezrez.Core.DataContracts.Accounts.Api.AccountingEnumDataContract |
None. |
|
LedgerEntryId | integer |
None. |
|
IsCrPositive | boolean |
None. |
|
FromTo | string |
None. |
|
FromToGroupId | integer |
None. |
|
From | string |
None. |
|
FromGroupId | integer |
None. |
|
To | string |
None. |
|
ToGroupId | integer |
None. |
|
IsAdjustment | boolean |
None. |
|
IsReversal | boolean |
None. |
|
IsUnsuspended | boolean |
None. |
|
OriginalTotal | decimal number |
None. |
|
PaymentType | Dezrez.Rezi.Domain.Accounts.Enums.PaymentType |
None. |
|
IsReconciled | boolean |
None. |
|
PaymentId | integer |
None. |
|
PaymentItemId | integer |
None. |
|
PaymentReziDocumentIds | Collection of integer |
None. |
|
TenantRoleId | integer |
None. |
|
PropertyId | integer |
None. |
|
RelatedProperty | string |
None. |
|
IsInReversedPayment | boolean |
None. |
|
IsProtected | boolean |
None. |
|
IsReleased | boolean |
None. |
|
RefundedTotal | decimal number |
None. |
|
InvoiceAllocationsTotal | decimal number |
None. |
|
Batch | Dezrez.Core.DataContracts.Accounts.Exports.Query.LedgerLineBatchInfoDataContract |
None. |
|
CreatedById | integer |
None. |
|
Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Amount": 1.0, "Description": "sample string 2", "Balance": 3.0, "DrCr": "sample string 4", "DateTime": "2024-11-21T09:42:35.5770693Z", "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": "2024-11-21T09:42:35.5770693Z", "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 } ]