AccrualAccountingLedgers
Queryable, Introduced in version 2.27
GET https://localhost:8001/sv/001.1/api/v1/Accounting/AccrualAccountingLedgers
Represents a accrual accounting ledger.
GUID
8789B96F-264D-4572-AE51-ADD470BA8CF2
Required permission
Show accrual
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the accrual accounting ledger. |
|
Number | Int64 | The number of the accrual accounting ledger. |
|
ApprovedDate | DateTimeOffset? | When the accrual accounting ledger was approved. |
Example
{
"Id": 0,
"Number": 0,
"ApprovedDate": null
}