Search certificate-lots
POST
/goodsReception/rest/v1/certificate-lots
Returns filtered certificate-lots using POST body
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"lotNumber": 123,
"certificateId": 456
}
Responses
Filtered certificate-lots
application/json
JSON
[
{
"id": 0,
"certificateId": 0,
"lotNumber": 0,
"assignedAt": "string"
}
]