Skip to content

Create QM object

POST
/qm/rest/v1/qm/create-qm

Creates a new QM object

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"lotnumber": "LOT123",
"qm_type": 1
}

Responses

QM object created

application/json
JSON
{
"id": 0,
"lotnumber": "string",
"qm_type": 0,
"status": "string",
"createdAt": "string"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0