Create assessment
POST
/goodsReception/rest/v1/assessments/create
Creates new assessment
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"
}