SetReason
Type, Introduced in version 2.18
Sets the reason for an entity.
Used by the following types:
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| ReasonCodeId | Int64 | The business key identifier of the reason code to use for the reason. References UnplannedStockMovementReasonCodes
|
|
| Comment | SetComment | The comment to set for the reason.
|
Example
{
"ReasonCodeId": 0,
"Comment": null
}