ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
types/tablet-work-order-scan
ToolAssignment
Interface ToolAssignment
interface
ToolAssignment
{
id
:
string
;
assignedAt
:
Date
;
isActive
:
boolean
;
workOrderId
:
string
;
toolId
:
string
;
workStationId
:
string
|
null
;
tool
:
{
id
:
string
;
name
:
string
;
code
:
string
;
type
:
string
|
null
;
status
:
"MAINTENANCE"
|
"AVAILABLE"
|
"IN_USE"
|
"RETIRED"
;
}
;
workStation
:
{
id
:
string
;
name
:
string
;
code
:
string
}
|
null
;
}
Index
Properties
id
assigned
At
is
Active
work
Order
Id
tool
Id
work
Station
Id
tool
work
Station
Properties
id
id
:
string
assigned
At
assignedAt
:
Date
is
Active
isActive
:
boolean
work
Order
Id
workOrderId
:
string
tool
Id
toolId
:
string
work
Station
Id
workStationId
:
string
|
null
tool
tool
:
{
id
:
string
;
name
:
string
;
code
:
string
;
type
:
string
|
null
;
status
:
"MAINTENANCE"
|
"AVAILABLE"
|
"IN_USE"
|
"RETIRED"
;
}
work
Station
workStation
:
{
id
:
string
;
name
:
string
;
code
:
string
}
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
assigned
At
is
Active
work
Order
Id
tool
Id
work
Station
Id
tool
work
Station
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...