AccrualAccountingRows
Queryable, Introduced in version 2.27
GET https://localhost:8001/sv/001.1/api/v1/Accounting/AccrualAccountingRows
Represents a accrual accounting row.
GUID
C259D163-E6E4-4D28-8B53-AD0C1ECEBCBE
Required permission
Show accrual
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the accounting row. |
|
PeriodId | Int64 | The business key identifier of the accrual accounting row's accounting year period. References AccountingYearPeriods |
|
Period | AccountingYearPeriods | The accounting year period on the accrual accounting row.
|
|
PeriodAmountInCompanyCurrency | Decimal | Amount in company currency |
|
AccrualAccountingId | Int64 | The business key identifier of the accrual accounting. |
|
IsReleased | Boolean | Specifies if the accrual accounting is released. |
|
LedgerId | Int64? | The business key identifier of the accrual accounting row's ledger. References AccrualAccountingLedgers |
|
Ledger | AccrualAccountingLedgers | The accrual accounting ledger.
|
|
BookingId | Int64? | The business key identifier of the booking. |
|
RowIndex | Int32 | The row index of the accrual accounting. |
|
BookingRows | BookingRows[] | Booking rows on the accrual accounting.
|
Example
{
"Id": 0,
"PeriodId": 0,
"Period": null,
"PeriodAmountInCompanyCurrency": 0.0,
"AccrualAccountingId": 0,
"IsReleased": false,
"LedgerId": null,
"Ledger": null,
"BookingId": null,
"RowIndex": 0,
"BookingRows": null
}