Search mutants
POST
/goodsReception/rest/v1/mutants
Returns filtered mutants using POST body
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"filter": {
}
}
Responses
Successful response
application/json
JSON
[
{
"id": 0,
"name": "string",
"mutantNr": "string",
"description": "string",
"fk_product_id": 0,
"active": true,
"created": "string",
"modified": "string"
}
]