Show / Hide Table of Contents

    MoveStockBalance.AddPartLocationRows

    Type

    Performs a part location movement.

    Properties

    Name Type Summary Introduced in
    Key PartLocationInfoKey The key of the part location to move to.

    The property PartLocationInfoKey.ProductRecordId is obsolete for this command and will be ignored.

    • Mandatory (If Name is null or empty)
    Name String The name of the part location to create.

    • Mandatory (If Key is null)
    Amount Decimal The amount to move.

    • Mandatory
    Comment SetComment A comment for the resulting stock transaction log.

    Example

    {
      "Key": null,
      "Name": null,
      "Amount": 0.0,
      "Comment": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB