AllocationKeys
Queryable, Introduced in version 24.8
GET https://localhost:8001/sv/001.1/api/v1/Accounting/AllocationKeys
Represent an allocation key.
GUID
a576c8b3-cdc5-404a-b14f-3fd68b85ba9d
Required permission
Show allocation keys
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the allocation key. |
|
Number | Int64 | The human readable identifier of the allocation key.
|
|
Name | String | The name of the allocation key.
|
|
AllocationKeyResultRow | AllocationKeyResultRows[] | The result rows of the allocation key.
|
Example
{
"Id": 0,
"Number": 0,
"Name": null,
"AllocationKeyResultRow": null
}