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- Version: dev-
Commit: bb7e53af
Deployed at: 2026-03-03T16:11:11Z