ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-tools
ToolAssignment
Interface ToolAssignment
interface
ToolAssignment
{
id
:
string
;
toolId
:
string
;
workStationId
?:
string
;
workOrderId
?:
string
;
assignedAt
:
string
;
unassignedAt
?:
string
;
assignedBy
?:
string
;
isActive
:
boolean
;
notes
?:
string
;
tool
?:
Tool
;
workStation
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
workOrder
?:
{
id
:
string
;
number
:
string
}
;
assignedByUser
?:
{
id
:
string
;
name
:
string
}
;
}
Index
Properties
id
tool
Id
work
Station
Id?
work
Order
Id?
assigned
At
unassigned
At?
assigned
By?
is
Active
notes?
tool?
work
Station?
work
Order?
assigned
By
User?
Properties
id
id
:
string
tool
Id
toolId
:
string
Optional
work
Station
Id
workStationId
?:
string
Optional
work
Order
Id
workOrderId
?:
string
assigned
At
assignedAt
:
string
Optional
unassigned
At
unassignedAt
?:
string
Optional
assigned
By
assignedBy
?:
string
is
Active
isActive
:
boolean
Optional
notes
notes
?:
string
Optional
tool
tool
?:
Tool
Optional
work
Station
workStation
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
Optional
work
Order
workOrder
?:
{
id
:
string
;
number
:
string
}
Optional
assigned
By
User
assignedByUser
?:
{
id
:
string
;
name
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
tool
Id
work
Station
Id
work
Order
Id
assigned
At
unassigned
At
assigned
By
is
Active
notes
tool
work
Station
work
Order
assigned
By
User
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...