AccrualAccountings
Queryable, Introduced in version 2.27
GET https://localhost:8001/sv/001.1/api/v1/Accounting/AccrualAccountings
Represents a accrual accounting.
GUID
39C3A08C-F566-4259-90FF-6C58EDD97781
Required permission
Show accrual
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the accrual accounting. |
|
| Number | String | The human readable number on the accrual accounting.
|
|
| Text | String | The human readable text on the accrual accounting.
|
|
| Type | Int32 | Type of accrual accounting.
|
|
| StartDate | DateTimeOffset? | Start date of the accrual accounting. |
|
| AccountsPayableId | Int64? | The business key identifier of the accounts payable. References AccountsPayables |
|
| AccountsPayableBookingRowId | Int64? | The business key identifier of the accounts payable booking row. |
|
| VoucherId | Int64? | The business key identifier of the voucher. |
|
| VoucherRowId | Int64? | The business key identifier of the voucher row. |
|
| CommentId | Int64? | The business key identifier of the accrual accounting comment. References Comments |
|
| Comment | Comments | The comment on the accrual accounting.
|
|
| CancelCommentId | Int64? | The business key identifier of the accrual accounting cancellation comment. References Comments |
|
| CancelComment | Comments | The cancellation comment on the accrual accounting.
|
|
| IsCancelled | Boolean | Specifies if the accrual accounting is cancelled. |
|
| BookingId | Int64 | The business key identifier of the booking. |
|
| Rows | AccrualAccountingRows[] | The accrual accounting rows.
|
|
| BookingRows | BookingRows[] | The booking rows on the accrual accounting.
|
|
| AccountsPayableBookingRow | BookingRows | The booking row of the accrual accounting's account payable.
|
Example
{
"Id": 0,
"Number": null,
"Text": null,
"Type": 0,
"StartDate": null,
"AccountsPayableId": null,
"AccountsPayableBookingRowId": null,
"VoucherId": null,
"VoucherRowId": null,
"CommentId": null,
"Comment": null,
"CancelCommentId": null,
"CancelComment": null,
"IsCancelled": false,
"BookingId": 0,
"Rows": null,
"BookingRows": null,
"AccountsPayableBookingRow": null
}