Show / Hide Table of Contents

    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.

    • Unique
    • Mandatory
    Name String The name of the allocation key.

    • Mandatory
    • Max length is 64
    ResultRows AddAllocationKeyResultRow[] Specifies the result rows to add to the new allocation key. The total percentage of result rows has to equal 100.

    • Mandatory

    Example

    {
      "Number": 0,
      "Name": null,
      "ResultRows": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB