UnplannedStockMovementReasonCodes
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Inventory/UnplannedStockMovementReasonCodes
Represents a queryable unplanned stock movement reason code.
GUID
67D231B2-C23E-455A-970B-2D00E9DE1CB5
Required permission
Show cause codes
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the unplanned stock movement reason code. |
|
Code | String | The alphanumeric code of the reason code. |
|
Description | String | The translated description of the reason code. |
|
CommentMandatory | Boolean | Specifies if a comment is mandatory for the reason code. |
|
Active | Boolean | Specifies if the reason code is active in the system. |
Example
{
"Id": 0,
"Code": null,
"Description": null,
"CommentMandatory": false,
"Active": false
}