Show / Hide Table of Contents

    UpdateOtherSupplierNumber

    Command, Introduced in version 24.2

    POST https://localhost:8001/sv/001.1/api/v1/Purchase/Suppliers/UpdateOtherSupplierNumber
    

    update other supplier number for a supplier.

    Returns EntityCommandResponse

    The root entity id of the response is the business key identifier of the supplier that the other supplier number was created for. References Suppliers

    The entity id of the response is the business key identifier of the created other supplier number. References OtherSupplierNumbers

    Required permission

    Modify supplier
    

    Properties

    Name Type Summary Introduced in
    OtherSupplierNumberId Int64 The business key identifier of the other supplier number.

    • Mandatory
    • References OtherSupplierNumbers
    Number StringInput The human readable identifier of the other supplier number.

    • Max length is 25
    IsDefault Boolean Specifies if this is the default/active other supplier number.

    • false by default

    Example

    {
      "OtherSupplierNumberId": 0,
      "Number": null,
      "IsDefault": false
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB