ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-quality-control
CreateQualityControlData
Interface CreateQualityControlData
interface
CreateQualityControlData
{
workOrderStepId
?:
string
|
null
;
workOrderId
?:
string
;
operationId
:
string
;
controlType
:
"visual"
|
"measurement"
|
"test"
|
"inspection"
;
result
?:
string
;
passed
:
boolean
;
notes
?:
string
;
photos
?:
string
[]
;
attachments
?:
string
[]
;
}
Index
Properties
work
Order
Step
Id?
work
Order
Id?
operation
Id
control
Type
result?
passed
notes?
photos?
attachments?
Properties
Optional
work
Order
Step
Id
workOrderStepId
?:
string
|
null
Optional
work
Order
Id
workOrderId
?:
string
operation
Id
operationId
:
string
control
Type
controlType
:
"visual"
|
"measurement"
|
"test"
|
"inspection"
Optional
result
result
?:
string
passed
passed
:
boolean
Optional
notes
notes
?:
string
Optional
photos
photos
?:
string
[]
Optional
attachments
attachments
?:
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
work
Order
Step
Id
work
Order
Id
operation
Id
control
Type
result
passed
notes
photos
attachments
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...