Search test samples
POST
/goodsReception/rest/v1/test-samples
Returns filtered test samples using POST body
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"filter": {
}
}
Responses
Successful response
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"
}
]