IndirectWorkCodes
Queryable, Introduced in version 2.26
GET https://localhost:8001/sv/001.1/api/v1/TimeRecording/IndirectWorkCodes
Represents indirect work used for work recording.
GUID
F8F01355-B2DB-44DC-9610-1B5578EF4263
Required permission
Show basic data for attendance
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the indirect work. |
|
| Code | String | The human readable identifier of the indirect work. |
|
| Description | String | The translated description of the indirect work. |
|
| CommentInputType | Int32 | Describes if a comment may or must be supplied when recording.
|
|
| AffectsOrder | Int32 | Describes how this indirect work is reported when linked to a ManufacturingOrderOperations in recording.
|
|
| ColorCode | Int32? | Color code encoded as an ARGB. |
|
| Active | Boolean | Indicates whether the indirect work code is active and may be used to start new indirect work. |
Introduced in version 26.6 |
Example
{
"Id": 0,
"Code": null,
"Description": null,
"CommentInputType": 0,
"AffectsOrder": 0,
"ColorCode": null,
"Active": false
}