Update QM object
PUT
/qm/rest/v1/qm/update-qm/{lotnumber}/{qm_type}
Updates existing QM object by lot number and QM type
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Path Parameters
lotnumber*
Lot number
Typestring
RequiredExample
"LOT123"qm_type*
QM type (1 or 2)
Typeinteger
RequiredValid values
12Example
1Request Body
application/json
JSON
{
"lotnumber": "LOT123",
"qm_type": 1
}
Responses
QM object updated
application/json
JSON
{
"id": 0,
"lotnumber": "string",
"qm_type": 0,
"status": "string",
"createdAt": "string"
}