ManufacturingOrderTypes
Queryable, Introduced in version 2.35
GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/ManufacturingOrderTypes
Represents a manufacturing order type.
GUID
E7F8D04A-2CDB-47D9-8742-A49BCB6FF225
Required permission
Show order types
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the type. |
|
Number | Int64 | The human readable identifier of the type. |
|
Prefix | String | The prefix applied to manufacturing order numbers for this type.
|
|
Description | String | The translated description of the type.
|
|
BaseType | Int32 | The base type of manufacturing orders created using this type.
|
Example
{
"Id": 0,
"Number": 0,
"Prefix": null,
"Description": null,
"BaseType": 0
}