Create
Command, Introduced in version 24.8
POST https://localhost:8001/sv/001.1/api/v1/Accounting/AllocationKeys/Create
Creates an allocation key.
Returns EntityCommandResponse
The root entity id of the response is the business key identifier of the created allocation key.
The entity id of the response is the same as the root entity id.
Required permission
Create allocation keys
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Number | Int64 | The human readable identifier of the allocation key.
|
|
Name | String | The name of the allocation key.
|
|
ResultRows | AddAllocationKeyResultRow[] | Specifies the result rows to add to the new allocation key. The total percentage of result rows has to equal 100.
|
Example
{
"Number": 0,
"Name": null,
"ResultRows": null
}