ManualOperationStatuses
Queryable, Introduced in version 25.2
GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/ManualOperationStatuses
Represents a manual operation status.
GUID
CF8F5259-5466-4B82-9E1F-99851441468C
Required permission
Show manufacturing orders
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the manual operation status. |
|
Code | String | The human readable identifier of the manual operation status.
|
|
Description | String | The translated description of the manual operation status. |
Example
{
"Id": 0,
"Code": null,
"Description": null
}