Skip to content

Add assessment

POST
/rest/v1/assessments/add

Adds a new assessment to a lot

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"lotNumber": 123,
"assessmentOptionId": 1,
"value": "Good",
"notes": "Quality assessment notes"
}

Responses

Assessment created

application/json
JSON
{
"id": 0,
"lotNumber": 0,
"assessmentOptionId": 0,
"value": "string",
"notes": "string",
"createdAt": "string"
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

ITeas iScan Applikation Dokumentation

Version: dev-master Version: dev-master
Commit: cb3eefe4
Deployed at: 2025-12-04T11:09:49Z