Show / Hide Table of Contents

    AddMaterialRow

    Type, Introduced in version 2.18

    Adds a new material row to an entity.

    Used by the ReportManufacturingOrderMaterial command.

    Properties

    Name Type Summary Introduced in
    PartLocationId Int64 The business key identifier of the part location of the material.
    BalanceChange Decimal The balance change of the material row.
    Rejections AddRejectionRow[] The rejections of the row.

    Example

    {
      "PartLocationId": 0,
      "BalanceChange": 0.0,
      "Rejections": null,
      "PartLocationInfoKey": {
        "PartLocationId": 0,
        "ProductRecordId": null
      }
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB