ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/purchases/hooks/use-quality-control
CreateQualityControlParams
Interface CreateQualityControlParams
interface
CreateQualityControlParams
{
workOrderStepId
:
string
;
operationId
:
string
;
controlType
:
"visual"
|
"measurement"
|
"test"
|
"inspection"
;
result
?:
string
;
passed
:
boolean
;
performedBy
?:
string
;
notes
?:
string
;
photos
?:
string
[]
;
attachments
?:
string
[]
;
}
Index
Properties
work
Order
Step
Id
operation
Id
control
Type
result?
passed
performed
By?
notes?
photos?
attachments?
Properties
work
Order
Step
Id
workOrderStepId
:
string
operation
Id
operationId
:
string
control
Type
controlType
:
"visual"
|
"measurement"
|
"test"
|
"inspection"
Optional
result
result
?:
string
passed
passed
:
boolean
Optional
performed
By
performedBy
?:
string
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
operation
Id
control
Type
result
passed
performed
By
notes
photos
attachments
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...