Skip to content

Create test sample

POST
/goodsReception/rest/v1/test-samples/create

Creates new test sample

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"id": 0,
"fk_lot_id": 0,
"fk_user_id": 0,
"lotnumber": "string",
"sample_number": "string",
"status": "string",
"notes": "string",
"created": "string",
"modified": "string"
}

Responses

Test sample created

application/json
JSON
{
"id": 0,
"fk_lot_id": 0,
"fk_user_id": 0,
"lotnumber": "string",
"sample_number": "string",
"status": "string",
"notes": "string",
"created": "string",
"modified": "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