Show / Hide Table of Contents

    AddRejectionRow

    Type, Introduced in version 2.18

    Adds a new rejection row to an entity.

    Used by:

    • AddMaterialRow
    • AddTraceableMaterialRow
    • ReportManufacturingOrderOperation
    • ReportOrderBoundWork

    Properties

    Name Type Summary Introduced in
    RejectionCodeId Int64 The business key identifier of the rejection code that the rejection
    should be registered as.

    References RejectionCodeItems.

    • Mandatory
    RejectedQuantity Decimal The quantity that was rejected.

    • Mandatory
    Comment SetComment A comment for the rejection.

    • Mandatory (If the rejection code requires it)

    Example

    {
      "RejectionCodeId": 0,
      "RejectedQuantity": 0.0,
      "Comment": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB