Show / Hide Table of Contents

    SetReason

    Type, Introduced in version 2.18

    Sets the reason for an entity.

    Used by the following types:

    • UnplannedArrivalStockMovement
    • UnplannedWithdrawalStockMovement

    Properties

    Name Type Summary Introduced in
    ReasonCodeId Int64 The business key identifier of the reason code to use for the reason.

    References UnplannedStockMovementReasonCodes

    • Mandatory
    Comment SetComment The comment to set for the reason.

    • Mandatory (If reason code requires it)

    Example

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