AutoAllocations
Queryable, Introduced in version 24.8
GET https://localhost:8001/sv/001.1/api/v1/Accounting/AutoAllocations
Represent an auto allocation.
GUID
9CAA54CB-128C-42EC-B455-DD92B35AC76E
Required permission
Show automatic allocations
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the auto allocation. |
|
Number | String | The human readable identifier of the auto allocation.
|
|
Description | String | The description of the auto allocation.
|
|
Type | Int32 | The type of the auto allocation
|
|
Active | Boolean | Specifies whether the auto allocation is active or not. |
|
AllocationKeyId | Int64? | The business key identifier of the allocation key linked to the auto allocation.
|
|
AllocationKey | AllocationKeys | The allocation key linked to the auto allocation. |
|
AccountFrom | String | The account number from which the auto allocation applies.
|
|
AccountTo | String | The account number to which the auto allocation applies.
|
Example
{
"Id": 0,
"Number": null,
"Description": null,
"Type": 0,
"Active": false,
"AllocationKeyId": null,
"AllocationKey": null,
"AccountFrom": null,
"AccountTo": null
}