Skip to content
IScan Documentation
Main Navigation
Guide
Technische Dokumentation
Appearance
Menu
Return to top
Create QM object
POST
/qm/rest/v1/qm/create-qm
Creates a new QM object
Authorizations
bearerAuth
Type
HTTP (bearer)
Request Body
application/json
Schema
JSON
JSON
{
"lotnumber"
:
"LOT123"
,
"qm_type"
:
1
}
Responses
201
400
QM object created
Content-Type
application/json
Schema
JSON
JSON
{
"id"
:
0
,
"lotnumber"
:
"string"
,
"qm_type"
:
0
,
"status"
:
"string"
,
"createdAt"
:
"string"
}
POST
/qm/rest/v1/qm/create-qm
Playground
Authorization
bearerAuth
Body
Try it out
Samples
Powered by
VitePress OpenAPI