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"
}