Show / Hide Table of Contents

    Create

    Command, Introduced in version 2.18

    POST https://localhost:8001/sv/001.1/api/v1/Sales/Customers/Create
    

    Creates a new customer.

    Returns EntityCommandResponse

    The root entity id of the response is the business key identifier of the created customer. References Customers

    The entity id of the response is the same as the root entity id.

    Required permission

    Create new customer
    

    Properties

    Name Type Summary Introduced in
    Name String The name to set for the new customer.

    • Mandatory
    • Max length is 100
    Code String The human readable identifier to set for the new customer.

    • Generated from number series by default
    • Max length is 10
    • Unique

    Example

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