POST api/account/ledger
Retrive ledger postings without account id
Request Information
URI Parameters
None.
Body Parameters
GetLedgerItemsDataContract| Name | 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": "2025-11-15T13:56:27.5911698Z",
"EndDate": "2025-11-15T13:56:27.5911698Z",
"TransactionType": "sample string 1"
}
Response Information
Resource Description
Collection of LedgerItemDataContract| Name | 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 | AccountingEnumDataContract |
None. |
|
| TransactionType | AccountingEnumDataContract |
None. |
|
| InvoiceSubType | AccountingEnumDataContract |
None. |
|
| ClearedStatus | 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 | 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 | 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": "2025-11-15T13:56:27.6067944Z",
"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-11-15T13:56:27.6067944Z",
"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
}
]